Skip to content
Success

Console Output

08:27:36 Started by an SCM change
08:27:36 Running as SYSTEM
08:27:36 Agent default-agent-lbg3q is provisioned from template Kubernetes Pod Template
08:27:36 ---
08:27:36 apiVersion: "v1"
08:27:36 kind: "Pod"
08:27:36 metadata:
08:27:36   annotations: {}
08:27:36   labels:
08:27:36     jenkins: "slave"
08:27:36   name: "default-agent-lbg3q"
08:27:36 spec:
08:27:36   containers:
08:27:36   - env:
08:27:36     - name: "MAVEN_OPTS"
08:27:36       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
08:27:36     - name: "JENKINS_SECRET"
08:27:36       value: "********"
08:27:36     - name: "JENKINS_TUNNEL"
08:27:36       value: "jenkins-discovery.reddeer.svc.cluster.local:50000"
08:27:36     - name: "JENKINS_AGENT_NAME"
08:27:36       value: "default-agent-lbg3q"
08:27:36     - name: "MAVEN_CONFIG"
08:27:36       value: "-B -e"
08:27:36     - name: "JENKINS_NAME"
08:27:36       value: "default-agent-lbg3q"
08:27:36     - name: "JENKINS_AGENT_WORKDIR"
08:27:36       value: "/home/jenkins/agent"
08:27:36     - name: "JENKINS_URL"
08:27:36       value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/"
08:27:36     - name: "HOME"
08:27:36       value: "/home/jenkins"
08:27:36     image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
08:27:36     imagePullPolicy: "IfNotPresent"
08:27:36     name: "jnlp"
08:27:36     resources:
08:27:36       limits:
08:27:36         memory: "4096Mi"
08:27:36         cpu: "2000m"
08:27:36       requests:
08:27:36         memory: "4096Mi"
08:27:36         cpu: "1000m"
08:27:36     securityContext:
08:27:36       privileged: false
08:27:36     tty: true
08:27:36     volumeMounts:
08:27:36     - mountPath: "/home/jenkins/.m2/toolchains.xml"
08:27:36       name: "toolchains-xml"
08:27:36       readOnly: true
08:27:36       subPath: "toolchains.xml"
08:27:36     - mountPath: "/opt/tools"
08:27:36       name: "volume-0"
08:27:36       readOnly: false
08:27:36     - mountPath: "/home/jenkins"
08:27:36       name: "volume-2"
08:27:36       readOnly: false
08:27:36     - mountPath: "/home/jenkins/.m2/repository"
08:27:36       name: "volume-3"
08:27:36       readOnly: false
08:27:36     - mountPath: "/home/jenkins/.m2/settings-security.xml"
08:27:36       name: "settings-security-xml"
08:27:36       readOnly: true
08:27:36       subPath: "settings-security.xml"
08:27:36     - mountPath: "/home/jenkins/.m2/settings.xml"
08:27:36       name: "settings-xml"
08:27:36       readOnly: true
08:27:36       subPath: "settings.xml"
08:27:36     - mountPath: "/home/jenkins/.ssh"
08:27:36       name: "volume-1"
08:27:36       readOnly: false
08:27:36     - mountPath: "/home/jenkins/agent"
08:27:36       name: "workspace-volume"
08:27:36       readOnly: false
08:27:36     workingDir: "/home/jenkins/agent"
08:27:36   nodeSelector: {}
08:27:36   restartPolicy: "Never"
08:27:36   volumes:
08:27:36   - name: "settings-security-xml"
08:27:36     secret:
08:27:36       items:
08:27:36       - key: "settings-security.xml"
08:27:36         path: "settings-security.xml"
08:27:36       secretName: "m2-secret-dir"
08:27:36   - name: "volume-0"
08:27:36     persistentVolumeClaim:
08:27:36       claimName: "tools-claim-jiro-reddeer"
08:27:36       readOnly: true
08:27:36   - configMap:
08:27:36       items:
08:27:36       - key: "toolchains.xml"
08:27:36         path: "toolchains.xml"
08:27:36       name: "m2-dir"
08:27:36     name: "toolchains-xml"
08:27:36   - emptyDir:
08:27:36       medium: ""
08:27:36     name: "volume-2"
08:27:36   - configMap:
08:27:36       name: "known-hosts"
08:27:36     name: "volume-1"
08:27:36   - name: "settings-xml"
08:27:36     secret:
08:27:36       items:
08:27:36       - key: "settings.xml"
08:27:36         path: "settings.xml"
08:27:36       secretName: "m2-secret-dir"
08:27:36   - emptyDir:
08:27:36       medium: ""
08:27:36     name: "workspace-volume"
08:27:36   - emptyDir:
08:27:36       medium: ""
08:27:36     name: "volume-3"
08:27:36 
08:27:36 Building remotely on default-agent-lbg3q in workspace /home/jenkins/agent/workspace/reddeer.nightly
08:27:36 [ssh-agent] Looking for ssh-agent implementation...
08:27:37 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
08:27:37 $ ssh-agent
08:27:37 SSH_AUTH_SOCK=/tmp/ssh-hGV3JHu3VRw8/agent.54
08:27:37 SSH_AGENT_PID=56
08:27:37 [ssh-agent] Started.
08:27:37 Running ssh-add (command line suppressed)
08:27:37 Identity added: /home/jenkins/agent/workspace/reddeer.nightly@tmp/private_key_8303665740072186202.key (/home/jenkins/agent/workspace/reddeer.nightly@tmp/private_key_8303665740072186202.key)
08:27:37 [ssh-agent] Using credentials genie.reddeer (ssh://genie.reddeer@projects-storage.eclipse.org)
08:27:40 No credentials specified
08:27:40 Cloning the remote Git repository
08:27:40 Cloning repository https://github.com/eclipse/reddeer.git
08:27:40  > git init /home/jenkins/agent/workspace/reddeer.nightly # timeout=10
08:27:40 Fetching upstream changes from https://github.com/eclipse/reddeer.git
08:27:40  > git --version # timeout=10
08:27:40  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/*
08:27:41  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
08:27:41  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
08:27:41  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
08:27:41 Fetching upstream changes from https://github.com/eclipse/reddeer.git
08:27:41  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/*
08:27:42  > git rev-parse origin/master^{commit} # timeout=10
08:27:42 Checking out Revision a2035badafc942e51ce717743311c068b37b3cb6 (origin/master)
08:27:42  > git config core.sparsecheckout # timeout=10
08:27:42  > git checkout -f a2035badafc942e51ce717743311c068b37b3cb6
08:27:43 Commit message: "JBIDE-26742 - Create RedDeer methods for working with submodules of a module deployed to server."
08:27:43  > git rev-list --no-walk a54936e21529b25cadbc4d1e9a47f07b68adb0d4 # timeout=10
08:27:43 [reddeer.nightly] $ /bin/sh -xe /tmp/jenkins9119363536808751700.sh
08:27:43 + metacity --sm-disable --replace
08:27:44 [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
08:27:44 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
08:27:44 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
08:27:45 [INFO] Scanning for projects...
08:27:45 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.pom
08:27:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.pom
08:27:46 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.pom (2.1 kB at 41 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
08:27:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
08:27:46 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom (19 kB at 565 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom
08:27:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom
08:27:46 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.5.1/tycho-core-1.5.1.pom (4.8 kB at 201 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
08:27:46 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
08:27:46 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 221 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
08:27:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
08:27:46 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 625 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
08:27:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
08:27:46 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 686 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
08:27:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
08:27:46 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 320 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
08:27:46 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
08:27:46 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 144 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
08:27:46 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
08:27:46 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 165 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
08:27:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
08:27:46 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 935 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
08:27:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
08:27:46 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 452 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
08:27:46 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
08:27:46 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 86 kB/s)
08:27:46 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
08:27:46 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
08:27:46 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 60 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
08:27:46 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
08:27:46 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 26 kB/s)
08:27:46 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
08:27:46 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
08:27:46 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 255 kB/s)
08:27:46 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
08:27:46 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
08:27:47 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 665 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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 30 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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 265 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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 114 kB/s)
08:27:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
08:27:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
08:27:47 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 219 kB/s)
08:27:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
08:27:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
08:27:47 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 382 kB/s)
08:27:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
08:27:47 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
08:27:47 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 127 kB/s)
08:27:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
08:27:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
08:27:47 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 279 kB/s)
08:27:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
08:27:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
08:27:47 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 380 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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 88 kB/s)
08:27:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
08:27:47 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
08:27:47 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 64 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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 76 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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 128 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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)
08:27:47 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
08:27:47 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
08:27:47 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 81 kB/s)
08:27:47 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
08:27:47 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
08:27:47 Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 39 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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 389 kB/s)
08:27:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
08:27:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
08:27:47 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)
08:27:47 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
08:27:47 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
08:27:47 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 108 kB/s)
08:27:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
08:27:47 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
08:27:47 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 599 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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 260 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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 481 kB/s)
08:27:47 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
08:27:47 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
08:27:47 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 83 kB/s)
08:27:47 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
08:27:47 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
08:27:48 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 112 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
08:27:48 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
08:27:48 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 93 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
08:27:48 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
08:27:48 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 322 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
08:27:48 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
08:27:48 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 90 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
08:27:48 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
08:27:48 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)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
08:27:48 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
08:27:48 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 36 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom
08:27:48 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom (1.1 kB at 49 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom
08:27:48 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom (3.0 kB at 108 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
08:27:48 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-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 166 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
08:27:48 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/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 154 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
08:27:48 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 893 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
08:27:48 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 260 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
08:27:48 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
08:27:48 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 460 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
08:27:48 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 25 kB
Progress (1): 29 kB
Progress (1): 33 kB
Progress (1): 37 kB
Progress (1): 41 kB
Progress (1): 45 kB
Progress (1): 47 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.7 MB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
08:27:48 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 561 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
08:27:48 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
08:27:48 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 664 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
08:27:48 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)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
08:27:48 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 700 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
08:27:48 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 729 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
08:27:48 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 25 kB
Progress (1): 29 kB
Progress (1): 33 kB
Progress (1): 37 kB
Progress (1): 41 kB
Progress (1): 45 kB
Progress (1): 49 kB
Progress (1): 53 kB
Progress (1): 57 kB
Progress (1): 61 kB
Progress (1): 66 kB
Progress (1): 70 kB
Progress (1): 74 kB
Progress (1): 78 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 2.4 MB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
08:27:48 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 596 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
08:27:48 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 581 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom
08:27:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
08:27:48 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 95 kB/s)
08:27:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom
08:27:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom
08:27:49 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 105 kB/s)
08:27:49 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
08:27:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
08:27:50 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 1.7 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom
08:27:50 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom (1.8 kB at 70 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom
08:27:50 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom (1.0 kB at 43 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom
08:27:50 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom (1.7 kB at 101 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom
08:27:50 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom (1.3 kB at 74 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
08:27:50 Progress (1): 4.1 kB
Progress (1): 6.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 209 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom
08:27:50 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom (2.1 kB at 73 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom
08:27:50 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom (1.1 kB at 41 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom
08:27:50 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom (1.0 kB at 36 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
08:27:50 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
08:27:50 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 223 kB/s)
08:27:50 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
08:27:50 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
08:27:50 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 84 kB/s)
08:27:50 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
08:27:50 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
08:27:50 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 539 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
08:27:50 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 876 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
08:27:50 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 178 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.pom
08:27:50 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.pom (2.1 kB at 93 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.5.1/tycho-p2-1.5.1.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.5.1/tycho-p2-1.5.1.pom
08:27:50 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.5.1/tycho-p2-1.5.1.pom (1.1 kB at 38 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.pom
08:27:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.pom
08:27:50 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.pom (1.1 kB at 40 kB/s)
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
08:27:50 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
08:27:50 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
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
08:27:50 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
08:27:50 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
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
08:27:50 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
08:27:50 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
08:27:50 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
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
08:27:50 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
08:27:50 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
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
08:27:50 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
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
08:27:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
08:27:51 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
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.jar
08:27:51 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
08:27:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.jar
08:27:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.jar
08:27:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar
08:27:51 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
08:27:51 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
08:27:51 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
08:27:51 Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.jar (5.4 kB at 123 kB/s)
08:27:51 Progress (1): 4.1/527 kB
Progress (2): 4.1/527 kB | 4.1/165 kB
Progress (2): 7.7/527 kB | 4.1/165 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
08:27:51 Progress (2): 12/527 kB | 4.1/165 kB
Progress (2): 12/527 kB | 7.7/165 kB
Progress (2): 16/527 kB | 7.7/165 kB
Progress (2): 16/527 kB | 12/165 kB 
Progress (2): 16/527 kB | 16/165 kB
Progress (2): 20/527 kB | 16/165 kB
Progress (2): 24/527 kB | 16/165 kB
Progress (2): 24/527 kB | 20/165 kB
Progress (2): 28/527 kB | 20/165 kB
Progress (2): 28/527 kB | 24/165 kB
Progress (2): 32/527 kB | 24/165 kB
Progress (2): 32/527 kB | 28/165 kB
Progress (2): 32/527 kB | 32/165 kB
Progress (3): 32/527 kB | 32/165 kB | 4.1/206 kB
Progress (3): 36/527 kB | 32/165 kB | 4.1/206 kB
Progress (3): 36/527 kB | 32/165 kB | 7.7/206 kB
Progress (3): 40/527 kB | 32/165 kB | 7.7/206 kB
Progress (3): 40/527 kB | 32/165 kB | 12/206 kB 
Progress (3): 45/527 kB | 32/165 kB | 12/206 kB
Progress (3): 49/527 kB | 32/165 kB | 12/206 kB
Progress (3): 53/527 kB | 32/165 kB | 12/206 kB
Progress (3): 53/527 kB | 32/165 kB | 16/206 kB
Progress (4): 53/527 kB | 32/165 kB | 16/206 kB | 4.1/38 kB
Progress (4): 57/527 kB | 32/165 kB | 16/206 kB | 4.1/38 kB
Progress (5): 57/527 kB | 32/165 kB | 16/206 kB | 4.1/38 kB | 4.1/47 kB
Progress (5): 61/527 kB | 32/165 kB | 16/206 kB | 4.1/38 kB | 4.1/47 kB
Progress (5): 61/527 kB | 32/165 kB | 20/206 kB | 4.1/38 kB | 4.1/47 kB
Progress (5): 61/527 kB | 32/165 kB | 20/206 kB | 7.7/38 kB | 4.1/47 kB
Progress (5): 61/527 kB | 36/165 kB | 20/206 kB | 7.7/38 kB | 4.1/47 kB
Progress (5): 61/527 kB | 36/165 kB | 20/206 kB | 12/38 kB | 4.1/47 kB 
Progress (5): 61/527 kB | 36/165 kB | 24/206 kB | 12/38 kB | 4.1/47 kB
Progress (5): 65/527 kB | 36/165 kB | 24/206 kB | 12/38 kB | 4.1/47 kB
Progress (5): 65/527 kB | 36/165 kB | 24/206 kB | 12/38 kB | 7.7/47 kB
Progress (5): 65/527 kB | 36/165 kB | 28/206 kB | 12/38 kB | 7.7/47 kB
Progress (5): 65/527 kB | 36/165 kB | 28/206 kB | 16/38 kB | 7.7/47 kB
Progress (5): 65/527 kB | 40/165 kB | 28/206 kB | 16/38 kB | 7.7/47 kB
Progress (5): 65/527 kB | 40/165 kB | 32/206 kB | 16/38 kB | 7.7/47 kB
Progress (5): 69/527 kB | 40/165 kB | 32/206 kB | 16/38 kB | 7.7/47 kB
Progress (5): 69/527 kB | 40/165 kB | 32/206 kB | 16/38 kB | 12/47 kB 
Progress (5): 69/527 kB | 40/165 kB | 36/206 kB | 16/38 kB | 12/47 kB
Progress (5): 73/527 kB | 40/165 kB | 36/206 kB | 16/38 kB | 12/47 kB
Progress (5): 73/527 kB | 40/165 kB | 36/206 kB | 20/38 kB | 12/47 kB
Progress (5): 73/527 kB | 45/165 kB | 36/206 kB | 20/38 kB | 12/47 kB
Progress (5): 73/527 kB | 45/165 kB | 36/206 kB | 24/38 kB | 12/47 kB
Progress (5): 77/527 kB | 45/165 kB | 36/206 kB | 24/38 kB | 12/47 kB
Progress (5): 77/527 kB | 45/165 kB | 40/206 kB | 24/38 kB | 12/47 kB
Progress (5): 77/527 kB | 45/165 kB | 40/206 kB | 24/38 kB | 16/47 kB
Progress (5): 77/527 kB | 45/165 kB | 45/206 kB | 24/38 kB | 16/47 kB
Progress (5): 81/527 kB | 45/165 kB | 45/206 kB | 24/38 kB | 16/47 kB
Progress (5): 81/527 kB | 45/165 kB | 45/206 kB | 28/38 kB | 16/47 kB
Progress (5): 81/527 kB | 49/165 kB | 45/206 kB | 28/38 kB | 16/47 kB
Progress (5): 85/527 kB | 49/165 kB | 45/206 kB | 28/38 kB | 16/47 kB
Progress (5): 85/527 kB | 49/165 kB | 45/206 kB | 32/38 kB | 16/47 kB
Progress (5): 85/527 kB | 49/165 kB | 45/206 kB | 32/38 kB | 20/47 kB
Progress (5): 85/527 kB | 49/165 kB | 49/206 kB | 32/38 kB | 20/47 kB
Progress (5): 85/527 kB | 49/165 kB | 49/206 kB | 32/38 kB | 24/47 kB
Progress (5): 85/527 kB | 49/165 kB | 49/206 kB | 36/38 kB | 24/47 kB
Progress (5): 85/527 kB | 53/165 kB | 49/206 kB | 36/38 kB | 24/47 kB
Progress (5): 90/527 kB | 53/165 kB | 49/206 kB | 36/38 kB | 24/47 kB
Progress (5): 90/527 kB | 57/165 kB | 49/206 kB | 36/38 kB | 24/47 kB
Progress (5): 90/527 kB | 57/165 kB | 53/206 kB | 36/38 kB | 24/47 kB
Progress (5): 90/527 kB | 57/165 kB | 53/206 kB | 38 kB | 24/47 kB   
Progress (5): 90/527 kB | 57/165 kB | 53/206 kB | 38 kB | 28/47 kB
Progress (5): 90/527 kB | 57/165 kB | 57/206 kB | 38 kB | 28/47 kB
Progress (5): 90/527 kB | 61/165 kB | 57/206 kB | 38 kB | 28/47 kB
Progress (5): 94/527 kB | 61/165 kB | 57/206 kB | 38 kB | 28/47 kB
Progress (5): 94/527 kB | 65/165 kB | 57/206 kB | 38 kB | 28/47 kB
Progress (5): 94/527 kB | 65/165 kB | 61/206 kB | 38 kB | 28/47 kB
Progress (5): 94/527 kB | 65/165 kB | 61/206 kB | 38 kB | 32/47 kB
Progress (5): 94/527 kB | 65/165 kB | 65/206 kB | 38 kB | 32/47 kB
Progress (5): 98/527 kB | 65/165 kB | 65/206 kB | 38 kB | 32/47 kB
Progress (5): 98/527 kB | 65/165 kB | 65/206 kB | 38 kB | 36/47 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 478 kB/s)
08:27:51 Progress (4): 98/527 kB | 69/165 kB | 65/206 kB | 36/47 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
08:27:51 Progress (4): 102/527 kB | 69/165 kB | 65/206 kB | 36/47 kB
Progress (4): 102/527 kB | 69/165 kB | 69/206 kB | 36/47 kB
Progress (4): 102/527 kB | 69/165 kB | 69/206 kB | 40/47 kB
Progress (4): 102/527 kB | 69/165 kB | 73/206 kB | 40/47 kB
Progress (4): 106/527 kB | 69/165 kB | 73/206 kB | 40/47 kB
Progress (4): 106/527 kB | 73/165 kB | 73/206 kB | 40/47 kB
Progress (4): 110/527 kB | 73/165 kB | 73/206 kB | 40/47 kB
Progress (4): 110/527 kB | 73/165 kB | 77/206 kB | 40/47 kB
Progress (4): 110/527 kB | 73/165 kB | 77/206 kB | 45/47 kB
Progress (4): 110/527 kB | 73/165 kB | 81/206 kB | 45/47 kB
Progress (4): 114/527 kB | 73/165 kB | 81/206 kB | 45/47 kB
Progress (4): 114/527 kB | 77/165 kB | 81/206 kB | 45/47 kB
Progress (5): 114/527 kB | 77/165 kB | 81/206 kB | 45/47 kB | 4.1/30 kB
Progress (5): 114/527 kB | 77/165 kB | 81/206 kB | 47 kB | 4.1/30 kB   
Progress (5): 118/527 kB | 77/165 kB | 81/206 kB | 47 kB | 4.1/30 kB
Progress (5): 118/527 kB | 77/165 kB | 81/206 kB | 47 kB | 7.7/30 kB
Progress (5): 118/527 kB | 77/165 kB | 85/206 kB | 47 kB | 7.7/30 kB
Progress (5): 118/527 kB | 81/165 kB | 85/206 kB | 47 kB | 7.7/30 kB
Progress (5): 118/527 kB | 81/165 kB | 90/206 kB | 47 kB | 7.7/30 kB
Progress (5): 118/527 kB | 81/165 kB | 90/206 kB | 47 kB | 12/30 kB 
Progress (5): 122/527 kB | 81/165 kB | 90/206 kB | 47 kB | 12/30 kB
Progress (5): 122/527 kB | 81/165 kB | 90/206 kB | 47 kB | 16/30 kB
Progress (5): 122/527 kB | 81/165 kB | 94/206 kB | 47 kB | 16/30 kB
Progress (5): 126/527 kB | 81/165 kB | 94/206 kB | 47 kB | 16/30 kB
Progress (5): 126/527 kB | 85/165 kB | 94/206 kB | 47 kB | 16/30 kB
Progress (5): 131/527 kB | 85/165 kB | 94/206 kB | 47 kB | 16/30 kB
Progress (5): 131/527 kB | 85/165 kB | 98/206 kB | 47 kB | 16/30 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 549 kB/s)
08:27:51 Progress (4): 131/527 kB | 90/165 kB | 98/206 kB | 16/30 kB
Progress (4): 131/527 kB | 90/165 kB | 98/206 kB | 20/30 kB
Progress (4): 131/527 kB | 94/165 kB | 98/206 kB | 20/30 kB
Progress (4): 131/527 kB | 94/165 kB | 102/206 kB | 20/30 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
08:27:51 Progress (4): 135/527 kB | 94/165 kB | 102/206 kB | 20/30 kB
Progress (4): 135/527 kB | 94/165 kB | 106/206 kB | 20/30 kB
Progress (4): 135/527 kB | 98/165 kB | 106/206 kB | 20/30 kB
Progress (4): 135/527 kB | 98/165 kB | 106/206 kB | 24/30 kB
Progress (4): 135/527 kB | 98/165 kB | 110/206 kB | 24/30 kB
Progress (4): 139/527 kB | 98/165 kB | 110/206 kB | 24/30 kB
Progress (4): 139/527 kB | 102/165 kB | 110/206 kB | 24/30 kB
Progress (4): 139/527 kB | 102/165 kB | 114/206 kB | 24/30 kB
Progress (4): 139/527 kB | 102/165 kB | 114/206 kB | 28/30 kB
Progress (4): 139/527 kB | 106/165 kB | 114/206 kB | 28/30 kB
Progress (4): 143/527 kB | 106/165 kB | 114/206 kB | 28/30 kB
Progress (4): 143/527 kB | 110/165 kB | 114/206 kB | 28/30 kB
Progress (5): 143/527 kB | 110/165 kB | 114/206 kB | 28/30 kB | 4.1/52 kB
Progress (5): 143/527 kB | 110/165 kB | 114/206 kB | 30 kB | 4.1/52 kB   
Progress (5): 143/527 kB | 110/165 kB | 114/206 kB | 30 kB | 7.7/52 kB
Progress (5): 143/527 kB | 114/165 kB | 114/206 kB | 30 kB | 7.7/52 kB
Progress (5): 143/527 kB | 114/165 kB | 118/206 kB | 30 kB | 7.7/52 kB
Progress (5): 147/527 kB | 114/165 kB | 118/206 kB | 30 kB | 7.7/52 kB
Progress (5): 147/527 kB | 114/165 kB | 122/206 kB | 30 kB | 7.7/52 kB
Progress (5): 147/527 kB | 114/165 kB | 122/206 kB | 30 kB | 12/52 kB 
Progress (5): 147/527 kB | 114/165 kB | 126/206 kB | 30 kB | 12/52 kB
Progress (5): 147/527 kB | 118/165 kB | 126/206 kB | 30 kB | 12/52 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 331 kB/s)
08:27:51 Progress (4): 147/527 kB | 118/165 kB | 131/206 kB | 12/52 kB
Progress (4): 151/527 kB | 118/165 kB | 131/206 kB | 12/52 kB
Progress (4): 151/527 kB | 118/165 kB | 131/206 kB | 16/52 kB
Progress (4): 155/527 kB | 118/165 kB | 131/206 kB | 16/52 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
08:27:51 Progress (4): 155/527 kB | 122/165 kB | 131/206 kB | 16/52 kB
Progress (4): 155/527 kB | 122/165 kB | 131/206 kB | 20/52 kB
Progress (4): 155/527 kB | 122/165 kB | 135/206 kB | 20/52 kB
Progress (4): 159/527 kB | 122/165 kB | 135/206 kB | 20/52 kB
Progress (4): 159/527 kB | 122/165 kB | 139/206 kB | 20/52 kB
Progress (4): 159/527 kB | 122/165 kB | 139/206 kB | 24/52 kB
Progress (4): 159/527 kB | 126/165 kB | 139/206 kB | 24/52 kB
Progress (4): 159/527 kB | 126/165 kB | 139/206 kB | 28/52 kB
Progress (4): 159/527 kB | 126/165 kB | 143/206 kB | 28/52 kB
Progress (4): 163/527 kB | 126/165 kB | 143/206 kB | 28/52 kB
Progress (4): 163/527 kB | 126/165 kB | 147/206 kB | 28/52 kB
Progress (4): 163/527 kB | 126/165 kB | 147/206 kB | 32/52 kB
Progress (4): 163/527 kB | 131/165 kB | 147/206 kB | 32/52 kB
Progress (4): 167/527 kB | 131/165 kB | 147/206 kB | 32/52 kB
Progress (5): 167/527 kB | 131/165 kB | 147/206 kB | 32/52 kB | 4.1/148 kB
Progress (5): 167/527 kB | 131/165 kB | 147/206 kB | 36/52 kB | 4.1/148 kB
Progress (5): 171/527 kB | 131/165 kB | 147/206 kB | 36/52 kB | 4.1/148 kB
Progress (5): 171/527 kB | 131/165 kB | 147/206 kB | 40/52 kB | 4.1/148 kB
Progress (5): 171/527 kB | 135/165 kB | 147/206 kB | 40/52 kB | 4.1/148 kB
Progress (5): 171/527 kB | 135/165 kB | 147/206 kB | 40/52 kB | 7.7/148 kB
Progress (5): 171/527 kB | 135/165 kB | 151/206 kB | 40/52 kB | 7.7/148 kB
Progress (5): 171/527 kB | 135/165 kB | 151/206 kB | 40/52 kB | 12/148 kB 
Progress (5): 171/527 kB | 139/165 kB | 151/206 kB | 40/52 kB | 12/148 kB
Progress (5): 171/527 kB | 139/165 kB | 151/206 kB | 45/52 kB | 12/148 kB
Progress (5): 176/527 kB | 139/165 kB | 151/206 kB | 45/52 kB | 12/148 kB
Progress (5): 176/527 kB | 139/165 kB | 151/206 kB | 49/52 kB | 12/148 kB
Progress (5): 176/527 kB | 143/165 kB | 151/206 kB | 49/52 kB | 12/148 kB
Progress (5): 176/527 kB | 143/165 kB | 151/206 kB | 49/52 kB | 16/148 kB
Progress (5): 176/527 kB | 143/165 kB | 155/206 kB | 49/52 kB | 16/148 kB
Progress (5): 176/527 kB | 147/165 kB | 155/206 kB | 49/52 kB | 16/148 kB
Progress (5): 176/527 kB | 147/165 kB | 155/206 kB | 52 kB | 16/148 kB   
Progress (5): 180/527 kB | 147/165 kB | 155/206 kB | 52 kB | 16/148 kB
Progress (5): 180/527 kB | 147/165 kB | 155/206 kB | 52 kB | 20/148 kB
Progress (5): 180/527 kB | 147/165 kB | 159/206 kB | 52 kB | 20/148 kB
Progress (5): 180/527 kB | 147/165 kB | 159/206 kB | 52 kB | 24/148 kB
Progress (5): 180/527 kB | 151/165 kB | 159/206 kB | 52 kB | 24/148 kB
Progress (5): 180/527 kB | 151/165 kB | 159/206 kB | 52 kB | 28/148 kB
Progress (5): 180/527 kB | 151/165 kB | 163/206 kB | 52 kB | 28/148 kB
Progress (5): 184/527 kB | 151/165 kB | 163/206 kB | 52 kB | 28/148 kB
Progress (5): 184/527 kB | 151/165 kB | 163/206 kB | 52 kB | 32/148 kB
Progress (5): 184/527 kB | 155/165 kB | 163/206 kB | 52 kB | 32/148 kB
Progress (5): 188/527 kB | 155/165 kB | 163/206 kB | 52 kB | 32/148 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 298 kB/s)
08:27:51 Progress (4): 192/527 kB | 155/165 kB | 163/206 kB | 32/148 kB
Progress (4): 192/527 kB | 155/165 kB | 163/206 kB | 36/148 kB
Progress (4): 192/527 kB | 155/165 kB | 167/206 kB | 36/148 kB
Progress (4): 192/527 kB | 159/165 kB | 167/206 kB | 36/148 kB
Progress (4): 192/527 kB | 159/165 kB | 171/206 kB | 36/148 kB
Progress (4): 192/527 kB | 159/165 kB | 171/206 kB | 40/148 kB
Progress (4): 196/527 kB | 159/165 kB | 171/206 kB | 40/148 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
08:27:51 Progress (4): 196/527 kB | 159/165 kB | 171/206 kB | 45/148 kB
Progress (4): 196/527 kB | 159/165 kB | 176/206 kB | 45/148 kB
Progress (4): 196/527 kB | 163/165 kB | 176/206 kB | 45/148 kB
Progress (4): 196/527 kB | 163/165 kB | 180/206 kB | 45/148 kB
Progress (4): 196/527 kB | 163/165 kB | 180/206 kB | 49/148 kB
Progress (4): 200/527 kB | 163/165 kB | 180/206 kB | 49/148 kB
Progress (4): 200/527 kB | 165 kB | 180/206 kB | 49/148 kB    
Progress (4): 204/527 kB | 165 kB | 180/206 kB | 49/148 kB
Progress (4): 204/527 kB | 165 kB | 180/206 kB | 53/148 kB
Progress (4): 204/527 kB | 165 kB | 184/206 kB | 53/148 kB
Progress (4): 208/527 kB | 165 kB | 184/206 kB | 53/148 kB
Progress (4): 208/527 kB | 165 kB | 188/206 kB | 53/148 kB
Progress (5): 208/527 kB | 165 kB | 188/206 kB | 53/148 kB | 4.1/51 kB
Progress (5): 208/527 kB | 165 kB | 188/206 kB | 57/148 kB | 4.1/51 kB
Progress (5): 208/527 kB | 165 kB | 188/206 kB | 57/148 kB | 7.7/51 kB
Progress (5): 208/527 kB | 165 kB | 192/206 kB | 57/148 kB | 7.7/51 kB
Progress (5): 212/527 kB | 165 kB | 192/206 kB | 57/148 kB | 7.7/51 kB
Progress (5): 212/527 kB | 165 kB | 196/206 kB | 57/148 kB | 7.7/51 kB
Progress (5): 212/527 kB | 165 kB | 196/206 kB | 57/148 kB | 12/51 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 915 kB/s)
08:27:51 Progress (4): 212/527 kB | 196/206 kB | 61/148 kB | 12/51 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
08:27:51 Progress (4): 212/527 kB | 200/206 kB | 61/148 kB | 12/51 kB
Progress (4): 217/527 kB | 200/206 kB | 61/148 kB | 12/51 kB
Progress (4): 217/527 kB | 200/206 kB | 61/148 kB | 16/51 kB
Progress (4): 221/527 kB | 200/206 kB | 61/148 kB | 16/51 kB
Progress (4): 221/527 kB | 204/206 kB | 61/148 kB | 16/51 kB
Progress (4): 221/527 kB | 204/206 kB | 65/148 kB | 16/51 kB
Progress (4): 221/527 kB | 206 kB | 65/148 kB | 16/51 kB    
Progress (4): 225/527 kB | 206 kB | 65/148 kB | 16/51 kB
Progress (4): 225/527 kB | 206 kB | 65/148 kB | 20/51 kB
Progress (4): 225/527 kB | 206 kB | 69/148 kB | 20/51 kB
Progress (4): 229/527 kB | 206 kB | 69/148 kB | 20/51 kB
Progress (4): 229/527 kB | 206 kB | 73/148 kB | 20/51 kB
Progress (4): 229/527 kB | 206 kB | 73/148 kB | 24/51 kB
Progress (4): 229/527 kB | 206 kB | 77/148 kB | 24/51 kB
Progress (5): 229/527 kB | 206 kB | 77/148 kB | 24/51 kB | 4.1/106 kB
Progress (5): 233/527 kB | 206 kB | 77/148 kB | 24/51 kB | 4.1/106 kB
Progress (5): 233/527 kB | 206 kB | 81/148 kB | 24/51 kB | 4.1/106 kB
Progress (5): 233/527 kB | 206 kB | 81/148 kB | 28/51 kB | 4.1/106 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar (206 kB at 1.1 MB/s)
08:27:51 Progress (4): 237/527 kB | 81/148 kB | 28/51 kB | 4.1/106 kB
Progress (4): 237/527 kB | 81/148 kB | 28/51 kB | 7.7/106 kB
Progress (4): 241/527 kB | 81/148 kB | 28/51 kB | 7.7/106 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
08:27:51 Progress (4): 241/527 kB | 85/148 kB | 28/51 kB | 7.7/106 kB
Progress (4): 241/527 kB | 85/148 kB | 32/51 kB | 7.7/106 kB
Progress (4): 241/527 kB | 90/148 kB | 32/51 kB | 7.7/106 kB
Progress (4): 245/527 kB | 90/148 kB | 32/51 kB | 7.7/106 kB
Progress (4): 245/527 kB | 90/148 kB | 32/51 kB | 12/106 kB 
Progress (4): 245/527 kB | 94/148 kB | 32/51 kB | 12/106 kB
Progress (4): 245/527 kB | 94/148 kB | 32/51 kB | 16/106 kB
Progress (4): 245/527 kB | 94/148 kB | 36/51 kB | 16/106 kB
Progress (4): 249/527 kB | 94/148 kB | 36/51 kB | 16/106 kB
Progress (4): 249/527 kB | 98/148 kB | 36/51 kB | 16/106 kB
Progress (4): 253/527 kB | 98/148 kB | 36/51 kB | 16/106 kB
Progress (4): 253/527 kB | 98/148 kB | 40/51 kB | 16/106 kB
Progress (4): 258/527 kB | 98/148 kB | 40/51 kB | 16/106 kB
Progress (5): 258/527 kB | 98/148 kB | 40/51 kB | 16/106 kB | 4.1/14 kB
Progress (5): 258/527 kB | 98/148 kB | 40/51 kB | 20/106 kB | 4.1/14 kB
Progress (5): 258/527 kB | 98/148 kB | 40/51 kB | 20/106 kB | 7.7/14 kB
Progress (5): 262/527 kB | 98/148 kB | 40/51 kB | 20/106 kB | 7.7/14 kB
Progress (5): 262/527 kB | 102/148 kB | 40/51 kB | 20/106 kB | 7.7/14 kB
Progress (5): 262/527 kB | 102/148 kB | 45/51 kB | 20/106 kB | 7.7/14 kB
Progress (5): 262/527 kB | 106/148 kB | 45/51 kB | 20/106 kB | 7.7/14 kB
Progress (5): 262/527 kB | 106/148 kB | 45/51 kB | 20/106 kB | 12/14 kB 
Progress (5): 262/527 kB | 106/148 kB | 45/51 kB | 24/106 kB | 12/14 kB
Progress (5): 262/527 kB | 106/148 kB | 45/51 kB | 24/106 kB | 14 kB   
Progress (5): 262/527 kB | 110/148 kB | 45/51 kB | 24/106 kB | 14 kB
Progress (5): 266/527 kB | 110/148 kB | 45/51 kB | 24/106 kB | 14 kB
Progress (5): 266/527 kB | 110/148 kB | 49/51 kB | 24/106 kB | 14 kB
Progress (5): 270/527 kB | 110/148 kB | 49/51 kB | 24/106 kB | 14 kB
Progress (5): 270/527 kB | 114/148 kB | 49/51 kB | 24/106 kB | 14 kB
Progress (5): 270/527 kB | 114/148 kB | 49/51 kB | 28/106 kB | 14 kB
Progress (5): 274/527 kB | 114/148 kB | 49/51 kB | 28/106 kB | 14 kB
Progress (5): 274/527 kB | 114/148 kB | 51 kB | 28/106 kB | 14 kB   
Progress (5): 274/527 kB | 118/148 kB | 51 kB | 28/106 kB | 14 kB
Progress (5): 278/527 kB | 118/148 kB | 51 kB | 28/106 kB | 14 kB
Progress (5): 278/527 kB | 118/148 kB | 51 kB | 32/106 kB | 14 kB
Progress (5): 278/527 kB | 122/148 kB | 51 kB | 32/106 kB | 14 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 70 kB/s)
08:27:51 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
08:27:51 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 264 kB/s)
08:27:51 Progress (3): 282/527 kB | 122/148 kB | 32/106 kB
Progress (3): 282/527 kB | 126/148 kB | 32/106 kB
Progress (3): 286/527 kB | 126/148 kB | 32/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
08:27:51 Progress (3): 286/527 kB | 126/148 kB | 36/106 kB
Progress (3): 290/527 kB | 126/148 kB | 36/106 kB
Progress (3): 290/527 kB | 131/148 kB | 36/106 kB
Progress (3): 294/527 kB | 131/148 kB | 36/106 kB
Progress (3): 294/527 kB | 131/148 kB | 40/106 kB
Progress (3): 298/527 kB | 131/148 kB | 40/106 kB
Progress (3): 298/527 kB | 135/148 kB | 40/106 kB
Progress (4): 298/527 kB | 135/148 kB | 40/106 kB | 4.1/74 kB
Progress (4): 303/527 kB | 135/148 kB | 40/106 kB | 4.1/74 kB
Progress (4): 303/527 kB | 135/148 kB | 45/106 kB | 4.1/74 kB
Progress (4): 307/527 kB | 135/148 kB | 45/106 kB | 4.1/74 kB
Progress (4): 307/527 kB | 135/148 kB | 45/106 kB | 7.7/74 kB
Progress (4): 307/527 kB | 139/148 kB | 45/106 kB | 7.7/74 kB
Progress (4): 307/527 kB | 139/148 kB | 45/106 kB | 12/74 kB 
Progress (4): 311/527 kB | 139/148 kB | 45/106 kB | 12/74 kB
Progress (4): 311/527 kB | 139/148 kB | 49/106 kB | 12/74 kB
Progress (4): 311/527 kB | 139/148 kB | 49/106 kB | 16/74 kB
Progress (4): 311/527 kB | 143/148 kB | 49/106 kB | 16/74 kB
Progress (4): 315/527 kB | 143/148 kB | 49/106 kB | 16/74 kB
Progress (4): 315/527 kB | 143/148 kB | 53/106 kB | 16/74 kB
Progress (4): 315/527 kB | 147/148 kB | 53/106 kB | 16/74 kB
Progress (4): 315/527 kB | 147/148 kB | 57/106 kB | 16/74 kB
Progress (4): 315/527 kB | 147/148 kB | 57/106 kB | 20/74 kB
Progress (4): 319/527 kB | 147/148 kB | 57/106 kB | 20/74 kB
Progress (4): 319/527 kB | 147/148 kB | 57/106 kB | 24/74 kB
Progress (4): 319/527 kB | 147/148 kB | 61/106 kB | 24/74 kB
Progress (4): 319/527 kB | 148 kB | 61/106 kB | 24/74 kB    
Progress (4): 319/527 kB | 148 kB | 65/106 kB | 24/74 kB
Progress (4): 319/527 kB | 148 kB | 65/106 kB | 28/74 kB
Progress (4): 323/527 kB | 148 kB | 65/106 kB | 28/74 kB
Progress (4): 323/527 kB | 148 kB | 65/106 kB | 32/74 kB
Progress (4): 323/527 kB | 148 kB | 69/106 kB | 32/74 kB
Progress (4): 327/527 kB | 148 kB | 69/106 kB | 32/74 kB
Progress (5): 327/527 kB | 148 kB | 69/106 kB | 32/74 kB | 4.1/108 kB
Progress (5): 327/527 kB | 148 kB | 69/106 kB | 36/74 kB | 4.1/108 kB
Progress (5): 327/527 kB | 148 kB | 73/106 kB | 36/74 kB | 4.1/108 kB
Progress (5): 331/527 kB | 148 kB | 73/106 kB | 36/74 kB | 4.1/108 kB
Progress (5): 331/527 kB | 148 kB | 73/106 kB | 40/74 kB | 4.1/108 kB
Progress (5): 331/527 kB | 148 kB | 73/106 kB | 40/74 kB | 7.7/108 kB
Progress (5): 331/527 kB | 148 kB | 73/106 kB | 45/74 kB | 7.7/108 kB
Progress (5): 335/527 kB | 148 kB | 73/106 kB | 45/74 kB | 7.7/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 536 kB/s)
08:27:51 Progress (4): 335/527 kB | 77/106 kB | 45/74 kB | 7.7/108 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
08:27:51 Progress (4): 339/527 kB | 77/106 kB | 45/74 kB | 7.7/108 kB
Progress (4): 339/527 kB | 77/106 kB | 49/74 kB | 7.7/108 kB
Progress (4): 339/527 kB | 77/106 kB | 49/74 kB | 12/108 kB 
Progress (4): 344/527 kB | 77/106 kB | 49/74 kB | 12/108 kB
Progress (4): 344/527 kB | 81/106 kB | 49/74 kB | 12/108 kB
Progress (4): 344/527 kB | 81/106 kB | 53/74 kB | 12/108 kB
Progress (4): 344/527 kB | 81/106 kB | 53/74 kB | 16/108 kB
Progress (4): 344/527 kB | 81/106 kB | 57/74 kB | 16/108 kB
Progress (4): 348/527 kB | 81/106 kB | 57/74 kB | 16/108 kB
Progress (4): 348/527 kB | 85/106 kB | 57/74 kB | 16/108 kB
Progress (4): 348/527 kB | 85/106 kB | 61/74 kB | 16/108 kB
Progress (4): 348/527 kB | 90/106 kB | 61/74 kB | 16/108 kB
Progress (5): 348/527 kB | 90/106 kB | 61/74 kB | 16/108 kB | 4.1/202 kB
Progress (5): 352/527 kB | 90/106 kB | 61/74 kB | 16/108 kB | 4.1/202 kB
Progress (5): 352/527 kB | 90/106 kB | 61/74 kB | 16/108 kB | 7.7/202 kB
Progress (5): 352/527 kB | 94/106 kB | 61/74 kB | 16/108 kB | 7.7/202 kB
Progress (5): 352/527 kB | 94/106 kB | 65/74 kB | 16/108 kB | 7.7/202 kB
Progress (5): 352/527 kB | 94/106 kB | 65/74 kB | 20/108 kB | 7.7/202 kB
Progress (5): 352/527 kB | 98/106 kB | 65/74 kB | 20/108 kB | 7.7/202 kB
Progress (5): 352/527 kB | 98/106 kB | 65/74 kB | 20/108 kB | 12/202 kB 
Progress (5): 356/527 kB | 98/106 kB | 65/74 kB | 20/108 kB | 12/202 kB
Progress (5): 356/527 kB | 102/106 kB | 65/74 kB | 20/108 kB | 12/202 kB
Progress (5): 356/527 kB | 102/106 kB | 65/74 kB | 20/108 kB | 16/202 kB
Progress (5): 356/527 kB | 102/106 kB | 69/74 kB | 20/108 kB | 16/202 kB
Progress (5): 356/527 kB | 102/106 kB | 69/74 kB | 24/108 kB | 16/202 kB
Progress (5): 356/527 kB | 102/106 kB | 73/74 kB | 24/108 kB | 16/202 kB
Progress (5): 356/527 kB | 106/106 kB | 73/74 kB | 24/108 kB | 16/202 kB
Progress (5): 360/527 kB | 106/106 kB | 73/74 kB | 24/108 kB | 16/202 kB
Progress (5): 360/527 kB | 106 kB | 73/74 kB | 24/108 kB | 16/202 kB    
Progress (5): 360/527 kB | 106 kB | 74 kB | 24/108 kB | 16/202 kB   
Progress (5): 360/527 kB | 106 kB | 74 kB | 24/108 kB | 20/202 kB
Progress (5): 360/527 kB | 106 kB | 74 kB | 28/108 kB | 20/202 kB
Progress (5): 360/527 kB | 106 kB | 74 kB | 28/108 kB | 24/202 kB
Progress (5): 364/527 kB | 106 kB | 74 kB | 28/108 kB | 24/202 kB
Progress (5): 364/527 kB | 106 kB | 74 kB | 28/108 kB | 28/202 kB
Progress (5): 364/527 kB | 106 kB | 74 kB | 32/108 kB | 28/202 kB
Progress (5): 364/527 kB | 106 kB | 74 kB | 32/108 kB | 32/202 kB
Progress (5): 368/527 kB | 106 kB | 74 kB | 32/108 kB | 32/202 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 374 kB/s)
08:27:51 Progress (4): 368/527 kB | 74 kB | 32/108 kB | 36/202 kB
Progress (4): 368/527 kB | 74 kB | 36/108 kB | 36/202 kB
Progress (4): 372/527 kB | 74 kB | 36/108 kB | 36/202 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 260 kB/s)
08:27:51 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
08:27:51 Progress (3): 376/527 kB | 36/108 kB | 36/202 kB
Progress (3): 376/527 kB | 40/108 kB | 36/202 kB
Progress (3): 376/527 kB | 40/108 kB | 40/202 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
08:27:51 Progress (3): 380/527 kB | 40/108 kB | 40/202 kB
Progress (3): 380/527 kB | 40/108 kB | 45/202 kB
Progress (3): 380/527 kB | 45/108 kB | 45/202 kB
Progress (3): 380/527 kB | 45/108 kB | 49/202 kB
Progress (3): 384/527 kB | 45/108 kB | 49/202 kB
Progress (3): 384/527 kB | 49/108 kB | 49/202 kB
Progress (3): 389/527 kB | 49/108 kB | 49/202 kB
Progress (3): 393/527 kB | 49/108 kB | 49/202 kB
Progress (4): 393/527 kB | 49/108 kB | 49/202 kB | 4.1/472 kB
Progress (4): 393/527 kB | 49/108 kB | 53/202 kB | 4.1/472 kB
Progress (4): 393/527 kB | 49/108 kB | 53/202 kB | 7.7/472 kB
Progress (4): 393/527 kB | 53/108 kB | 53/202 kB | 7.7/472 kB
Progress (4): 393/527 kB | 53/108 kB | 53/202 kB | 12/472 kB 
Progress (4): 397/527 kB | 53/108 kB | 53/202 kB | 12/472 kB
Progress (4): 397/527 kB | 53/108 kB | 57/202 kB | 12/472 kB
Progress (4): 401/527 kB | 53/108 kB | 57/202 kB | 12/472 kB
Progress (4): 401/527 kB | 53/108 kB | 57/202 kB | 16/472 kB
Progress (4): 401/527 kB | 57/108 kB | 57/202 kB | 16/472 kB
Progress (5): 401/527 kB | 57/108 kB | 57/202 kB | 16/472 kB | 4.1/153 kB
Progress (5): 405/527 kB | 57/108 kB | 57/202 kB | 16/472 kB | 4.1/153 kB
Progress (5): 405/527 kB | 57/108 kB | 61/202 kB | 16/472 kB | 4.1/153 kB
Progress (5): 409/527 kB | 57/108 kB | 61/202 kB | 16/472 kB | 4.1/153 kB
Progress (5): 409/527 kB | 57/108 kB | 61/202 kB | 20/472 kB | 4.1/153 kB
Progress (5): 409/527 kB | 57/108 kB | 61/202 kB | 20/472 kB | 7.7/153 kB
Progress (5): 409/527 kB | 61/108 kB | 61/202 kB | 20/472 kB | 7.7/153 kB
Progress (5): 413/527 kB | 61/108 kB | 61/202 kB | 20/472 kB | 7.7/153 kB
Progress (5): 413/527 kB | 61/108 kB | 61/202 kB | 20/472 kB | 12/153 kB 
Progress (5): 413/527 kB | 61/108 kB | 61/202 kB | 24/472 kB | 12/153 kB
Progress (5): 413/527 kB | 61/108 kB | 65/202 kB | 24/472 kB | 12/153 kB
Progress (5): 413/527 kB | 61/108 kB | 65/202 kB | 28/472 kB | 12/153 kB
Progress (5): 413/527 kB | 61/108 kB | 65/202 kB | 28/472 kB | 16/153 kB
Progress (5): 417/527 kB | 61/108 kB | 65/202 kB | 28/472 kB | 16/153 kB
Progress (5): 417/527 kB | 65/108 kB | 65/202 kB | 28/472 kB | 16/153 kB
Progress (5): 421/527 kB | 65/108 kB | 65/202 kB | 28/472 kB | 16/153 kB
Progress (5): 421/527 kB | 65/108 kB | 65/202 kB | 28/472 kB | 20/153 kB
Progress (5): 421/527 kB | 65/108 kB | 65/202 kB | 32/472 kB | 20/153 kB
Progress (5): 421/527 kB | 65/108 kB | 65/202 kB | 32/472 kB | 24/153 kB
Progress (5): 425/527 kB | 65/108 kB | 65/202 kB | 32/472 kB | 24/153 kB
Progress (5): 425/527 kB | 65/108 kB | 69/202 kB | 32/472 kB | 24/153 kB
Progress (5): 425/527 kB | 65/108 kB | 69/202 kB | 32/472 kB | 28/153 kB
Progress (5): 425/527 kB | 69/108 kB | 69/202 kB | 32/472 kB | 28/153 kB
Progress (5): 430/527 kB | 69/108 kB | 69/202 kB | 32/472 kB | 28/153 kB
Progress (5): 430/527 kB | 69/108 kB | 69/202 kB | 32/472 kB | 32/153 kB
Progress (5): 430/527 kB | 69/108 kB | 73/202 kB | 32/472 kB | 32/153 kB
Progress (5): 430/527 kB | 69/108 kB | 73/202 kB | 36/472 kB | 32/153 kB
Progress (5): 430/527 kB | 69/108 kB | 77/202 kB | 36/472 kB | 32/153 kB
Progress (5): 434/527 kB | 69/108 kB | 77/202 kB | 36/472 kB | 32/153 kB
Progress (5): 434/527 kB | 73/108 kB | 77/202 kB | 36/472 kB | 32/153 kB
Progress (5): 438/527 kB | 73/108 kB | 77/202 kB | 36/472 kB | 32/153 kB
Progress (5): 438/527 kB | 73/108 kB | 81/202 kB | 36/472 kB | 32/153 kB
Progress (5): 438/527 kB | 73/108 kB | 81/202 kB | 36/472 kB | 36/153 kB
Progress (5): 438/527 kB | 73/108 kB | 81/202 kB | 40/472 kB | 36/153 kB
Progress (5): 438/527 kB | 73/108 kB | 81/202 kB | 40/472 kB | 40/153 kB
Progress (5): 442/527 kB | 73/108 kB | 81/202 kB | 40/472 kB | 40/153 kB
Progress (5): 442/527 kB | 77/108 kB | 81/202 kB | 40/472 kB | 40/153 kB
Progress (5): 442/527 kB | 77/108 kB | 81/202 kB | 40/472 kB | 45/153 kB
Progress (5): 442/527 kB | 77/108 kB | 85/202 kB | 40/472 kB | 45/153 kB
Progress (5): 442/527 kB | 77/108 kB | 85/202 kB | 45/472 kB | 45/153 kB
Progress (5): 442/527 kB | 77/108 kB | 90/202 kB | 45/472 kB | 45/153 kB
Progress (5): 442/527 kB | 77/108 kB | 90/202 kB | 45/472 kB | 49/153 kB
Progress (5): 442/527 kB | 81/108 kB | 90/202 kB | 45/472 kB | 49/153 kB
Progress (5): 442/527 kB | 81/108 kB | 94/202 kB | 45/472 kB | 49/153 kB
Progress (5): 442/527 kB | 81/108 kB | 94/202 kB | 49/472 kB | 49/153 kB
Progress (5): 442/527 kB | 81/108 kB | 98/202 kB | 49/472 kB | 49/153 kB
Progress (5): 442/527 kB | 85/108 kB | 98/202 kB | 49/472 kB | 49/153 kB
Progress (5): 442/527 kB | 90/108 kB | 98/202 kB | 49/472 kB | 49/153 kB
Progress (5): 442/527 kB | 90/108 kB | 98/202 kB | 49/472 kB | 53/153 kB
Progress (5): 442/527 kB | 90/108 kB | 102/202 kB | 49/472 kB | 53/153 kB
Progress (5): 442/527 kB | 94/108 kB | 102/202 kB | 49/472 kB | 53/153 kB
Progress (5): 442/527 kB | 94/108 kB | 106/202 kB | 49/472 kB | 53/153 kB
Progress (5): 442/527 kB | 94/108 kB | 106/202 kB | 49/472 kB | 57/153 kB
Progress (5): 446/527 kB | 94/108 kB | 106/202 kB | 49/472 kB | 57/153 kB
Progress (5): 446/527 kB | 94/108 kB | 106/202 kB | 49/472 kB | 61/153 kB
Progress (5): 446/527 kB | 94/108 kB | 110/202 kB | 49/472 kB | 61/153 kB
Progress (5): 446/527 kB | 94/108 kB | 110/202 kB | 53/472 kB | 61/153 kB
Progress (5): 446/527 kB | 98/108 kB | 110/202 kB | 53/472 kB | 61/153 kB
Progress (5): 446/527 kB | 98/108 kB | 110/202 kB | 57/472 kB | 61/153 kB
Progress (5): 446/527 kB | 98/108 kB | 114/202 kB | 57/472 kB | 61/153 kB
Progress (5): 446/527 kB | 98/108 kB | 114/202 kB | 57/472 kB | 65/153 kB
Progress (5): 450/527 kB | 98/108 kB | 114/202 kB | 57/472 kB | 65/153 kB
Progress (5): 450/527 kB | 102/108 kB | 114/202 kB | 57/472 kB | 65/153 kB
Progress (5): 450/527 kB | 102/108 kB | 114/202 kB | 61/472 kB | 65/153 kB
Progress (5): 450/527 kB | 102/108 kB | 114/202 kB | 61/472 kB | 69/153 kB
Progress (5): 450/527 kB | 106/108 kB | 114/202 kB | 61/472 kB | 69/153 kB
Progress (5): 450/527 kB | 106/108 kB | 118/202 kB | 61/472 kB | 69/153 kB
Progress (5): 454/527 kB | 106/108 kB | 118/202 kB | 61/472 kB | 69/153 kB
Progress (5): 454/527 kB | 106/108 kB | 122/202 kB | 61/472 kB | 69/153 kB
Progress (5): 454/527 kB | 108 kB | 122/202 kB | 61/472 kB | 69/153 kB    
Progress (5): 454/527 kB | 108 kB | 122/202 kB | 61/472 kB | 73/153 kB
Progress (5): 454/527 kB | 108 kB | 122/202 kB | 65/472 kB | 73/153 kB
Progress (5): 454/527 kB | 108 kB | 122/202 kB | 65/472 kB | 77/153 kB
Progress (5): 454/527 kB | 108 kB | 126/202 kB | 65/472 kB | 77/153 kB
Progress (5): 458/527 kB | 108 kB | 126/202 kB | 65/472 kB | 77/153 kB
Progress (5): 458/527 kB | 108 kB | 131/202 kB | 65/472 kB | 77/153 kB
Progress (5): 458/527 kB | 108 kB | 131/202 kB | 65/472 kB | 81/153 kB
Progress (5): 458/527 kB | 108 kB | 131/202 kB | 69/472 kB | 81/153 kB
Progress (5): 462/527 kB | 108 kB | 131/202 kB | 69/472 kB | 81/153 kB
Progress (5): 462/527 kB | 108 kB | 135/202 kB | 69/472 kB | 81/153 kB
Progress (5): 462/527 kB | 108 kB | 135/202 kB | 73/472 kB | 81/153 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 291 kB/s)
08:27:51 Progress (4): 462/527 kB | 139/202 kB | 73/472 kB | 81/153 kB
Progress (4): 462/527 kB | 139/202 kB | 73/472 kB | 85/153 kB
Progress (4): 466/527 kB | 139/202 kB | 73/472 kB | 85/153 kB
Progress (4): 466/527 kB | 139/202 kB | 73/472 kB | 90/153 kB
Progress (4): 466/527 kB | 143/202 kB | 73/472 kB | 90/153 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
08:27:51 Progress (4): 466/527 kB | 143/202 kB | 77/472 kB | 90/153 kB
Progress (4): 466/527 kB | 147/202 kB | 77/472 kB | 90/153 kB
Progress (4): 466/527 kB | 147/202 kB | 77/472 kB | 94/153 kB
Progress (4): 471/527 kB | 147/202 kB | 77/472 kB | 94/153 kB
Progress (4): 471/527 kB | 147/202 kB | 77/472 kB | 98/153 kB
Progress (4): 471/527 kB | 147/202 kB | 81/472 kB | 98/153 kB
Progress (4): 471/527 kB | 151/202 kB | 81/472 kB | 98/153 kB
Progress (4): 475/527 kB | 151/202 kB | 81/472 kB | 98/153 kB
Progress (4): 475/527 kB | 155/202 kB | 81/472 kB | 98/153 kB
Progress (4): 475/527 kB | 155/202 kB | 81/472 kB | 102/153 kB
Progress (4): 475/527 kB | 159/202 kB | 81/472 kB | 102/153 kB
Progress (4): 475/527 kB | 159/202 kB | 81/472 kB | 106/153 kB
Progress (4): 475/527 kB | 159/202 kB | 85/472 kB | 106/153 kB
Progress (4): 479/527 kB | 159/202 kB | 85/472 kB | 106/153 kB
Progress (5): 479/527 kB | 159/202 kB | 85/472 kB | 106/153 kB | 4.1/61 kB
Progress (5): 479/527 kB | 163/202 kB | 85/472 kB | 106/153 kB | 4.1/61 kB
Progress (5): 479/527 kB | 163/202 kB | 85/472 kB | 106/153 kB | 7.7/61 kB
Progress (5): 483/527 kB | 163/202 kB | 85/472 kB | 106/153 kB | 7.7/61 kB
Progress (5): 483/527 kB | 163/202 kB | 90/472 kB | 106/153 kB | 7.7/61 kB
Progress (5): 483/527 kB | 163/202 kB | 90/472 kB | 110/153 kB | 7.7/61 kB
Progress (5): 483/527 kB | 163/202 kB | 94/472 kB | 110/153 kB | 7.7/61 kB
Progress (5): 483/527 kB | 167/202 kB | 94/472 kB | 110/153 kB | 7.7/61 kB
Progress (5): 487/527 kB | 167/202 kB | 94/472 kB | 110/153 kB | 7.7/61 kB
Progress (5): 487/527 kB | 167/202 kB | 94/472 kB | 110/153 kB | 12/61 kB 
Progress (5): 491/527 kB | 167/202 kB | 94/472 kB | 110/153 kB | 12/61 kB
Progress (5): 491/527 kB | 171/202 kB | 94/472 kB | 110/153 kB | 12/61 kB
Progress (5): 491/527 kB | 171/202 kB | 98/472 kB | 110/153 kB | 12/61 kB
Progress (5): 491/527 kB | 171/202 kB | 98/472 kB | 114/153 kB | 12/61 kB
Progress (5): 495/527 kB | 171/202 kB | 98/472 kB | 114/153 kB | 12/61 kB
Progress (5): 495/527 kB | 176/202 kB | 98/472 kB | 114/153 kB | 12/61 kB
Progress (5): 495/527 kB | 176/202 kB | 98/472 kB | 114/153 kB | 16/61 kB
Progress (5): 495/527 kB | 176/202 kB | 98/472 kB | 118/153 kB | 16/61 kB
Progress (5): 495/527 kB | 180/202 kB | 98/472 kB | 118/153 kB | 16/61 kB
Progress (5): 499/527 kB | 180/202 kB | 98/472 kB | 118/153 kB | 16/61 kB
Progress (5): 499/527 kB | 180/202 kB | 98/472 kB | 122/153 kB | 16/61 kB
Progress (5): 499/527 kB | 180/202 kB | 102/472 kB | 122/153 kB | 16/61 kB
Progress (5): 499/527 kB | 184/202 kB | 102/472 kB | 122/153 kB | 16/61 kB
Progress (5): 499/527 kB | 184/202 kB | 102/472 kB | 126/153 kB | 16/61 kB
Progress (5): 503/527 kB | 184/202 kB | 102/472 kB | 126/153 kB | 16/61 kB
Progress (5): 503/527 kB | 184/202 kB | 102/472 kB | 126/153 kB | 20/61 kB
Progress (5): 507/527 kB | 184/202 kB | 102/472 kB | 126/153 kB | 20/61 kB
Progress (5): 507/527 kB | 184/202 kB | 102/472 kB | 131/153 kB | 20/61 kB
Progress (5): 507/527 kB | 188/202 kB | 102/472 kB | 131/153 kB | 20/61 kB
Progress (5): 507/527 kB | 188/202 kB | 106/472 kB | 131/153 kB | 20/61 kB
Progress (5): 511/527 kB | 188/202 kB | 106/472 kB | 131/153 kB | 20/61 kB
Progress (5): 511/527 kB | 192/202 kB | 106/472 kB | 131/153 kB | 20/61 kB
Progress (5): 511/527 kB | 192/202 kB | 106/472 kB | 131/153 kB | 24/61 kB
Progress (5): 511/527 kB | 196/202 kB | 106/472 kB | 131/153 kB | 24/61 kB
Progress (5): 516/527 kB | 196/202 kB | 106/472 kB | 131/153 kB | 24/61 kB
Progress (5): 516/527 kB | 196/202 kB | 110/472 kB | 131/153 kB | 24/61 kB
Progress (5): 516/527 kB | 196/202 kB | 110/472 kB | 135/153 kB | 24/61 kB
Progress (5): 516/527 kB | 196/202 kB | 114/472 kB | 135/153 kB | 24/61 kB
Progress (5): 520/527 kB | 196/202 kB | 114/472 kB | 135/153 kB | 24/61 kB
Progress (5): 520/527 kB | 200/202 kB | 114/472 kB | 135/153 kB | 24/61 kB
Progress (5): 520/527 kB | 200/202 kB | 114/472 kB | 135/153 kB | 28/61 kB
Progress (5): 520/527 kB | 202 kB | 114/472 kB | 135/153 kB | 28/61 kB    
Progress (5): 524/527 kB | 202 kB | 114/472 kB | 135/153 kB | 28/61 kB
Progress (5): 524/527 kB | 202 kB | 114/472 kB | 139/153 kB | 28/61 kB
Progress (5): 524/527 kB | 202 kB | 118/472 kB | 139/153 kB | 28/61 kB
Progress (5): 524/527 kB | 202 kB | 118/472 kB | 139/153 kB | 32/61 kB
Progress (5): 524/527 kB | 202 kB | 122/472 kB | 139/153 kB | 32/61 kB
Progress (5): 524/527 kB | 202 kB | 122/472 kB | 143/153 kB | 32/61 kB
Progress (5): 527 kB | 202 kB | 122/472 kB | 143/153 kB | 32/61 kB    
Progress (5): 527 kB | 202 kB | 122/472 kB | 147/153 kB | 32/61 kB
Progress (5): 527 kB | 202 kB | 122/472 kB | 147/153 kB | 36/61 kB
Progress (5): 527 kB | 202 kB | 126/472 kB | 147/153 kB | 36/61 kB
Progress (5): 527 kB | 202 kB | 126/472 kB | 151/153 kB | 36/61 kB
Progress (5): 527 kB | 202 kB | 126/472 kB | 151/153 kB | 40/61 kB
Progress (5): 527 kB | 202 kB | 126/472 kB | 153 kB | 40/61 kB    
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 520 kB/s)
08:27:51 Progress (4): 527 kB | 131/472 kB | 153 kB | 40/61 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.4 MB/s)
08:27:51 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
08:27:51 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
08:27:51 Progress (3): 131/472 kB | 153 kB | 45/61 kB
Progress (3): 135/472 kB | 153 kB | 45/61 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 392 kB/s)
08:27:51 Progress (2): 139/472 kB | 45/61 kB
Progress (2): 139/472 kB | 49/61 kB
Progress (2): 143/472 kB | 49/61 kB
Progress (3): 143/472 kB | 49/61 kB | 4.1/29 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
08:27:51 Progress (3): 143/472 kB | 53/61 kB | 4.1/29 kB
Progress (4): 143/472 kB | 53/61 kB | 4.1/29 kB | 4.1/46 kB
Progress (4): 143/472 kB | 53/61 kB | 7.7/29 kB | 4.1/46 kB
Progress (4): 147/472 kB | 53/61 kB | 7.7/29 kB | 4.1/46 kB
Progress (4): 147/472 kB | 53/61 kB | 12/29 kB | 4.1/46 kB 
Progress (4): 147/472 kB | 53/61 kB | 12/29 kB | 7.7/46 kB
Progress (4): 147/472 kB | 57/61 kB | 12/29 kB | 7.7/46 kB
Progress (4): 147/472 kB | 57/61 kB | 12/29 kB | 12/46 kB 
Progress (4): 151/472 kB | 57/61 kB | 12/29 kB | 12/46 kB
Progress (4): 151/472 kB | 57/61 kB | 16/29 kB | 12/46 kB
Progress (4): 155/472 kB | 57/61 kB | 16/29 kB | 12/46 kB
Progress (4): 155/472 kB | 57/61 kB | 16/29 kB | 16/46 kB
Progress (4): 155/472 kB | 61/61 kB | 16/29 kB | 16/46 kB
Progress (4): 159/472 kB | 61/61 kB | 16/29 kB | 16/46 kB
Progress (4): 159/472 kB | 61 kB | 16/29 kB | 16/46 kB   
Progress (4): 163/472 kB | 61 kB | 16/29 kB | 16/46 kB
Progress (4): 163/472 kB | 61 kB | 16/29 kB | 20/46 kB
Progress (4): 163/472 kB | 61 kB | 20/29 kB | 20/46 kB
Progress (4): 167/472 kB | 61 kB | 20/29 kB | 20/46 kB
Progress (4): 167/472 kB | 61 kB | 24/29 kB | 20/46 kB
Progress (4): 167/472 kB | 61 kB | 24/29 kB | 24/46 kB
Progress (4): 167/472 kB | 61 kB | 28/29 kB | 24/46 kB
Progress (4): 171/472 kB | 61 kB | 28/29 kB | 24/46 kB
Progress (4): 171/472 kB | 61 kB | 29 kB | 24/46 kB   
Progress (4): 171/472 kB | 61 kB | 29 kB | 28/46 kB
Progress (4): 176/472 kB | 61 kB | 29 kB | 28/46 kB
Progress (5): 176/472 kB | 61 kB | 29 kB | 28/46 kB | 4.1/13 kB
Progress (5): 180/472 kB | 61 kB | 29 kB | 28/46 kB | 4.1/13 kB
Progress (5): 180/472 kB | 61 kB | 29 kB | 32/46 kB | 4.1/13 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 131 kB/s)
08:27:51 Progress (4): 180/472 kB | 29 kB | 32/46 kB | 7.7/13 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
08:27:51 Progress (4): 180/472 kB | 29 kB | 36/46 kB | 7.7/13 kB
Progress (4): 184/472 kB | 29 kB | 36/46 kB | 7.7/13 kB
Progress (4): 184/472 kB | 29 kB | 40/46 kB | 7.7/13 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 61 kB/s)
08:27:51 Progress (3): 184/472 kB | 40/46 kB | 12/13 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar
08:27:51 Progress (3): 184/472 kB | 45/46 kB | 12/13 kB
Progress (3): 188/472 kB | 45/46 kB | 12/13 kB
Progress (3): 188/472 kB | 46 kB | 12/13 kB   
Progress (3): 188/472 kB | 46 kB | 13 kB   
Progress (3): 192/472 kB | 46 kB | 13 kB
Progress (3): 196/472 kB | 46 kB | 13 kB
Progress (4): 196/472 kB | 46 kB | 13 kB | 4.1/49 kB
Progress (4): 196/472 kB | 46 kB | 13 kB | 7.7/49 kB
Progress (4): 196/472 kB | 46 kB | 13 kB | 12/49 kB 
Progress (4): 196/472 kB | 46 kB | 13 kB | 16/49 kB
Progress (4): 200/472 kB | 46 kB | 13 kB | 16/49 kB
Progress (4): 204/472 kB | 46 kB | 13 kB | 16/49 kB
Progress (4): 208/472 kB | 46 kB | 13 kB | 16/49 kB
Progress (4): 208/472 kB | 46 kB | 13 kB | 20/49 kB
Progress (4): 212/472 kB | 46 kB | 13 kB | 20/49 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 28 kB/s)
08:27:51 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 98 kB/s)
08:27:51 Progress (2): 212/472 kB | 24/49 kB
Progress (3): 212/472 kB | 24/49 kB | 4.1/22 kB
Progress (3): 212/472 kB | 28/49 kB | 4.1/22 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
08:27:51 Progress (3): 217/472 kB | 28/49 kB | 4.1/22 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
08:27:51 Progress (3): 221/472 kB | 28/49 kB | 4.1/22 kB
Progress (3): 221/472 kB | 32/49 kB | 4.1/22 kB
Progress (3): 221/472 kB | 32/49 kB | 7.7/22 kB
Progress (3): 225/472 kB | 32/49 kB | 7.7/22 kB
Progress (3): 225/472 kB | 32/49 kB | 12/22 kB 
Progress (3): 229/472 kB | 32/49 kB | 12/22 kB
Progress (3): 229/472 kB | 36/49 kB | 12/22 kB
Progress (3): 229/472 kB | 36/49 kB | 16/22 kB
Progress (3): 229/472 kB | 40/49 kB | 16/22 kB
Progress (3): 229/472 kB | 45/49 kB | 16/22 kB
Progress (4): 229/472 kB | 45/49 kB | 16/22 kB | 4.1/187 kB
Progress (4): 229/472 kB | 45/49 kB | 20/22 kB | 4.1/187 kB
Progress (4): 229/472 kB | 49/49 kB | 20/22 kB | 4.1/187 kB
Progress (4): 229/472 kB | 49/49 kB | 22 kB | 4.1/187 kB   
Progress (4): 229/472 kB | 49/49 kB | 22 kB | 7.7/187 kB
Progress (4): 233/472 kB | 49/49 kB | 22 kB | 7.7/187 kB
Progress (4): 233/472 kB | 49/49 kB | 22 kB | 12/187 kB 
Progress (4): 233/472 kB | 49 kB | 22 kB | 12/187 kB   
Progress (4): 233/472 kB | 49 kB | 22 kB | 16/187 kB
Progress (4): 237/472 kB | 49 kB | 22 kB | 16/187 kB
Progress (5): 237/472 kB | 49 kB | 22 kB | 16/187 kB | 4.1/247 kB
Progress (5): 241/472 kB | 49 kB | 22 kB | 16/187 kB | 4.1/247 kB
Progress (5): 241/472 kB | 49 kB | 22 kB | 16/187 kB | 7.7/247 kB
Progress (5): 241/472 kB | 49 kB | 22 kB | 20/187 kB | 7.7/247 kB
Progress (5): 245/472 kB | 49 kB | 22 kB | 20/187 kB | 7.7/247 kB
Progress (5): 245/472 kB | 49 kB | 22 kB | 24/187 kB | 7.7/247 kB
Progress (5): 245/472 kB | 49 kB | 22 kB | 24/187 kB | 12/247 kB 
Progress (5): 245/472 kB | 49 kB | 22 kB | 28/187 kB | 12/247 kB
Progress (5): 245/472 kB | 49 kB | 22 kB | 28/187 kB | 16/247 kB
Progress (5): 245/472 kB | 49 kB | 22 kB | 32/187 kB | 16/247 kB
Progress (5): 249/472 kB | 49 kB | 22 kB | 32/187 kB | 16/247 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar (22 kB at 45 kB/s)
08:27:51 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 102 kB/s)
08:27:51 Progress (3): 249/472 kB | 36/187 kB | 16/247 kB
Progress (3): 249/472 kB | 36/187 kB | 20/247 kB
Progress (3): 253/472 kB | 36/187 kB | 20/247 kB
Progress (3): 253/472 kB | 36/187 kB | 24/247 kB
Progress (3): 253/472 kB | 40/187 kB | 24/247 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
08:27:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
08:27:51 Progress (3): 253/472 kB | 45/187 kB | 24/247 kB
Progress (3): 253/472 kB | 45/187 kB | 28/247 kB
Progress (3): 258/472 kB | 45/187 kB | 28/247 kB
Progress (3): 258/472 kB | 45/187 kB | 32/247 kB
Progress (3): 258/472 kB | 49/187 kB | 32/247 kB
Progress (3): 262/472 kB | 49/187 kB | 32/247 kB
Progress (3): 262/472 kB | 49/187 kB | 36/247 kB
Progress (3): 262/472 kB | 53/187 kB | 36/247 kB
Progress (3): 262/472 kB | 53/187 kB | 40/247 kB
Progress (3): 262/472 kB | 57/187 kB | 40/247 kB
Progress (3): 262/472 kB | 57/187 kB | 45/247 kB
Progress (3): 262/472 kB | 61/187 kB | 45/247 kB
Progress (3): 266/472 kB | 61/187 kB | 45/247 kB
Progress (3): 266/472 kB | 61/187 kB | 49/247 kB
Progress (3): 270/472 kB | 61/187 kB | 49/247 kB
Progress (4): 270/472 kB | 61/187 kB | 49/247 kB | 4.1/209 kB
Progress (4): 270/472 kB | 65/187 kB | 49/247 kB | 4.1/209 kB
Progress (4): 270/472 kB | 65/187 kB | 49/247 kB | 7.7/209 kB
Progress (4): 274/472 kB | 65/187 kB | 49/247 kB | 7.7/209 kB
Progress (4): 274/472 kB | 65/187 kB | 49/247 kB | 12/209 kB 
Progress (4): 274/472 kB | 69/187 kB | 49/247 kB | 12/209 kB
Progress (4): 274/472 kB | 69/187 kB | 53/247 kB | 12/209 kB
Progress (4): 274/472 kB | 73/187 kB | 53/247 kB | 12/209 kB
Progress (4): 274/472 kB | 73/187 kB | 53/247 kB | 16/209 kB
Progress (4): 278/472 kB | 73/187 kB | 53/247 kB | 16/209 kB
Progress (5): 278/472 kB | 73/187 kB | 53/247 kB | 16/209 kB | 4.1/86 kB
Progress (5): 278/472 kB | 77/187 kB | 53/247 kB | 16/209 kB | 4.1/86 kB
Progress (5): 278/472 kB | 77/187 kB | 57/247 kB | 16/209 kB | 4.1/86 kB
Progress (5): 278/472 kB | 81/187 kB | 57/247 kB | 16/209 kB | 4.1/86 kB
Progress (5): 278/472 kB | 81/187 kB | 57/247 kB | 16/209 kB | 7.7/86 kB
Progress (5): 282/472 kB | 81/187 kB | 57/247 kB | 16/209 kB | 7.7/86 kB
Progress (5): 282/472 kB | 81/187 kB | 61/247 kB | 16/209 kB | 7.7/86 kB
Progress (5): 282/472 kB | 81/187 kB | 61/247 kB | 20/209 kB | 7.7/86 kB
Progress (5): 282/472 kB | 81/187 kB | 65/247 kB | 20/209 kB | 7.7/86 kB
Progress (5): 282/472 kB | 85/187 kB | 65/247 kB | 20/209 kB | 7.7/86 kB
Progress (5): 286/472 kB | 85/187 kB | 65/247 kB | 20/209 kB | 7.7/86 kB
Progress (5): 286/472 kB | 85/187 kB | 65/247 kB | 20/209 kB | 12/86 kB 
Progress (5): 290/472 kB | 85/187 kB | 65/247 kB | 20/209 kB | 12/86 kB
Progress (5): 290/472 kB | 90/187 kB | 65/247 kB | 20/209 kB | 12/86 kB
Progress (5): 290/472 kB | 90/187 kB | 65/247 kB | 24/209 kB | 12/86 kB
Progress (5): 290/472 kB | 94/187 kB | 65/247 kB | 24/209 kB | 12/86 kB
Progress (5): 290/472 kB | 94/187 kB | 69/247 kB | 24/209 kB | 12/86 kB
Progress (5): 294/472 kB | 94/187 kB | 69/247 kB | 24/209 kB | 12/86 kB
Progress (5): 294/472 kB | 94/187 kB | 69/247 kB | 24/209 kB | 16/86 kB
Progress (5): 294/472 kB | 94/187 kB | 73/247 kB | 24/209 kB | 16/86 kB
Progress (5): 294/472 kB | 98/187 kB | 73/247 kB | 24/209 kB | 16/86 kB
Progress (5): 294/472 kB | 98/187 kB | 73/247 kB | 28/209 kB | 16/86 kB
Progress (5): 298/472 kB | 98/187 kB | 73/247 kB | 28/209 kB | 16/86 kB
Progress (5): 298/472 kB | 98/187 kB | 77/247 kB | 28/209 kB | 16/86 kB
Progress (5): 298/472 kB | 102/187 kB | 77/247 kB | 28/209 kB | 16/86 kB
Progress (5): 303/472 kB | 102/187 kB | 77/247 kB | 28/209 kB | 16/86 kB
Progress (5): 303/472 kB | 102/187 kB | 77/247 kB | 32/209 kB | 16/86 kB
Progress (5): 303/472 kB | 102/187 kB | 77/247 kB | 32/209 kB | 20/86 kB
Progress (5): 307/472 kB | 102/187 kB | 77/247 kB | 32/209 kB | 20/86 kB
Progress (5): 307/472 kB | 106/187 kB | 77/247 kB | 32/209 kB | 20/86 kB
Progress (5): 307/472 kB | 106/187 kB | 81/247 kB | 32/209 kB | 20/86 kB
Progress (5): 307/472 kB | 106/187 kB | 81/247 kB | 36/209 kB | 20/86 kB
Progress (5): 307/472 kB | 110/187 kB | 81/247 kB | 36/209 kB | 20/86 kB
Progress (5): 311/472 kB | 110/187 kB | 81/247 kB | 36/209 kB | 20/86 kB
Progress (5): 311/472 kB | 110/187 kB | 85/247 kB | 36/209 kB | 20/86 kB
Progress (5): 311/472 kB | 110/187 kB | 85/247 kB | 36/209 kB | 24/86 kB
Progress (5): 311/472 kB | 110/187 kB | 90/247 kB | 36/209 kB | 24/86 kB
Progress (5): 311/472 kB | 114/187 kB | 90/247 kB | 36/209 kB | 24/86 kB
Progress (5): 311/472 kB | 114/187 kB | 90/247 kB | 40/209 kB | 24/86 kB
Progress (5): 311/472 kB | 114/187 kB | 94/247 kB | 40/209 kB | 24/86 kB
Progress (5): 315/472 kB | 114/187 kB | 94/247 kB | 40/209 kB | 24/86 kB
Progress (5): 315/472 kB | 118/187 kB | 94/247 kB | 40/209 kB | 24/86 kB
Progress (5): 315/472 kB | 118/187 kB | 94/247 kB | 40/209 kB | 28/86 kB
Progress (5): 315/472 kB | 122/187 kB | 94/247 kB | 40/209 kB | 28/86 kB
Progress (5): 319/472 kB | 122/187 kB | 94/247 kB | 40/209 kB | 28/86 kB
Progress (5): 319/472 kB | 122/187 kB | 98/247 kB | 40/209 kB | 28/86 kB
Progress (5): 319/472 kB | 122/187 kB | 98/247 kB | 45/209 kB | 28/86 kB
Progress (5): 323/472 kB | 122/187 kB | 98/247 kB | 45/209 kB | 28/86 kB
Progress (5): 323/472 kB | 126/187 kB | 98/247 kB | 45/209 kB | 28/86 kB
Progress (5): 323/472 kB | 126/187 kB | 98/247 kB | 45/209 kB | 32/86 kB
Progress (5): 323/472 kB | 131/187 kB | 98/247 kB | 45/209 kB | 32/86 kB
Progress (5): 323/472 kB | 131/187 kB | 102/247 kB | 45/209 kB | 32/86 kB
Progress (5): 327/472 kB | 131/187 kB | 102/247 kB | 45/209 kB | 32/86 kB
Progress (5): 327/472 kB | 131/187 kB | 102/247 kB | 49/209 kB | 32/86 kB
Progress (5): 331/472 kB | 131/187 kB | 102/247 kB | 49/209 kB | 32/86 kB
Progress (5): 331/472 kB | 135/187 kB | 102/247 kB | 49/209 kB | 32/86 kB
Progress (5): 335/472 kB | 135/187 kB | 102/247 kB | 49/209 kB | 32/86 kB
Progress (5): 335/472 kB | 135/187 kB | 102/247 kB | 53/209 kB | 32/86 kB
Progress (5): 335/472 kB | 135/187 kB | 102/247 kB | 53/209 kB | 36/86 kB
Progress (5): 335/472 kB | 135/187 kB | 106/247 kB | 53/209 kB | 36/86 kB
Progress (5): 335/472 kB | 135/187 kB | 106/247 kB | 53/209 kB | 40/86 kB
Progress (5): 335/472 kB | 135/187 kB | 106/247 kB | 57/209 kB | 40/86 kB
Progress (5): 339/472 kB | 135/187 kB | 106/247 kB | 57/209 kB | 40/86 kB
Progress (5): 339/472 kB | 139/187 kB | 106/247 kB | 57/209 kB | 40/86 kB
Progress (5): 344/472 kB | 139/187 kB | 106/247 kB | 57/209 kB | 40/86 kB
Progress (5): 344/472 kB | 139/187 kB | 106/247 kB | 61/209 kB | 40/86 kB
Progress (5): 344/472 kB | 139/187 kB | 106/247 kB | 61/209 kB | 45/86 kB
Progress (5): 344/472 kB | 139/187 kB | 110/247 kB | 61/209 kB | 45/86 kB
Progress (5): 348/472 kB | 139/187 kB | 110/247 kB | 61/209 kB | 45/86 kB
Progress (5): 348/472 kB | 139/187 kB | 110/247 kB | 61/209 kB | 49/86 kB
Progress (5): 348/472 kB | 139/187 kB | 110/247 kB | 65/209 kB | 49/86 kB
Progress (5): 348/472 kB | 143/187 kB | 110/247 kB | 65/209 kB | 49/86 kB
Progress (5): 352/472 kB | 143/187 kB | 110/247 kB | 65/209 kB | 49/86 kB
Progress (5): 352/472 kB | 143/187 kB | 114/247 kB | 65/209 kB | 49/86 kB
Progress (5): 352/472 kB | 143/187 kB | 114/247 kB | 69/209 kB | 49/86 kB
Progress (5): 352/472 kB | 143/187 kB | 114/247 kB | 69/209 kB | 53/86 kB
Progress (5): 356/472 kB | 143/187 kB | 114/247 kB | 69/209 kB | 53/86 kB
Progress (5): 356/472 kB | 143/187 kB | 118/247 kB | 69/209 kB | 53/86 kB
Progress (5): 356/472 kB | 147/187 kB | 118/247 kB | 69/209 kB | 53/86 kB
Progress (5): 356/472 kB | 147/187 kB | 122/247 kB | 69/209 kB | 53/86 kB
Progress (5): 360/472 kB | 147/187 kB | 122/247 kB | 69/209 kB | 53/86 kB
Progress (5): 360/472 kB | 147/187 kB | 122/247 kB | 69/209 kB | 57/86 kB
Progress (5): 360/472 kB | 151/187 kB | 122/247 kB | 69/209 kB | 57/86 kB
Progress (5): 360/472 kB | 151/187 kB | 122/247 kB | 73/209 kB | 57/86 kB
Progress (5): 360/472 kB | 155/187 kB | 122/247 kB | 73/209 kB | 57/86 kB
Progress (5): 360/472 kB | 155/187 kB | 122/247 kB | 73/209 kB | 61/86 kB
Progress (5): 360/472 kB | 155/187 kB | 126/247 kB | 73/209 kB | 61/86 kB
Progress (5): 360/472 kB | 155/187 kB | 126/247 kB | 73/209 kB | 65/86 kB
Progress (5): 360/472 kB | 159/187 kB | 126/247 kB | 73/209 kB | 65/86 kB
Progress (5): 364/472 kB | 159/187 kB | 126/247 kB | 73/209 kB | 65/86 kB
Progress (5): 364/472 kB | 159/187 kB | 126/247 kB | 77/209 kB | 65/86 kB
Progress (5): 364/472 kB | 159/187 kB | 126/247 kB | 77/209 kB | 69/86 kB
Progress (5): 368/472 kB | 159/187 kB | 126/247 kB | 77/209 kB | 69/86 kB
Progress (5): 368/472 kB | 163/187 kB | 126/247 kB | 77/209 kB | 69/86 kB
Progress (5): 368/472 kB | 163/187 kB | 131/247 kB | 77/209 kB | 69/86 kB
Progress (5): 372/472 kB | 163/187 kB | 131/247 kB | 77/209 kB | 69/86 kB
Progress (5): 372/472 kB | 163/187 kB | 131/247 kB | 77/209 kB | 73/86 kB
Progress (5): 372/472 kB | 163/187 kB | 131/247 kB | 81/209 kB | 73/86 kB
Progress (5): 372/472 kB | 163/187 kB | 131/247 kB | 81/209 kB | 77/86 kB
Progress (5): 376/472 kB | 163/187 kB | 131/247 kB | 81/209 kB | 77/86 kB
Progress (5): 376/472 kB | 163/187 kB | 131/247 kB | 81/209 kB | 81/86 kB
Progress (5): 376/472 kB | 167/187 kB | 131/247 kB | 81/209 kB | 81/86 kB
Progress (5): 376/472 kB | 167/187 kB | 135/247 kB | 81/209 kB | 81/86 kB
Progress (5): 376/472 kB | 171/187 kB | 135/247 kB | 81/209 kB | 81/86 kB
Progress (5): 376/472 kB | 171/187 kB | 135/247 kB | 81/209 kB | 85/86 kB
Progress (5): 376/472 kB | 171/187 kB | 135/247 kB | 85/209 kB | 85/86 kB
Progress (5): 376/472 kB | 171/187 kB | 135/247 kB | 85/209 kB | 86 kB   
Progress (5): 376/472 kB | 176/187 kB | 135/247 kB | 85/209 kB | 86 kB
Progress (5): 376/472 kB | 176/187 kB | 139/247 kB | 85/209 kB | 86 kB
Progress (5): 380/472 kB | 176/187 kB | 139/247 kB | 85/209 kB | 86 kB
Progress (5): 380/472 kB | 176/187 kB | 143/247 kB | 85/209 kB | 86 kB
Progress (5): 380/472 kB | 180/187 kB | 143/247 kB | 85/209 kB | 86 kB
Progress (5): 380/472 kB | 180/187 kB | 143/247 kB | 90/209 kB | 86 kB
Progress (5): 380/472 kB | 180/187 kB | 147/247 kB | 90/209 kB | 86 kB
Progress (5): 384/472 kB | 180/187 kB | 147/247 kB | 90/209 kB | 86 kB
Progress (5): 384/472 kB | 184/187 kB | 147/247 kB | 90/209 kB | 86 kB
Progress (5): 384/472 kB | 184/187 kB | 147/247 kB | 94/209 kB | 86 kB
Progress (5): 384/472 kB | 184/187 kB | 151/247 kB | 94/209 kB | 86 kB
Progress (5): 384/472 kB | 187 kB | 151/247 kB | 94/209 kB | 86 kB    
Progress (5): 389/472 kB | 187 kB | 151/247 kB | 94/209 kB | 86 kB
Progress (5): 389/472 kB | 187 kB | 155/247 kB | 94/209 kB | 86 kB
Progress (5): 389/472 kB | 187 kB | 155/247 kB | 98/209 kB | 86 kB
Progress (5): 389/472 kB | 187 kB | 159/247 kB | 98/209 kB | 86 kB
Progress (5): 393/472 kB | 187 kB | 159/247 kB | 98/209 kB | 86 kB
Progress (5): 393/472 kB | 187 kB | 163/247 kB | 98/209 kB | 86 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 149 kB/s)
08:27:51 Progress (4): 393/472 kB | 187 kB | 163/247 kB | 102/209 kB
Progress (4): 393/472 kB | 187 kB | 167/247 kB | 102/209 kB
Progress (4): 397/472 kB | 187 kB | 167/247 kB | 102/209 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
08:27:51 Progress (4): 401/472 kB | 187 kB | 167/247 kB | 102/209 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 323 kB/s)
08:27:51 Progress (3): 401/472 kB | 171/247 kB | 102/209 kB
Progress (3): 401/472 kB | 171/247 kB | 106/209 kB
Progress (3): 401/472 kB | 176/247 kB | 106/209 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
08:27:51 Progress (3): 405/472 kB | 176/247 kB | 106/209 kB
Progress (3): 405/472 kB | 180/247 kB | 106/209 kB
Progress (3): 405/472 kB | 180/247 kB | 110/209 kB
Progress (3): 409/472 kB | 180/247 kB | 110/209 kB
Progress (3): 409/472 kB | 180/247 kB | 114/209 kB
Progress (3): 409/472 kB | 184/247 kB | 114/209 kB
Progress (3): 409/472 kB | 188/247 kB | 114/209 kB
Progress (3): 409/472 kB | 192/247 kB | 114/209 kB
Progress (3): 409/472 kB | 196/247 kB | 114/209 kB
Progress (3): 413/472 kB | 196/247 kB | 114/209 kB
Progress (3): 413/472 kB | 196/247 kB | 118/209 kB
Progress (3): 417/472 kB | 196/247 kB | 118/209 kB
Progress (3): 417/472 kB | 196/247 kB | 122/209 kB
Progress (3): 421/472 kB | 196/247 kB | 122/209 kB
Progress (3): 421/472 kB | 200/247 kB | 122/209 kB
Progress (3): 425/472 kB | 200/247 kB | 122/209 kB
Progress (3): 425/472 kB | 200/247 kB | 126/209 kB
Progress (3): 425/472 kB | 204/247 kB | 126/209 kB
Progress (4): 425/472 kB | 204/247 kB | 126/209 kB | 4.1/58 kB
Progress (4): 425/472 kB | 204/247 kB | 131/209 kB | 4.1/58 kB
Progress (4): 425/472 kB | 204/247 kB | 131/209 kB | 7.7/58 kB
Progress (4): 430/472 kB | 204/247 kB | 131/209 kB | 7.7/58 kB
Progress (4): 430/472 kB | 208/247 kB | 131/209 kB | 7.7/58 kB
Progress (4): 434/472 kB | 208/247 kB | 131/209 kB | 7.7/58 kB
Progress (4): 434/472 kB | 208/247 kB | 131/209 kB | 12/58 kB 
Progress (4): 438/472 kB | 208/247 kB | 131/209 kB | 12/58 kB
Progress (4): 438/472 kB | 212/247 kB | 131/209 kB | 12/58 kB
Progress (4): 438/472 kB | 212/247 kB | 135/209 kB | 12/58 kB
Progress (4): 442/472 kB | 212/247 kB | 135/209 kB | 12/58 kB
Progress (4): 442/472 kB | 212/247 kB | 135/209 kB | 16/58 kB
Progress (4): 442/472 kB | 217/247 kB | 135/209 kB | 16/58 kB
Progress (4): 442/472 kB | 217/247 kB | 139/209 kB | 16/58 kB
Progress (4): 442/472 kB | 221/247 kB | 139/209 kB | 16/58 kB
Progress (4): 442/472 kB | 221/247 kB | 143/209 kB | 16/58 kB
Progress (4): 446/472 kB | 221/247 kB | 143/209 kB | 16/58 kB
Progress (4): 446/472 kB | 221/247 kB | 147/209 kB | 16/58 kB
Progress (4): 446/472 kB | 225/247 kB | 147/209 kB | 16/58 kB
Progress (4): 446/472 kB | 225/247 kB | 147/209 kB | 20/58 kB
Progress (4): 450/472 kB | 225/247 kB | 147/209 kB | 20/58 kB
Progress (4): 450/472 kB | 225/247 kB | 147/209 kB | 24/58 kB
Progress (4): 450/472 kB | 229/247 kB | 147/209 kB | 24/58 kB
Progress (4): 450/472 kB | 229/247 kB | 147/209 kB | 28/58 kB
Progress (4): 454/472 kB | 229/247 kB | 147/209 kB | 28/58 kB
Progress (4): 454/472 kB | 229/247 kB | 151/209 kB | 28/58 kB
Progress (4): 454/472 kB | 233/247 kB | 151/209 kB | 28/58 kB
Progress (4): 458/472 kB | 233/247 kB | 151/209 kB | 28/58 kB
Progress (4): 458/472 kB | 233/247 kB | 151/209 kB | 32/58 kB
Progress (4): 458/472 kB | 237/247 kB | 151/209 kB | 32/58 kB
Progress (4): 458/472 kB | 237/247 kB | 155/209 kB | 32/58 kB
Progress (4): 458/472 kB | 241/247 kB | 155/209 kB | 32/58 kB
Progress (4): 462/472 kB | 241/247 kB | 155/209 kB | 32/58 kB
Progress (4): 462/472 kB | 245/247 kB | 155/209 kB | 32/58 kB
Progress (4): 462/472 kB | 245/247 kB | 159/209 kB | 32/58 kB
Progress (5): 462/472 kB | 245/247 kB | 159/209 kB | 32/58 kB | 4.1/592 kB
Progress (5): 466/472 kB | 245/247 kB | 159/209 kB | 32/58 kB | 4.1/592 kB
Progress (5): 466/472 kB | 245/247 kB | 159/209 kB | 36/58 kB | 4.1/592 kB
Progress (5): 466/472 kB | 245/247 kB | 159/209 kB | 36/58 kB | 7.7/592 kB
Progress (5): 466/472 kB | 245/247 kB | 163/209 kB | 36/58 kB | 7.7/592 kB
Progress (5): 466/472 kB | 247 kB | 163/209 kB | 36/58 kB | 7.7/592 kB    
Progress (5): 466/472 kB | 247 kB | 163/209 kB | 36/58 kB | 12/592 kB 
Progress (5): 466/472 kB | 247 kB | 163/209 kB | 40/58 kB | 12/592 kB
Progress (5): 471/472 kB | 247 kB | 163/209 kB | 40/58 kB | 12/592 kB
Progress (5): 471/472 kB | 247 kB | 163/209 kB | 45/58 kB | 12/592 kB
Progress (5): 471/472 kB | 247 kB | 167/209 kB | 45/58 kB | 12/592 kB
Progress (5): 471/472 kB | 247 kB | 167/209 kB | 45/58 kB | 16/592 kB
Progress (5): 471/472 kB | 247 kB | 171/209 kB | 45/58 kB | 16/592 kB
Progress (5): 471/472 kB | 247 kB | 171/209 kB | 49/58 kB | 16/592 kB
Progress (5): 472 kB | 247 kB | 171/209 kB | 49/58 kB | 16/592 kB    
Progress (5): 472 kB | 247 kB | 176/209 kB | 49/58 kB | 16/592 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 417 kB/s)
08:27:51 Progress (4): 472 kB | 176/209 kB | 53/58 kB | 16/592 kB
Progress (4): 472 kB | 176/209 kB | 53/58 kB | 20/592 kB
Progress (4): 472 kB | 176/209 kB | 57/58 kB | 20/592 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
08:27:51 Progress (4): 472 kB | 180/209 kB | 57/58 kB | 20/592 kB
Progress (4): 472 kB | 180/209 kB | 58 kB | 20/592 kB   
Progress (4): 472 kB | 180/209 kB | 58 kB | 24/592 kB
Progress (5): 472 kB | 180/209 kB | 58 kB | 24/592 kB | 4.1/100 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 710 kB/s)
08:27:51 Progress (4): 180/209 kB | 58 kB | 24/592 kB | 7.7/100 kB
Progress (4): 184/209 kB | 58 kB | 24/592 kB | 7.7/100 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 87 kB/s)
08:27:51 Progress (3): 184/209 kB | 28/592 kB | 7.7/100 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar
08:27:51 Progress (3): 188/209 kB | 28/592 kB | 7.7/100 kB
Progress (3): 188/209 kB | 28/592 kB | 12/100 kB 
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar
08:27:51 Progress (3): 188/209 kB | 28/592 kB | 16/100 kB
Progress (3): 192/209 kB | 28/592 kB | 16/100 kB
Progress (3): 192/209 kB | 32/592 kB | 16/100 kB
Progress (3): 196/209 kB | 32/592 kB | 16/100 kB
Progress (3): 196/209 kB | 32/592 kB | 20/100 kB
Progress (3): 196/209 kB | 36/592 kB | 20/100 kB
Progress (3): 196/209 kB | 36/592 kB | 24/100 kB
Progress (3): 200/209 kB | 36/592 kB | 24/100 kB
Progress (4): 200/209 kB | 36/592 kB | 24/100 kB | 0/1.5 MB
Progress (4): 200/209 kB | 36/592 kB | 28/100 kB | 0/1.5 MB
Progress (4): 200/209 kB | 40/592 kB | 28/100 kB | 0/1.5 MB
Progress (4): 200/209 kB | 40/592 kB | 32/100 kB | 0/1.5 MB
Progress (4): 200/209 kB | 40/592 kB | 32/100 kB | 0/1.5 MB
Progress (4): 204/209 kB | 40/592 kB | 32/100 kB | 0/1.5 MB
Progress (4): 204/209 kB | 45/592 kB | 32/100 kB | 0/1.5 MB
Progress (4): 208/209 kB | 45/592 kB | 32/100 kB | 0/1.5 MB
Progress (4): 208/209 kB | 49/592 kB | 32/100 kB | 0/1.5 MB
Progress (4): 209 kB | 49/592 kB | 32/100 kB | 0/1.5 MB    
Progress (4): 209 kB | 49/592 kB | 36/100 kB | 0/1.5 MB
Progress (4): 209 kB | 49/592 kB | 36/100 kB | 0/1.5 MB
Progress (5): 209 kB | 49/592 kB | 36/100 kB | 0/1.5 MB | 4.1/248 kB
Progress (5): 209 kB | 49/592 kB | 36/100 kB | 0/1.5 MB | 4.1/248 kB
Progress (5): 209 kB | 53/592 kB | 36/100 kB | 0/1.5 MB | 4.1/248 kB
Progress (5): 209 kB | 53/592 kB | 40/100 kB | 0/1.5 MB | 4.1/248 kB
Progress (5): 209 kB | 57/592 kB | 40/100 kB | 0/1.5 MB | 4.1/248 kB
Progress (5): 209 kB | 57/592 kB | 40/100 kB | 0/1.5 MB | 7.7/248 kB
Progress (5): 209 kB | 57/592 kB | 40/100 kB | 0/1.5 MB | 7.7/248 kB
Progress (5): 209 kB | 61/592 kB | 40/100 kB | 0/1.5 MB | 7.7/248 kB
Progress (5): 209 kB | 61/592 kB | 45/100 kB | 0/1.5 MB | 7.7/248 kB
Progress (5): 209 kB | 65/592 kB | 45/100 kB | 0/1.5 MB | 7.7/248 kB
Progress (5): 209 kB | 65/592 kB | 45/100 kB | 0/1.5 MB | 7.7/248 kB
Progress (5): 209 kB | 65/592 kB | 45/100 kB | 0/1.5 MB | 12/248 kB 
Progress (5): 209 kB | 65/592 kB | 49/100 kB | 0/1.5 MB | 12/248 kB
Progress (5): 209 kB | 65/592 kB | 49/100 kB | 0.1/1.5 MB | 12/248 kB
Progress (5): 209 kB | 69/592 kB | 49/100 kB | 0.1/1.5 MB | 12/248 kB
Progress (5): 209 kB | 69/592 kB | 49/100 kB | 0.1/1.5 MB | 16/248 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 310 kB/s)
08:27:51 Progress (4): 69/592 kB | 53/100 kB | 0.1/1.5 MB | 16/248 kB
Progress (4): 69/592 kB | 53/100 kB | 0.1/1.5 MB | 20/248 kB
Progress (4): 73/592 kB | 53/100 kB | 0.1/1.5 MB | 20/248 kB
Progress (4): 73/592 kB | 53/100 kB | 0.1/1.5 MB | 20/248 kB
Progress (4): 77/592 kB | 53/100 kB | 0.1/1.5 MB | 20/248 kB
Progress (4): 77/592 kB | 53/100 kB | 0.1/1.5 MB | 24/248 kB
Progress (4): 77/592 kB | 57/100 kB | 0.1/1.5 MB | 24/248 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar
08:27:51 Progress (4): 77/592 kB | 57/100 kB | 0.1/1.5 MB | 24/248 kB
Progress (4): 77/592 kB | 61/100 kB | 0.1/1.5 MB | 24/248 kB
Progress (4): 77/592 kB | 61/100 kB | 0.1/1.5 MB | 28/248 kB
Progress (4): 81/592 kB | 61/100 kB | 0.1/1.5 MB | 28/248 kB
Progress (4): 81/592 kB | 61/100 kB | 0.1/1.5 MB | 32/248 kB
Progress (4): 81/592 kB | 65/100 kB | 0.1/1.5 MB | 32/248 kB
Progress (4): 81/592 kB | 65/100 kB | 0.1/1.5 MB | 32/248 kB
Progress (4): 85/592 kB | 65/100 kB | 0.1/1.5 MB | 32/248 kB
Progress (4): 90/592 kB | 65/100 kB | 0.1/1.5 MB | 32/248 kB
Progress (4): 90/592 kB | 65/100 kB | 0.1/1.5 MB | 36/248 kB
Progress (4): 94/592 kB | 65/100 kB | 0.1/1.5 MB | 36/248 kB
Progress (4): 94/592 kB | 69/100 kB | 0.1/1.5 MB | 36/248 kB
Progress (4): 94/592 kB | 69/100 kB | 0.1/1.5 MB | 40/248 kB
Progress (4): 94/592 kB | 73/100 kB | 0.1/1.5 MB | 40/248 kB
Progress (5): 94/592 kB | 73/100 kB | 0.1/1.5 MB | 40/248 kB | 4.1/13 kB
Progress (5): 94/592 kB | 73/100 kB | 0.1/1.5 MB | 40/248 kB | 4.1/13 kB
Progress (5): 98/592 kB | 73/100 kB | 0.1/1.5 MB | 40/248 kB | 4.1/13 kB
Progress (5): 98/592 kB | 73/100 kB | 0.1/1.5 MB | 40/248 kB | 4.1/13 kB
Progress (5): 98/592 kB | 73/100 kB | 0.1/1.5 MB | 40/248 kB | 7.7/13 kB
Progress (5): 98/592 kB | 77/100 kB | 0.1/1.5 MB | 40/248 kB | 7.7/13 kB
Progress (5): 98/592 kB | 77/100 kB | 0.1/1.5 MB | 45/248 kB | 7.7/13 kB
Progress (5): 98/592 kB | 81/100 kB | 0.1/1.5 MB | 45/248 kB | 7.7/13 kB
Progress (5): 102/592 kB | 81/100 kB | 0.1/1.5 MB | 45/248 kB | 7.7/13 kB
Progress (5): 102/592 kB | 81/100 kB | 0.1/1.5 MB | 45/248 kB | 12/13 kB 
Progress (5): 106/592 kB | 81/100 kB | 0.1/1.5 MB | 45/248 kB | 12/13 kB
Progress (5): 106/592 kB | 81/100 kB | 0.1/1.5 MB | 45/248 kB | 12/13 kB
Progress (5): 106/592 kB | 81/100 kB | 0.1/1.5 MB | 49/248 kB | 12/13 kB
Progress (5): 106/592 kB | 85/100 kB | 0.1/1.5 MB | 49/248 kB | 12/13 kB
Progress (5): 106/592 kB | 85/100 kB | 0.1/1.5 MB | 49/248 kB | 12/13 kB
Progress (5): 110/592 kB | 85/100 kB | 0.1/1.5 MB | 49/248 kB | 12/13 kB
Progress (5): 110/592 kB | 85/100 kB | 0.1/1.5 MB | 49/248 kB | 13 kB   
Progress (5): 114/592 kB | 85/100 kB | 0.1/1.5 MB | 49/248 kB | 13 kB
Progress (5): 114/592 kB | 85/100 kB | 0.1/1.5 MB | 53/248 kB | 13 kB
Progress (5): 114/592 kB | 90/100 kB | 0.1/1.5 MB | 53/248 kB | 13 kB
Progress (5): 114/592 kB | 90/100 kB | 0.1/1.5 MB | 53/248 kB | 13 kB
Progress (5): 114/592 kB | 90/100 kB | 0.1/1.5 MB | 57/248 kB | 13 kB
Progress (5): 114/592 kB | 90/100 kB | 0.1/1.5 MB | 57/248 kB | 13 kB
Progress (5): 118/592 kB | 90/100 kB | 0.1/1.5 MB | 57/248 kB | 13 kB
Progress (5): 118/592 kB | 94/100 kB | 0.1/1.5 MB | 57/248 kB | 13 kB
Progress (5): 122/592 kB | 94/100 kB | 0.1/1.5 MB | 57/248 kB | 13 kB
Progress (5): 122/592 kB | 94/100 kB | 0.1/1.5 MB | 61/248 kB | 13 kB
Progress (5): 122/592 kB | 94/100 kB | 0.1/1.5 MB | 61/248 kB | 13 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar (13 kB at 19 kB/s)
08:27:51 Progress (4): 126/592 kB | 94/100 kB | 0.1/1.5 MB | 61/248 kB
Progress (4): 126/592 kB | 98/100 kB | 0.1/1.5 MB | 61/248 kB
Progress (4): 131/592 kB | 98/100 kB | 0.1/1.5 MB | 61/248 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar
08:27:51 Progress (4): 131/592 kB | 98/100 kB | 0.1/1.5 MB | 61/248 kB
Progress (4): 131/592 kB | 98/100 kB | 0.1/1.5 MB | 65/248 kB
Progress (4): 131/592 kB | 100 kB | 0.1/1.5 MB | 65/248 kB   
Progress (4): 135/592 kB | 100 kB | 0.1/1.5 MB | 65/248 kB
Progress (4): 139/592 kB | 100 kB | 0.1/1.5 MB | 65/248 kB
Progress (4): 139/592 kB | 100 kB | 0.1/1.5 MB | 69/248 kB
Progress (4): 143/592 kB | 100 kB | 0.1/1.5 MB | 69/248 kB
Progress (4): 143/592 kB | 100 kB | 0.2/1.5 MB | 69/248 kB
Progress (4): 143/592 kB | 100 kB | 0.2/1.5 MB | 73/248 kB
Progress (4): 143/592 kB | 100 kB | 0.2/1.5 MB | 73/248 kB
Progress (5): 143/592 kB | 100 kB | 0.2/1.5 MB | 73/248 kB | 3.1 kB
Progress (5): 147/592 kB | 100 kB | 0.2/1.5 MB | 73/248 kB | 3.1 kB
Progress (5): 147/592 kB | 100 kB | 0.2/1.5 MB | 77/248 kB | 3.1 kB
Progress (5): 147/592 kB | 100 kB | 0.2/1.5 MB | 81/248 kB | 3.1 kB
Progress (5): 147/592 kB | 100 kB | 0.2/1.5 MB | 81/248 kB | 3.1 kB
Progress (5): 151/592 kB | 100 kB | 0.2/1.5 MB | 81/248 kB | 3.1 kB
Progress (5): 151/592 kB | 100 kB | 0.2/1.5 MB | 81/248 kB | 3.1 kB
Progress (5): 151/592 kB | 100 kB | 0.2/1.5 MB | 85/248 kB | 3.1 kB
Progress (5): 155/592 kB | 100 kB | 0.2/1.5 MB | 85/248 kB | 3.1 kB
Progress (5): 155/592 kB | 100 kB | 0.2/1.5 MB | 90/248 kB | 3.1 kB
Progress (5): 159/592 kB | 100 kB | 0.2/1.5 MB | 90/248 kB | 3.1 kB
Progress (5): 159/592 kB | 100 kB | 0.2/1.5 MB | 94/248 kB | 3.1 kB
Progress (5): 163/592 kB | 100 kB | 0.2/1.5 MB | 94/248 kB | 3.1 kB
Progress (5): 163/592 kB | 100 kB | 0.2/1.5 MB | 98/248 kB | 3.1 kB
Progress (5): 163/592 kB | 100 kB | 0.2/1.5 MB | 98/248 kB | 3.1 kB
Progress (5): 163/592 kB | 100 kB | 0.2/1.5 MB | 98/248 kB | 3.1 kB
Progress (5): 163/592 kB | 100 kB | 0.2/1.5 MB | 102/248 kB | 3.1 kB
Progress (5): 167/592 kB | 100 kB | 0.2/1.5 MB | 102/248 kB | 3.1 kB
Progress (5): 167/592 kB | 100 kB | 0.2/1.5 MB | 102/248 kB | 3.1 kB
Progress (5): 167/592 kB | 100 kB | 0.2/1.5 MB | 106/248 kB | 3.1 kB
Progress (5): 167/592 kB | 100 kB | 0.2/1.5 MB | 106/248 kB | 3.1 kB
Progress (5): 171/592 kB | 100 kB | 0.2/1.5 MB | 106/248 kB | 3.1 kB
Progress (5): 171/592 kB | 100 kB | 0.2/1.5 MB | 110/248 kB | 3.1 kB
Progress (5): 176/592 kB | 100 kB | 0.2/1.5 MB | 110/248 kB | 3.1 kB
Progress (5): 176/592 kB | 100 kB | 0.2/1.5 MB | 110/248 kB | 3.1 kB
Progress (5): 176/592 kB | 100 kB | 0.2/1.5 MB | 114/248 kB | 3.1 kB
Progress (5): 176/592 kB | 100 kB | 0.2/1.5 MB | 114/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.2/1.5 MB | 114/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.2/1.5 MB | 118/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.2/1.5 MB | 118/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.2/1.5 MB | 122/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.2/1.5 MB | 122/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.2/1.5 MB | 126/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.2/1.5 MB | 131/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.3/1.5 MB | 131/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.3/1.5 MB | 131/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.3/1.5 MB | 135/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.3/1.5 MB | 139/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.3/1.5 MB | 143/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.3/1.5 MB | 147/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.3/1.5 MB | 151/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.3/1.5 MB | 155/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.3/1.5 MB | 159/248 kB | 3.1 kB
Progress (5): 180/592 kB | 100 kB | 0.3/1.5 MB | 163/248 kB | 3.1 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 143 kB/s)
08:27:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar
08:27:51 Progress (4): 184/592 kB | 0.3/1.5 MB | 163/248 kB | 3.1 kB
Progress (4): 184/592 kB | 0.3/1.5 MB | 167/248 kB | 3.1 kB
Progress (4): 184/592 kB | 0.3/1.5 MB | 167/248 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.5.1/sisu-equinox-api-1.5.1.jar (3.1 kB at 4.1 kB/s)
08:27:51 Progress (3): 184/592 kB | 0.3/1.5 MB | 167/248 kB
Progress (3): 184/592 kB | 0.3/1.5 MB | 171/248 kB
Progress (3): 188/592 kB | 0.3/1.5 MB | 171/248 kB
Progress (3): 188/592 kB | 0.3/1.5 MB | 176/248 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
08:27:51 Progress (3): 188/592 kB | 0.3/1.5 MB | 176/248 kB
Progress (3): 188/592 kB | 0.3/1.5 MB | 180/248 kB
Progress (3): 192/592 kB | 0.3/1.5 MB | 180/248 kB
Progress (3): 192/592 kB | 0.3/1.5 MB | 180/248 kB
Progress (3): 196/592 kB | 0.3/1.5 MB | 180/248 kB
Progress (3): 196/592 kB | 0.3/1.5 MB | 184/248 kB
Progress (3): 196/592 kB | 0.3/1.5 MB | 188/248 kB
Progress (3): 196/592 kB | 0.3/1.5 MB | 192/248 kB
Progress (3): 196/592 kB | 0.3/1.5 MB | 192/248 kB
Progress (3): 196/592 kB | 0.3/1.5 MB | 196/248 kB
Progress (3): 196/592 kB | 0.3/1.5 MB | 196/248 kB
Progress (3): 200/592 kB | 0.3/1.5 MB | 196/248 kB
Progress (3): 204/592 kB | 0.3/1.5 MB | 196/248 kB
Progress (3): 204/592 kB | 0.3/1.5 MB | 200/248 kB
Progress (3): 208/592 kB | 0.3/1.5 MB | 200/248 kB
Progress (3): 208/592 kB | 0.3/1.5 MB | 200/248 kB
Progress (3): 208/592 kB | 0.3/1.5 MB | 204/248 kB
Progress (3): 208/592 kB | 0.3/1.5 MB | 204/248 kB
Progress (3): 212/592 kB | 0.3/1.5 MB | 204/248 kB
Progress (3): 212/592 kB | 0.3/1.5 MB | 208/248 kB
Progress (3): 212/592 kB | 0.3/1.5 MB | 212/248 kB
Progress (3): 212/592 kB | 0.3/1.5 MB | 212/248 kB
Progress (3): 212/592 kB | 0.3/1.5 MB | 212/248 kB
Progress (3): 212/592 kB | 0.3/1.5 MB | 217/248 kB
Progress (3): 217/592 kB | 0.3/1.5 MB | 217/248 kB
Progress (3): 217/592 kB | 0.3/1.5 MB | 221/248 kB
Progress (3): 221/592 kB | 0.3/1.5 MB | 221/248 kB
Progress (3): 221/592 kB | 0.4/1.5 MB | 221/248 kB
Progress (3): 221/592 kB | 0.4/1.5 MB | 225/248 kB
Progress (3): 221/592 kB | 0.4/1.5 MB | 225/248 kB
Progress (3): 225/592 kB | 0.4/1.5 MB | 225/248 kB
Progress (3): 225/592 kB | 0.4/1.5 MB | 229/248 kB
Progress (3): 229/592 kB | 0.4/1.5 MB | 229/248 kB
Progress (3): 229/592 kB | 0.4/1.5 MB | 229/248 kB
Progress (4): 229/592 kB | 0.4/1.5 MB | 229/248 kB | 4.1/38 kB
Progress (5): 229/592 kB | 0.4/1.5 MB | 229/248 kB | 4.1/38 kB | 4.1/112 kB
Progress (5): 229/592 kB | 0.4/1.5 MB | 229/248 kB | 7.7/38 kB | 4.1/112 kB
Progress (5): 229/592 kB | 0.4/1.5 MB | 233/248 kB | 7.7/38 kB | 4.1/112 kB
Progress (5): 229/592 kB | 0.4/1.5 MB | 233/248 kB | 7.7/38 kB | 4.1/112 kB
Progress (5): 229/592 kB | 0.4/1.5 MB | 237/248 kB | 7.7/38 kB | 4.1/112 kB
Progress (5): 229/592 kB | 0.4/1.5 MB | 237/248 kB | 12/38 kB | 4.1/112 kB 
Progress (5): 233/592 kB | 0.4/1.5 MB | 237/248 kB | 12/38 kB | 4.1/112 kB
Progress (5): 233/592 kB | 0.4/1.5 MB | 237/248 kB | 12/38 kB | 7.7/112 kB
Progress (5): 237/592 kB | 0.4/1.5 MB | 237/248 kB | 12/38 kB | 7.7/112 kB
Progress (5): 237/592 kB | 0.4/1.5 MB | 237/248 kB | 12/38 kB | 7.7/112 kB
Progress (5): 237/592 kB | 0.4/1.5 MB | 237/248 kB | 16/38 kB | 7.7/112 kB
Progress (5): 237/592 kB | 0.4/1.5 MB | 241/248 kB | 16/38 kB | 7.7/112 kB
Progress (5): 237/592 kB | 0.4/1.5 MB | 241/248 kB | 16/38 kB | 7.7/112 kB
Progress (5): 241/592 kB | 0.4/1.5 MB | 241/248 kB | 16/38 kB | 7.7/112 kB
Progress (5): 241/592 kB | 0.4/1.5 MB | 241/248 kB | 16/38 kB | 12/112 kB 
Progress (5): 245/592 kB | 0.4/1.5 MB | 241/248 kB | 16/38 kB | 12/112 kB
Progress (5): 245/592 kB | 0.4/1.5 MB | 245/248 kB | 16/38 kB | 12/112 kB
Progress (5): 245/592 kB | 0.4/1.5 MB | 245/248 kB | 16/38 kB | 12/112 kB
Progress (5): 245/592 kB | 0.4/1.5 MB | 245/248 kB | 16/38 kB | 16/112 kB
Progress (5): 245/592 kB | 0.4/1.5 MB | 245/248 kB | 20/38 kB | 16/112 kB
Progress (5): 249/592 kB | 0.4/1.5 MB | 245/248 kB | 20/38 kB | 16/112 kB
Progress (5): 253/592 kB | 0.4/1.5 MB | 245/248 kB | 20/38 kB | 16/112 kB
Progress (5): 258/592 kB | 0.4/1.5 MB | 245/248 kB | 20/38 kB | 16/112 kB
Progress (5): 258/592 kB | 0.4/1.5 MB | 245/248 kB | 20/38 kB | 16/112 kB
Progress (5): 258/592 kB | 0.4/1.5 MB | 248 kB | 20/38 kB | 16/112 kB    
Progress (5): 262/592 kB | 0.4/1.5 MB | 248 kB | 20/38 kB | 16/112 kB
Progress (5): 262/592 kB | 0.4/1.5 MB | 248 kB | 20/38 kB | 20/112 kB
Progress (5): 262/592 kB | 0.4/1.5 MB | 248 kB | 24/38 kB | 20/112 kB
Progress (5): 262/592 kB | 0.4/1.5 MB | 248 kB | 24/38 kB | 24/112 kB
Progress (5): 262/592 kB | 0.4/1.5 MB | 248 kB | 24/38 kB | 24/112 kB
Progress (5): 262/592 kB | 0.4/1.5 MB | 248 kB | 24/38 kB | 28/112 kB
Progress (5): 266/592 kB | 0.4/1.5 MB | 248 kB | 24/38 kB | 28/112 kB
Progress (5): 266/592 kB | 0.4/1.5 MB | 248 kB | 28/38 kB | 28/112 kB
Progress (5): 270/592 kB | 0.4/1.5 MB | 248 kB | 28/38 kB | 28/112 kB
Progress (5): 270/592 kB | 0.4/1.5 MB | 248 kB | 28/38 kB | 32/112 kB
Progress (5): 270/592 kB | 0.4/1.5 MB | 248 kB | 28/38 kB | 32/112 kB
Progress (5): 274/592 kB | 0.4/1.5 MB | 248 kB | 28/38 kB | 32/112 kB
Progress (5): 274/592 kB | 0.4/1.5 MB | 248 kB | 32/38 kB | 32/112 kB
Progress (5): 274/592 kB | 0.4/1.5 MB | 248 kB | 32/38 kB | 36/112 kB
Progress (5): 278/592 kB | 0.4/1.5 MB | 248 kB | 32/38 kB | 36/112 kB
Progress (5): 278/592 kB | 0.4/1.5 MB | 248 kB | 36/38 kB | 36/112 kB
Progress (5): 278/592 kB | 0.4/1.5 MB | 248 kB | 36/38 kB | 40/112 kB
Progress (5): 278/592 kB | 0.4/1.5 MB | 248 kB | 36/38 kB | 40/112 kB
Progress (5): 278/592 kB | 0.4/1.5 MB | 248 kB | 36/38 kB | 45/112 kB
Progress (5): 278/592 kB | 0.4/1.5 MB | 248 kB | 38 kB | 45/112 kB   
Progress (5): 282/592 kB | 0.4/1.5 MB | 248 kB | 38 kB | 45/112 kB
Progress (5): 282/592 kB | 0.4/1.5 MB | 248 kB | 38 kB | 49/112 kB
Progress (5): 282/592 kB | 0.4/1.5 MB | 248 kB | 38 kB | 49/112 kB
Progress (5): 286/592 kB | 0.4/1.5 MB | 248 kB | 38 kB | 49/112 kB
Progress (5): 290/592 kB | 0.4/1.5 MB | 248 kB | 38 kB | 49/112 kB
Progress (5): 290/592 kB | 0.4/1.5 MB | 248 kB | 38 kB | 53/112 kB
Progress (5): 294/592 kB | 0.4/1.5 MB | 248 kB | 38 kB | 53/112 kB
Progress (5): 294/592 kB | 0.5/1.5 MB | 248 kB | 38 kB | 53/112 kB
Progress (5): 294/592 kB | 0.5/1.5 MB | 248 kB | 38 kB | 57/112 kB
Progress (5): 294/592 kB | 0.5/1.5 MB | 248 kB | 38 kB | 57/112 kB
Progress (5): 294/592 kB | 0.5/1.5 MB | 248 kB | 38 kB | 61/112 kB
Progress (5): 294/592 kB | 0.5/1.5 MB | 248 kB | 38 kB | 65/112 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar (38 kB at 49 kB/s)
08:27:51 Progress (4): 294/592 kB | 0.5/1.5 MB | 248 kB | 69/112 kB
Progress (4): 294/592 kB | 0.5/1.5 MB | 248 kB | 69/112 kB
Progress (4): 298/592 kB | 0.5/1.5 MB | 248 kB | 69/112 kB
Progress (4): 298/592 kB | 0.5/1.5 MB | 248 kB | 69/112 kB
Progress (4): 298/592 kB | 0.5/1.5 MB | 248 kB | 73/112 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar
08:27:51 Progress (4): 298/592 kB | 0.5/1.5 MB | 248 kB | 73/112 kB
Progress (4): 298/592 kB | 0.5/1.5 MB | 248 kB | 77/112 kB
Progress (4): 303/592 kB | 0.5/1.5 MB | 248 kB | 77/112 kB
Progress (4): 303/592 kB | 0.5/1.5 MB | 248 kB | 81/112 kB
Progress (4): 303/592 kB | 0.5/1.5 MB | 248 kB | 81/112 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 316 kB/s)
08:27:51 Progress (3): 303/592 kB | 0.5/1.5 MB | 85/112 kB
Progress (3): 307/592 kB | 0.5/1.5 MB | 85/112 kB
Progress (3): 307/592 kB | 0.5/1.5 MB | 90/112 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar
08:27:51 Progress (3): 307/592 kB | 0.5/1.5 MB | 90/112 kB
Progress (4): 307/592 kB | 0.5/1.5 MB | 90/112 kB | 4.1/7.0 kB
Progress (4): 307/592 kB | 0.5/1.5 MB | 94/112 kB | 4.1/7.0 kB
Progress (4): 311/592 kB | 0.5/1.5 MB | 94/112 kB | 4.1/7.0 kB
Progress (4): 311/592 kB | 0.5/1.5 MB | 98/112 kB | 4.1/7.0 kB
Progress (4): 311/592 kB | 0.5/1.5 MB | 98/112 kB | 7.0 kB    
Progress (4): 311/592 kB | 0.5/1.5 MB | 98/112 kB | 7.0 kB
Progress (4): 311/592 kB | 0.5/1.5 MB | 102/112 kB | 7.0 kB
Progress (4): 315/592 kB | 0.5/1.5 MB | 102/112 kB | 7.0 kB
Progress (4): 315/592 kB | 0.5/1.5 MB | 106/112 kB | 7.0 kB
Progress (4): 319/592 kB | 0.5/1.5 MB | 106/112 kB | 7.0 kB
Progress (4): 319/592 kB | 0.5/1.5 MB | 106/112 kB | 7.0 kB
Progress (4): 319/592 kB | 0.5/1.5 MB | 110/112 kB | 7.0 kB
Progress (5): 319/592 kB | 0.5/1.5 MB | 110/112 kB | 7.0 kB | 4.1/9.4 kB
Progress (5): 319/592 kB | 0.5/1.5 MB | 112 kB | 7.0 kB | 4.1/9.4 kB    
Progress (5): 319/592 kB | 0.5/1.5 MB | 112 kB | 7.0 kB | 4.1/9.4 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar (7.0 kB at 8.8 kB/s)
08:27:51 Progress (4): 323/592 kB | 0.5/1.5 MB | 112 kB | 4.1/9.4 kB
Progress (4): 323/592 kB | 0.5/1.5 MB | 112 kB | 4.1/9.4 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar
08:27:51 Progress (4): 323/592 kB | 0.5/1.5 MB | 112 kB | 7.7/9.4 kB
Progress (4): 323/592 kB | 0.5/1.5 MB | 112 kB | 7.7/9.4 kB
Progress (4): 327/592 kB | 0.5/1.5 MB | 112 kB | 7.7/9.4 kB
Progress (4): 327/592 kB | 0.5/1.5 MB | 112 kB | 9.4 kB    
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 141 kB/s)
08:27:51 Progress (3): 327/592 kB | 0.5/1.5 MB | 9.4 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
08:27:51 Progress (3): 327/592 kB | 0.6/1.5 MB | 9.4 kB
Progress (3): 331/592 kB | 0.6/1.5 MB | 9.4 kB
Progress (3): 335/592 kB | 0.6/1.5 MB | 9.4 kB
Progress (3): 339/592 kB | 0.6/1.5 MB | 9.4 kB
Progress (4): 339/592 kB | 0.6/1.5 MB | 9.4 kB | 4.1/37 kB
Progress (4): 339/592 kB | 0.6/1.5 MB | 9.4 kB | 4.1/37 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 9.4 kB | 4.1/37 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar (9.4 kB at 12 kB/s)
08:27:51 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
08:27:52 Progress (3): 344/592 kB | 0.6/1.5 MB | 4.1/37 kB
Progress (3): 344/592 kB | 0.6/1.5 MB | 7.7/37 kB
Progress (3): 344/592 kB | 0.6/1.5 MB | 12/37 kB 
Progress (3): 344/592 kB | 0.6/1.5 MB | 16/37 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 4.1/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 4.1/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 7.7/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 7.7/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 12/285 kB 
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 16/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 16/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 16/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 16/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 16/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 16/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 16/37 kB | 16/285 kB
Progress (4): 344/592 kB | 0.6/1.5 MB | 20/37 kB | 16/285 kB
Progress (4): 348/592 kB | 0.6/1.5 MB | 20/37 kB | 16/285 kB
Progress (4): 348/592 kB | 0.6/1.5 MB | 20/37 kB | 20/285 kB
Progress (5): 348/592 kB | 0.6/1.5 MB | 20/37 kB | 20/285 kB | 4.1/53 kB
Progress (5): 348/592 kB | 0.6/1.5 MB | 20/37 kB | 20/285 kB | 4.1/53 kB
Progress (5): 348/592 kB | 0.6/1.5 MB | 20/37 kB | 24/285 kB | 4.1/53 kB
Progress (5): 352/592 kB | 0.6/1.5 MB | 20/37 kB | 24/285 kB | 4.1/53 kB
Progress (5): 352/592 kB | 0.6/1.5 MB | 24/37 kB | 24/285 kB | 4.1/53 kB
Progress (5): 356/592 kB | 0.6/1.5 MB | 24/37 kB | 24/285 kB | 4.1/53 kB
Progress (5): 356/592 kB | 0.6/1.5 MB | 24/37 kB | 28/285 kB | 4.1/53 kB
Progress (5): 356/592 kB | 0.7/1.5 MB | 24/37 kB | 28/285 kB | 4.1/53 kB
Progress (5): 356/592 kB | 0.7/1.5 MB | 24/37 kB | 28/285 kB | 7.7/53 kB
Progress (5): 356/592 kB | 0.7/1.5 MB | 24/37 kB | 32/285 kB | 7.7/53 kB
Progress (5): 360/592 kB | 0.7/1.5 MB | 24/37 kB | 32/285 kB | 7.7/53 kB
Progress (5): 360/592 kB | 0.7/1.5 MB | 28/37 kB | 32/285 kB | 7.7/53 kB
Progress (5): 360/592 kB | 0.7/1.5 MB | 28/37 kB | 32/285 kB | 7.7/53 kB
Progress (5): 360/592 kB | 0.7/1.5 MB | 28/37 kB | 32/285 kB | 12/53 kB 
Progress (5): 360/592 kB | 0.7/1.5 MB | 28/37 kB | 32/285 kB | 12/53 kB
Progress (5): 360/592 kB | 0.7/1.5 MB | 32/37 kB | 32/285 kB | 12/53 kB
Progress (5): 364/592 kB | 0.7/1.5 MB | 32/37 kB | 32/285 kB | 12/53 kB
Progress (5): 364/592 kB | 0.7/1.5 MB | 32/37 kB | 36/285 kB | 12/53 kB
Progress (5): 364/592 kB | 0.7/1.5 MB | 32/37 kB | 36/285 kB | 16/53 kB
Progress (5): 364/592 kB | 0.7/1.5 MB | 32/37 kB | 40/285 kB | 16/53 kB
Progress (5): 364/592 kB | 0.7/1.5 MB | 32/37 kB | 40/285 kB | 16/53 kB
Progress (5): 368/592 kB | 0.7/1.5 MB | 32/37 kB | 40/285 kB | 16/53 kB
Progress (5): 368/592 kB | 0.7/1.5 MB | 32/37 kB | 40/285 kB | 20/53 kB
Progress (5): 368/592 kB | 0.7/1.5 MB | 36/37 kB | 40/285 kB | 20/53 kB
Progress (5): 368/592 kB | 0.7/1.5 MB | 36/37 kB | 40/285 kB | 24/53 kB
Progress (5): 372/592 kB | 0.7/1.5 MB | 36/37 kB | 40/285 kB | 24/53 kB
Progress (5): 372/592 kB | 0.7/1.5 MB | 36/37 kB | 40/285 kB | 24/53 kB
Progress (5): 372/592 kB | 0.7/1.5 MB | 36/37 kB | 45/285 kB | 24/53 kB
Progress (5): 376/592 kB | 0.7/1.5 MB | 36/37 kB | 45/285 kB | 24/53 kB
Progress (5): 376/592 kB | 0.7/1.5 MB | 36/37 kB | 45/285 kB | 28/53 kB
Progress (5): 376/592 kB | 0.7/1.5 MB | 37 kB | 45/285 kB | 28/53 kB   
Progress (5): 376/592 kB | 0.7/1.5 MB | 37 kB | 45/285 kB | 32/53 kB
Progress (5): 376/592 kB | 0.7/1.5 MB | 37 kB | 45/285 kB | 32/53 kB
Progress (5): 376/592 kB | 0.7/1.5 MB | 37 kB | 49/285 kB | 32/53 kB
Progress (5): 376/592 kB | 0.7/1.5 MB | 37 kB | 49/285 kB | 32/53 kB
Progress (5): 380/592 kB | 0.7/1.5 MB | 37 kB | 49/285 kB | 32/53 kB
Progress (5): 384/592 kB | 0.7/1.5 MB | 37 kB | 49/285 kB | 32/53 kB
Progress (5): 384/592 kB | 0.7/1.5 MB | 37 kB | 53/285 kB | 32/53 kB
Progress (5): 384/592 kB | 0.7/1.5 MB | 37 kB | 53/285 kB | 36/53 kB
Progress (5): 384/592 kB | 0.7/1.5 MB | 37 kB | 57/285 kB | 36/53 kB
Progress (5): 384/592 kB | 0.7/1.5 MB | 37 kB | 57/285 kB | 36/53 kB
Progress (5): 389/592 kB | 0.7/1.5 MB | 37 kB | 57/285 kB | 36/53 kB
Progress (5): 389/592 kB | 0.7/1.5 MB | 37 kB | 57/285 kB | 36/53 kB
Progress (5): 389/592 kB | 0.7/1.5 MB | 37 kB | 61/285 kB | 36/53 kB
Progress (5): 389/592 kB | 0.7/1.5 MB | 37 kB | 61/285 kB | 40/53 kB
Progress (5): 389/592 kB | 0.7/1.5 MB | 37 kB | 65/285 kB | 40/53 kB
Progress (5): 393/592 kB | 0.7/1.5 MB | 37 kB | 65/285 kB | 40/53 kB
Progress (5): 393/592 kB | 0.7/1.5 MB | 37 kB | 65/285 kB | 40/53 kB
Progress (5): 393/592 kB | 0.7/1.5 MB | 37 kB | 65/285 kB | 45/53 kB
Progress (5): 393/592 kB | 0.7/1.5 MB | 37 kB | 65/285 kB | 45/53 kB
Progress (5): 393/592 kB | 0.7/1.5 MB | 37 kB | 65/285 kB | 49/53 kB
Progress (5): 393/592 kB | 0.7/1.5 MB | 37 kB | 69/285 kB | 49/53 kB
Progress (5): 397/592 kB | 0.7/1.5 MB | 37 kB | 69/285 kB | 49/53 kB
Progress (5): 397/592 kB | 0.7/1.5 MB | 37 kB | 69/285 kB | 53/53 kB
Progress (5): 397/592 kB | 0.7/1.5 MB | 37 kB | 73/285 kB | 53/53 kB
Progress (5): 397/592 kB | 0.7/1.5 MB | 37 kB | 73/285 kB | 53 kB   
Progress (5): 401/592 kB | 0.7/1.5 MB | 37 kB | 73/285 kB | 53 kB
Progress (5): 401/592 kB | 0.7/1.5 MB | 37 kB | 73/285 kB | 53 kB
Progress (5): 405/592 kB | 0.7/1.5 MB | 37 kB | 73/285 kB | 53 kB
Progress (5): 405/592 kB | 0.7/1.5 MB | 37 kB | 77/285 kB | 53 kB
Progress (5): 409/592 kB | 0.7/1.5 MB | 37 kB | 77/285 kB | 53 kB
Progress (5): 409/592 kB | 0.8/1.5 MB | 37 kB | 77/285 kB | 53 kB
Progress (5): 409/592 kB | 0.8/1.5 MB | 37 kB | 81/285 kB | 53 kB
Progress (5): 413/592 kB | 0.8/1.5 MB | 37 kB | 81/285 kB | 53 kB
Progress (5): 417/592 kB | 0.8/1.5 MB | 37 kB | 81/285 kB | 53 kB
Progress (5): 417/592 kB | 0.8/1.5 MB | 37 kB | 85/285 kB | 53 kB
Progress (5): 417/592 kB | 0.8/1.5 MB | 37 kB | 85/285 kB | 53 kB
Progress (5): 417/592 kB | 0.8/1.5 MB | 37 kB | 90/285 kB | 53 kB
Progress (5): 421/592 kB | 0.8/1.5 MB | 37 kB | 90/285 kB | 53 kB
Progress (5): 421/592 kB | 0.8/1.5 MB | 37 kB | 94/285 kB | 53 kB
Progress (5): 421/592 kB | 0.8/1.5 MB | 37 kB | 94/285 kB | 53 kB
Progress (5): 421/592 kB | 0.8/1.5 MB | 37 kB | 98/285 kB | 53 kB
Progress (5): 425/592 kB | 0.8/1.5 MB | 37 kB | 98/285 kB | 53 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar (37 kB at 43 kB/s)
08:27:52 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 61 kB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.jar
08:27:52 Progress (3): 430/592 kB | 0.8/1.5 MB | 98/285 kB
Progress (3): 430/592 kB | 0.8/1.5 MB | 102/285 kB
Progress (3): 430/592 kB | 0.8/1.5 MB | 102/285 kB
Progress (3): 430/592 kB | 0.8/1.5 MB | 106/285 kB
Progress (3): 434/592 kB | 0.8/1.5 MB | 106/285 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
08:27:52 Progress (3): 438/592 kB | 0.8/1.5 MB | 106/285 kB
Progress (3): 438/592 kB | 0.8/1.5 MB | 110/285 kB
Progress (3): 438/592 kB | 0.8/1.5 MB | 110/285 kB
Progress (3): 438/592 kB | 0.8/1.5 MB | 114/285 kB
Progress (3): 442/592 kB | 0.8/1.5 MB | 114/285 kB
Progress (3): 442/592 kB | 0.8/1.5 MB | 114/285 kB
Progress (3): 442/592 kB | 0.8/1.5 MB | 118/285 kB
Progress (3): 442/592 kB | 0.8/1.5 MB | 118/285 kB
Progress (4): 442/592 kB | 0.8/1.5 MB | 118/285 kB | 4.1/37 kB
Progress (5): 442/592 kB | 0.8/1.5 MB | 118/285 kB | 4.1/37 kB | 4.1/4.3 kB
Progress (5): 442/592 kB | 0.8/1.5 MB | 118/285 kB | 7.7/37 kB | 4.1/4.3 kB
Progress (5): 446/592 kB | 0.8/1.5 MB | 118/285 kB | 7.7/37 kB | 4.1/4.3 kB
Progress (5): 446/592 kB | 0.8/1.5 MB | 122/285 kB | 7.7/37 kB | 4.1/4.3 kB
Progress (5): 450/592 kB | 0.8/1.5 MB | 122/285 kB | 7.7/37 kB | 4.1/4.3 kB
Progress (5): 450/592 kB | 0.8/1.5 MB | 122/285 kB | 12/37 kB | 4.1/4.3 kB 
Progress (5): 450/592 kB | 0.8/1.5 MB | 122/285 kB | 12/37 kB | 4.1/4.3 kB
Progress (5): 450/592 kB | 0.8/1.5 MB | 122/285 kB | 12/37 kB | 4.3 kB    
Progress (5): 450/592 kB | 0.8/1.5 MB | 122/285 kB | 12/37 kB | 4.3 kB
Progress (5): 450/592 kB | 0.8/1.5 MB | 122/285 kB | 16/37 kB | 4.3 kB
Progress (5): 454/592 kB | 0.8/1.5 MB | 122/285 kB | 16/37 kB | 4.3 kB
Progress (5): 454/592 kB | 0.8/1.5 MB | 126/285 kB | 16/37 kB | 4.3 kB
Progress (5): 454/592 kB | 0.8/1.5 MB | 126/285 kB | 16/37 kB | 4.3 kB
Progress (5): 458/592 kB | 0.8/1.5 MB | 126/285 kB | 16/37 kB | 4.3 kB
Progress (5): 458/592 kB | 0.8/1.5 MB | 126/285 kB | 16/37 kB | 4.3 kB
Progress (5): 458/592 kB | 0.8/1.5 MB | 131/285 kB | 16/37 kB | 4.3 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 4.9 kB/s)
08:27:52 Progress (4): 458/592 kB | 0.8/1.5 MB | 131/285 kB | 20/37 kB
Progress (4): 462/592 kB | 0.8/1.5 MB | 131/285 kB | 20/37 kB
Progress (4): 462/592 kB | 0.8/1.5 MB | 135/285 kB | 20/37 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.jar
08:27:52 Progress (4): 462/592 kB | 0.8/1.5 MB | 135/285 kB | 20/37 kB
Progress (4): 462/592 kB | 0.8/1.5 MB | 139/285 kB | 20/37 kB
Progress (4): 466/592 kB | 0.8/1.5 MB | 139/285 kB | 20/37 kB
Progress (4): 466/592 kB | 0.8/1.5 MB | 139/285 kB | 24/37 kB
Progress (4): 471/592 kB | 0.8/1.5 MB | 139/285 kB | 24/37 kB
Progress (4): 471/592 kB | 0.8/1.5 MB | 143/285 kB | 24/37 kB
Progress (4): 471/592 kB | 0.9/1.5 MB | 143/285 kB | 24/37 kB
Progress (4): 471/592 kB | 0.9/1.5 MB | 147/285 kB | 24/37 kB
Progress (4): 475/592 kB | 0.9/1.5 MB | 147/285 kB | 24/37 kB
Progress (4): 475/592 kB | 0.9/1.5 MB | 147/285 kB | 28/37 kB
Progress (4): 475/592 kB | 0.9/1.5 MB | 147/285 kB | 32/37 kB
Progress (5): 475/592 kB | 0.9/1.5 MB | 147/285 kB | 32/37 kB | 4.1/29 kB
Progress (5): 475/592 kB | 0.9/1.5 MB | 151/285 kB | 32/37 kB | 4.1/29 kB
Progress (5): 475/592 kB | 0.9/1.5 MB | 151/285 kB | 32/37 kB | 4.1/29 kB
Progress (5): 479/592 kB | 0.9/1.5 MB | 151/285 kB | 32/37 kB | 4.1/29 kB
Progress (5): 479/592 kB | 0.9/1.5 MB | 155/285 kB | 32/37 kB | 4.1/29 kB
Progress (5): 479/592 kB | 0.9/1.5 MB | 155/285 kB | 36/37 kB | 4.1/29 kB
Progress (5): 479/592 kB | 0.9/1.5 MB | 155/285 kB | 36/37 kB | 7.7/29 kB
Progress (5): 479/592 kB | 0.9/1.5 MB | 155/285 kB | 37 kB | 7.7/29 kB   
Progress (5): 479/592 kB | 0.9/1.5 MB | 159/285 kB | 37 kB | 7.7/29 kB
Progress (5): 483/592 kB | 0.9/1.5 MB | 159/285 kB | 37 kB | 7.7/29 kB
Progress (5): 483/592 kB | 0.9/1.5 MB | 159/285 kB | 37 kB | 7.7/29 kB
Progress (5): 487/592 kB | 0.9/1.5 MB | 159/285 kB | 37 kB | 7.7/29 kB
Progress (5): 487/592 kB | 0.9/1.5 MB | 163/285 kB | 37 kB | 7.7/29 kB
Progress (5): 487/592 kB | 0.9/1.5 MB | 163/285 kB | 37 kB | 12/29 kB 
Progress (5): 491/592 kB | 0.9/1.5 MB | 163/285 kB | 37 kB | 12/29 kB
Progress (5): 491/592 kB | 0.9/1.5 MB | 163/285 kB | 37 kB | 16/29 kB
Progress (5): 491/592 kB | 0.9/1.5 MB | 163/285 kB | 37 kB | 16/29 kB
Progress (5): 491/592 kB | 0.9/1.5 MB | 167/285 kB | 37 kB | 16/29 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.jar (37 kB at 42 kB/s)
08:27:52 Progress (4): 491/592 kB | 0.9/1.5 MB | 167/285 kB | 16/29 kB
Progress (4): 495/592 kB | 0.9/1.5 MB | 167/285 kB | 16/29 kB
Progress (4): 495/592 kB | 0.9/1.5 MB | 171/285 kB | 16/29 kB
Progress (4): 495/592 kB | 0.9/1.5 MB | 171/285 kB | 20/29 kB
Progress (4): 495/592 kB | 0.9/1.5 MB | 176/285 kB | 20/29 kB
Progress (4): 499/592 kB | 0.9/1.5 MB | 176/285 kB | 20/29 kB
Progress (4): 499/592 kB | 0.9/1.5 MB | 180/285 kB | 20/29 kB
Progress (4): 499/592 kB | 0.9/1.5 MB | 180/285 kB | 20/29 kB
Progress (4): 499/592 kB | 0.9/1.5 MB | 180/285 kB | 24/29 kB
Progress (4): 499/592 kB | 0.9/1.5 MB | 180/285 kB | 24/29 kB
Progress (4): 503/592 kB | 0.9/1.5 MB | 180/285 kB | 24/29 kB
Progress (4): 503/592 kB | 0.9/1.5 MB | 180/285 kB | 28/29 kB
Progress (4): 507/592 kB | 0.9/1.5 MB | 180/285 kB | 28/29 kB
Progress (4): 507/592 kB | 0.9/1.5 MB | 180/285 kB | 29 kB   
Progress (4): 507/592 kB | 0.9/1.5 MB | 180/285 kB | 29 kB
Progress (4): 507/592 kB | 0.9/1.5 MB | 180/285 kB | 29 kB
Progress (4): 507/592 kB | 0.9/1.5 MB | 184/285 kB | 29 kB
Progress (4): 507/592 kB | 0.9/1.5 MB | 188/285 kB | 29 kB
Progress (4): 511/592 kB | 0.9/1.5 MB | 188/285 kB | 29 kB
Progress (4): 511/592 kB | 0.9/1.5 MB | 192/285 kB | 29 kB
Progress (4): 516/592 kB | 0.9/1.5 MB | 192/285 kB | 29 kB
Progress (4): 516/592 kB | 0.9/1.5 MB | 192/285 kB | 29 kB
Progress (4): 520/592 kB | 0.9/1.5 MB | 192/285 kB | 29 kB
Progress (4): 520/592 kB | 0.9/1.5 MB | 196/285 kB | 29 kB
Progress (4): 524/592 kB | 0.9/1.5 MB | 196/285 kB | 29 kB
Progress (4): 524/592 kB | 0.9/1.5 MB | 196/285 kB | 29 kB
Progress (4): 524/592 kB | 0.9/1.5 MB | 200/285 kB | 29 kB
Progress (4): 524/592 kB | 0.9/1.5 MB | 204/285 kB | 29 kB
Progress (4): 524/592 kB | 0.9/1.5 MB | 204/285 kB | 29 kB
Progress (4): 524/592 kB | 0.9/1.5 MB | 204/285 kB | 29 kB
Progress (4): 524/592 kB | 1.0/1.5 MB | 204/285 kB | 29 kB
Progress (4): 524/592 kB | 1.0/1.5 MB | 208/285 kB | 29 kB
Progress (4): 528/592 kB | 1.0/1.5 MB | 208/285 kB | 29 kB
Progress (4): 528/592 kB | 1.0/1.5 MB | 208/285 kB | 29 kB
Progress (4): 532/592 kB | 1.0/1.5 MB | 208/285 kB | 29 kB
Progress (4): 532/592 kB | 1.0/1.5 MB | 212/285 kB | 29 kB
Progress (4): 536/592 kB | 1.0/1.5 MB | 212/285 kB | 29 kB
Progress (4): 536/592 kB | 1.0/1.5 MB | 212/285 kB | 29 kB
Progress (4): 540/592 kB | 1.0/1.5 MB | 212/285 kB | 29 kB
Progress (4): 540/592 kB | 1.0/1.5 MB | 212/285 kB | 29 kB
Progress (4): 540/592 kB | 1.0/1.5 MB | 217/285 kB | 29 kB
Progress (4): 540/592 kB | 1.0/1.5 MB | 221/285 kB | 29 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.jar (29 kB at 30 kB/s)
08:27:52 Progress (3): 544/592 kB | 1.0/1.5 MB | 221/285 kB
Progress (3): 544/592 kB | 1.0/1.5 MB | 225/285 kB
Progress (3): 544/592 kB | 1.0/1.5 MB | 225/285 kB
Progress (3): 544/592 kB | 1.0/1.5 MB | 229/285 kB
Progress (3): 548/592 kB | 1.0/1.5 MB | 229/285 kB
Progress (3): 548/592 kB | 1.0/1.5 MB | 229/285 kB
Progress (3): 552/592 kB | 1.0/1.5 MB | 229/285 kB
Progress (3): 557/592 kB | 1.0/1.5 MB | 229/285 kB
Progress (3): 557/592 kB | 1.0/1.5 MB | 233/285 kB
Progress (3): 557/592 kB | 1.0/1.5 MB | 233/285 kB
Progress (3): 557/592 kB | 1.0/1.5 MB | 237/285 kB
Progress (3): 561/592 kB | 1.0/1.5 MB | 237/285 kB
Progress (3): 561/592 kB | 1.0/1.5 MB | 237/285 kB
Progress (3): 565/592 kB | 1.0/1.5 MB | 237/285 kB
Progress (3): 565/592 kB | 1.0/1.5 MB | 241/285 kB
Progress (3): 569/592 kB | 1.0/1.5 MB | 241/285 kB
Progress (3): 569/592 kB | 1.0/1.5 MB | 241/285 kB
Progress (3): 569/592 kB | 1.0/1.5 MB | 245/285 kB
Progress (3): 569/592 kB | 1.0/1.5 MB | 245/285 kB
Progress (3): 573/592 kB | 1.0/1.5 MB | 245/285 kB
Progress (3): 573/592 kB | 1.0/1.5 MB | 249/285 kB
Progress (3): 573/592 kB | 1.0/1.5 MB | 253/285 kB
Progress (3): 573/592 kB | 1.0/1.5 MB | 253/285 kB
Progress (3): 573/592 kB | 1.0/1.5 MB | 258/285 kB
Progress (3): 577/592 kB | 1.0/1.5 MB | 258/285 kB
Progress (3): 577/592 kB | 1.0/1.5 MB | 262/285 kB
Progress (3): 577/592 kB | 1.0/1.5 MB | 262/285 kB
Progress (3): 581/592 kB | 1.0/1.5 MB | 262/285 kB
Progress (3): 585/592 kB | 1.0/1.5 MB | 262/285 kB
Progress (3): 589/592 kB | 1.0/1.5 MB | 262/285 kB
Progress (3): 589/592 kB | 1.0/1.5 MB | 266/285 kB
Progress (3): 589/592 kB | 1.1/1.5 MB | 266/285 kB
Progress (3): 589/592 kB | 1.1/1.5 MB | 270/285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 270/285 kB    
Progress (3): 592 kB | 1.1/1.5 MB | 274/285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 274/285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 278/285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 282/285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 282/285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 285 kB    
Progress (3): 592 kB | 1.1/1.5 MB | 285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 285 kB
Progress (3): 592 kB | 1.1/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
Progress (3): 592 kB | 1.2/1.5 MB | 285 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 291 kB/s)
08:27:52 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 603 kB/s)
08:27:52 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 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar (1.5 MB at 1.5 MB/s)
08:27:52 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
08:27:52 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 309 kB/s)
08:27:52 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
08:27:52 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 2.8 MB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
08:27:52 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 25 kB
Progress (1): 26 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.9 MB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
08:27:52 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 3.0 MB/s)
08:27:52 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
08:27:52 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
08:27:52 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 (2): 69/169 kB | 4.1/7.9 kB
Progress (2): 73/169 kB | 4.1/7.9 kB
Progress (2): 73/169 kB | 7.7/7.9 kB
Progress (2): 77/169 kB | 7.7/7.9 kB
Progress (2): 77/169 kB | 7.9 kB    
Progress (2): 81/169 kB | 7.9 kB
Progress (2): 85/169 kB | 7.9 kB
Progress (2): 90/169 kB | 7.9 kB
Progress (2): 94/169 kB | 7.9 kB
Progress (2): 98/169 kB | 7.9 kB
Progress (2): 102/169 kB | 7.9 kB
Progress (2): 106/169 kB | 7.9 kB
Progress (2): 110/169 kB | 7.9 kB
Progress (2): 114/169 kB | 7.9 kB
Progress (2): 118/169 kB | 7.9 kB
Progress (2): 122/169 kB | 7.9 kB
Progress (2): 126/169 kB | 7.9 kB
Progress (2): 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/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.jar (7.9 kB at 524 kB/s)
08:27:52 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 9.9 MB/s)
08:27:52 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
08:27:52 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 1.4 MB/s)
08:27:52 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
08:27:52 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 2.1 MB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
08:27:52 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.9 MB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
08:27:52 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 979 kB/s)
08:27:52 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
08:27:52 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 179 kB/s)
08:27:52 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
08:27:52 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 701 kB/s)
08:27:52 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
08:27:52 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 952 kB/s)
08:27:52 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
08:27:52 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 524 kB/s)
08:27:52 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
08:27:52 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 659 kB/s)
08:27:52 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
08:27:52 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 3.7 MB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom
08:27:52 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 83 kB/s)
08:27:52 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
08:27:52 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 249 kB/s)
08:27:52 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
08:27:52 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 1.3 MB/s)
08:27:52 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
08:27:52 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 3.6 MB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
08:27:52 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 322 kB/s)
08:27:52 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
08:27:52 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 562 kB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom
08:27:52 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 98 kB/s)
08:27:52 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
08:27:52 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 688 kB/s)
08:27:52 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
08:27:52 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 1.2 MB/s)
08:27:52 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
08:27:52 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 1.3 MB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
08:27:52 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.1 MB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
08:27:52 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 662 kB/s)
08:27:52 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
08:27:52 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 507 kB/s)
08:27:52 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
08:27:52 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 1.5 MB/s)
08:27:52 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
08:27:52 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 1.2 MB/s)
08:27:52 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
08:27:52 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.3 MB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
08:27:52 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 5.8 MB/s)
08:27:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
08:27:52 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 2.0 MB/s)
08:27:52 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
08:27:52 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 1.1 MB/s)
08:27:53 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
08:27:53 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 322 kB/s)
08:27:53 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
08:27:53 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 744 kB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
08:27:53 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 1.5 MB/s)
08:27:53 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
08:27:53 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 299 kB/s)
08:27:53 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
08:27:53 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 3.0 MB/s)
08:27:53 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
08:27:53 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 640 kB/s)
08:27:53 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
08:27:53 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 949 kB/s)
08:27:53 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
08:27:53 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.3 MB/s)
08:27:53 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
08:27:53 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 2.5 MB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
08:27:53 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.1 MB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
08:27:53 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 1.1 MB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
08:27:53 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 639 kB/s)
08:27:53 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
08:27:53 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.8 MB/s)
08:27:53 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
08:27:53 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 577 kB/s)
08:27:53 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
08:27:53 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.8 MB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
08:27:53 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.1 MB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
08:27:53 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 638 kB/s)
08:27:53 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
08:27:53 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 25 kB
Progress (1): 29 kB
Progress (1): 32 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom (32 kB at 2.4 MB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom
08:27:53 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 211 kB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.pom
08:27:53 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 38 kB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.2/asm-parent-3.2.pom
08:27:53 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 272 kB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.pom
08:27:53 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 104 kB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.pom
08:27:53 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 101 kB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.pom
08:27:53 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 136 kB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.pom
08:27:53 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 139 kB/s)
08:27:53 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
08:27:53 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 52 kB/s)
08:27:53 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
08:27:53 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 77 kB/s)
08:27:53 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
08:27:53 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 162 kB/s)
08:27:53 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
08:27:53 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 2.1 MB/s)
08:27:53 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
08:27:53 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 427 kB/s)
08:27:53 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
08:27:53 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 2.2 MB/s)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
08:27:53 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)
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
08:27:53 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 471 kB/s)
08:27:53 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
08:27:53 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 2.2 MB/s)
08:27:53 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
08:27:53 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 1.4 MB/s)
08:27:53 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
08:27:53 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
08:27:53 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
08:27:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar
08:27:53 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
08:27:53 Progress (1): 4.1/95 kB
Progress (1): 7.7/95 kB
Progress (1): 12/95 kB 
Progress (1): 16/95 kB
Progress (1): 20/95 kB
Progress (2): 20/95 kB | 4.1/331 kB
Progress (2): 24/95 kB | 4.1/331 kB
Progress (2): 24/95 kB | 7.7/331 kB
Progress (2): 28/95 kB | 7.7/331 kB
Progress (2): 28/95 kB | 12/331 kB 
Progress (2): 32/95 kB | 12/331 kB
Progress (2): 32/95 kB | 16/331 kB
Progress (2): 36/95 kB | 16/331 kB
Progress (3): 36/95 kB | 16/331 kB | 4.1/27 kB
Progress (3): 40/95 kB | 16/331 kB | 4.1/27 kB
Progress (3): 40/95 kB | 20/331 kB | 4.1/27 kB
Progress (3): 45/95 kB | 20/331 kB | 4.1/27 kB
Progress (3): 45/95 kB | 20/331 kB | 7.7/27 kB
Progress (3): 49/95 kB | 20/331 kB | 7.7/27 kB
Progress (3): 49/95 kB | 24/331 kB | 7.7/27 kB
Progress (3): 49/95 kB | 24/331 kB | 12/27 kB 
Progress (3): 49/95 kB | 28/331 kB | 12/27 kB
Progress (3): 49/95 kB | 28/331 kB | 16/27 kB
Progress (3): 49/95 kB | 32/331 kB | 16/27 kB
Progress (3): 53/95 kB | 32/331 kB | 16/27 kB
Progress (3): 57/95 kB | 32/331 kB | 16/27 kB
Progress (3): 57/95 kB | 32/331 kB | 20/27 kB
Progress (3): 61/95 kB | 32/331 kB | 20/27 kB
Progress (3): 61/95 kB | 32/331 kB | 24/27 kB
Progress (3): 61/95 kB | 36/331 kB | 24/27 kB
Progress (3): 65/95 kB | 36/331 kB | 24/27 kB
Progress (3): 65/95 kB | 40/331 kB | 24/27 kB
Progress (3): 65/95 kB | 40/331 kB | 27 kB   
Progress (3): 65/95 kB | 45/331 kB | 27 kB
Progress (3): 65/95 kB | 49/331 kB | 27 kB
Progress (3): 69/95 kB | 49/331 kB | 27 kB
Progress (3): 73/95 kB | 49/331 kB | 27 kB
Progress (3): 77/95 kB | 49/331 kB | 27 kB
Progress (3): 77/95 kB | 53/331 kB | 27 kB
Progress (3): 81/95 kB | 53/331 kB | 27 kB
Progress (3): 81/95 kB | 57/331 kB | 27 kB
Progress (3): 81/95 kB | 61/331 kB | 27 kB
Progress (3): 81/95 kB | 65/331 kB | 27 kB
Progress (3): 85/95 kB | 65/331 kB | 27 kB
Progress (3): 90/95 kB | 65/331 kB | 27 kB
Progress (3): 94/95 kB | 65/331 kB | 27 kB
Progress (3): 95 kB | 65/331 kB | 27 kB   
Progress (3): 95 kB | 69/331 kB | 27 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar (27 kB at 2.7 MB/s)
08:27:53 Progress (2): 95 kB | 73/331 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
08:27:53 Progress (2): 95 kB | 77/331 kB
Progress (2): 95 kB | 81/331 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.jar (95 kB at 7.3 MB/s)
08:27:53 Progress (1): 85/331 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
08:27:53 Progress (2): 85/331 kB | 4.1/4.3 kB
Progress (2): 90/331 kB | 4.1/4.3 kB
Progress (2): 90/331 kB | 4.3 kB    
Progress (2): 94/331 kB | 4.3 kB
Progress (2): 98/331 kB | 4.3 kB
Progress (2): 102/331 kB | 4.3 kB
Progress (2): 106/331 kB | 4.3 kB
Progress (2): 110/331 kB | 4.3 kB
Progress (2): 114/331 kB | 4.3 kB
Progress (3): 114/331 kB | 4.3 kB | 4.1/24 kB
Progress (3): 114/331 kB | 4.3 kB | 7.7/24 kB
Progress (3): 114/331 kB | 4.3 kB | 12/24 kB 
Progress (3): 114/331 kB | 4.3 kB | 16/24 kB
Progress (3): 118/331 kB | 4.3 kB | 16/24 kB
Progress (3): 118/331 kB | 4.3 kB | 20/24 kB
Progress (3): 122/331 kB | 4.3 kB | 20/24 kB
Progress (3): 122/331 kB | 4.3 kB | 24 kB   
Progress (3): 126/331 kB | 4.3 kB | 24 kB
Progress (3): 131/331 kB | 4.3 kB | 24 kB
Progress (4): 131/331 kB | 4.3 kB | 24 kB | 4.1/314 kB
Progress (4): 135/331 kB | 4.3 kB | 24 kB | 4.1/314 kB
Progress (4): 135/331 kB | 4.3 kB | 24 kB | 7.7/314 kB
Progress (4): 139/331 kB | 4.3 kB | 24 kB | 7.7/314 kB
Progress (4): 139/331 kB | 4.3 kB | 24 kB | 12/314 kB 
Progress (4): 143/331 kB | 4.3 kB | 24 kB | 12/314 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.jar (24 kB at 377 kB/s)
08:27:53 Progress (3): 143/331 kB | 4.3 kB | 16/314 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
08:27:53 Progress (3): 147/331 kB | 4.3 kB | 16/314 kB
Progress (3): 147/331 kB | 4.3 kB | 20/314 kB
Progress (3): 147/331 kB | 4.3 kB | 24/314 kB
Progress (3): 147/331 kB | 4.3 kB | 28/314 kB
Progress (3): 151/331 kB | 4.3 kB | 28/314 kB
Progress (3): 151/331 kB | 4.3 kB | 32/314 kB
Progress (3): 155/331 kB | 4.3 kB | 32/314 kB
Progress (3): 159/331 kB | 4.3 kB | 32/314 kB
Progress (3): 163/331 kB | 4.3 kB | 32/314 kB
Progress (4): 163/331 kB | 4.3 kB | 32/314 kB | 4.1/109 kB
Progress (4): 167/331 kB | 4.3 kB | 32/314 kB | 4.1/109 kB
Progress (4): 167/331 kB | 4.3 kB | 32/314 kB | 7.7/109 kB
Progress (4): 171/331 kB | 4.3 kB | 32/314 kB | 7.7/109 kB
Progress (4): 171/331 kB | 4.3 kB | 36/314 kB | 7.7/109 kB
Progress (4): 176/331 kB | 4.3 kB | 36/314 kB | 7.7/109 kB
Progress (4): 176/331 kB | 4.3 kB | 36/314 kB | 12/109 kB 
Progress (4): 180/331 kB | 4.3 kB | 36/314 kB | 12/109 kB
Progress (4): 180/331 kB | 4.3 kB | 40/314 kB | 12/109 kB
Progress (4): 180/331 kB | 4.3 kB | 40/314 kB | 16/109 kB
Progress (4): 180/331 kB | 4.3 kB | 45/314 kB | 16/109 kB
Progress (4): 184/331 kB | 4.3 kB | 45/314 kB | 16/109 kB
Progress (4): 184/331 kB | 4.3 kB | 49/314 kB | 16/109 kB
Progress (4): 184/331 kB | 4.3 kB | 49/314 kB | 20/109 kB
Progress (4): 188/331 kB | 4.3 kB | 49/314 kB | 20/109 kB
Progress (4): 188/331 kB | 4.3 kB | 49/314 kB | 24/109 kB
Progress (4): 192/331 kB | 4.3 kB | 49/314 kB | 24/109 kB
Progress (4): 192/331 kB | 4.3 kB | 49/314 kB | 28/109 kB
Progress (4): 196/331 kB | 4.3 kB | 49/314 kB | 28/109 kB
Progress (4): 196/331 kB | 4.3 kB | 49/314 kB | 32/109 kB
Progress (4): 196/331 kB | 4.3 kB | 53/314 kB | 32/109 kB
Progress (4): 200/331 kB | 4.3 kB | 53/314 kB | 32/109 kB
Progress (4): 200/331 kB | 4.3 kB | 57/314 kB | 32/109 kB
Progress (4): 204/331 kB | 4.3 kB | 57/314 kB | 32/109 kB
Progress (4): 204/331 kB | 4.3 kB | 57/314 kB | 36/109 kB
Progress (4): 208/331 kB | 4.3 kB | 57/314 kB | 36/109 kB
Progress (4): 208/331 kB | 4.3 kB | 61/314 kB | 36/109 kB
Progress (5): 208/331 kB | 4.3 kB | 61/314 kB | 36/109 kB | 4.1/19 kB
Progress (5): 212/331 kB | 4.3 kB | 61/314 kB | 36/109 kB | 4.1/19 kB
Progress (5): 212/331 kB | 4.3 kB | 61/314 kB | 40/109 kB | 4.1/19 kB
Progress (5): 212/331 kB | 4.3 kB | 61/314 kB | 40/109 kB | 7.7/19 kB
Progress (5): 212/331 kB | 4.3 kB | 65/314 kB | 40/109 kB | 7.7/19 kB
Progress (5): 217/331 kB | 4.3 kB | 65/314 kB | 40/109 kB | 7.7/19 kB
Progress (5): 217/331 kB | 4.3 kB | 65/314 kB | 40/109 kB | 12/19 kB 
Progress (5): 217/331 kB | 4.3 kB | 65/314 kB | 45/109 kB | 12/19 kB
Progress (5): 217/331 kB | 4.3 kB | 65/314 kB | 45/109 kB | 16/19 kB
Progress (5): 221/331 kB | 4.3 kB | 65/314 kB | 45/109 kB | 16/19 kB
Progress (5): 221/331 kB | 4.3 kB | 65/314 kB | 49/109 kB | 16/19 kB
Progress (5): 225/331 kB | 4.3 kB | 65/314 kB | 49/109 kB | 16/19 kB
Progress (5): 225/331 kB | 4.3 kB | 69/314 kB | 49/109 kB | 16/19 kB
Progress (5): 225/331 kB | 4.3 kB | 69/314 kB | 49/109 kB | 19 kB   
Progress (5): 225/331 kB | 4.3 kB | 73/314 kB | 49/109 kB | 19 kB
Progress (5): 229/331 kB | 4.3 kB | 73/314 kB | 49/109 kB | 19 kB
Progress (5): 229/331 kB | 4.3 kB | 77/314 kB | 49/109 kB | 19 kB
Progress (5): 229/331 kB | 4.3 kB | 77/314 kB | 53/109 kB | 19 kB
Progress (5): 229/331 kB | 4.3 kB | 81/314 kB | 53/109 kB | 19 kB
Progress (5): 233/331 kB | 4.3 kB | 81/314 kB | 53/109 kB | 19 kB
Progress (5): 233/331 kB | 4.3 kB | 81/314 kB | 57/109 kB | 19 kB
Progress (5): 237/331 kB | 4.3 kB | 81/314 kB | 57/109 kB | 19 kB
Progress (5): 237/331 kB | 4.3 kB | 81/314 kB | 61/109 kB | 19 kB
Progress (5): 241/331 kB | 4.3 kB | 81/314 kB | 61/109 kB | 19 kB
Progress (5): 241/331 kB | 4.3 kB | 85/314 kB | 61/109 kB | 19 kB
Progress (5): 241/331 kB | 4.3 kB | 85/314 kB | 65/109 kB | 19 kB
Progress (5): 241/331 kB | 4.3 kB | 90/314 kB | 65/109 kB | 19 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 257 kB/s)
08:27:53 Progress (4): 245/331 kB | 4.3 kB | 90/314 kB | 65/109 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar
08:27:53 Progress (4): 245/331 kB | 4.3 kB | 90/314 kB | 69/109 kB
Progress (4): 245/331 kB | 4.3 kB | 94/314 kB | 69/109 kB
Progress (4): 249/331 kB | 4.3 kB | 94/314 kB | 69/109 kB
Progress (4): 249/331 kB | 4.3 kB | 94/314 kB | 73/109 kB
Progress (4): 253/331 kB | 4.3 kB | 94/314 kB | 73/109 kB
Progress (4): 253/331 kB | 4.3 kB | 98/314 kB | 73/109 kB
Progress (4): 258/331 kB | 4.3 kB | 98/314 kB | 73/109 kB
Progress (4): 258/331 kB | 4.3 kB | 98/314 kB | 77/109 kB
Progress (4): 262/331 kB | 4.3 kB | 98/314 kB | 77/109 kB
Progress (4): 262/331 kB | 4.3 kB | 98/314 kB | 81/109 kB
Progress (4): 262/331 kB | 4.3 kB | 102/314 kB | 81/109 kB
Progress (4): 266/331 kB | 4.3 kB | 102/314 kB | 81/109 kB
Progress (4): 266/331 kB | 4.3 kB | 102/314 kB | 85/109 kB
Progress (4): 266/331 kB | 4.3 kB | 106/314 kB | 85/109 kB
Progress (4): 266/331 kB | 4.3 kB | 106/314 kB | 90/109 kB
Progress (4): 270/331 kB | 4.3 kB | 106/314 kB | 90/109 kB
Progress (4): 270/331 kB | 4.3 kB | 106/314 kB | 94/109 kB
Progress (5): 270/331 kB | 4.3 kB | 106/314 kB | 94/109 kB | 4.1/153 kB
Progress (5): 270/331 kB | 4.3 kB | 110/314 kB | 94/109 kB | 4.1/153 kB
Progress (5): 270/331 kB | 4.3 kB | 110/314 kB | 94/109 kB | 7.7/153 kB
Progress (5): 270/331 kB | 4.3 kB | 110/314 kB | 98/109 kB | 7.7/153 kB
Progress (5): 274/331 kB | 4.3 kB | 110/314 kB | 98/109 kB | 7.7/153 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 55 kB/s)
08:27:53 Progress (4): 274/331 kB | 110/314 kB | 98/109 kB | 12/153 kB
Progress (4): 274/331 kB | 114/314 kB | 98/109 kB | 12/153 kB
Progress (4): 274/331 kB | 114/314 kB | 98/109 kB | 16/153 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
08:27:53 Progress (4): 274/331 kB | 114/314 kB | 102/109 kB | 16/153 kB
Progress (4): 278/331 kB | 114/314 kB | 102/109 kB | 16/153 kB
Progress (4): 278/331 kB | 114/314 kB | 106/109 kB | 16/153 kB
Progress (4): 278/331 kB | 118/314 kB | 106/109 kB | 16/153 kB
Progress (4): 278/331 kB | 118/314 kB | 109 kB | 16/153 kB    
Progress (4): 278/331 kB | 122/314 kB | 109 kB | 16/153 kB
Progress (4): 278/331 kB | 122/314 kB | 109 kB | 20/153 kB
Progress (4): 278/331 kB | 126/314 kB | 109 kB | 20/153 kB
Progress (4): 282/331 kB | 126/314 kB | 109 kB | 20/153 kB
Progress (4): 282/331 kB | 131/314 kB | 109 kB | 20/153 kB
Progress (4): 282/331 kB | 131/314 kB | 109 kB | 24/153 kB
Progress (4): 286/331 kB | 131/314 kB | 109 kB | 24/153 kB
Progress (4): 286/331 kB | 131/314 kB | 109 kB | 28/153 kB
Progress (5): 286/331 kB | 131/314 kB | 109 kB | 28/153 kB | 4.1/174 kB
Progress (5): 290/331 kB | 131/314 kB | 109 kB | 28/153 kB | 4.1/174 kB
Progress (5): 290/331 kB | 135/314 kB | 109 kB | 28/153 kB | 4.1/174 kB
Progress (5): 290/331 kB | 135/314 kB | 109 kB | 28/153 kB | 7.7/174 kB
Progress (5): 290/331 kB | 135/314 kB | 109 kB | 32/153 kB | 7.7/174 kB
Progress (5): 290/331 kB | 135/314 kB | 109 kB | 32/153 kB | 12/174 kB 
Progress (5): 290/331 kB | 139/314 kB | 109 kB | 32/153 kB | 12/174 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 1.3 MB/s)
08:27:53 Progress (4): 294/331 kB | 139/314 kB | 32/153 kB | 12/174 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
08:27:53 Progress (4): 294/331 kB | 139/314 kB | 36/153 kB | 12/174 kB
Progress (4): 294/331 kB | 143/314 kB | 36/153 kB | 12/174 kB
Progress (4): 294/331 kB | 143/314 kB | 36/153 kB | 16/174 kB
Progress (4): 294/331 kB | 147/314 kB | 36/153 kB | 16/174 kB
Progress (4): 294/331 kB | 147/314 kB | 40/153 kB | 16/174 kB
Progress (4): 298/331 kB | 147/314 kB | 40/153 kB | 16/174 kB
Progress (4): 298/331 kB | 147/314 kB | 45/153 kB | 16/174 kB
Progress (4): 303/331 kB | 147/314 kB | 45/153 kB | 16/174 kB
Progress (4): 303/331 kB | 147/314 kB | 45/153 kB | 20/174 kB
Progress (4): 303/331 kB | 151/314 kB | 45/153 kB | 20/174 kB
Progress (4): 307/331 kB | 151/314 kB | 45/153 kB | 20/174 kB
Progress (4): 307/331 kB | 151/314 kB | 49/153 kB | 20/174 kB
Progress (4): 311/331 kB | 151/314 kB | 49/153 kB | 20/174 kB
Progress (4): 311/331 kB | 155/314 kB | 49/153 kB | 20/174 kB
Progress (4): 311/331 kB | 155/314 kB | 49/153 kB | 24/174 kB
Progress (4): 311/331 kB | 159/314 kB | 49/153 kB | 24/174 kB
Progress (5): 311/331 kB | 159/314 kB | 49/153 kB | 24/174 kB | 4.1/7.9 kB
Progress (5): 311/331 kB | 159/314 kB | 53/153 kB | 24/174 kB | 4.1/7.9 kB
Progress (5): 311/331 kB | 163/314 kB | 53/153 kB | 24/174 kB | 4.1/7.9 kB
Progress (5): 315/331 kB | 163/314 kB | 53/153 kB | 24/174 kB | 4.1/7.9 kB
Progress (5): 315/331 kB | 163/314 kB | 53/153 kB | 28/174 kB | 4.1/7.9 kB
Progress (5): 319/331 kB | 163/314 kB | 53/153 kB | 28/174 kB | 4.1/7.9 kB
Progress (5): 319/331 kB | 163/314 kB | 57/153 kB | 28/174 kB | 4.1/7.9 kB
Progress (5): 319/331 kB | 163/314 kB | 57/153 kB | 28/174 kB | 7.7/7.9 kB
Progress (5): 319/331 kB | 163/314 kB | 61/153 kB | 28/174 kB | 7.7/7.9 kB
Progress (5): 319/331 kB | 167/314 kB | 61/153 kB | 28/174 kB | 7.7/7.9 kB
Progress (5): 323/331 kB | 167/314 kB | 61/153 kB | 28/174 kB | 7.7/7.9 kB
Progress (5): 323/331 kB | 167/314 kB | 61/153 kB | 32/174 kB | 7.7/7.9 kB
Progress (5): 327/331 kB | 167/314 kB | 61/153 kB | 32/174 kB | 7.7/7.9 kB
Progress (5): 327/331 kB | 171/314 kB | 61/153 kB | 32/174 kB | 7.7/7.9 kB
Progress (5): 327/331 kB | 171/314 kB | 65/153 kB | 32/174 kB | 7.7/7.9 kB
Progress (5): 327/331 kB | 171/314 kB | 65/153 kB | 32/174 kB | 7.9 kB    
Progress (5): 327/331 kB | 171/314 kB | 65/153 kB | 36/174 kB | 7.9 kB
Progress (5): 327/331 kB | 176/314 kB | 65/153 kB | 36/174 kB | 7.9 kB
Progress (5): 331/331 kB | 176/314 kB | 65/153 kB | 36/174 kB | 7.9 kB
Progress (5): 331/331 kB | 180/314 kB | 65/153 kB | 36/174 kB | 7.9 kB
Progress (5): 331/331 kB | 180/314 kB | 69/153 kB | 36/174 kB | 7.9 kB
Progress (5): 331/331 kB | 180/314 kB | 69/153 kB | 40/174 kB | 7.9 kB
Progress (5): 331/331 kB | 180/314 kB | 73/153 kB | 40/174 kB | 7.9 kB
Progress (5): 331 kB | 180/314 kB | 73/153 kB | 40/174 kB | 7.9 kB    
Progress (5): 331 kB | 180/314 kB | 77/153 kB | 40/174 kB | 7.9 kB
Progress (5): 331 kB | 180/314 kB | 77/153 kB | 45/174 kB | 7.9 kB
Progress (5): 331 kB | 180/314 kB | 81/153 kB | 45/174 kB | 7.9 kB
Progress (5): 331 kB | 184/314 kB | 81/153 kB | 45/174 kB | 7.9 kB
Progress (5): 331 kB | 184/314 kB | 81/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 188/314 kB | 81/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 192/314 kB | 81/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 192/314 kB | 85/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 192/314 kB | 90/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 192/314 kB | 94/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 192/314 kB | 98/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 196/314 kB | 98/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 200/314 kB | 98/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 204/314 kB | 98/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 208/314 kB | 98/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 212/314 kB | 98/153 kB | 49/174 kB | 7.9 kB
Progress (5): 331 kB | 212/314 kB | 98/153 kB | 53/174 kB | 7.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.jar (7.9 kB at 49 kB/s)
08:27:53 Progress (4): 331 kB | 212/314 kB | 102/153 kB | 53/174 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
08:27:53 Progress (4): 331 kB | 217/314 kB | 102/153 kB | 53/174 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.jar (331 kB at 2.1 MB/s)
08:27:53 Progress (3): 217/314 kB | 102/153 kB | 57/174 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
08:27:53 Progress (3): 221/314 kB | 102/153 kB | 57/174 kB
Progress (3): 221/314 kB | 106/153 kB | 57/174 kB
Progress (3): 225/314 kB | 106/153 kB | 57/174 kB
Progress (3): 225/314 kB | 106/153 kB | 61/174 kB
Progress (3): 229/314 kB | 106/153 kB | 61/174 kB
Progress (3): 229/314 kB | 110/153 kB | 61/174 kB
Progress (4): 229/314 kB | 110/153 kB | 61/174 kB | 4.1/450 kB
Progress (4): 229/314 kB | 110/153 kB | 65/174 kB | 4.1/450 kB
Progress (4): 229/314 kB | 110/153 kB | 65/174 kB | 7.7/450 kB
Progress (4): 229/314 kB | 114/153 kB | 65/174 kB | 7.7/450 kB
Progress (4): 229/314 kB | 114/153 kB | 65/174 kB | 12/450 kB 
Progress (4): 233/314 kB | 114/153 kB | 65/174 kB | 12/450 kB
Progress (4): 233/314 kB | 114/153 kB | 65/174 kB | 16/450 kB
Progress (4): 237/314 kB | 114/153 kB | 65/174 kB | 16/450 kB
Progress (4): 237/314 kB | 114/153 kB | 69/174 kB | 16/450 kB
Progress (4): 237/314 kB | 118/153 kB | 69/174 kB | 16/450 kB
Progress (4): 241/314 kB | 118/153 kB | 69/174 kB | 16/450 kB
Progress (4): 241/314 kB | 118/153 kB | 69/174 kB | 20/450 kB
Progress (4): 241/314 kB | 122/153 kB | 69/174 kB | 20/450 kB
Progress (5): 241/314 kB | 122/153 kB | 69/174 kB | 20/450 kB | 4.1/262 kB
Progress (5): 241/314 kB | 122/153 kB | 73/174 kB | 20/450 kB | 4.1/262 kB
Progress (5): 241/314 kB | 122/153 kB | 73/174 kB | 20/450 kB | 7.7/262 kB
Progress (5): 241/314 kB | 126/153 kB | 73/174 kB | 20/450 kB | 7.7/262 kB
Progress (5): 241/314 kB | 126/153 kB | 73/174 kB | 24/450 kB | 7.7/262 kB
Progress (5): 245/314 kB | 126/153 kB | 73/174 kB | 24/450 kB | 7.7/262 kB
Progress (5): 245/314 kB | 126/153 kB | 73/174 kB | 28/450 kB | 7.7/262 kB
Progress (5): 245/314 kB | 131/153 kB | 73/174 kB | 28/450 kB | 7.7/262 kB
Progress (5): 245/314 kB | 131/153 kB | 73/174 kB | 28/450 kB | 12/262 kB 
Progress (5): 245/314 kB | 131/153 kB | 77/174 kB | 28/450 kB | 12/262 kB
Progress (5): 245/314 kB | 131/153 kB | 77/174 kB | 28/450 kB | 16/262 kB
Progress (5): 245/314 kB | 131/153 kB | 77/174 kB | 32/450 kB | 16/262 kB
Progress (5): 245/314 kB | 135/153 kB | 77/174 kB | 32/450 kB | 16/262 kB
Progress (5): 249/314 kB | 135/153 kB | 77/174 kB | 32/450 kB | 16/262 kB
Progress (5): 249/314 kB | 135/153 kB | 81/174 kB | 32/450 kB | 16/262 kB
Progress (5): 253/314 kB | 135/153 kB | 81/174 kB | 32/450 kB | 16/262 kB
Progress (5): 253/314 kB | 135/153 kB | 81/174 kB | 32/450 kB | 20/262 kB
Progress (5): 253/314 kB | 139/153 kB | 81/174 kB | 32/450 kB | 20/262 kB
Progress (5): 253/314 kB | 139/153 kB | 81/174 kB | 32/450 kB | 24/262 kB
Progress (5): 258/314 kB | 139/153 kB | 81/174 kB | 32/450 kB | 24/262 kB
Progress (5): 258/314 kB | 139/153 kB | 81/174 kB | 36/450 kB | 24/262 kB
Progress (5): 262/314 kB | 139/153 kB | 81/174 kB | 36/450 kB | 24/262 kB
Progress (5): 262/314 kB | 139/153 kB | 81/174 kB | 36/450 kB | 28/262 kB
Progress (5): 262/314 kB | 139/153 kB | 85/174 kB | 36/450 kB | 28/262 kB
Progress (5): 262/314 kB | 143/153 kB | 85/174 kB | 36/450 kB | 28/262 kB
Progress (5): 262/314 kB | 143/153 kB | 90/174 kB | 36/450 kB | 28/262 kB
Progress (5): 262/314 kB | 143/153 kB | 90/174 kB | 36/450 kB | 32/262 kB
Progress (5): 262/314 kB | 143/153 kB | 90/174 kB | 40/450 kB | 32/262 kB
Progress (5): 262/314 kB | 143/153 kB | 94/174 kB | 40/450 kB | 32/262 kB
Progress (5): 262/314 kB | 147/153 kB | 94/174 kB | 40/450 kB | 32/262 kB
Progress (5): 266/314 kB | 147/153 kB | 94/174 kB | 40/450 kB | 32/262 kB
Progress (5): 266/314 kB | 147/153 kB | 94/174 kB | 40/450 kB | 36/262 kB
Progress (5): 266/314 kB | 151/153 kB | 94/174 kB | 40/450 kB | 36/262 kB
Progress (5): 266/314 kB | 151/153 kB | 98/174 kB | 40/450 kB | 36/262 kB
Progress (5): 266/314 kB | 151/153 kB | 98/174 kB | 45/450 kB | 36/262 kB
Progress (5): 266/314 kB | 153 kB | 98/174 kB | 45/450 kB | 36/262 kB    
Progress (5): 266/314 kB | 153 kB | 98/174 kB | 45/450 kB | 40/262 kB
Progress (5): 270/314 kB | 153 kB | 98/174 kB | 45/450 kB | 40/262 kB
Progress (5): 270/314 kB | 153 kB | 102/174 kB | 45/450 kB | 40/262 kB
Progress (5): 270/314 kB | 153 kB | 102/174 kB | 45/450 kB | 45/262 kB
Progress (5): 270/314 kB | 153 kB | 102/174 kB | 49/450 kB | 45/262 kB
Progress (5): 270/314 kB | 153 kB | 102/174 kB | 49/450 kB | 49/262 kB
Progress (5): 270/314 kB | 153 kB | 106/174 kB | 49/450 kB | 49/262 kB
Progress (5): 274/314 kB | 153 kB | 106/174 kB | 49/450 kB | 49/262 kB
Progress (5): 274/314 kB | 153 kB | 110/174 kB | 49/450 kB | 49/262 kB
Progress (5): 278/314 kB | 153 kB | 110/174 kB | 49/450 kB | 49/262 kB
Progress (5): 278/314 kB | 153 kB | 110/174 kB | 53/450 kB | 49/262 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 881 kB/s)
08:27:53 Progress (4): 278/314 kB | 110/174 kB | 53/450 kB | 53/262 kB
Progress (4): 282/314 kB | 110/174 kB | 53/450 kB | 53/262 kB
Progress (4): 282/314 kB | 114/174 kB | 53/450 kB | 53/262 kB
Progress (4): 286/314 kB | 114/174 kB | 53/450 kB | 53/262 kB
Progress (4): 286/314 kB | 114/174 kB | 53/450 kB | 57/262 kB
                                                             
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
08:27:53 Progress (4): 286/314 kB | 114/174 kB | 57/450 kB | 57/262 kB
Progress (4): 286/314 kB | 118/174 kB | 57/450 kB | 57/262 kB
Progress (4): 286/314 kB | 118/174 kB | 57/450 kB | 61/262 kB
Progress (4): 290/314 kB | 118/174 kB | 57/450 kB | 61/262 kB
Progress (4): 290/314 kB | 118/174 kB | 57/450 kB | 65/262 kB
Progress (4): 290/314 kB | 122/174 kB | 57/450 kB | 65/262 kB
Progress (4): 290/314 kB | 122/174 kB | 61/450 kB | 65/262 kB
Progress (4): 290/314 kB | 126/174 kB | 61/450 kB | 65/262 kB
Progress (4): 294/314 kB | 126/174 kB | 61/450 kB | 65/262 kB
Progress (4): 294/314 kB | 131/174 kB | 61/450 kB | 65/262 kB
Progress (4): 294/314 kB | 131/174 kB | 65/450 kB | 65/262 kB
Progress (4): 294/314 kB | 131/174 kB | 65/450 kB | 69/262 kB
Progress (4): 294/314 kB | 131/174 kB | 65/450 kB | 73/262 kB
Progress (5): 294/314 kB | 131/174 kB | 65/450 kB | 73/262 kB | 4.1/53 kB
Progress (5): 294/314 kB | 135/174 kB | 65/450 kB | 73/262 kB | 4.1/53 kB
Progress (5): 298/314 kB | 135/174 kB | 65/450 kB | 73/262 kB | 4.1/53 kB
Progress (5): 298/314 kB | 135/174 kB | 65/450 kB | 77/262 kB | 4.1/53 kB
Progress (5): 303/314 kB | 135/174 kB | 65/450 kB | 77/262 kB | 4.1/53 kB
Progress (5): 303/314 kB | 139/174 kB | 65/450 kB | 77/262 kB | 4.1/53 kB
Progress (5): 303/314 kB | 139/174 kB | 65/450 kB | 77/262 kB | 7.7/53 kB
Progress (5): 303/314 kB | 139/174 kB | 69/450 kB | 77/262 kB | 7.7/53 kB
Progress (5): 303/314 kB | 139/174 kB | 69/450 kB | 77/262 kB | 12/53 kB 
Progress (5): 303/314 kB | 143/174 kB | 69/450 kB | 77/262 kB | 12/53 kB
Progress (5): 307/314 kB | 143/174 kB | 69/450 kB | 77/262 kB | 12/53 kB
Progress (5): 307/314 kB | 143/174 kB | 69/450 kB | 81/262 kB | 12/53 kB
Progress (5): 311/314 kB | 143/174 kB | 69/450 kB | 81/262 kB | 12/53 kB
Progress (5): 311/314 kB | 147/174 kB | 69/450 kB | 81/262 kB | 12/53 kB
Progress (5): 311/314 kB | 147/174 kB | 69/450 kB | 81/262 kB | 16/53 kB
Progress (5): 311/314 kB | 147/174 kB | 73/450 kB | 81/262 kB | 16/53 kB
Progress (5): 314 kB | 147/174 kB | 73/450 kB | 81/262 kB | 16/53 kB    
Progress (5): 314 kB | 147/174 kB | 73/450 kB | 85/262 kB | 16/53 kB
Progress (5): 314 kB | 147/174 kB | 77/450 kB | 85/262 kB | 16/53 kB
Progress (5): 314 kB | 147/174 kB | 77/450 kB | 90/262 kB | 16/53 kB
Progress (5): 314 kB | 151/174 kB | 77/450 kB | 90/262 kB | 16/53 kB
Progress (5): 314 kB | 151/174 kB | 77/450 kB | 94/262 kB | 16/53 kB
Progress (5): 314 kB | 151/174 kB | 81/450 kB | 94/262 kB | 16/53 kB
Progress (5): 314 kB | 151/174 kB | 81/450 kB | 94/262 kB | 20/53 kB
Progress (5): 314 kB | 151/174 kB | 81/450 kB | 98/262 kB | 20/53 kB
Progress (5): 314 kB | 155/174 kB | 81/450 kB | 98/262 kB | 20/53 kB
Progress (5): 314 kB | 155/174 kB | 81/450 kB | 98/262 kB | 24/53 kB
Progress (5): 314 kB | 155/174 kB | 85/450 kB | 98/262 kB | 24/53 kB
Progress (5): 314 kB | 159/174 kB | 85/450 kB | 98/262 kB | 24/53 kB
Progress (5): 314 kB | 159/174 kB | 90/450 kB | 98/262 kB | 24/53 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 1.7 MB/s)
08:27:53 Progress (4): 159/174 kB | 90/450 kB | 98/262 kB | 28/53 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar
08:27:53 Progress (4): 159/174 kB | 94/450 kB | 98/262 kB | 28/53 kB
Progress (4): 163/174 kB | 94/450 kB | 98/262 kB | 28/53 kB
Progress (4): 163/174 kB | 94/450 kB | 102/262 kB | 28/53 kB
Progress (4): 163/174 kB | 98/450 kB | 102/262 kB | 28/53 kB
Progress (4): 163/174 kB | 98/450 kB | 102/262 kB | 32/53 kB
Progress (4): 167/174 kB | 98/450 kB | 102/262 kB | 32/53 kB
Progress (4): 167/174 kB | 98/450 kB | 106/262 kB | 32/53 kB
Progress (4): 171/174 kB | 98/450 kB | 106/262 kB | 32/53 kB
Progress (4): 171/174 kB | 98/450 kB | 110/262 kB | 32/53 kB
Progress (4): 174 kB | 98/450 kB | 110/262 kB | 32/53 kB    
Progress (4): 174 kB | 102/450 kB | 110/262 kB | 32/53 kB
Progress (4): 174 kB | 102/450 kB | 114/262 kB | 32/53 kB
Progress (4): 174 kB | 106/450 kB | 114/262 kB | 32/53 kB
Progress (4): 174 kB | 106/450 kB | 114/262 kB | 36/53 kB
Progress (4): 174 kB | 110/450 kB | 114/262 kB | 36/53 kB
Progress (4): 174 kB | 110/450 kB | 114/262 kB | 40/53 kB
Progress (4): 174 kB | 114/450 kB | 114/262 kB | 40/53 kB
Progress (4): 174 kB | 114/450 kB | 118/262 kB | 40/53 kB
Progress (4): 174 kB | 114/450 kB | 118/262 kB | 45/53 kB
Progress (4): 174 kB | 114/450 kB | 122/262 kB | 45/53 kB
Progress (4): 174 kB | 114/450 kB | 122/262 kB | 49/53 kB
Progress (5): 174 kB | 114/450 kB | 122/262 kB | 49/53 kB | 0/5.5 MB
Progress (5): 174 kB | 114/450 kB | 126/262 kB | 49/53 kB | 0/5.5 MB
Progress (5): 174 kB | 114/450 kB | 126/262 kB | 53 kB | 0/5.5 MB   
Progress (5): 174 kB | 118/450 kB | 126/262 kB | 53 kB | 0/5.5 MB
Progress (5): 174 kB | 118/450 kB | 131/262 kB | 53 kB | 0/5.5 MB
Progress (5): 174 kB | 122/450 kB | 131/262 kB | 53 kB | 0/5.5 MB
Progress (5): 174 kB | 126/450 kB | 131/262 kB | 53 kB | 0/5.5 MB
Progress (5): 174 kB | 131/450 kB | 131/262 kB | 53 kB | 0/5.5 MB
Progress (5): 174 kB | 131/450 kB | 135/262 kB | 53 kB | 0/5.5 MB
Progress (5): 174 kB | 131/450 kB | 139/262 kB | 53 kB | 0/5.5 MB
Progress (5): 174 kB | 131/450 kB | 139/262 kB | 53 kB | 0.1/5.5 MB
Progress (5): 174 kB | 131/450 kB | 143/262 kB | 53 kB | 0.1/5.5 MB
Progress (5): 174 kB | 131/450 kB | 147/262 kB | 53 kB | 0.1/5.5 MB
Progress (5): 174 kB | 135/450 kB | 147/262 kB | 53 kB | 0.1/5.5 MB
Progress (5): 174 kB | 139/450 kB | 147/262 kB | 53 kB | 0.1/5.5 MB
Progress (5): 174 kB | 143/450 kB | 147/262 kB | 53 kB | 0.1/5.5 MB
Progress (5): 174 kB | 143/450 kB | 151/262 kB | 53 kB | 0.1/5.5 MB
Progress (5): 174 kB | 147/450 kB | 151/262 kB | 53 kB | 0.1/5.5 MB
Progress (5): 174 kB | 147/450 kB | 155/262 kB | 53 kB | 0.1/5.5 MB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (53 kB at 278 kB/s)
08:27:53 Progress (4): 174 kB | 151/450 kB | 155/262 kB | 0.1/5.5 MB
                                                           
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 914 kB/s)
08:27:53 Progress (3): 151/450 kB | 159/262 kB | 0.1/5.5 MB
Progress (3): 151/450 kB | 159/262 kB | 0.1/5.5 MB
Progress (3): 151/450 kB | 163/262 kB | 0.1/5.5 MB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar
08:27:53 Progress (3): 155/450 kB | 163/262 kB | 0.1/5.5 MB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar
08:27:53 Progress (3): 155/450 kB | 167/262 kB | 0.1/5.5 MB
Progress (3): 159/450 kB | 167/262 kB | 0.1/5.5 MB
Progress (3): 159/450 kB | 171/262 kB | 0.1/5.5 MB
Progress (3): 159/450 kB | 171/262 kB | 0.1/5.5 MB
Progress (3): 159/450 kB | 176/262 kB | 0.1/5.5 MB
Progress (3): 163/450 kB | 176/262 kB | 0.1/5.5 MB
Progress (3): 163/450 kB | 180/262 kB | 0.1/5.5 MB
Progress (3): 167/450 kB | 180/262 kB | 0.1/5.5 MB
Progress (3): 167/450 kB | 184/262 kB | 0.1/5.5 MB
Progress (3): 171/450 kB | 184/262 kB | 0.1/5.5 MB
Progress (3): 171/450 kB | 188/262 kB | 0.1/5.5 MB
Progress (3): 176/450 kB | 188/262 kB | 0.1/5.5 MB
Progress (3): 176/450 kB | 192/262 kB | 0.1/5.5 MB
Progress (4): 176/450 kB | 192/262 kB | 0.1/5.5 MB | 4.1/43 kB
Progress (4): 180/450 kB | 192/262 kB | 0.1/5.5 MB | 4.1/43 kB
Progress (4): 180/450 kB | 192/262 kB | 0.1/5.5 MB | 7.7/43 kB
Progress (4): 180/450 kB | 196/262 kB | 0.1/5.5 MB | 7.7/43 kB
Progress (5): 180/450 kB | 196/262 kB | 0.1/5.5 MB | 7.7/43 kB | 4.1/445 kB
Progress (5): 180/450 kB | 196/262 kB | 0.1/5.5 MB | 12/43 kB | 4.1/445 kB 
Progress (5): 180/450 kB | 196/262 kB | 0.2/5.5 MB | 12/43 kB | 4.1/445 kB
Progress (5): 180/450 kB | 196/262 kB | 0.2/5.5 MB | 16/43 kB | 4.1/445 kB
Progress (5): 184/450 kB | 196/262 kB | 0.2/5.5 MB | 16/43 kB | 4.1/445 kB
Progress (5): 184/450 kB | 196/262 kB | 0.2/5.5 MB | 16/43 kB | 7.7/445 kB
Progress (5): 188/450 kB | 196/262 kB | 0.2/5.5 MB | 16/43 kB | 7.7/445 kB
Progress (5): 188/450 kB | 200/262 kB | 0.2/5.5 MB | 16/43 kB | 7.7/445 kB
Progress (5): 192/450 kB | 200/262 kB | 0.2/5.5 MB | 16/43 kB | 7.7/445 kB
Progress (5): 192/450 kB | 200/262 kB | 0.2/5.5 MB | 16/43 kB | 12/445 kB 
Progress (5): 192/450 kB | 200/262 kB | 0.2/5.5 MB | 20/43 kB | 12/445 kB
Progress (5): 196/450 kB | 200/262 kB | 0.2/5.5 MB | 20/43 kB | 12/445 kB
Progress (5): 196/450 kB | 204/262 kB | 0.2/5.5 MB | 20/43 kB | 12/445 kB
Progress (5): 196/450 kB | 204/262 kB | 0.2/5.5 MB | 24/43 kB | 12/445 kB
Progress (5): 196/450 kB | 204/262 kB | 0.2/5.5 MB | 24/43 kB | 16/445 kB
Progress (5): 196/450 kB | 204/262 kB | 0.2/5.5 MB | 28/43 kB | 16/445 kB
Progress (5): 196/450 kB | 204/262 kB | 0.2/5.5 MB | 28/43 kB | 16/445 kB
Progress (5): 196/450 kB | 208/262 kB | 0.2/5.5 MB | 28/43 kB | 16/445 kB
Progress (5): 196/450 kB | 208/262 kB | 0.2/5.5 MB | 32/43 kB | 16/445 kB
Progress (5): 200/450 kB | 208/262 kB | 0.2/5.5 MB | 32/43 kB | 16/445 kB
Progress (5): 200/450 kB | 212/262 kB | 0.2/5.5 MB | 32/43 kB | 16/445 kB
Progress (5): 200/450 kB | 212/262 kB | 0.2/5.5 MB | 32/43 kB | 20/445 kB
Progress (5): 204/450 kB | 212/262 kB | 0.2/5.5 MB | 32/43 kB | 20/445 kB
Progress (5): 204/450 kB | 212/262 kB | 0.2/5.5 MB | 32/43 kB | 24/445 kB
Progress (5): 208/450 kB | 212/262 kB | 0.2/5.5 MB | 32/43 kB | 24/445 kB
Progress (5): 208/450 kB | 217/262 kB | 0.2/5.5 MB | 32/43 kB | 24/445 kB
Progress (5): 208/450 kB | 217/262 kB | 0.2/5.5 MB | 36/43 kB | 24/445 kB
Progress (5): 208/450 kB | 221/262 kB | 0.2/5.5 MB | 36/43 kB | 24/445 kB
Progress (5): 212/450 kB | 221/262 kB | 0.2/5.5 MB | 36/43 kB | 24/445 kB
Progress (5): 212/450 kB | 221/262 kB | 0.2/5.5 MB | 36/43 kB | 28/445 kB
Progress (5): 212/450 kB | 225/262 kB | 0.2/5.5 MB | 36/43 kB | 28/445 kB
Progress (5): 212/450 kB | 225/262 kB | 0.2/5.5 MB | 40/43 kB | 28/445 kB
Progress (5): 212/450 kB | 225/262 kB | 0.2/5.5 MB | 40/43 kB | 28/445 kB
Progress (5): 217/450 kB | 225/262 kB | 0.2/5.5 MB | 40/43 kB | 28/445 kB
Progress (5): 217/450 kB | 225/262 kB | 0.2/5.5 MB | 43 kB | 28/445 kB   
Progress (5): 217/450 kB | 229/262 kB | 0.2/5.5 MB | 43 kB | 28/445 kB
Progress (5): 217/450 kB | 229/262 kB | 0.2/5.5 MB | 43 kB | 32/445 kB
Progress (5): 221/450 kB | 229/262 kB | 0.2/5.5 MB | 43 kB | 32/445 kB
Progress (5): 225/450 kB | 229/262 kB | 0.2/5.5 MB | 43 kB | 32/445 kB
Progress (5): 225/450 kB | 233/262 kB | 0.2/5.5 MB | 43 kB | 32/445 kB
Progress (5): 229/450 kB | 233/262 kB | 0.2/5.5 MB | 43 kB | 32/445 kB
Progress (5): 229/450 kB | 233/262 kB | 0.2/5.5 MB | 43 kB | 36/445 kB
Progress (5): 229/450 kB | 237/262 kB | 0.2/5.5 MB | 43 kB | 36/445 kB
Progress (5): 229/450 kB | 237/262 kB | 0.2/5.5 MB | 43 kB | 40/445 kB
Progress (5): 229/450 kB | 241/262 kB | 0.2/5.5 MB | 43 kB | 40/445 kB
Progress (5): 233/450 kB | 241/262 kB | 0.2/5.5 MB | 43 kB | 40/445 kB
Progress (5): 233/450 kB | 241/262 kB | 0.3/5.5 MB | 43 kB | 40/445 kB
Progress (5): 233/450 kB | 241/262 kB | 0.3/5.5 MB | 43 kB | 45/445 kB
Progress (5): 237/450 kB | 241/262 kB | 0.3/5.5 MB | 43 kB | 45/445 kB
Progress (5): 237/450 kB | 245/262 kB | 0.3/5.5 MB | 43 kB | 45/445 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 160 kB/s)
08:27:53 Progress (4): 241/450 kB | 245/262 kB | 0.3/5.5 MB | 45/445 kB
Progress (4): 241/450 kB | 245/262 kB | 0.3/5.5 MB | 49/445 kB
Progress (4): 245/450 kB | 245/262 kB | 0.3/5.5 MB | 49/445 kB
Progress (4): 245/450 kB | 249/262 kB | 0.3/5.5 MB | 49/445 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar
08:27:53 Progress (4): 245/450 kB | 249/262 kB | 0.3/5.5 MB | 53/445 kB
Progress (4): 245/450 kB | 249/262 kB | 0.3/5.5 MB | 53/445 kB
Progress (4): 245/450 kB | 253/262 kB | 0.3/5.5 MB | 53/445 kB
Progress (4): 245/450 kB | 253/262 kB | 0.3/5.5 MB | 57/445 kB
Progress (4): 249/450 kB | 253/262 kB | 0.3/5.5 MB | 57/445 kB
Progress (4): 249/450 kB | 253/262 kB | 0.3/5.5 MB | 61/445 kB
Progress (4): 249/450 kB | 258/262 kB | 0.3/5.5 MB | 61/445 kB
Progress (4): 249/450 kB | 258/262 kB | 0.3/5.5 MB | 65/445 kB
Progress (4): 253/450 kB | 258/262 kB | 0.3/5.5 MB | 65/445 kB
Progress (4): 253/450 kB | 262/262 kB | 0.3/5.5 MB | 65/445 kB
Progress (4): 258/450 kB | 262/262 kB | 0.3/5.5 MB | 65/445 kB
Progress (4): 258/450 kB | 262 kB | 0.3/5.5 MB | 65/445 kB    
Progress (4): 258/450 kB | 262 kB | 0.3/5.5 MB | 69/445 kB
Progress (4): 262/450 kB | 262 kB | 0.3/5.5 MB | 69/445 kB
Progress (4): 262/450 kB | 262 kB | 0.3/5.5 MB | 73/445 kB
Progress (4): 262/450 kB | 262 kB | 0.3/5.5 MB | 73/445 kB
Progress (4): 262/450 kB | 262 kB | 0.3/5.5 MB | 77/445 kB
Progress (4): 262/450 kB | 262 kB | 0.3/5.5 MB | 81/445 kB
Progress (5): 262/450 kB | 262 kB | 0.3/5.5 MB | 81/445 kB | 4.1/33 kB
Progress (5): 266/450 kB | 262 kB | 0.3/5.5 MB | 81/445 kB | 4.1/33 kB
Progress (5): 266/450 kB | 262 kB | 0.3/5.5 MB | 81/445 kB | 7.7/33 kB
Progress (5): 266/450 kB | 262 kB | 0.3/5.5 MB | 85/445 kB | 7.7/33 kB
Progress (5): 270/450 kB | 262 kB | 0.3/5.5 MB | 85/445 kB | 7.7/33 kB
Progress (5): 270/450 kB | 262 kB | 0.3/5.5 MB | 90/445 kB | 7.7/33 kB
Progress (5): 270/450 kB | 262 kB | 0.3/5.5 MB | 90/445 kB | 12/33 kB 
Progress (5): 270/450 kB | 262 kB | 0.3/5.5 MB | 94/445 kB | 12/33 kB
Progress (5): 274/450 kB | 262 kB | 0.3/5.5 MB | 94/445 kB | 12/33 kB
Progress (5): 274/450 kB | 262 kB | 0.4/5.5 MB | 94/445 kB | 12/33 kB
Progress (5): 274/450 kB | 262 kB | 0.4/5.5 MB | 98/445 kB | 12/33 kB
Progress (5): 274/450 kB | 262 kB | 0.4/5.5 MB | 98/445 kB | 16/33 kB
Progress (5): 278/450 kB | 262 kB | 0.4/5.5 MB | 98/445 kB | 16/33 kB
Progress (5): 278/450 kB | 262 kB | 0.4/5.5 MB | 102/445 kB | 16/33 kB
Progress (5): 278/450 kB | 262 kB | 0.4/5.5 MB | 106/445 kB | 16/33 kB
Progress (5): 278/450 kB | 262 kB | 0.4/5.5 MB | 110/445 kB | 16/33 kB
Progress (5): 282/450 kB | 262 kB | 0.4/5.5 MB | 110/445 kB | 16/33 kB
Progress (5): 282/450 kB | 262 kB | 0.4/5.5 MB | 110/445 kB | 20/33 kB
Progress (5): 282/450 kB | 262 kB | 0.4/5.5 MB | 114/445 kB | 20/33 kB
Progress (5): 282/450 kB | 262 kB | 0.4/5.5 MB | 114/445 kB | 24/33 kB
Progress (5): 286/450 kB | 262 kB | 0.4/5.5 MB | 114/445 kB | 24/33 kB
Progress (5): 286/450 kB | 262 kB | 0.4/5.5 MB | 114/445 kB | 28/33 kB
Progress (5): 290/450 kB | 262 kB | 0.4/5.5 MB | 114/445 kB | 28/33 kB
Progress (5): 290/450 kB | 262 kB | 0.4/5.5 MB | 114/445 kB | 28/33 kB
Progress (5): 294/450 kB | 262 kB | 0.4/5.5 MB | 114/445 kB | 28/33 kB
Progress (5): 294/450 kB | 262 kB | 0.4/5.5 MB | 114/445 kB | 32/33 kB
Progress (5): 294/450 kB | 262 kB | 0.4/5.5 MB | 118/445 kB | 32/33 kB
Progress (5): 294/450 kB | 262 kB | 0.4/5.5 MB | 118/445 kB | 33 kB   
Progress (5): 294/450 kB | 262 kB | 0.4/5.5 MB | 122/445 kB | 33 kB
Progress (5): 298/450 kB | 262 kB | 0.4/5.5 MB | 122/445 kB | 33 kB
Progress (5): 298/450 kB | 262 kB | 0.4/5.5 MB | 126/445 kB | 33 kB
Progress (5): 303/450 kB | 262 kB | 0.4/5.5 MB | 126/445 kB | 33 kB
Progress (5): 303/450 kB | 262 kB | 0.4/5.5 MB | 131/445 kB | 33 kB
Progress (5): 307/450 kB | 262 kB | 0.4/5.5 MB | 131/445 kB | 33 kB
Progress (5): 311/450 kB | 262 kB | 0.4/5.5 MB | 131/445 kB | 33 kB
Progress (5): 311/450 kB | 262 kB | 0.4/5.5 MB | 131/445 kB | 33 kB
Progress (5): 311/450 kB | 262 kB | 0.4/5.5 MB | 135/445 kB | 33 kB
Progress (5): 311/450 kB | 262 kB | 0.4/5.5 MB | 139/445 kB | 33 kB
Progress (5): 311/450 kB | 262 kB | 0.4/5.5 MB | 143/445 kB | 33 kB
Progress (5): 315/450 kB | 262 kB | 0.4/5.5 MB | 143/445 kB | 33 kB
Progress (5): 315/450 kB | 262 kB | 0.4/5.5 MB | 147/445 kB | 33 kB
Progress (5): 319/450 kB | 262 kB | 0.4/5.5 MB | 147/445 kB | 33 kB
Progress (5): 323/450 kB | 262 kB | 0.4/5.5 MB | 147/445 kB | 33 kB
Progress (5): 327/450 kB | 262 kB | 0.4/5.5 MB | 147/445 kB | 33 kB
Progress (5): 327/450 kB | 262 kB | 0.4/5.5 MB | 151/445 kB | 33 kB
Progress (5): 327/450 kB | 262 kB | 0.5/5.5 MB | 151/445 kB | 33 kB
Progress (5): 327/450 kB | 262 kB | 0.5/5.5 MB | 155/445 kB | 33 kB
Progress (5): 327/450 kB | 262 kB | 0.5/5.5 MB | 159/445 kB | 33 kB
Progress (5): 331/450 kB | 262 kB | 0.5/5.5 MB | 159/445 kB | 33 kB
Progress (5): 331/450 kB | 262 kB | 0.5/5.5 MB | 163/445 kB | 33 kB
Progress (5): 335/450 kB | 262 kB | 0.5/5.5 MB | 163/445 kB | 33 kB
Progress (5): 339/450 kB | 262 kB | 0.5/5.5 MB | 163/445 kB | 33 kB
Progress (5): 344/450 kB | 262 kB | 0.5/5.5 MB | 163/445 kB | 33 kB
Progress (5): 344/450 kB | 262 kB | 0.5/5.5 MB | 167/445 kB | 33 kB
Progress (5): 344/450 kB | 262 kB | 0.5/5.5 MB | 171/445 kB | 33 kB
Progress (5): 344/450 kB | 262 kB | 0.5/5.5 MB | 171/445 kB | 33 kB
Progress (5): 344/450 kB | 262 kB | 0.5/5.5 MB | 176/445 kB | 33 kB
Progress (5): 348/450 kB | 262 kB | 0.5/5.5 MB | 176/445 kB | 33 kB
Progress (5): 348/450 kB | 262 kB | 0.5/5.5 MB | 180/445 kB | 33 kB
Progress (5): 352/450 kB | 262 kB | 0.5/5.5 MB | 180/445 kB | 33 kB
Progress (5): 356/450 kB | 262 kB | 0.5/5.5 MB | 180/445 kB | 33 kB
Progress (5): 360/450 kB | 262 kB | 0.5/5.5 MB | 180/445 kB | 33 kB
Progress (5): 360/450 kB | 262 kB | 0.5/5.5 MB | 184/445 kB | 33 kB
Progress (5): 360/450 kB | 262 kB | 0.5/5.5 MB | 188/445 kB | 33 kB
Progress (5): 360/450 kB | 262 kB | 0.5/5.5 MB | 192/445 kB | 33 kB
Progress (5): 360/450 kB | 262 kB | 0.5/5.5 MB | 192/445 kB | 33 kB
Progress (5): 360/450 kB | 262 kB | 0.5/5.5 MB | 196/445 kB | 33 kB
Progress (5): 364/450 kB | 262 kB | 0.5/5.5 MB | 196/445 kB | 33 kB
Progress (5): 368/450 kB | 262 kB | 0.5/5.5 MB | 196/445 kB | 33 kB
Progress (5): 372/450 kB | 262 kB | 0.5/5.5 MB | 196/445 kB | 33 kB
Progress (5): 372/450 kB | 262 kB | 0.5/5.5 MB | 200/445 kB | 33 kB
Progress (5): 376/450 kB | 262 kB | 0.5/5.5 MB | 200/445 kB | 33 kB
Progress (5): 376/450 kB | 262 kB | 0.5/5.5 MB | 204/445 kB | 33 kB
Progress (5): 376/450 kB | 262 kB | 0.5/5.5 MB | 208/445 kB | 33 kB
Progress (5): 376/450 kB | 262 kB | 0.5/5.5 MB | 212/445 kB | 33 kB
Progress (5): 376/450 kB | 262 kB | 0.6/5.5 MB | 212/445 kB | 33 kB
Progress (5): 380/450 kB | 262 kB | 0.6/5.5 MB | 212/445 kB | 33 kB
Progress (5): 384/450 kB | 262 kB | 0.6/5.5 MB | 212/445 kB | 33 kB
Progress (5): 384/450 kB | 262 kB | 0.6/5.5 MB | 217/445 kB | 33 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar (33 kB at 115 kB/s)
08:27:53 Progress (4): 389/450 kB | 262 kB | 0.6/5.5 MB | 217/445 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.jar
08:27:53 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 906 kB/s)
08:27:53 Progress (3): 389/450 kB | 0.6/5.5 MB | 221/445 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.jar
08:27:53 Progress (3): 393/450 kB | 0.6/5.5 MB | 221/445 kB
Progress (3): 393/450 kB | 0.6/5.5 MB | 221/445 kB
Progress (3): 393/450 kB | 0.6/5.5 MB | 225/445 kB
Progress (3): 393/450 kB | 0.6/5.5 MB | 229/445 kB
Progress (3): 397/450 kB | 0.6/5.5 MB | 229/445 kB
Progress (3): 401/450 kB | 0.6/5.5 MB | 229/445 kB
Progress (3): 405/450 kB | 0.6/5.5 MB | 229/445 kB
Progress (3): 405/450 kB | 0.6/5.5 MB | 233/445 kB
Progress (3): 405/450 kB | 0.6/5.5 MB | 237/445 kB
Progress (3): 409/450 kB | 0.6/5.5 MB | 237/445 kB
Progress (3): 409/450 kB | 0.6/5.5 MB | 241/445 kB
Progress (3): 409/450 kB | 0.6/5.5 MB | 241/445 kB
Progress (3): 409/450 kB | 0.6/5.5 MB | 245/445 kB
Progress (3): 413/450 kB | 0.6/5.5 MB | 245/445 kB
Progress (3): 417/450 kB | 0.6/5.5 MB | 245/445 kB
Progress (3): 417/450 kB | 0.6/5.5 MB | 249/445 kB
Progress (4): 417/450 kB | 0.6/5.5 MB | 249/445 kB | 4.1/37 kB
Progress (4): 421/450 kB | 0.6/5.5 MB | 249/445 kB | 4.1/37 kB
Progress (4): 421/450 kB | 0.6/5.5 MB | 249/445 kB | 7.7/37 kB
Progress (4): 421/450 kB | 0.6/5.5 MB | 253/445 kB | 7.7/37 kB
Progress (4): 421/450 kB | 0.6/5.5 MB | 253/445 kB | 12/37 kB 
Progress (4): 425/450 kB | 0.6/5.5 MB | 253/445 kB | 12/37 kB
Progress (4): 425/450 kB | 0.6/5.5 MB | 253/445 kB | 16/37 kB
Progress (4): 425/450 kB | 0.6/5.5 MB | 258/445 kB | 16/37 kB
Progress (4): 425/450 kB | 0.7/5.5 MB | 258/445 kB | 16/37 kB
Progress (4): 425/450 kB | 0.7/5.5 MB | 262/445 kB | 16/37 kB
Progress (4): 430/450 kB | 0.7/5.5 MB | 262/445 kB | 16/37 kB
Progress (4): 430/450 kB | 0.7/5.5 MB | 262/445 kB | 20/37 kB
Progress (4): 434/450 kB | 0.7/5.5 MB | 262/445 kB | 20/37 kB
Progress (4): 434/450 kB | 0.7/5.5 MB | 262/445 kB | 24/37 kB
Progress (4): 434/450 kB | 0.7/5.5 MB | 266/445 kB | 24/37 kB
Progress (4): 438/450 kB | 0.7/5.5 MB | 266/445 kB | 24/37 kB
Progress (4): 438/450 kB | 0.7/5.5 MB | 270/445 kB | 24/37 kB
Progress (4): 438/450 kB | 0.7/5.5 MB | 270/445 kB | 28/37 kB
Progress (4): 438/450 kB | 0.7/5.5 MB | 274/445 kB | 28/37 kB
Progress (4): 442/450 kB | 0.7/5.5 MB | 274/445 kB | 28/37 kB
Progress (4): 442/450 kB | 0.7/5.5 MB | 278/445 kB | 28/37 kB
Progress (4): 442/450 kB | 0.7/5.5 MB | 278/445 kB | 28/37 kB
Progress (4): 442/450 kB | 0.7/5.5 MB | 278/445 kB | 32/37 kB
Progress (4): 446/450 kB | 0.7/5.5 MB | 278/445 kB | 32/37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 278/445 kB | 32/37 kB    
Progress (4): 450 kB | 0.7/5.5 MB | 282/445 kB | 32/37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 282/445 kB | 36/37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 286/445 kB | 36/37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 286/445 kB | 37 kB   
Progress (4): 450 kB | 0.7/5.5 MB | 290/445 kB | 37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 294/445 kB | 37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 294/445 kB | 37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 298/445 kB | 37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 303/445 kB | 37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 307/445 kB | 37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 311/445 kB | 37 kB
Progress (4): 450 kB | 0.7/5.5 MB | 315/445 kB | 37 kB
Progress (4): 450 kB | 0.8/5.5 MB | 315/445 kB | 37 kB
Progress (4): 450 kB | 0.8/5.5 MB | 319/445 kB | 37 kB
Progress (4): 450 kB | 0.8/5.5 MB | 323/445 kB | 37 kB
Progress (4): 450 kB | 0.8/5.5 MB | 327/445 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 99 kB/s)
08:27:53 Progress (3): 450 kB | 0.8/5.5 MB | 331/445 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar
08:27:53 Progress (4): 450 kB | 0.8/5.5 MB | 331/445 kB | 4.1/18 kB
Progress (4): 450 kB | 0.8/5.5 MB | 335/445 kB | 4.1/18 kB
Progress (4): 450 kB | 0.8/5.5 MB | 335/445 kB | 7.7/18 kB
Progress (4): 450 kB | 0.8/5.5 MB | 335/445 kB | 7.7/18 kB
Progress (4): 450 kB | 0.8/5.5 MB | 335/445 kB | 12/18 kB 
Progress (4): 450 kB | 0.8/5.5 MB | 339/445 kB | 12/18 kB
Progress (4): 450 kB | 0.8/5.5 MB | 339/445 kB | 16/18 kB
Progress (4): 450 kB | 0.8/5.5 MB | 344/445 kB | 16/18 kB
Progress (4): 450 kB | 0.8/5.5 MB | 344/445 kB | 18 kB   
Progress (4): 450 kB | 0.8/5.5 MB | 348/445 kB | 18 kB
Progress (4): 450 kB | 0.8/5.5 MB | 352/445 kB | 18 kB
Progress (5): 450 kB | 0.8/5.5 MB | 352/445 kB | 18 kB | 4.1/22 kB
Progress (5): 450 kB | 0.8/5.5 MB | 356/445 kB | 18 kB | 4.1/22 kB
Progress (5): 450 kB | 0.8/5.5 MB | 356/445 kB | 18 kB | 7.7/22 kB
Progress (5): 450 kB | 0.8/5.5 MB | 360/445 kB | 18 kB | 7.7/22 kB
Progress (5): 450 kB | 0.8/5.5 MB | 360/445 kB | 18 kB | 12/22 kB 
Progress (5): 450 kB | 0.8/5.5 MB | 360/445 kB | 18 kB | 12/22 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 48 kB/s)
08:27:53 Progress (4): 450 kB | 0.8/5.5 MB | 360/445 kB | 16/22 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
08:27:53 Progress (4): 450 kB | 0.8/5.5 MB | 364/445 kB | 16/22 kB
Progress (4): 450 kB | 0.8/5.5 MB | 364/445 kB | 20/22 kB
Progress (4): 450 kB | 0.8/5.5 MB | 368/445 kB | 20/22 kB
Progress (4): 450 kB | 0.8/5.5 MB | 368/445 kB | 22 kB   
Progress (4): 450 kB | 0.8/5.5 MB | 372/445 kB | 22 kB
Progress (4): 450 kB | 0.8/5.5 MB | 376/445 kB | 22 kB
Progress (4): 450 kB | 0.9/5.5 MB | 376/445 kB | 22 kB
Progress (4): 450 kB | 0.9/5.5 MB | 380/445 kB | 22 kB
Progress (4): 450 kB | 0.9/5.5 MB | 384/445 kB | 22 kB
Progress (4): 450 kB | 0.9/5.5 MB | 389/445 kB | 22 kB
Progress (4): 450 kB | 0.9/5.5 MB | 393/445 kB | 22 kB
Progress (5): 450 kB | 0.9/5.5 MB | 393/445 kB | 22 kB | 4.1/245 kB
Progress (5): 450 kB | 0.9/5.5 MB | 393/445 kB | 22 kB | 7.7/245 kB
Progress (5): 450 kB | 0.9/5.5 MB | 393/445 kB | 22 kB | 7.7/245 kB
Progress (5): 450 kB | 0.9/5.5 MB | 393/445 kB | 22 kB | 12/245 kB 
Progress (5): 450 kB | 0.9/5.5 MB | 397/445 kB | 22 kB | 12/245 kB
Progress (5): 450 kB | 0.9/5.5 MB | 397/445 kB | 22 kB | 16/245 kB
Progress (5): 450 kB | 0.9/5.5 MB | 401/445 kB | 22 kB | 16/245 kB
Progress (5): 450 kB | 0.9/5.5 MB | 405/445 kB | 22 kB | 16/245 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 58 kB/s)
08:27:53 Progress (4): 450 kB | 0.9/5.5 MB | 405/445 kB | 20/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 409/445 kB | 20/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 409/445 kB | 24/245 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
08:27:53 Progress (4): 450 kB | 0.9/5.5 MB | 413/445 kB | 24/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 413/445 kB | 24/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 413/445 kB | 28/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 417/445 kB | 28/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 417/445 kB | 32/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 421/445 kB | 32/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 425/445 kB | 32/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 425/445 kB | 36/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 425/445 kB | 40/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 430/445 kB | 40/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 430/445 kB | 45/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 434/445 kB | 45/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 434/445 kB | 49/245 kB
Progress (4): 450 kB | 0.9/5.5 MB | 438/445 kB | 49/245 kB
Progress (5): 450 kB | 0.9/5.5 MB | 438/445 kB | 49/245 kB | 4.1/12 kB
Progress (5): 450 kB | 0.9/5.5 MB | 438/445 kB | 49/245 kB | 4.1/12 kB
Progress (5): 450 kB | 0.9/5.5 MB | 442/445 kB | 49/245 kB | 4.1/12 kB
Progress (5): 450 kB | 0.9/5.5 MB | 442/445 kB | 53/245 kB | 4.1/12 kB
Progress (5): 450 kB | 0.9/5.5 MB | 442/445 kB | 53/245 kB | 7.7/12 kB
Progress (5): 450 kB | 0.9/5.5 MB | 442/445 kB | 57/245 kB | 7.7/12 kB
Progress (5): 450 kB | 0.9/5.5 MB | 445 kB | 57/245 kB | 7.7/12 kB    
Progress (5): 450 kB | 0.9/5.5 MB | 445 kB | 61/245 kB | 7.7/12 kB
Progress (5): 450 kB | 0.9/5.5 MB | 445 kB | 61/245 kB | 12/12 kB 
Progress (5): 450 kB | 0.9/5.5 MB | 445 kB | 65/245 kB | 12/12 kB
Progress (5): 450 kB | 0.9/5.5 MB | 445 kB | 65/245 kB | 12 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.2 MB/s)
08:27:53 Progress (4): 0.9/5.5 MB | 445 kB | 69/245 kB | 12 kB
Progress (4): 1.0/5.5 MB | 445 kB | 69/245 kB | 12 kB
Progress (4): 1.0/5.5 MB | 445 kB | 73/245 kB | 12 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
08:27:53 Progress (4): 1.0/5.5 MB | 445 kB | 77/245 kB | 12 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 1.2 MB/s)
08:27:53 Progress (3): 1.0/5.5 MB | 81/245 kB | 12 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 31 kB/s)
08:27:53 Progress (2): 1.0/5.5 MB | 81/245 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar
08:27:53 Progress (2): 1.0/5.5 MB | 85/245 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar
08:27:53 Progress (3): 1.0/5.5 MB | 85/245 kB | 4.1/13 kB
Progress (3): 1.0/5.5 MB | 90/245 kB | 4.1/13 kB
Progress (3): 1.0/5.5 MB | 90/245 kB | 7.7/13 kB
Progress (3): 1.0/5.5 MB | 94/245 kB | 7.7/13 kB
Progress (3): 1.0/5.5 MB | 94/245 kB | 12/13 kB 
Progress (3): 1.0/5.5 MB | 94/245 kB | 12/13 kB
Progress (3): 1.0/5.5 MB | 98/245 kB | 12/13 kB
Progress (3): 1.0/5.5 MB | 98/245 kB | 13 kB   
Progress (3): 1.0/5.5 MB | 102/245 kB | 13 kB
Progress (3): 1.0/5.5 MB | 106/245 kB | 13 kB
Progress (3): 1.0/5.5 MB | 110/245 kB | 13 kB
Progress (3): 1.0/5.5 MB | 114/245 kB | 13 kB
Progress (3): 1.1/5.5 MB | 114/245 kB | 13 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 35 kB/s)
08:27:53 Progress (2): 1.1/5.5 MB | 118/245 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
08:27:53 Progress (2): 1.1/5.5 MB | 122/245 kB
Progress (2): 1.1/5.5 MB | 122/245 kB
Progress (2): 1.1/5.5 MB | 126/245 kB
Progress (2): 1.1/5.5 MB | 131/245 kB
Progress (2): 1.1/5.5 MB | 135/245 kB
Progress (2): 1.1/5.5 MB | 139/245 kB
Progress (2): 1.1/5.5 MB | 143/245 kB
Progress (2): 1.1/5.5 MB | 147/245 kB
Progress (2): 1.1/5.5 MB | 147/245 kB
Progress (2): 1.1/5.5 MB | 151/245 kB
Progress (3): 1.1/5.5 MB | 151/245 kB | 4.1/57 kB
Progress (3): 1.1/5.5 MB | 155/245 kB | 4.1/57 kB
Progress (3): 1.1/5.5 MB | 155/245 kB | 7.7/57 kB
Progress (3): 1.1/5.5 MB | 159/245 kB | 7.7/57 kB
Progress (3): 1.1/5.5 MB | 159/245 kB | 12/57 kB 
Progress (3): 1.1/5.5 MB | 163/245 kB | 12/57 kB
Progress (3): 1.1/5.5 MB | 163/245 kB | 16/57 kB
Progress (4): 1.1/5.5 MB | 163/245 kB | 16/57 kB | 4.1/30 kB
Progress (5): 1.1/5.5 MB | 163/245 kB | 16/57 kB | 4.1/30 kB | 4.1/123 kB
Progress (5): 1.2/5.5 MB | 163/245 kB | 16/57 kB | 4.1/30 kB | 4.1/123 kB
Progress (5): 1.2/5.5 MB | 163/245 kB | 20/57 kB | 4.1/30 kB | 4.1/123 kB
Progress (5): 1.2/5.5 MB | 167/245 kB | 20/57 kB | 4.1/30 kB | 4.1/123 kB
Progress (5): 1.2/5.5 MB | 167/245 kB | 24/57 kB | 4.1/30 kB | 4.1/123 kB
Progress (5): 1.2/5.5 MB | 167/245 kB | 24/57 kB | 4.1/30 kB | 7.7/123 kB
Progress (5): 1.2/5.5 MB | 167/245 kB | 24/57 kB | 7.7/30 kB | 7.7/123 kB
Progress (5): 1.2/5.5 MB | 167/245 kB | 24/57 kB | 7.7/30 kB | 12/123 kB 
Progress (5): 1.2/5.5 MB | 167/245 kB | 28/57 kB | 7.7/30 kB | 12/123 kB
Progress (5): 1.2/5.5 MB | 171/245 kB | 28/57 kB | 7.7/30 kB | 12/123 kB
Progress (5): 1.2/5.5 MB | 171/245 kB | 32/57 kB | 7.7/30 kB | 12/123 kB
Progress (5): 1.2/5.5 MB | 171/245 kB | 32/57 kB | 7.7/30 kB | 16/123 kB
Progress (5): 1.2/5.5 MB | 171/245 kB | 32/57 kB | 12/30 kB | 16/123 kB 
Progress (5): 1.2/5.5 MB | 176/245 kB | 32/57 kB | 12/30 kB | 16/123 kB
Progress (5): 1.2/5.5 MB | 176/245 kB | 32/57 kB | 12/30 kB | 16/123 kB
Progress (5): 1.2/5.5 MB | 180/245 kB | 32/57 kB | 12/30 kB | 16/123 kB
Progress (5): 1.2/5.5 MB | 180/245 kB | 36/57 kB | 12/30 kB | 16/123 kB
Progress (5): 1.2/5.5 MB | 180/245 kB | 36/57 kB | 16/30 kB | 16/123 kB
Progress (5): 1.2/5.5 MB | 180/245 kB | 40/57 kB | 16/30 kB | 16/123 kB
Progress (5): 1.2/5.5 MB | 180/245 kB | 40/57 kB | 16/30 kB | 20/123 kB
Progress (5): 1.2/5.5 MB | 184/245 kB | 40/57 kB | 16/30 kB | 20/123 kB
Progress (5): 1.2/5.5 MB | 184/245 kB | 45/57 kB | 16/30 kB | 20/123 kB
Progress (5): 1.2/5.5 MB | 188/245 kB | 45/57 kB | 16/30 kB | 20/123 kB
Progress (5): 1.2/5.5 MB | 188/245 kB | 45/57 kB | 20/30 kB | 20/123 kB
Progress (5): 1.2/5.5 MB | 188/245 kB | 45/57 kB | 20/30 kB | 24/123 kB
Progress (5): 1.2/5.5 MB | 188/245 kB | 45/57 kB | 24/30 kB | 24/123 kB
Progress (5): 1.2/5.5 MB | 192/245 kB | 45/57 kB | 24/30 kB | 24/123 kB
Progress (5): 1.2/5.5 MB | 192/245 kB | 49/57 kB | 24/30 kB | 24/123 kB
Progress (5): 1.2/5.5 MB | 196/245 kB | 49/57 kB | 24/30 kB | 24/123 kB
Progress (5): 1.2/5.5 MB | 196/245 kB | 49/57 kB | 24/30 kB | 24/123 kB
Progress (5): 1.2/5.5 MB | 196/245 kB | 49/57 kB | 28/30 kB | 24/123 kB
Progress (5): 1.2/5.5 MB | 196/245 kB | 49/57 kB | 28/30 kB | 28/123 kB
Progress (5): 1.2/5.5 MB | 196/245 kB | 49/57 kB | 30 kB | 28/123 kB   
Progress (5): 1.2/5.5 MB | 196/245 kB | 53/57 kB | 30 kB | 28/123 kB
Progress (5): 1.2/5.5 MB | 200/245 kB | 53/57 kB | 30 kB | 28/123 kB
Progress (5): 1.2/5.5 MB | 200/245 kB | 53/57 kB | 30 kB | 32/123 kB
Progress (5): 1.2/5.5 MB | 204/245 kB | 53/57 kB | 30 kB | 32/123 kB
Progress (5): 1.2/5.5 MB | 204/245 kB | 57/57 kB | 30 kB | 32/123 kB
Progress (5): 1.2/5.5 MB | 208/245 kB | 57/57 kB | 30 kB | 32/123 kB
Progress (5): 1.2/5.5 MB | 208/245 kB | 57 kB | 30 kB | 32/123 kB   
Progress (5): 1.2/5.5 MB | 208/245 kB | 57 kB | 30 kB | 36/123 kB
Progress (5): 1.2/5.5 MB | 212/245 kB | 57 kB | 30 kB | 36/123 kB
Progress (5): 1.2/5.5 MB | 212/245 kB | 57 kB | 30 kB | 40/123 kB
Progress (5): 1.3/5.5 MB | 212/245 kB | 57 kB | 30 kB | 40/123 kB
Progress (5): 1.3/5.5 MB | 212/245 kB | 57 kB | 30 kB | 45/123 kB
Progress (5): 1.3/5.5 MB | 212/245 kB | 57 kB | 30 kB | 49/123 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar (30 kB at 65 kB/s)
08:27:53 Progress (4): 1.3/5.5 MB | 217/245 kB | 57 kB | 49/123 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
08:27:53 Progress (4): 1.3/5.5 MB | 217/245 kB | 57 kB | 53/123 kB
Progress (4): 1.3/5.5 MB | 221/245 kB | 57 kB | 53/123 kB
Progress (4): 1.3/5.5 MB | 221/245 kB | 57 kB | 57/123 kB
Progress (4): 1.3/5.5 MB | 225/245 kB | 57 kB | 57/123 kB
Progress (4): 1.3/5.5 MB | 225/245 kB | 57 kB | 61/123 kB
Progress (4): 1.3/5.5 MB | 229/245 kB | 57 kB | 61/123 kB
Progress (4): 1.3/5.5 MB | 229/245 kB | 57 kB | 65/123 kB
Progress (4): 1.3/5.5 MB | 229/245 kB | 57 kB | 65/123 kB
Progress (4): 1.3/5.5 MB | 229/245 kB | 57 kB | 69/123 kB
Progress (4): 1.3/5.5 MB | 233/245 kB | 57 kB | 69/123 kB
Progress (4): 1.3/5.5 MB | 233/245 kB | 57 kB | 73/123 kB
Progress (4): 1.3/5.5 MB | 237/245 kB | 57 kB | 73/123 kB
Progress (4): 1.3/5.5 MB | 237/245 kB | 57 kB | 77/123 kB
Progress (4): 1.3/5.5 MB | 241/245 kB | 57 kB | 77/123 kB
Progress (4): 1.3/5.5 MB | 241/245 kB | 57 kB | 81/123 kB
Progress (4): 1.3/5.5 MB | 245 kB | 57 kB | 81/123 kB    
Progress (4): 1.3/5.5 MB | 245 kB | 57 kB | 81/123 kB
Progress (4): 1.3/5.5 MB | 245 kB | 57 kB | 85/123 kB
Progress (4): 1.3/5.5 MB | 245 kB | 57 kB | 90/123 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 121 kB/s)
08:27:53 Progress (3): 1.4/5.5 MB | 245 kB | 90/123 kB
Progress (3): 1.4/5.5 MB | 245 kB | 94/123 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
08:27:53 Progress (3): 1.4/5.5 MB | 245 kB | 98/123 kB
Progress (3): 1.4/5.5 MB | 245 kB | 102/123 kB
Progress (3): 1.4/5.5 MB | 245 kB | 106/123 kB
Progress (3): 1.4/5.5 MB | 245 kB | 106/123 kB
Progress (3): 1.4/5.5 MB | 245 kB | 110/123 kB
Progress (3): 1.4/5.5 MB | 245 kB | 114/123 kB
Progress (3): 1.4/5.5 MB | 245 kB | 118/123 kB
Progress (3): 1.4/5.5 MB | 245 kB | 122/123 kB
Progress (3): 1.4/5.5 MB | 245 kB | 123 kB    
Progress (4): 1.4/5.5 MB | 245 kB | 123 kB | 4.1/32 kB
Progress (4): 1.4/5.5 MB | 245 kB | 123 kB | 7.7/32 kB
Progress (4): 1.4/5.5 MB | 245 kB | 123 kB | 12/32 kB 
Progress (4): 1.4/5.5 MB | 245 kB | 123 kB | 12/32 kB
Progress (4): 1.4/5.5 MB | 245 kB | 123 kB | 16/32 kB
Progress (4): 1.4/5.5 MB | 245 kB | 123 kB | 20/32 kB
Progress (4): 1.4/5.5 MB | 245 kB | 123 kB | 24/32 kB
Progress (4): 1.4/5.5 MB | 245 kB | 123 kB | 28/32 kB
Progress (4): 1.4/5.5 MB | 245 kB | 123 kB | 32 kB   
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar (123 kB at 258 kB/s)
08:27:53 Progress (3): 1.5/5.5 MB | 245 kB | 32 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
08:27:53 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 67 kB/s)
08:27:53 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
08:27:53 Progress (2): 1.5/5.5 MB | 245 kB
Progress (3): 1.5/5.5 MB | 245 kB | 4.1/233 kB
Progress (3): 1.5/5.5 MB | 245 kB | 7.7/233 kB
Progress (3): 1.5/5.5 MB | 245 kB | 12/233 kB 
Progress (3): 1.5/5.5 MB | 245 kB | 16/233 kB
Progress (3): 1.5/5.5 MB | 245 kB | 16/233 kB
Progress (4): 1.5/5.5 MB | 245 kB | 16/233 kB | 4.1/26 kB
Progress (4): 1.5/5.5 MB | 245 kB | 16/233 kB | 7.7/26 kB
Progress (4): 1.5/5.5 MB | 245 kB | 16/233 kB | 12/26 kB 
Progress (4): 1.5/5.5 MB | 245 kB | 20/233 kB | 12/26 kB
Progress (4): 1.5/5.5 MB | 245 kB | 20/233 kB | 16/26 kB
Progress (4): 1.5/5.5 MB | 245 kB | 24/233 kB | 16/26 kB
Progress (4): 1.5/5.5 MB | 245 kB | 28/233 kB | 16/26 kB
Progress (4): 1.5/5.5 MB | 245 kB | 28/233 kB | 20/26 kB
Progress (4): 1.5/5.5 MB | 245 kB | 32/233 kB | 20/26 kB
Progress (4): 1.5/5.5 MB | 245 kB | 32/233 kB | 24/26 kB
Progress (4): 1.5/5.5 MB | 245 kB | 32/233 kB | 26 kB   
Progress (4): 1.6/5.5 MB | 245 kB | 32/233 kB | 26 kB
Progress (4): 1.6/5.5 MB | 245 kB | 36/233 kB | 26 kB
Progress (4): 1.6/5.5 MB | 245 kB | 40/233 kB | 26 kB
Progress (4): 1.6/5.5 MB | 245 kB | 45/233 kB | 26 kB
Progress (4): 1.6/5.5 MB | 245 kB | 49/233 kB | 26 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 54 kB/s)
08:27:53 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
08:27:54 Progress (3): 1.6/5.5 MB | 245 kB | 53/233 kB
Progress (3): 1.6/5.5 MB | 245 kB | 53/233 kB
Progress (3): 1.6/5.5 MB | 245 kB | 57/233 kB
Progress (3): 1.6/5.5 MB | 245 kB | 61/233 kB
Progress (3): 1.6/5.5 MB | 245 kB | 65/233 kB
Progress (3): 1.6/5.5 MB | 245 kB | 69/233 kB
Progress (3): 1.6/5.5 MB | 245 kB | 73/233 kB
Progress (4): 1.6/5.5 MB | 245 kB | 73/233 kB | 4.1/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 77/233 kB | 4.1/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 77/233 kB | 4.1/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 77/233 kB | 7.7/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 81/233 kB | 7.7/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 81/233 kB | 12/575 kB 
Progress (4): 1.6/5.5 MB | 245 kB | 81/233 kB | 16/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 81/233 kB | 20/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 85/233 kB | 20/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 85/233 kB | 24/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 90/233 kB | 24/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 90/233 kB | 28/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 94/233 kB | 28/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 94/233 kB | 32/575 kB
Progress (4): 1.6/5.5 MB | 245 kB | 98/233 kB | 32/575 kB
Progress (4): 1.7/5.5 MB | 245 kB | 98/233 kB | 32/575 kB
Progress (4): 1.7/5.5 MB | 245 kB | 98/233 kB | 36/575 kB
Progress (4): 1.7/5.5 MB | 245 kB | 98/233 kB | 40/575 kB
Progress (4): 1.7/5.5 MB | 245 kB | 98/233 kB | 45/575 kB
Progress (4): 1.7/5.5 MB | 245 kB | 98/233 kB | 49/575 kB
Progress (4): 1.7/5.5 MB | 245 kB | 102/233 kB | 49/575 kB
Progress (5): 1.7/5.5 MB | 245 kB | 102/233 kB | 49/575 kB | 4.1/155 kB
Progress (5): 1.7/5.5 MB | 245 kB | 106/233 kB | 49/575 kB | 4.1/155 kB
Progress (5): 1.7/5.5 MB | 245 kB | 106/233 kB | 53/575 kB | 4.1/155 kB
Progress (5): 1.7/5.5 MB | 245 kB | 106/233 kB | 53/575 kB | 7.7/155 kB
Progress (5): 1.7/5.5 MB | 245 kB | 106/233 kB | 57/575 kB | 7.7/155 kB
Progress (5): 1.7/5.5 MB | 245 kB | 110/233 kB | 57/575 kB | 7.7/155 kB
Progress (5): 1.7/5.5 MB | 245 kB | 110/233 kB | 61/575 kB | 7.7/155 kB
Progress (5): 1.7/5.5 MB | 245 kB | 110/233 kB | 61/575 kB | 7.7/155 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 497 kB/s)
08:27:54 Progress (4): 1.7/5.5 MB | 110/233 kB | 61/575 kB | 12/155 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar
08:27:54 Progress (4): 1.7/5.5 MB | 110/233 kB | 65/575 kB | 12/155 kB
Progress (4): 1.7/5.5 MB | 114/233 kB | 65/575 kB | 12/155 kB
Progress (4): 1.7/5.5 MB | 114/233 kB | 65/575 kB | 16/155 kB
Progress (4): 1.7/5.5 MB | 114/233 kB | 65/575 kB | 16/155 kB
Progress (4): 1.7/5.5 MB | 114/233 kB | 65/575 kB | 20/155 kB
Progress (4): 1.7/5.5 MB | 114/233 kB | 65/575 kB | 24/155 kB
Progress (4): 1.7/5.5 MB | 118/233 kB | 65/575 kB | 24/155 kB
Progress (4): 1.7/5.5 MB | 118/233 kB | 65/575 kB | 28/155 kB
Progress (4): 1.7/5.5 MB | 122/233 kB | 65/575 kB | 28/155 kB
Progress (4): 1.7/5.5 MB | 122/233 kB | 69/575 kB | 28/155 kB
Progress (4): 1.7/5.5 MB | 122/233 kB | 69/575 kB | 32/155 kB
Progress (4): 1.7/5.5 MB | 122/233 kB | 73/575 kB | 32/155 kB
Progress (4): 1.7/5.5 MB | 126/233 kB | 73/575 kB | 32/155 kB
Progress (4): 1.7/5.5 MB | 126/233 kB | 77/575 kB | 32/155 kB
Progress (4): 1.7/5.5 MB | 131/233 kB | 77/575 kB | 32/155 kB
Progress (5): 1.7/5.5 MB | 131/233 kB | 77/575 kB | 32/155 kB | 4.1/21 kB
Progress (5): 1.7/5.5 MB | 131/233 kB | 77/575 kB | 36/155 kB | 4.1/21 kB
Progress (5): 1.7/5.5 MB | 131/233 kB | 81/575 kB | 36/155 kB | 4.1/21 kB
Progress (5): 1.8/5.5 MB | 131/233 kB | 81/575 kB | 36/155 kB | 4.1/21 kB
Progress (5): 1.8/5.5 MB | 135/233 kB | 81/575 kB | 36/155 kB | 4.1/21 kB
Progress (5): 1.8/5.5 MB | 135/233 kB | 81/575 kB | 40/155 kB | 4.1/21 kB
Progress (5): 1.8/5.5 MB | 135/233 kB | 81/575 kB | 40/155 kB | 7.7/21 kB
Progress (5): 1.8/5.5 MB | 135/233 kB | 81/575 kB | 45/155 kB | 7.7/21 kB
Progress (5): 1.8/5.5 MB | 135/233 kB | 85/575 kB | 45/155 kB | 7.7/21 kB
Progress (5): 1.8/5.5 MB | 139/233 kB | 85/575 kB | 45/155 kB | 7.7/21 kB
Progress (5): 1.8/5.5 MB | 139/233 kB | 90/575 kB | 45/155 kB | 7.7/21 kB
Progress (5): 1.8/5.5 MB | 139/233 kB | 90/575 kB | 49/155 kB | 7.7/21 kB
Progress (5): 1.8/5.5 MB | 139/233 kB | 90/575 kB | 49/155 kB | 12/21 kB 
Progress (5): 1.8/5.5 MB | 139/233 kB | 90/575 kB | 49/155 kB | 12/21 kB
Progress (5): 1.8/5.5 MB | 139/233 kB | 94/575 kB | 49/155 kB | 12/21 kB
Progress (5): 1.8/5.5 MB | 143/233 kB | 94/575 kB | 49/155 kB | 12/21 kB
Progress (5): 1.8/5.5 MB | 143/233 kB | 94/575 kB | 53/155 kB | 12/21 kB
Progress (5): 1.8/5.5 MB | 143/233 kB | 98/575 kB | 53/155 kB | 12/21 kB
Progress (5): 1.8/5.5 MB | 143/233 kB | 98/575 kB | 53/155 kB | 16/21 kB
Progress (5): 1.8/5.5 MB | 143/233 kB | 98/575 kB | 57/155 kB | 16/21 kB
Progress (5): 1.8/5.5 MB | 147/233 kB | 98/575 kB | 57/155 kB | 16/21 kB
Progress (5): 1.8/5.5 MB | 147/233 kB | 98/575 kB | 57/155 kB | 20/21 kB
Progress (5): 1.8/5.5 MB | 147/233 kB | 98/575 kB | 61/155 kB | 20/21 kB
Progress (5): 1.8/5.5 MB | 147/233 kB | 98/575 kB | 61/155 kB | 21 kB   
Progress (5): 1.8/5.5 MB | 147/233 kB | 102/575 kB | 61/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 147/233 kB | 102/575 kB | 61/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 147/233 kB | 102/575 kB | 65/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 151/233 kB | 102/575 kB | 65/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 151/233 kB | 106/575 kB | 65/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 155/233 kB | 106/575 kB | 65/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 155/233 kB | 106/575 kB | 69/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 155/233 kB | 110/575 kB | 69/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 155/233 kB | 110/575 kB | 73/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 159/233 kB | 110/575 kB | 73/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 159/233 kB | 110/575 kB | 77/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 159/233 kB | 114/575 kB | 77/155 kB | 21 kB
Progress (5): 1.8/5.5 MB | 159/233 kB | 114/575 kB | 81/155 kB | 21 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 kB at 37 kB/s)
08:27:54 Progress (4): 1.8/5.5 MB | 163/233 kB | 114/575 kB | 81/155 kB
Progress (4): 1.8/5.5 MB | 163/233 kB | 114/575 kB | 85/155 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
08:27:54 Progress (4): 1.8/5.5 MB | 163/233 kB | 118/575 kB | 85/155 kB
Progress (4): 1.9/5.5 MB | 163/233 kB | 118/575 kB | 85/155 kB
Progress (4): 1.9/5.5 MB | 163/233 kB | 122/575 kB | 85/155 kB
Progress (4): 1.9/5.5 MB | 167/233 kB | 122/575 kB | 85/155 kB
Progress (4): 1.9/5.5 MB | 167/233 kB | 122/575 kB | 90/155 kB
Progress (4): 1.9/5.5 MB | 171/233 kB | 122/575 kB | 90/155 kB
Progress (4): 1.9/5.5 MB | 171/233 kB | 126/575 kB | 90/155 kB
Progress (4): 1.9/5.5 MB | 176/233 kB | 126/575 kB | 90/155 kB
Progress (4): 1.9/5.5 MB | 176/233 kB | 126/575 kB | 94/155 kB
Progress (4): 1.9/5.5 MB | 180/233 kB | 126/575 kB | 94/155 kB
Progress (4): 1.9/5.5 MB | 180/233 kB | 131/575 kB | 94/155 kB
Progress (4): 1.9/5.5 MB | 180/233 kB | 131/575 kB | 98/155 kB
Progress (4): 1.9/5.5 MB | 180/233 kB | 135/575 kB | 98/155 kB
Progress (4): 1.9/5.5 MB | 180/233 kB | 135/575 kB | 102/155 kB
Progress (5): 1.9/5.5 MB | 180/233 kB | 135/575 kB | 102/155 kB | 4.1/282 kB
Progress (5): 1.9/5.5 MB | 180/233 kB | 135/575 kB | 106/155 kB | 4.1/282 kB
Progress (5): 1.9/5.5 MB | 184/233 kB | 135/575 kB | 106/155 kB | 4.1/282 kB
Progress (5): 1.9/5.5 MB | 184/233 kB | 139/575 kB | 106/155 kB | 4.1/282 kB
Progress (5): 1.9/5.5 MB | 184/233 kB | 139/575 kB | 106/155 kB | 4.1/282 kB
Progress (5): 1.9/5.5 MB | 184/233 kB | 143/575 kB | 106/155 kB | 4.1/282 kB
Progress (5): 1.9/5.5 MB | 188/233 kB | 143/575 kB | 106/155 kB | 4.1/282 kB
Progress (5): 1.9/5.5 MB | 188/233 kB | 143/575 kB | 110/155 kB | 4.1/282 kB
Progress (5): 1.9/5.5 MB | 188/233 kB | 143/575 kB | 110/155 kB | 7.7/282 kB
Progress (5): 1.9/5.5 MB | 188/233 kB | 143/575 kB | 114/155 kB | 7.7/282 kB
Progress (5): 1.9/5.5 MB | 192/233 kB | 143/575 kB | 114/155 kB | 7.7/282 kB
Progress (5): 1.9/5.5 MB | 192/233 kB | 147/575 kB | 114/155 kB | 7.7/282 kB
Progress (5): 1.9/5.5 MB | 196/233 kB | 147/575 kB | 114/155 kB | 7.7/282 kB
Progress (5): 1.9/5.5 MB | 196/233 kB | 147/575 kB | 114/155 kB | 12/282 kB 
Progress (5): 1.9/5.5 MB | 196/233 kB | 147/575 kB | 118/155 kB | 12/282 kB
Progress (5): 1.9/5.5 MB | 196/233 kB | 151/575 kB | 118/155 kB | 12/282 kB
Progress (5): 1.9/5.5 MB | 196/233 kB | 151/575 kB | 118/155 kB | 12/282 kB
Progress (5): 1.9/5.5 MB | 196/233 kB | 151/575 kB | 118/155 kB | 16/282 kB
Progress (5): 1.9/5.5 MB | 200/233 kB | 151/575 kB | 118/155 kB | 16/282 kB
Progress (5): 1.9/5.5 MB | 200/233 kB | 155/575 kB | 118/155 kB | 16/282 kB
Progress (5): 1.9/5.5 MB | 200/233 kB | 155/575 kB | 122/155 kB | 16/282 kB
Progress (5): 1.9/5.5 MB | 200/233 kB | 159/575 kB | 122/155 kB | 16/282 kB
Progress (5): 1.9/5.5 MB | 204/233 kB | 159/575 kB | 122/155 kB | 16/282 kB
Progress (5): 1.9/5.5 MB | 204/233 kB | 163/575 kB | 122/155 kB | 16/282 kB
Progress (5): 1.9/5.5 MB | 204/233 kB | 163/575 kB | 122/155 kB | 20/282 kB
Progress (5): 1.9/5.5 MB | 204/233 kB | 163/575 kB | 126/155 kB | 20/282 kB
Progress (5): 1.9/5.5 MB | 204/233 kB | 163/575 kB | 126/155 kB | 24/282 kB
Progress (5): 1.9/5.5 MB | 208/233 kB | 163/575 kB | 126/155 kB | 24/282 kB
Progress (5): 1.9/5.5 MB | 208/233 kB | 163/575 kB | 126/155 kB | 28/282 kB
Progress (5): 1.9/5.5 MB | 208/233 kB | 167/575 kB | 126/155 kB | 28/282 kB
Progress (5): 1.9/5.5 MB | 208/233 kB | 167/575 kB | 131/155 kB | 28/282 kB
Progress (5): 2.0/5.5 MB | 208/233 kB | 167/575 kB | 131/155 kB | 28/282 kB
Progress (5): 2.0/5.5 MB | 208/233 kB | 171/575 kB | 131/155 kB | 28/282 kB
Progress (5): 2.0/5.5 MB | 208/233 kB | 171/575 kB | 131/155 kB | 32/282 kB
Progress (5): 2.0/5.5 MB | 212/233 kB | 171/575 kB | 131/155 kB | 32/282 kB
Progress (5): 2.0/5.5 MB | 212/233 kB | 171/575 kB | 135/155 kB | 32/282 kB
Progress (5): 2.0/5.5 MB | 212/233 kB | 176/575 kB | 135/155 kB | 32/282 kB
Progress (5): 2.0/5.5 MB | 212/233 kB | 176/575 kB | 139/155 kB | 32/282 kB
Progress (5): 2.0/5.5 MB | 212/233 kB | 176/575 kB | 139/155 kB | 36/282 kB
Progress (5): 2.0/5.5 MB | 212/233 kB | 180/575 kB | 139/155 kB | 36/282 kB
Progress (5): 2.0/5.5 MB | 212/233 kB | 180/575 kB | 139/155 kB | 40/282 kB
Progress (5): 2.0/5.5 MB | 217/233 kB | 180/575 kB | 139/155 kB | 40/282 kB
Progress (5): 2.0/5.5 MB | 217/233 kB | 180/575 kB | 143/155 kB | 40/282 kB
Progress (5): 2.0/5.5 MB | 221/233 kB | 180/575 kB | 143/155 kB | 40/282 kB
Progress (5): 2.0/5.5 MB | 221/233 kB | 180/575 kB | 143/155 kB | 45/282 kB
Progress (5): 2.0/5.5 MB | 225/233 kB | 180/575 kB | 143/155 kB | 45/282 kB
Progress (5): 2.0/5.5 MB | 225/233 kB | 180/575 kB | 143/155 kB | 45/282 kB
Progress (5): 2.0/5.5 MB | 225/233 kB | 180/575 kB | 147/155 kB | 45/282 kB
Progress (5): 2.0/5.5 MB | 225/233 kB | 184/575 kB | 147/155 kB | 45/282 kB
Progress (5): 2.0/5.5 MB | 229/233 kB | 184/575 kB | 147/155 kB | 45/282 kB
Progress (5): 2.0/5.5 MB | 229/233 kB | 184/575 kB | 147/155 kB | 49/282 kB
Progress (5): 2.0/5.5 MB | 229/233 kB | 184/575 kB | 151/155 kB | 49/282 kB
Progress (5): 2.0/5.5 MB | 229/233 kB | 188/575 kB | 151/155 kB | 49/282 kB
Progress (5): 2.0/5.5 MB | 229/233 kB | 188/575 kB | 155 kB | 49/282 kB    
Progress (5): 2.0/5.5 MB | 233 kB | 188/575 kB | 155 kB | 49/282 kB    
Progress (5): 2.0/5.5 MB | 233 kB | 188/575 kB | 155 kB | 53/282 kB
Progress (5): 2.0/5.5 MB | 233 kB | 192/575 kB | 155 kB | 53/282 kB
Progress (5): 2.0/5.5 MB | 233 kB | 192/575 kB | 155 kB | 53/282 kB
Progress (5): 2.0/5.5 MB | 233 kB | 192/575 kB | 155 kB | 57/282 kB
Progress (5): 2.0/5.5 MB | 233 kB | 196/575 kB | 155 kB | 57/282 kB
Progress (5): 2.0/5.5 MB | 233 kB | 196/575 kB | 155 kB | 61/282 kB
Progress (5): 2.0/5.5 MB | 233 kB | 196/575 kB | 155 kB | 65/282 kB
Progress (5): 2.0/5.5 MB | 233 kB | 200/575 kB | 155 kB | 65/282 kB
Progress (5): 2.0/5.5 MB | 233 kB | 204/575 kB | 155 kB | 65/282 kB
Progress (5): 2.0/5.5 MB | 233 kB | 204/575 kB | 155 kB | 69/282 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 267 kB/s)
08:27:54 Progress (4): 2.1/5.5 MB | 233 kB | 204/575 kB | 69/282 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 401 kB/s)
08:27:54 Progress (3): 2.1/5.5 MB | 204/575 kB | 73/282 kB
Progress (3): 2.1/5.5 MB | 208/575 kB | 73/282 kB
Progress (3): 2.1/5.5 MB | 208/575 kB | 77/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
08:27:54 Progress (3): 2.1/5.5 MB | 208/575 kB | 81/282 kB
Progress (3): 2.1/5.5 MB | 212/575 kB | 81/282 kB
Progress (3): 2.1/5.5 MB | 212/575 kB | 81/282 kB
Progress (3): 2.1/5.5 MB | 212/575 kB | 85/282 kB
Progress (3): 2.1/5.5 MB | 217/575 kB | 85/282 kB
Progress (3): 2.1/5.5 MB | 217/575 kB | 90/282 kB
Progress (3): 2.1/5.5 MB | 221/575 kB | 90/282 kB
Progress (3): 2.1/5.5 MB | 221/575 kB | 94/282 kB
Progress (3): 2.1/5.5 MB | 225/575 kB | 94/282 kB
Progress (3): 2.1/5.5 MB | 225/575 kB | 98/282 kB
Progress (3): 2.1/5.5 MB | 229/575 kB | 98/282 kB
Progress (3): 2.1/5.5 MB | 229/575 kB | 102/282 kB
Progress (3): 2.1/5.5 MB | 233/575 kB | 102/282 kB
Progress (3): 2.1/5.5 MB | 233/575 kB | 106/282 kB
Progress (3): 2.1/5.5 MB | 237/575 kB | 106/282 kB
Progress (3): 2.1/5.5 MB | 237/575 kB | 110/282 kB
Progress (3): 2.1/5.5 MB | 237/575 kB | 110/282 kB
Progress (3): 2.1/5.5 MB | 237/575 kB | 114/282 kB
Progress (4): 2.1/5.5 MB | 237/575 kB | 114/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 241/575 kB | 114/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 245/575 kB | 114/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 245/575 kB | 114/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 245/575 kB | 118/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 245/575 kB | 122/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 245/575 kB | 126/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 249/575 kB | 126/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 249/575 kB | 131/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 253/575 kB | 131/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 258/575 kB | 131/282 kB | 0/1.5 MB
Progress (4): 2.1/5.5 MB | 258/575 kB | 131/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 258/575 kB | 131/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 258/575 kB | 135/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 262/575 kB | 135/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 262/575 kB | 139/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 262/575 kB | 139/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 262/575 kB | 143/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 262/575 kB | 147/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 266/575 kB | 147/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 270/575 kB | 147/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 274/575 kB | 147/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 278/575 kB | 147/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 278/575 kB | 151/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 278/575 kB | 151/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 278/575 kB | 151/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 278/575 kB | 155/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 282/575 kB | 155/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 282/575 kB | 155/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 286/575 kB | 155/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 286/575 kB | 159/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 290/575 kB | 159/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 290/575 kB | 163/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 294/575 kB | 163/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 294/575 kB | 163/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 294/575 kB | 167/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 298/575 kB | 167/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 298/575 kB | 171/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 303/575 kB | 171/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 303/575 kB | 176/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 307/575 kB | 176/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 307/575 kB | 180/282 kB | 0/1.5 MB
Progress (4): 2.2/5.5 MB | 307/575 kB | 180/282 kB | 0.1/1.5 MB
Progress (4): 2.2/5.5 MB | 311/575 kB | 180/282 kB | 0.1/1.5 MB
Progress (4): 2.2/5.5 MB | 311/575 kB | 180/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 311/575 kB | 180/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 311/575 kB | 184/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 311/575 kB | 188/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 315/575 kB | 188/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 315/575 kB | 188/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 315/575 kB | 192/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 315/575 kB | 192/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 319/575 kB | 192/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 319/575 kB | 196/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 323/575 kB | 196/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 327/575 kB | 196/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 327/575 kB | 196/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 327/575 kB | 196/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 327/575 kB | 200/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 327/575 kB | 204/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 331/575 kB | 204/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 331/575 kB | 208/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 331/575 kB | 208/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 335/575 kB | 208/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 335/575 kB | 212/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 335/575 kB | 212/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 339/575 kB | 212/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 339/575 kB | 212/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 344/575 kB | 212/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 344/575 kB | 217/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 344/575 kB | 221/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 344/575 kB | 225/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 344/575 kB | 225/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 344/575 kB | 229/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 344/575 kB | 229/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 348/575 kB | 229/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 352/575 kB | 229/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 356/575 kB | 229/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 356/575 kB | 233/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 356/575 kB | 233/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 360/575 kB | 233/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 360/575 kB | 233/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 360/575 kB | 237/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 360/575 kB | 237/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 360/575 kB | 241/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 364/575 kB | 241/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 364/575 kB | 245/282 kB | 0.1/1.5 MB
Progress (4): 2.3/5.5 MB | 364/575 kB | 245/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 368/575 kB | 245/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 368/575 kB | 245/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 372/575 kB | 245/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 376/575 kB | 245/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 376/575 kB | 249/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 376/575 kB | 253/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 376/575 kB | 253/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 376/575 kB | 258/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 380/575 kB | 258/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 380/575 kB | 258/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 384/575 kB | 258/282 kB | 0.2/1.5 MB
Progress (4): 2.3/5.5 MB | 384/575 kB | 262/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 384/575 kB | 262/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 389/575 kB | 262/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 389/575 kB | 262/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 393/575 kB | 262/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 393/575 kB | 262/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 393/575 kB | 266/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 393/575 kB | 270/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 393/575 kB | 274/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 397/575 kB | 274/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 397/575 kB | 274/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 397/575 kB | 278/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 397/575 kB | 278/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 401/575 kB | 278/282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 401/575 kB | 282 kB | 0.2/1.5 MB    
Progress (4): 2.4/5.5 MB | 405/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 409/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 409/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 409/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 409/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 413/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 417/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 421/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 421/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 425/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 425/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 430/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 2.4/5.5 MB | 430/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 434/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 434/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 438/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 442/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 442/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 442/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 442/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 446/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 450/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 454/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 458/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 458/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 458/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 462/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 466/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 471/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 471/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 475/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.4/5.5 MB | 475/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 475/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 479/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 479/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 483/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 483/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 487/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 491/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 491/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 491/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 495/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 499/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 503/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 507/575 kB | 282 kB | 0.3/1.5 MB
Progress (4): 2.5/5.5 MB | 507/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 507/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 507/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 511/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 516/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 520/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 520/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 524/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 524/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 528/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 528/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 532/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 532/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 536/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 540/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 540/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 540/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 544/575 kB | 282 kB | 0.4/1.5 MB
Progress (4): 2.5/5.5 MB | 544/575 kB | 282 kB | 0.4/1.5 MB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 414 kB/s)
08:27:54 Progress (3): 2.5/5.5 MB | 548/575 kB | 0.4/1.5 MB
Progress (3): 2.5/5.5 MB | 552/575 kB | 0.4/1.5 MB
Progress (3): 2.5/5.5 MB | 552/575 kB | 0.4/1.5 MB
Progress (3): 2.5/5.5 MB | 557/575 kB | 0.4/1.5 MB
Progress (3): 2.5/5.5 MB | 557/575 kB | 0.4/1.5 MB
Progress (3): 2.5/5.5 MB | 561/575 kB | 0.4/1.5 MB
Progress (3): 2.5/5.5 MB | 565/575 kB | 0.4/1.5 MB
Progress (3): 2.6/5.5 MB | 565/575 kB | 0.4/1.5 MB
Progress (3): 2.6/5.5 MB | 565/575 kB | 0.4/1.5 MB
Progress (3): 2.6/5.5 MB | 569/575 kB | 0.4/1.5 MB
Progress (3): 2.6/5.5 MB | 569/575 kB | 0.4/1.5 MB
Progress (3): 2.6/5.5 MB | 573/575 kB | 0.4/1.5 MB
Progress (3): 2.6/5.5 MB | 575 kB | 0.4/1.5 MB    
Progress (3): 2.6/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.6/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.6/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.6/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.6/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.6/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.6/5.5 MB | 575 kB | 0.5/1.5 MB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 839 kB/s)
08:27:54 Progress (2): 2.6/5.5 MB | 0.5/1.5 MB
Progress (2): 2.6/5.5 MB | 0.5/1.5 MB
Progress (2): 2.6/5.5 MB | 0.5/1.5 MB
Progress (2): 2.6/5.5 MB | 0.5/1.5 MB
Progress (2): 2.6/5.5 MB | 0.5/1.5 MB
Progress (2): 2.6/5.5 MB | 0.5/1.5 MB
Progress (2): 2.6/5.5 MB | 0.5/1.5 MB
Progress (2): 2.6/5.5 MB | 0.5/1.5 MB
Progress (2): 2.6/5.5 MB | 0.6/1.5 MB
Progress (2): 2.6/5.5 MB | 0.6/1.5 MB
Progress (2): 2.6/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.7/5.5 MB | 0.6/1.5 MB
Progress (2): 2.8/5.5 MB | 0.6/1.5 MB
Progress (2): 2.8/5.5 MB | 0.6/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.8/5.5 MB | 0.7/1.5 MB
Progress (2): 2.9/5.5 MB | 0.7/1.5 MB
Progress (2): 2.9/5.5 MB | 0.7/1.5 MB
Progress (2): 2.9/5.5 MB | 0.7/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 2.9/5.5 MB | 0.8/1.5 MB
Progress (2): 3.0/5.5 MB | 0.8/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.0/5.5 MB | 0.9/1.5 MB
Progress (2): 3.1/5.5 MB | 0.9/1.5 MB
Progress (2): 3.1/5.5 MB | 0.9/1.5 MB
Progress (2): 3.1/5.5 MB | 0.9/1.5 MB
Progress (2): 3.1/5.5 MB | 1.0/1.5 MB
Progress (2): 3.1/5.5 MB | 1.0/1.5 MB
Progress (2): 3.1/5.5 MB | 1.0/1.5 MB
Progress (2): 3.1/5.5 MB | 1.0/1.5 MB
Progress (2): 3.1/5.5 MB | 1.0/1.5 MB
Progress (2): 3.1/5.5 MB | 1.0/1.5 MB
Progress (2): 3.1/5.5 MB | 1.0/1.5 MB
Progress (2): 3.1/5.5 MB | 1.0/1.5 MB
Progress (2): 3.1/5.5 MB | 1.0/1.5 MB
Progress (2): 3.1/5.5 MB | 1.0/1.5 MB
Progress (2): 3.2/5.5 MB | 1.0/1.5 MB
Progress (2): 3.2/5.5 MB | 1.0/1.5 MB
Progress (2): 3.2/5.5 MB | 1.0/1.5 MB
Progress (2): 3.2/5.5 MB | 1.0/1.5 MB
Progress (2): 3.2/5.5 MB | 1.0/1.5 MB
Progress (2): 3.2/5.5 MB | 1.0/1.5 MB
Progress (2): 3.2/5.5 MB | 1.1/1.5 MB
Progress (2): 3.2/5.5 MB | 1.1/1.5 MB
Progress (2): 3.2/5.5 MB | 1.1/1.5 MB
Progress (2): 3.2/5.5 MB | 1.1/1.5 MB
Progress (2): 3.2/5.5 MB | 1.1/1.5 MB
Progress (2): 3.2/5.5 MB | 1.1/1.5 MB
Progress (2): 3.2/5.5 MB | 1.1/1.5 MB
Progress (2): 3.3/5.5 MB | 1.1/1.5 MB
Progress (2): 3.3/5.5 MB | 1.1/1.5 MB
Progress (2): 3.3/5.5 MB | 1.1/1.5 MB
Progress (2): 3.3/5.5 MB | 1.1/1.5 MB
Progress (2): 3.3/5.5 MB | 1.1/1.5 MB
Progress (2): 3.3/5.5 MB | 1.1/1.5 MB
Progress (2): 3.3/5.5 MB | 1.1/1.5 MB
Progress (2): 3.3/5.5 MB | 1.1/1.5 MB
Progress (2): 3.3/5.5 MB | 1.2/1.5 MB
Progress (2): 3.3/5.5 MB | 1.2/1.5 MB
Progress (2): 3.3/5.5 MB | 1.2/1.5 MB
Progress (2): 3.3/5.5 MB | 1.2/1.5 MB
Progress (2): 3.3/5.5 MB | 1.2/1.5 MB
Progress (2): 3.3/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.2/1.5 MB
Progress (2): 3.4/5.5 MB | 1.3/1.5 MB
Progress (2): 3.4/5.5 MB | 1.3/1.5 MB
Progress (2): 3.4/5.5 MB | 1.3/1.5 MB
Progress (2): 3.4/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.3/1.5 MB
Progress (2): 3.5/5.5 MB | 1.4/1.5 MB
Progress (2): 3.5/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.6/5.5 MB | 1.4/1.5 MB
Progress (2): 3.7/5.5 MB | 1.4/1.5 MB
Progress (2): 3.7/5.5 MB | 1.4/1.5 MB
Progress (2): 3.7/5.5 MB | 1.5/1.5 MB
Progress (2): 3.7/5.5 MB | 1.5/1.5 MB
Progress (2): 3.7/5.5 MB | 1.5/1.5 MB
Progress (2): 3.7/5.5 MB | 1.5/1.5 MB
Progress (2): 3.7/5.5 MB | 1.5/1.5 MB
Progress (2): 3.7/5.5 MB | 1.5/1.5 MB
Progress (2): 3.7/5.5 MB | 1.5/1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB    
Progress (2): 3.7/5.5 MB | 1.5 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 1.8 MB/s)
08:27:54 Progress (1): 3.7/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar (5.5 MB at 5.7 MB/s)
08:27:54 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.5.1/tycho-bundles-external-1.5.1.zip
08:27:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.5.1/tycho-bundles-external-1.5.1.zip
08:27:55 Progress (1): 0/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.5.1/tycho-bundles-external-1.5.1.zip (8.1 MB at 22 MB/s)
08:27:55 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.5.1/org.eclipse.tycho.p2.resolver.impl-1.5.1.jar
08:27:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.5.1/org.eclipse.tycho.p2.resolver.impl-1.5.1.jar
08:27:55 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.5.1/org.eclipse.tycho.p2.resolver.impl-1.5.1.jar (218 kB at 10 MB/s)
08:27:55 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.5.1/org.eclipse.tycho.p2.maven.repository-1.5.1.jar
08:27:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.5.1/org.eclipse.tycho.p2.maven.repository-1.5.1.jar
08:27:55 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.5.1/org.eclipse.tycho.p2.maven.repository-1.5.1.jar (148 kB at 11 MB/s)
08:27:55 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.5.1/org.eclipse.tycho.p2.tools.impl-1.5.1.jar
08:27:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.5.1/org.eclipse.tycho.p2.tools.impl-1.5.1.jar
08:27:55 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   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.5.1/org.eclipse.tycho.p2.tools.impl-1.5.1.jar (49 kB at 8.2 MB/s)
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.pom
08:27:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.pom
08:27:56 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.pom (2.7 kB at 116 kB/s)
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.jar
08:27:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.jar
08:27:56 Progress (1): 4.1/129 kB
Progress (1): 7.7/129 kB
Progress (1): 12/129 kB 
Progress (1): 16/129 kB
Progress (1): 20/129 kB
Progress (1): 24/129 kB
Progress (1): 28/129 kB
Progress (1): 32/129 kB
Progress (1): 36/129 kB
Progress (1): 40/129 kB
Progress (1): 45/129 kB
Progress (1): 49/129 kB
Progress (1): 53/129 kB
Progress (1): 57/129 kB
Progress (1): 61/129 kB
Progress (1): 65/129 kB
Progress (1): 69/129 kB
Progress (1): 73/129 kB
Progress (1): 77/129 kB
Progress (1): 81/129 kB
Progress (1): 85/129 kB
Progress (1): 90/129 kB
Progress (1): 94/129 kB
Progress (1): 98/129 kB
Progress (1): 102/129 kB
Progress (1): 106/129 kB
Progress (1): 110/129 kB
Progress (1): 114/129 kB
Progress (1): 118/129 kB
Progress (1): 122/129 kB
Progress (1): 126/129 kB
Progress (1): 129 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.jar (129 kB at 2.8 MB/s)
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.pom
08:27:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.pom
08:27:56 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.pom (1.7 kB at 55 kB/s)
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.jar
08:27:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.jar
08:27:56 Progress (1): 4.1/7.6 kB
Progress (1): 7.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.jar (7.6 kB at 237 kB/s)
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.1.pom
08:27:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.1.pom
08:27:56 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.1.pom (2.9 kB at 131 kB/s)
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.1.jar
08:27:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.1.jar
08:27:56 Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.1.jar (23 kB at 580 kB/s)
08:27:56 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
08:27:56 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
08:27:56 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 251 kB/s)
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
08:27:56 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
08:27:56 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 231 kB/s)
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
08:27:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
08:27:56 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/2.5/maven-archiver-2.5.pom (4.5 kB at 216 kB/s)
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
08:27:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
08:27:56 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 64 kB/s)
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
08:27:56 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
08:27:56 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 689 kB/s)
08:27:56 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
08:27:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
08:27:56 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
08:27:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
08:27:56 Progress (1): 4.1/24 kB
Progress (2): 4.1/24 kB | 4.1/22 kB
Progress (2): 7.7/24 kB | 4.1/22 kB
Progress (2): 7.7/24 kB | 7.7/22 kB
Progress (2): 12/24 kB | 7.7/22 kB 
Progress (2): 12/24 kB | 12/22 kB 
Progress (2): 16/24 kB | 12/22 kB
Progress (2): 16/24 kB | 16/22 kB
Progress (2): 20/24 kB | 16/22 kB
Progress (2): 20/24 kB | 20/22 kB
Progress (2): 24 kB | 20/22 kB   
Progress (2): 24 kB | 22 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 883 kB/s)
08:27:56 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 808 kB/s)
08:27:57 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
08:27:57 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
08:27:57 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom (16 kB at 1.1 MB/s)
08:27:57 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
08:27:57 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
08:27:57 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 386 kB/s)
08:27:57 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
08:27:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
08:27:57 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 1.4 MB/s)
08:27:57 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
08:27:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
08:27:57 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 411 kB/s)
08:27:57 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
08:27:57 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
08:27:57 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 9.4 MB/s)
08:27:57 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
08:27:57 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
08:27:57 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 203 kB/s)
08:27:57 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
08:27:57 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
08:27:57 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 989 kB/s)
08:27:57 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
08:27:57 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
08:27:57 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 2.6 MB/s)
08:27:57 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.pom
08:27:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.pom
08:27:57 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.pom (1.3 kB at 18 kB/s)
08:27:57 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.5.1/tycho-pack200-1.5.1.pom
08:27:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.5.1/tycho-pack200-1.5.1.pom
08:27:57 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.5.1/tycho-pack200-1.5.1.pom (1.5 kB at 27 kB/s)
08:27:57 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.5.1/tycho-extras-1.5.1.pom
08:27:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.5.1/tycho-extras-1.5.1.pom
08:27:57 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/eclipse/tycho/extras/tycho-extras/1.5.1/tycho-extras-1.5.1.pom (16 kB at 682 kB/s)
08:27:57 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.jar
08:27:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.jar
08:27:57 Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.jar (7.2 kB at 120 kB/s)
08:27:57 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
08:27:57 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 89 kB/s)
08:27:57 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
08:27:57 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 312 kB/s)
08:27:57 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
08:27:58 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 531 kB/s)
08:27:58 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
08:27:58 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 1.5 MB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.pom
08:27:58 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.pom (1.5 kB at 31 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.jar
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.jar
08:27:58 Progress (1): 4.1/6.7 kB
Progress (1): 6.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.jar (6.7 kB at 143 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.pom
08:27:58 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.pom (2.2 kB at 88 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.jar
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.jar
08:27:58 Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.jar (28 kB at 1.3 MB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.pom
08:27:58 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.pom (2.7 kB at 168 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
08:27:58 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.2/commons-exec-1.2.pom (11 kB at 455 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
08:27:58 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 1.6 MB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.pom
08:27:58 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.pom (2.1 kB at 83 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
08:27:58 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom (3.1 kB at 84 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
08:27:58 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 340 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom
08:27:58 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 173 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom
08:27:58 Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom (3.6 kB at 228 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
08:27:58 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom (3.2 kB at 93 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.jar
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.jar
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.jar
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.jar
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.jar
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar
08:27:58 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/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 1.9 MB/s)
08:27:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar
08:27:58 Progress (1): 4.1/20 kB
Progress (2): 4.1/20 kB | 4.1/28 kB
Progress (2): 7.7/20 kB | 4.1/28 kB
Progress (2): 7.7/20 kB | 7.7/28 kB
Progress (2): 12/20 kB | 7.7/28 kB 
Progress (2): 12/20 kB | 12/28 kB 
Progress (3): 12/20 kB | 12/28 kB | 4.1/82 kB
Progress (3): 12/20 kB | 16/28 kB | 4.1/82 kB
Progress (3): 16/20 kB | 16/28 kB | 4.1/82 kB
Progress (3): 16/20 kB | 16/28 kB | 7.7/82 kB
Progress (3): 16/20 kB | 16/28 kB | 12/82 kB 
Progress (3): 20/20 kB | 16/28 kB | 12/82 kB
Progress (3): 20/20 kB | 16/28 kB | 16/82 kB
Progress (3): 20 kB | 16/28 kB | 16/82 kB   
Progress (3): 20 kB | 20/28 kB | 16/82 kB
Progress (3): 20 kB | 24/28 kB | 16/82 kB
Progress (3): 20 kB | 28 kB | 16/82 kB   
Progress (3): 20 kB | 28 kB | 20/82 kB
Progress (3): 20 kB | 28 kB | 24/82 kB
Progress (3): 20 kB | 28 kB | 28/82 kB
Progress (3): 20 kB | 28 kB | 32/82 kB
Progress (3): 20 kB | 28 kB | 36/82 kB
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.jar (20 kB at 613 kB/s)
08:27:58 Progress (2): 28 kB | 40/82 kB
                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
08:27:58 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.jar (28 kB at 810 kB/s)
08:27:58 Progress (1): 45/82 kB
Progress (1): 49/82 kB
Progress (2): 49/82 kB | 4.1/50 kB
Progress (2): 49/82 kB | 7.7/50 kB
Progress (2): 49/82 kB | 12/50 kB 
Progress (2): 49/82 kB | 16/50 kB
Progress (3): 49/82 kB | 16/50 kB | 4.1/33 kB
Progress (3): 53/82 kB | 16/50 kB | 4.1/33 kB
Progress (3): 53/82 kB | 16/50 kB | 7.7/33 kB
Progress (3): 57/82 kB | 16/50 kB | 7.7/33 kB
Progress (3): 57/82 kB | 16/50 kB | 12/33 kB 
Progress (3): 61/82 kB | 16/50 kB | 12/33 kB
Progress (3): 61/82 kB | 16/50 kB | 16/33 kB
Progress (3): 65/82 kB | 16/50 kB | 16/33 kB
Progress (3): 65/82 kB | 20/50 kB | 16/33 kB
Progress (3): 65/82 kB | 24/50 kB | 16/33 kB
Progress (3): 65/82 kB | 28/50 kB | 16/33 kB
Progress (3): 65/82 kB | 32/50 kB | 16/33 kB
Progress (3): 69/82 kB | 32/50 kB | 16/33 kB
Progress (3): 69/82 kB | 32/50 kB | 20/33 kB
Progress (3): 73/82 kB | 32/50 kB | 20/33 kB
Progress (3): 73/82 kB | 32/50 kB | 24/33 kB
Progress (3): 77/82 kB | 32/50 kB | 24/33 kB
Progress (3): 77/82 kB | 32/50 kB | 28/33 kB
Progress (3): 81/82 kB | 32/50 kB | 28/33 kB
Progress (3): 81/82 kB | 36/50 kB | 28/33 kB
Progress (3): 81/82 kB | 36/50 kB | 32/33 kB
Progress (3): 81/82 kB | 40/50 kB | 32/33 kB
Progress (3): 82 kB | 40/50 kB | 32/33 kB   
Progress (3): 82 kB | 45/50 kB | 32/33 kB
Progress (3): 82 kB | 45/50 kB | 33 kB   
Progress (3): 82 kB | 49/50 kB | 33 kB
Progress (3): 82 kB | 50 kB | 33 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar (82 kB at 2.0 MB/s)
08:27:58 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 834 kB/s)
08:27:58 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 1.2 MB/s)
08:27:58 Progress (1): 4.1/115 kB
Progress (1): 7.7/115 kB
Progress (1): 12/115 kB 
Progress (1): 16/115 kB
Progress (1): 20/115 kB
Progress (1): 24/115 kB
Progress (1): 28/115 kB
Progress (1): 32/115 kB
Progress (1): 36/115 kB
Progress (1): 40/115 kB
Progress (1): 45/115 kB
Progress (1): 49/115 kB
Progress (1): 53/115 kB
Progress (1): 57/115 kB
Progress (1): 61/115 kB
Progress (1): 65/115 kB
Progress (1): 69/115 kB
Progress (1): 73/115 kB
Progress (1): 77/115 kB
Progress (1): 81/115 kB
Progress (1): 85/115 kB
Progress (1): 90/115 kB
Progress (1): 94/115 kB
Progress (1): 98/115 kB
Progress (1): 102/115 kB
Progress (1): 106/115 kB
Progress (1): 110/115 kB
Progress (1): 114/115 kB
Progress (1): 115 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 2.3 MB/s)
08:27:58 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
08:27:58 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
08:27:58 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 392 kB/s)
08:27:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
08:27:58 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
08:27:58 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 2.6 MB/s)
08:27:58 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
08:27:58 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
08:27:58 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 6.2 MB/s)
08:27:58 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
08:27:58 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
08:27:59 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 397 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
08:27:59 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
08:27:59 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 684 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
08:27:59 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 1.3 MB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
08:27:59 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 555 kB/s)
08:27:59 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
08:27:59 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
08:27:59 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 905 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.pom
08:27:59 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.pom (2.5 kB at 61 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.jar
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.jar
08:27:59 Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.jar (33 kB at 977 kB/s)
08:27:59 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
08:27:59 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
08:27:59 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 287 kB/s)
08:27:59 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
08:27:59 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
08:27:59 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)
08:27:59 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
08:27:59 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
08:27:59 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 300 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
08:27:59 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
08:27:59 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 381 kB/s)
08:27:59 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
08:27:59 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
08:27:59 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 1.2 MB/s)
08:27:59 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
08:27:59 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
08:27:59 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 1.3 MB/s)
08:27:59 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
08:27:59 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
08:27:59 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 4.0 MB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.5.1/tycho-surefire-plugin-1.5.1.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.5.1/tycho-surefire-plugin-1.5.1.pom
08:27:59 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.5.1/tycho-surefire-plugin-1.5.1.pom (4.8 kB at 190 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.5.1/tycho-surefire-plugin-1.5.1.jar
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.5.1/tycho-surefire-plugin-1.5.1.jar
08:27:59 Progress (1): 4.1/57 kB
Progress (1): 7.7/57 kB
Progress (1): 12/57 kB 
Progress (1): 16/57 kB
Progress (1): 20/57 kB
Progress (1): 24/57 kB
Progress (1): 28/57 kB
Progress (1): 32/57 kB
Progress (1): 36/57 kB
Progress (1): 40/57 kB
Progress (1): 45/57 kB
Progress (1): 49/57 kB
Progress (1): 53/57 kB
Progress (1): 57/57 kB
Progress (1): 57 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.5.1/tycho-surefire-plugin-1.5.1.jar (57 kB at 2.2 MB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.1/org.eclipse.tycho.surefire.osgibooter-1.5.1.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.1/org.eclipse.tycho.surefire.osgibooter-1.5.1.pom
08:27:59 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.5.1/org.eclipse.tycho.surefire.osgibooter-1.5.1.pom (3.3 kB at 173 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.1/org.eclipse.tycho.surefire.junit-1.5.1.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.1/org.eclipse.tycho.surefire.junit-1.5.1.pom
08:27:59 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.5.1/org.eclipse.tycho.surefire.junit-1.5.1.pom (1.5 kB at 53 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.5.1/tycho-surefire-1.5.1.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.5.1/tycho-surefire-1.5.1.pom
08:27:59 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.5.1/tycho-surefire-1.5.1.pom (3.0 kB at 107 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.1/org.eclipse.tycho.surefire.junit4-1.5.1.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.1/org.eclipse.tycho.surefire.junit4-1.5.1.pom
08:27:59 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.5.1/org.eclipse.tycho.surefire.junit4-1.5.1.pom (1.5 kB at 78 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.1/org.eclipse.tycho.surefire.junit47-1.5.1.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.1/org.eclipse.tycho.surefire.junit47-1.5.1.pom
08:27:59 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.5.1/org.eclipse.tycho.surefire.junit47-1.5.1.pom (1.9 kB at 88 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.1/org.eclipse.tycho.surefire.junit5-1.5.1.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.1/org.eclipse.tycho.surefire.junit5-1.5.1.pom
08:27:59 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.5.1/org.eclipse.tycho.surefire.junit5-1.5.1.pom (3.3 kB at 205 kB/s)
08:27:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.1/org.eclipse.tycho.surefire.testng-1.5.1.pom
08:27:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.1/org.eclipse.tycho.surefire.testng-1.5.1.pom
08:27:59 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.5.1/org.eclipse.tycho.surefire.testng-1.5.1.pom (2.1 kB at 115 kB/s)
08:27:59 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
08:27:59 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
08:28:00 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 177 kB/s)
08:28:00 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
08:28:00 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
08:28:00 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 1.1 MB/s)
08:28:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
08:28:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
08:28:00 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.9 MB/s)
08:28:00 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
08:28:00 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
08:28:00 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 85 kB/s)
08:28:00 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
08:28:00 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
08:28:00 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 631 kB/s)
08:28:00 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
08:28:00 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
08:28:00 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 41 kB/s)
08:28:00 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
08:28:00 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
08:28:00 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)
08:28:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
08:28:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
08:28:00 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.6 MB/s)
08:28:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom
08:28:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
08:28:00 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 713 kB/s)
08:28:00 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
08:28:00 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
08:28:00 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 283 kB/s)
08:28:00 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
08:28:00 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
08:28:00 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 69 kB/s)
08:28:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
08:28:00 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
08:28:00 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 1.0 MB/s)
08:28:00 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
08:28:00 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
08:28:00 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 109 kB/s)
08:28:00 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
08:28:00 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
08:28:00 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 219 kB/s)
08:28:00 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
08:28:00 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
08:28:00 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 20 kB/s)
08:28:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
08:28:00 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
08:28:00 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 249 kB/s)
08:28:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom
08:28:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
08:28:00 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/junit/junit/4.12/junit-4.12.pom (24 kB at 1.2 MB/s)
08:28:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
08:28:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
08:28:00 Progress (1): 766 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 32 kB/s)
08:28:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
08:28:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
08:28:00 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 90 kB/s)
08:28:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
08:28:00 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
08:28:00 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 18 kB/s)
08:28:00 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
08:28:00 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
08:28:00 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 89 kB/s)
08:28:00 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
08:28:00 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
08:28:01 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 87 kB/s)
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
08:28:01 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
08:28:01 Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 30 kB/s)
08:28:01 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
08:28:01 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
08:28:01 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 278 kB/s)
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
08:28:01 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
08:28:01 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 283 kB/s)
08:28:01 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
08:28:01 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
08:28:01 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 155 kB/s)
08:28:01 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
08:28:01 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
08:28:01 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 117 kB/s)
08:28:01 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
08:28:01 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
08:28:01 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 20 kB/s)
08:28:01 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
08:28:01 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
08:28:01 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 74 kB/s)
08:28:01 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
08:28:01 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
08:28:01 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 64 kB/s)
08:28:01 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
08:28:01 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
08:28:01 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 124 kB/s)
08:28:01 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
08:28:01 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
08:28:01 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 96 kB/s)
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
08:28:01 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
08:28:01 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 128 kB/s)
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
08:28:01 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
08:28:01 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 466 kB/s)
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
08:28:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
08:28:01 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 274 kB/s)
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.1/org.eclipse.tycho.surefire.osgibooter-1.5.1.jar
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.1/org.eclipse.tycho.surefire.junit5-1.5.1.jar
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.1/org.eclipse.tycho.surefire.junit47-1.5.1.jar
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.1/org.eclipse.tycho.surefire.junit4-1.5.1.jar
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.1/org.eclipse.tycho.surefire.junit-1.5.1.jar
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.1/org.eclipse.tycho.surefire.testng-1.5.1.jar
08:28:01 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
08:28:01 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
08:28:01 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
08:28:01 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
08:28:01 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
08:28:01 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
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
08:28:01 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
08:28:01 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
08:28:01 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
08:28:01 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
08:28:01 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
08:28:01 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
08:28:01 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
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
08:28:01 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
08:28:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.1/org.eclipse.tycho.surefire.osgibooter-1.5.1.jar
08:28:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.1/org.eclipse.tycho.surefire.junit47-1.5.1.jar
08:28:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.1/org.eclipse.tycho.surefire.junit4-1.5.1.jar
08:28:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.1/org.eclipse.tycho.surefire.junit-1.5.1.jar
08:28:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.1/org.eclipse.tycho.surefire.junit5-1.5.1.jar
08:28:01 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 (2): 24/25 kB | 7.7/928 kB
Progress (2): 25 kB | 7.7/928 kB   
Progress (2): 25 kB | 16/928 kB 
Progress (2): 25 kB | 24/928 kB
Progress (2): 25 kB | 32/928 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.1/org.eclipse.tycho.surefire.junit-1.5.1.jar (25 kB at 874 kB/s)
08:28:01 Progress (1): 40/928 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.1/org.eclipse.tycho.surefire.testng-1.5.1.jar
08:28:01 Progress (1): 49/928 kB
Progress (1): 57/928 kB
Progress (1): 65/928 kB
Progress (1): 73/928 kB
Progress (1): 81/928 kB
Progress (2): 81/928 kB | 4.1/110 kB
Progress (2): 81/928 kB | 7.7/110 kB
Progress (2): 81/928 kB | 12/110 kB 
Progress (2): 90/928 kB | 12/110 kB
Progress (2): 90/928 kB | 16/110 kB
Progress (2): 98/928 kB | 16/110 kB
Progress (2): 98/928 kB | 20/110 kB
Progress (2): 106/928 kB | 20/110 kB
Progress (2): 106/928 kB | 24/110 kB
Progress (2): 114/928 kB | 24/110 kB
Progress (2): 114/928 kB | 28/110 kB
Progress (2): 114/928 kB | 32/110 kB
Progress (2): 122/928 kB | 32/110 kB
Progress (2): 131/928 kB | 32/110 kB
Progress (2): 131/928 kB | 36/110 kB
Progress (2): 131/928 kB | 40/110 kB
Progress (2): 131/928 kB | 45/110 kB
Progress (2): 131/928 kB | 49/110 kB
Progress (2): 139/928 kB | 49/110 kB
Progress (2): 147/928 kB | 49/110 kB
Progress (2): 147/928 kB | 53/110 kB
Progress (2): 147/928 kB | 57/110 kB
Progress (2): 155/928 kB | 57/110 kB
Progress (2): 155/928 kB | 61/110 kB
Progress (2): 163/928 kB | 61/110 kB
Progress (2): 163/928 kB | 65/110 kB
Progress (2): 171/928 kB | 65/110 kB
Progress (2): 171/928 kB | 69/110 kB
Progress (2): 180/928 kB | 69/110 kB
Progress (2): 180/928 kB | 73/110 kB
Progress (2): 180/928 kB | 77/110 kB
Progress (2): 180/928 kB | 81/110 kB
Progress (2): 188/928 kB | 81/110 kB
Progress (2): 196/928 kB | 81/110 kB
Progress (2): 204/928 kB | 81/110 kB
Progress (2): 212/928 kB | 81/110 kB
Progress (2): 221/928 kB | 81/110 kB
Progress (2): 229/928 kB | 81/110 kB
Progress (3): 229/928 kB | 81/110 kB | 4.1/185 kB
Progress (3): 229/928 kB | 85/110 kB | 4.1/185 kB
Progress (4): 229/928 kB | 85/110 kB | 4.1/185 kB | 4.1/65 kB
Progress (4): 229/928 kB | 90/110 kB | 4.1/185 kB | 4.1/65 kB
Progress (4): 229/928 kB | 90/110 kB | 7.7/185 kB | 4.1/65 kB
Progress (4): 237/928 kB | 90/110 kB | 7.7/185 kB | 4.1/65 kB
Progress (4): 237/928 kB | 90/110 kB | 12/185 kB | 4.1/65 kB 
Progress (4): 237/928 kB | 94/110 kB | 12/185 kB | 4.1/65 kB
Progress (4): 237/928 kB | 94/110 kB | 12/185 kB | 7.7/65 kB
Progress (4): 237/928 kB | 98/110 kB | 12/185 kB | 7.7/65 kB
Progress (4): 237/928 kB | 98/110 kB | 16/185 kB | 7.7/65 kB
Progress (4): 245/928 kB | 98/110 kB | 16/185 kB | 7.7/65 kB
Progress (4): 245/928 kB | 98/110 kB | 16/185 kB | 12/65 kB 
Progress (4): 245/928 kB | 98/110 kB | 16/185 kB | 16/65 kB
Progress (4): 245/928 kB | 102/110 kB | 16/185 kB | 16/65 kB
Progress (4): 253/928 kB | 102/110 kB | 16/185 kB | 16/65 kB
Progress (4): 253/928 kB | 102/110 kB | 20/185 kB | 16/65 kB
Progress (4): 253/928 kB | 106/110 kB | 20/185 kB | 16/65 kB
Progress (4): 253/928 kB | 106/110 kB | 24/185 kB | 16/65 kB
Progress (4): 262/928 kB | 106/110 kB | 24/185 kB | 16/65 kB
Progress (4): 262/928 kB | 106/110 kB | 24/185 kB | 20/65 kB
Progress (4): 262/928 kB | 106/110 kB | 28/185 kB | 20/65 kB
Progress (4): 262/928 kB | 110/110 kB | 28/185 kB | 20/65 kB
Progress (4): 262/928 kB | 110/110 kB | 32/185 kB | 20/65 kB
Progress (4): 262/928 kB | 110/110 kB | 32/185 kB | 24/65 kB
Progress (4): 270/928 kB | 110/110 kB | 32/185 kB | 24/65 kB
Progress (4): 270/928 kB | 110 kB | 32/185 kB | 24/65 kB    
Progress (4): 278/928 kB | 110 kB | 32/185 kB | 24/65 kB
Progress (4): 278/928 kB | 110 kB | 32/185 kB | 28/65 kB
Progress (4): 278/928 kB | 110 kB | 36/185 kB | 28/65 kB
Progress (4): 278/928 kB | 110 kB | 36/185 kB | 32/65 kB
Progress (4): 278/928 kB | 110 kB | 40/185 kB | 32/65 kB
Progress (4): 286/928 kB | 110 kB | 40/185 kB | 32/65 kB
Progress (4): 286/928 kB | 110 kB | 45/185 kB | 32/65 kB
Progress (4): 294/928 kB | 110 kB | 45/185 kB | 32/65 kB
Progress (4): 294/928 kB | 110 kB | 45/185 kB | 36/65 kB
Progress (4): 294/928 kB | 110 kB | 49/185 kB | 36/65 kB
Progress (4): 294/928 kB | 110 kB | 49/185 kB | 40/65 kB
Progress (4): 294/928 kB | 110 kB | 49/185 kB | 45/65 kB
Progress (4): 294/928 kB | 110 kB | 49/185 kB | 49/65 kB
Progress (4): 303/928 kB | 110 kB | 49/185 kB | 49/65 kB
Progress (5): 303/928 kB | 110 kB | 49/185 kB | 49/65 kB | 4.1/424 kB
Progress (5): 303/928 kB | 110 kB | 53/185 kB | 49/65 kB | 4.1/424 kB
Progress (5): 311/928 kB | 110 kB | 53/185 kB | 49/65 kB | 4.1/424 kB
Progress (5): 311/928 kB | 110 kB | 57/185 kB | 49/65 kB | 4.1/424 kB
Progress (5): 311/928 kB | 110 kB | 57/185 kB | 49/65 kB | 7.7/424 kB
Progress (5): 311/928 kB | 110 kB | 57/185 kB | 53/65 kB | 7.7/424 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.1/org.eclipse.tycho.surefire.testng-1.5.1.jar (110 kB at 1.1 MB/s)
08:28:01 Progress (4): 311/928 kB | 57/185 kB | 57/65 kB | 7.7/424 kB
Progress (4): 319/928 kB | 57/185 kB | 57/65 kB | 7.7/424 kB
Progress (4): 319/928 kB | 57/185 kB | 57/65 kB | 12/424 kB 
Progress (4): 319/928 kB | 61/185 kB | 57/65 kB | 12/424 kB
Progress (4): 319/928 kB | 61/185 kB | 57/65 kB | 16/424 kB
Progress (4): 327/928 kB | 61/185 kB | 57/65 kB | 16/424 kB
Progress (4): 327/928 kB | 61/185 kB | 61/65 kB | 16/424 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
08:28:01 Progress (4): 327/928 kB | 61/185 kB | 61/65 kB | 20/424 kB
Progress (4): 327/928 kB | 61/185 kB | 65 kB | 20/424 kB   
Progress (4): 327/928 kB | 65/185 kB | 65 kB | 20/424 kB
Progress (4): 335/928 kB | 65/185 kB | 65 kB | 20/424 kB
Progress (4): 335/928 kB | 65/185 kB | 65 kB | 24/424 kB
Progress (4): 335/928 kB | 69/185 kB | 65 kB | 24/424 kB
Progress (4): 344/928 kB | 69/185 kB | 65 kB | 24/424 kB
Progress (4): 344/928 kB | 73/185 kB | 65 kB | 24/424 kB
Progress (4): 344/928 kB | 73/185 kB | 65 kB | 28/424 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.1/org.eclipse.tycho.surefire.junit4-1.5.1.jar (65 kB at 611 kB/s)
08:28:01 Progress (3): 344/928 kB | 77/185 kB | 28/424 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
08:28:01 Progress (3): 352/928 kB | 77/185 kB | 28/424 kB
Progress (3): 352/928 kB | 77/185 kB | 32/424 kB
Progress (3): 360/928 kB | 77/185 kB | 32/424 kB
Progress (3): 360/928 kB | 81/185 kB | 32/424 kB
Progress (4): 360/928 kB | 81/185 kB | 32/424 kB | 4.1/186 kB
Progress (4): 368/928 kB | 81/185 kB | 32/424 kB | 4.1/186 kB
Progress (4): 368/928 kB | 81/185 kB | 32/424 kB | 7.7/186 kB
Progress (4): 368/928 kB | 81/185 kB | 36/424 kB | 7.7/186 kB
Progress (4): 368/928 kB | 81/185 kB | 36/424 kB | 12/186 kB 
Progress (5): 368/928 kB | 81/185 kB | 36/424 kB | 12/186 kB | 4.1/13 kB
Progress (5): 376/928 kB | 81/185 kB | 36/424 kB | 12/186 kB | 4.1/13 kB
Progress (5): 376/928 kB | 85/185 kB | 36/424 kB | 12/186 kB | 4.1/13 kB
Progress (5): 376/928 kB | 85/185 kB | 36/424 kB | 12/186 kB | 7.7/13 kB
Progress (5): 376/928 kB | 85/185 kB | 36/424 kB | 16/186 kB | 7.7/13 kB
Progress (5): 376/928 kB | 85/185 kB | 40/424 kB | 16/186 kB | 7.7/13 kB
Progress (5): 384/928 kB | 85/185 kB | 40/424 kB | 16/186 kB | 7.7/13 kB
Progress (5): 384/928 kB | 85/185 kB | 40/424 kB | 16/186 kB | 12/13 kB 
Progress (5): 384/928 kB | 90/185 kB | 40/424 kB | 16/186 kB | 12/13 kB
Progress (5): 384/928 kB | 90/185 kB | 40/424 kB | 16/186 kB | 13 kB   
Progress (5): 384/928 kB | 90/185 kB | 40/424 kB | 20/186 kB | 13 kB
Progress (5): 393/928 kB | 90/185 kB | 40/424 kB | 20/186 kB | 13 kB
Progress (5): 393/928 kB | 90/185 kB | 45/424 kB | 20/186 kB | 13 kB
Progress (5): 393/928 kB | 90/185 kB | 45/424 kB | 24/186 kB | 13 kB
Progress (5): 393/928 kB | 94/185 kB | 45/424 kB | 24/186 kB | 13 kB
Progress (5): 393/928 kB | 94/185 kB | 45/424 kB | 28/186 kB | 13 kB
Progress (5): 393/928 kB | 94/185 kB | 49/424 kB | 28/186 kB | 13 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 120 kB/s)
08:28:01 Progress (4): 393/928 kB | 94/185 kB | 49/424 kB | 32/186 kB
Progress (4): 393/928 kB | 98/185 kB | 49/424 kB | 32/186 kB
Progress (4): 401/928 kB | 98/185 kB | 49/424 kB | 32/186 kB
Progress (4): 401/928 kB | 98/185 kB | 53/424 kB | 32/186 kB
Progress (4): 409/928 kB | 98/185 kB | 53/424 kB | 32/186 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
08:28:02 Progress (4): 409/928 kB | 98/185 kB | 53/424 kB | 36/186 kB
Progress (4): 409/928 kB | 98/185 kB | 57/424 kB | 36/186 kB
Progress (4): 417/928 kB | 98/185 kB | 57/424 kB | 36/186 kB
Progress (4): 417/928 kB | 98/185 kB | 57/424 kB | 40/186 kB
Progress (4): 417/928 kB | 102/185 kB | 57/424 kB | 40/186 kB
Progress (4): 417/928 kB | 102/185 kB | 57/424 kB | 45/186 kB
Progress (4): 425/928 kB | 102/185 kB | 57/424 kB | 45/186 kB
Progress (4): 425/928 kB | 102/185 kB | 61/424 kB | 45/186 kB
Progress (4): 425/928 kB | 102/185 kB | 61/424 kB | 49/186 kB
Progress (4): 425/928 kB | 106/185 kB | 61/424 kB | 49/186 kB
Progress (4): 425/928 kB | 106/185 kB | 65/424 kB | 49/186 kB
Progress (4): 434/928 kB | 106/185 kB | 65/424 kB | 49/186 kB
Progress (4): 434/928 kB | 110/185 kB | 65/424 kB | 49/186 kB
Progress (4): 442/928 kB | 110/185 kB | 65/424 kB | 49/186 kB
Progress (5): 442/928 kB | 110/185 kB | 65/424 kB | 49/186 kB | 4.1/524 kB
Progress (5): 442/928 kB | 110/185 kB | 65/424 kB | 53/186 kB | 4.1/524 kB
Progress (5): 442/928 kB | 114/185 kB | 65/424 kB | 53/186 kB | 4.1/524 kB
Progress (5): 442/928 kB | 114/185 kB | 65/424 kB | 57/186 kB | 4.1/524 kB
Progress (5): 442/928 kB | 114/185 kB | 65/424 kB | 57/186 kB | 7.7/524 kB
Progress (5): 442/928 kB | 114/185 kB | 65/424 kB | 61/186 kB | 7.7/524 kB
Progress (5): 450/928 kB | 114/185 kB | 65/424 kB | 61/186 kB | 7.7/524 kB
Progress (5): 450/928 kB | 114/185 kB | 69/424 kB | 61/186 kB | 7.7/524 kB
Progress (5): 458/928 kB | 114/185 kB | 69/424 kB | 61/186 kB | 7.7/524 kB
Progress (5): 458/928 kB | 114/185 kB | 69/424 kB | 65/186 kB | 7.7/524 kB
Progress (5): 458/928 kB | 118/185 kB | 69/424 kB | 65/186 kB | 7.7/524 kB
Progress (5): 458/928 kB | 118/185 kB | 69/424 kB | 65/186 kB | 12/524 kB 
Progress (5): 458/928 kB | 122/185 kB | 69/424 kB | 65/186 kB | 12/524 kB
Progress (5): 458/928 kB | 122/185 kB | 73/424 kB | 65/186 kB | 12/524 kB
Progress (5): 458/928 kB | 122/185 kB | 73/424 kB | 69/186 kB | 12/524 kB
Progress (5): 458/928 kB | 126/185 kB | 73/424 kB | 69/186 kB | 12/524 kB
Progress (5): 466/928 kB | 126/185 kB | 73/424 kB | 69/186 kB | 12/524 kB
Progress (5): 466/928 kB | 126/185 kB | 73/424 kB | 69/186 kB | 16/524 kB
Progress (5): 475/928 kB | 126/185 kB | 73/424 kB | 69/186 kB | 16/524 kB
Progress (5): 475/928 kB | 131/185 kB | 73/424 kB | 69/186 kB | 16/524 kB
Progress (5): 475/928 kB | 131/185 kB | 73/424 kB | 73/186 kB | 16/524 kB
Progress (5): 475/928 kB | 131/185 kB | 77/424 kB | 73/186 kB | 16/524 kB
Progress (5): 475/928 kB | 131/185 kB | 77/424 kB | 77/186 kB | 16/524 kB
Progress (5): 475/928 kB | 135/185 kB | 77/424 kB | 77/186 kB | 16/524 kB
Progress (5): 483/928 kB | 135/185 kB | 77/424 kB | 77/186 kB | 16/524 kB
Progress (5): 483/928 kB | 135/185 kB | 77/424 kB | 77/186 kB | 20/524 kB
Progress (5): 483/928 kB | 135/185 kB | 81/424 kB | 77/186 kB | 20/524 kB
Progress (5): 483/928 kB | 135/185 kB | 81/424 kB | 77/186 kB | 24/524 kB
Progress (5): 491/928 kB | 135/185 kB | 81/424 kB | 77/186 kB | 24/524 kB
Progress (5): 491/928 kB | 139/185 kB | 81/424 kB | 77/186 kB | 24/524 kB
Progress (5): 491/928 kB | 139/185 kB | 81/424 kB | 81/186 kB | 24/524 kB
Progress (5): 491/928 kB | 139/185 kB | 85/424 kB | 81/186 kB | 24/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 24/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 28/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 32/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 36/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 40/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 45/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 49/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 53/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 57/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 61/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 65/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 69/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 73/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 77/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 81/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 85/524 kB
Progress (5): 491/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 90/524 kB
Progress (5): 499/928 kB | 143/185 kB | 85/424 kB | 81/186 kB | 90/524 kB
Progress (5): 499/928 kB | 147/185 kB | 85/424 kB | 81/186 kB | 90/524 kB
Progress (5): 499/928 kB | 147/185 kB | 90/424 kB | 81/186 kB | 90/524 kB
Progress (5): 507/928 kB | 147/185 kB | 90/424 kB | 81/186 kB | 90/524 kB
Progress (5): 507/928 kB | 147/185 kB | 90/424 kB | 81/186 kB | 94/524 kB
Progress (5): 507/928 kB | 147/185 kB | 90/424 kB | 85/186 kB | 94/524 kB
Progress (5): 507/928 kB | 147/185 kB | 90/424 kB | 85/186 kB | 98/524 kB
Progress (5): 507/928 kB | 151/185 kB | 90/424 kB | 85/186 kB | 98/524 kB
Progress (5): 507/928 kB | 151/185 kB | 94/424 kB | 85/186 kB | 98/524 kB
Progress (5): 507/928 kB | 155/185 kB | 94/424 kB | 85/186 kB | 98/524 kB
Progress (5): 516/928 kB | 155/185 kB | 94/424 kB | 85/186 kB | 98/524 kB
Progress (5): 516/928 kB | 155/185 kB | 94/424 kB | 90/186 kB | 98/524 kB
Progress (5): 524/928 kB | 155/185 kB | 94/424 kB | 90/186 kB | 98/524 kB
Progress (5): 524/928 kB | 155/185 kB | 94/424 kB | 90/186 kB | 102/524 kB
Progress (5): 524/928 kB | 159/185 kB | 94/424 kB | 90/186 kB | 102/524 kB
Progress (5): 524/928 kB | 159/185 kB | 98/424 kB | 90/186 kB | 102/524 kB
Progress (5): 524/928 kB | 163/185 kB | 98/424 kB | 90/186 kB | 102/524 kB
Progress (5): 524/928 kB | 163/185 kB | 98/424 kB | 90/186 kB | 106/524 kB
Progress (5): 524/928 kB | 163/185 kB | 98/424 kB | 94/186 kB | 106/524 kB
Progress (5): 524/928 kB | 163/185 kB | 98/424 kB | 94/186 kB | 110/524 kB
Progress (5): 532/928 kB | 163/185 kB | 98/424 kB | 94/186 kB | 110/524 kB
Progress (5): 532/928 kB | 167/185 kB | 98/424 kB | 94/186 kB | 110/524 kB
Progress (5): 532/928 kB | 167/185 kB | 98/424 kB | 94/186 kB | 114/524 kB
Progress (5): 532/928 kB | 167/185 kB | 98/424 kB | 98/186 kB | 114/524 kB
Progress (5): 532/928 kB | 167/185 kB | 102/424 kB | 98/186 kB | 114/524 kB
Progress (5): 532/928 kB | 171/185 kB | 102/424 kB | 98/186 kB | 114/524 kB
Progress (5): 540/928 kB | 171/185 kB | 102/424 kB | 98/186 kB | 114/524 kB
Progress (5): 540/928 kB | 176/185 kB | 102/424 kB | 98/186 kB | 114/524 kB
Progress (5): 540/928 kB | 176/185 kB | 102/424 kB | 98/186 kB | 118/524 kB
Progress (5): 540/928 kB | 176/185 kB | 106/424 kB | 98/186 kB | 118/524 kB
Progress (5): 540/928 kB | 176/185 kB | 106/424 kB | 98/186 kB | 122/524 kB
Progress (5): 540/928 kB | 176/185 kB | 106/424 kB | 102/186 kB | 122/524 kB
Progress (5): 540/928 kB | 180/185 kB | 106/424 kB | 102/186 kB | 122/524 kB
Progress (5): 540/928 kB | 180/185 kB | 106/424 kB | 106/186 kB | 122/524 kB
Progress (5): 540/928 kB | 180/185 kB | 106/424 kB | 106/186 kB | 126/524 kB
Progress (5): 548/928 kB | 180/185 kB | 106/424 kB | 106/186 kB | 126/524 kB
Progress (5): 548/928 kB | 180/185 kB | 110/424 kB | 106/186 kB | 126/524 kB
Progress (5): 557/928 kB | 180/185 kB | 110/424 kB | 106/186 kB | 126/524 kB
Progress (5): 557/928 kB | 180/185 kB | 110/424 kB | 106/186 kB | 131/524 kB
Progress (5): 557/928 kB | 184/185 kB | 110/424 kB | 106/186 kB | 131/524 kB
Progress (5): 557/928 kB | 184/185 kB | 110/424 kB | 110/186 kB | 131/524 kB
Progress (5): 557/928 kB | 185 kB | 110/424 kB | 110/186 kB | 131/524 kB    
Progress (5): 557/928 kB | 185 kB | 114/424 kB | 110/186 kB | 131/524 kB
Progress (5): 557/928 kB | 185 kB | 114/424 kB | 110/186 kB | 135/524 kB
Progress (5): 565/928 kB | 185 kB | 114/424 kB | 110/186 kB | 135/524 kB
Progress (5): 565/928 kB | 185 kB | 114/424 kB | 114/186 kB | 135/524 kB
Progress (5): 573/928 kB | 185 kB | 114/424 kB | 114/186 kB | 135/524 kB
Progress (5): 573/928 kB | 185 kB | 114/424 kB | 114/186 kB | 139/524 kB
Progress (5): 573/928 kB | 185 kB | 118/424 kB | 114/186 kB | 139/524 kB
Progress (5): 573/928 kB | 185 kB | 118/424 kB | 114/186 kB | 143/524 kB
Progress (5): 573/928 kB | 185 kB | 122/424 kB | 114/186 kB | 143/524 kB
Progress (5): 573/928 kB | 185 kB | 122/424 kB | 114/186 kB | 147/524 kB
Progress (5): 581/928 kB | 185 kB | 122/424 kB | 114/186 kB | 147/524 kB
Progress (5): 581/928 kB | 185 kB | 122/424 kB | 118/186 kB | 147/524 kB
Progress (5): 589/928 kB | 185 kB | 122/424 kB | 118/186 kB | 147/524 kB
Progress (5): 589/928 kB | 185 kB | 126/424 kB | 118/186 kB | 147/524 kB
Progress (5): 589/928 kB | 185 kB | 126/424 kB | 118/186 kB | 151/524 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.1/org.eclipse.tycho.surefire.junit47-1.5.1.jar (185 kB at 910 kB/s)
08:28:02 Progress (4): 589/928 kB | 126/424 kB | 122/186 kB | 151/524 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
08:28:02 Progress (4): 597/928 kB | 126/424 kB | 122/186 kB | 151/524 kB
Progress (4): 597/928 kB | 126/424 kB | 122/186 kB | 155/524 kB
Progress (4): 597/928 kB | 131/424 kB | 122/186 kB | 155/524 kB
Progress (4): 597/928 kB | 131/424 kB | 122/186 kB | 159/524 kB
Progress (4): 606/928 kB | 131/424 kB | 122/186 kB | 159/524 kB
Progress (4): 606/928 kB | 131/424 kB | 126/186 kB | 159/524 kB
Progress (4): 606/928 kB | 131/424 kB | 126/186 kB | 163/524 kB
Progress (4): 606/928 kB | 131/424 kB | 131/186 kB | 163/524 kB
Progress (4): 606/928 kB | 135/424 kB | 131/186 kB | 163/524 kB
Progress (4): 606/928 kB | 139/424 kB | 131/186 kB | 163/524 kB
Progress (4): 614/928 kB | 139/424 kB | 131/186 kB | 163/524 kB
Progress (4): 614/928 kB | 143/424 kB | 131/186 kB | 163/524 kB
Progress (4): 614/928 kB | 143/424 kB | 131/186 kB | 167/524 kB
Progress (4): 614/928 kB | 147/424 kB | 131/186 kB | 167/524 kB
Progress (4): 614/928 kB | 147/424 kB | 135/186 kB | 167/524 kB
Progress (4): 622/928 kB | 147/424 kB | 135/186 kB | 167/524 kB
Progress (5): 622/928 kB | 147/424 kB | 135/186 kB | 167/524 kB | 4.1/273 kB
Progress (5): 622/928 kB | 147/424 kB | 139/186 kB | 167/524 kB | 4.1/273 kB
Progress (5): 622/928 kB | 147/424 kB | 139/186 kB | 171/524 kB | 4.1/273 kB
Progress (5): 622/928 kB | 147/424 kB | 143/186 kB | 171/524 kB | 4.1/273 kB
Progress (5): 622/928 kB | 147/424 kB | 143/186 kB | 171/524 kB | 7.7/273 kB
Progress (5): 622/928 kB | 151/424 kB | 143/186 kB | 171/524 kB | 7.7/273 kB
Progress (5): 622/928 kB | 151/424 kB | 143/186 kB | 171/524 kB | 12/273 kB 
Progress (5): 622/928 kB | 151/424 kB | 147/186 kB | 171/524 kB | 12/273 kB
Progress (5): 630/928 kB | 151/424 kB | 147/186 kB | 171/524 kB | 12/273 kB
Progress (5): 630/928 kB | 151/424 kB | 147/186 kB | 176/524 kB | 12/273 kB
Progress (5): 638/928 kB | 151/424 kB | 147/186 kB | 176/524 kB | 12/273 kB
Progress (5): 638/928 kB | 151/424 kB | 147/186 kB | 176/524 kB | 16/273 kB
Progress (5): 638/928 kB | 155/424 kB | 147/186 kB | 176/524 kB | 16/273 kB
Progress (5): 638/928 kB | 155/424 kB | 151/186 kB | 176/524 kB | 16/273 kB
Progress (5): 647/928 kB | 155/424 kB | 151/186 kB | 176/524 kB | 16/273 kB
Progress (5): 647/928 kB | 155/424 kB | 151/186 kB | 180/524 kB | 16/273 kB
Progress (5): 655/928 kB | 155/424 kB | 151/186 kB | 180/524 kB | 16/273 kB
Progress (5): 655/928 kB | 155/424 kB | 151/186 kB | 180/524 kB | 20/273 kB
Progress (5): 655/928 kB | 155/424 kB | 155/186 kB | 180/524 kB | 20/273 kB
Progress (5): 655/928 kB | 155/424 kB | 155/186 kB | 184/524 kB | 20/273 kB
Progress (5): 655/928 kB | 159/424 kB | 155/186 kB | 184/524 kB | 20/273 kB
Progress (5): 655/928 kB | 159/424 kB | 155/186 kB | 188/524 kB | 20/273 kB
Progress (5): 655/928 kB | 159/424 kB | 159/186 kB | 188/524 kB | 20/273 kB
Progress (5): 655/928 kB | 159/424 kB | 159/186 kB | 188/524 kB | 24/273 kB
Progress (5): 655/928 kB | 159/424 kB | 163/186 kB | 188/524 kB | 24/273 kB
Progress (5): 663/928 kB | 159/424 kB | 163/186 kB | 188/524 kB | 24/273 kB
Progress (5): 663/928 kB | 159/424 kB | 163/186 kB | 192/524 kB | 24/273 kB
Progress (5): 663/928 kB | 163/424 kB | 163/186 kB | 192/524 kB | 24/273 kB
Progress (5): 663/928 kB | 163/424 kB | 163/186 kB | 196/524 kB | 24/273 kB
Progress (5): 671/928 kB | 163/424 kB | 163/186 kB | 196/524 kB | 24/273 kB
Progress (5): 671/928 kB | 163/424 kB | 163/186 kB | 196/524 kB | 28/273 kB
Progress (5): 671/928 kB | 163/424 kB | 167/186 kB | 196/524 kB | 28/273 kB
Progress (5): 671/928 kB | 167/424 kB | 167/186 kB | 196/524 kB | 28/273 kB
Progress (5): 671/928 kB | 167/424 kB | 167/186 kB | 196/524 kB | 32/273 kB
Progress (5): 671/928 kB | 171/424 kB | 167/186 kB | 196/524 kB | 32/273 kB
Progress (5): 671/928 kB | 171/424 kB | 167/186 kB | 200/524 kB | 32/273 kB
Progress (5): 671/928 kB | 171/424 kB | 171/186 kB | 200/524 kB | 32/273 kB
Progress (5): 671/928 kB | 171/424 kB | 171/186 kB | 204/524 kB | 32/273 kB
Progress (5): 671/928 kB | 176/424 kB | 171/186 kB | 204/524 kB | 32/273 kB
Progress (5): 679/928 kB | 176/424 kB | 171/186 kB | 204/524 kB | 32/273 kB
Progress (5): 679/928 kB | 180/424 kB | 171/186 kB | 204/524 kB | 32/273 kB
Progress (5): 679/928 kB | 180/424 kB | 171/186 kB | 208/524 kB | 32/273 kB
Progress (5): 679/928 kB | 180/424 kB | 171/186 kB | 208/524 kB | 36/273 kB
Progress (5): 679/928 kB | 180/424 kB | 176/186 kB | 208/524 kB | 36/273 kB
Progress (5): 679/928 kB | 180/424 kB | 176/186 kB | 208/524 kB | 40/273 kB
Progress (5): 679/928 kB | 180/424 kB | 176/186 kB | 212/524 kB | 40/273 kB
Progress (5): 688/928 kB | 180/424 kB | 176/186 kB | 212/524 kB | 40/273 kB
Progress (5): 688/928 kB | 180/424 kB | 176/186 kB | 212/524 kB | 45/273 kB
Progress (5): 688/928 kB | 180/424 kB | 180/186 kB | 212/524 kB | 45/273 kB
Progress (5): 688/928 kB | 180/424 kB | 180/186 kB | 217/524 kB | 45/273 kB
Progress (5): 688/928 kB | 184/424 kB | 180/186 kB | 217/524 kB | 45/273 kB
Progress (5): 688/928 kB | 184/424 kB | 184/186 kB | 217/524 kB | 45/273 kB
Progress (5): 688/928 kB | 184/424 kB | 184/186 kB | 221/524 kB | 45/273 kB
Progress (5): 688/928 kB | 184/424 kB | 184/186 kB | 221/524 kB | 49/273 kB
Progress (5): 688/928 kB | 184/424 kB | 184/186 kB | 225/524 kB | 49/273 kB
Progress (5): 688/928 kB | 184/424 kB | 186 kB | 225/524 kB | 49/273 kB    
Progress (5): 688/928 kB | 188/424 kB | 186 kB | 225/524 kB | 49/273 kB
Progress (5): 696/928 kB | 188/424 kB | 186 kB | 225/524 kB | 49/273 kB
Progress (5): 696/928 kB | 192/424 kB | 186 kB | 225/524 kB | 49/273 kB
Progress (5): 696/928 kB | 192/424 kB | 186 kB | 229/524 kB | 49/273 kB
Progress (5): 696/928 kB | 196/424 kB | 186 kB | 229/524 kB | 49/273 kB
Progress (5): 696/928 kB | 196/424 kB | 186 kB | 229/524 kB | 53/273 kB
Progress (5): 704/928 kB | 196/424 kB | 186 kB | 229/524 kB | 53/273 kB
Progress (5): 704/928 kB | 196/424 kB | 186 kB | 229/524 kB | 57/273 kB
Progress (5): 704/928 kB | 196/424 kB | 186 kB | 233/524 kB | 57/273 kB
Progress (5): 704/928 kB | 200/424 kB | 186 kB | 233/524 kB | 57/273 kB
Progress (5): 704/928 kB | 200/424 kB | 186 kB | 233/524 kB | 61/273 kB
Progress (5): 704/928 kB | 204/424 kB | 186 kB | 233/524 kB | 61/273 kB
Progress (5): 704/928 kB | 204/424 kB | 186 kB | 237/524 kB | 61/273 kB
Progress (5): 704/928 kB | 208/424 kB | 186 kB | 237/524 kB | 61/273 kB
Progress (5): 712/928 kB | 208/424 kB | 186 kB | 237/524 kB | 61/273 kB
Progress (5): 712/928 kB | 208/424 kB | 186 kB | 237/524 kB | 65/273 kB
Progress (5): 720/928 kB | 208/424 kB | 186 kB | 237/524 kB | 65/273 kB
Progress (5): 720/928 kB | 212/424 kB | 186 kB | 237/524 kB | 65/273 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 852 kB/s)
08:28:02 Progress (4): 720/928 kB | 212/424 kB | 241/524 kB | 65/273 kB
Progress (4): 720/928 kB | 212/424 kB | 245/524 kB | 65/273 kB
Progress (4): 720/928 kB | 212/424 kB | 249/524 kB | 65/273 kB
Progress (4): 720/928 kB | 212/424 kB | 253/524 kB | 65/273 kB
Progress (4): 720/928 kB | 212/424 kB | 258/524 kB | 65/273 kB
Progress (4): 720/928 kB | 212/424 kB | 262/524 kB | 65/273 kB
Progress (4): 720/928 kB | 212/424 kB | 266/524 kB | 65/273 kB
Progress (4): 720/928 kB | 212/424 kB | 270/524 kB | 65/273 kB
Progress (4): 720/928 kB | 212/424 kB | 274/524 kB | 65/273 kB
Progress (4): 720/928 kB | 212/424 kB | 278/524 kB | 65/273 kB
Progress (4): 720/928 kB | 212/424 kB | 282/524 kB | 65/273 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
08:28:02 Progress (4): 720/928 kB | 217/424 kB | 282/524 kB | 65/273 kB
Progress (4): 720/928 kB | 217/424 kB | 282/524 kB | 69/273 kB
Progress (4): 729/928 kB | 217/424 kB | 282/524 kB | 69/273 kB
Progress (4): 729/928 kB | 217/424 kB | 282/524 kB | 73/273 kB
Progress (4): 729/928 kB | 221/424 kB | 282/524 kB | 73/273 kB
Progress (4): 729/928 kB | 221/424 kB | 286/524 kB | 73/273 kB
Progress (4): 729/928 kB | 225/424 kB | 286/524 kB | 73/273 kB
Progress (4): 729/928 kB | 225/424 kB | 286/524 kB | 77/273 kB
Progress (4): 737/928 kB | 225/424 kB | 286/524 kB | 77/273 kB
Progress (4): 737/928 kB | 225/424 kB | 286/524 kB | 81/273 kB
Progress (4): 737/928 kB | 229/424 kB | 286/524 kB | 81/273 kB
Progress (4): 737/928 kB | 229/424 kB | 290/524 kB | 81/273 kB
Progress (4): 737/928 kB | 229/424 kB | 294/524 kB | 81/273 kB
Progress (4): 745/928 kB | 229/424 kB | 294/524 kB | 81/273 kB
Progress (4): 745/928 kB | 233/424 kB | 294/524 kB | 81/273 kB
Progress (5): 745/928 kB | 233/424 kB | 294/524 kB | 81/273 kB | 4.1/39 kB
Progress (5): 745/928 kB | 233/424 kB | 294/524 kB | 85/273 kB | 4.1/39 kB
Progress (5): 745/928 kB | 233/424 kB | 294/524 kB | 85/273 kB | 7.7/39 kB
Progress (5): 745/928 kB | 233/424 kB | 298/524 kB | 85/273 kB | 7.7/39 kB
Progress (5): 745/928 kB | 237/424 kB | 298/524 kB | 85/273 kB | 7.7/39 kB
Progress (5): 753/928 kB | 237/424 kB | 298/524 kB | 85/273 kB | 7.7/39 kB
Progress (5): 753/928 kB | 241/424 kB | 298/524 kB | 85/273 kB | 7.7/39 kB
Progress (5): 753/928 kB | 241/424 kB | 303/524 kB | 85/273 kB | 7.7/39 kB
Progress (5): 753/928 kB | 241/424 kB | 303/524 kB | 85/273 kB | 12/39 kB 
Progress (5): 753/928 kB | 241/424 kB | 303/524 kB | 90/273 kB | 12/39 kB
Progress (5): 761/928 kB | 241/424 kB | 303/524 kB | 90/273 kB | 12/39 kB
Progress (5): 761/928 kB | 241/424 kB | 303/524 kB | 90/273 kB | 16/39 kB
Progress (5): 761/928 kB | 241/424 kB | 307/524 kB | 90/273 kB | 16/39 kB
Progress (5): 761/928 kB | 245/424 kB | 307/524 kB | 90/273 kB | 16/39 kB
Progress (5): 761/928 kB | 245/424 kB | 311/524 kB | 90/273 kB | 16/39 kB
Progress (5): 770/928 kB | 245/424 kB | 311/524 kB | 90/273 kB | 16/39 kB
Progress (5): 770/928 kB | 245/424 kB | 311/524 kB | 94/273 kB | 16/39 kB
Progress (5): 770/928 kB | 245/424 kB | 311/524 kB | 94/273 kB | 20/39 kB
Progress (5): 770/928 kB | 249/424 kB | 311/524 kB | 94/273 kB | 20/39 kB
Progress (5): 770/928 kB | 249/424 kB | 311/524 kB | 98/273 kB | 20/39 kB
Progress (5): 778/928 kB | 249/424 kB | 311/524 kB | 98/273 kB | 20/39 kB
Progress (5): 778/928 kB | 253/424 kB | 311/524 kB | 98/273 kB | 20/39 kB
Progress (5): 778/928 kB | 253/424 kB | 315/524 kB | 98/273 kB | 20/39 kB
Progress (5): 778/928 kB | 253/424 kB | 315/524 kB | 98/273 kB | 24/39 kB
Progress (5): 778/928 kB | 253/424 kB | 315/524 kB | 102/273 kB | 24/39 kB
Progress (5): 778/928 kB | 253/424 kB | 319/524 kB | 102/273 kB | 24/39 kB
Progress (5): 778/928 kB | 258/424 kB | 319/524 kB | 102/273 kB | 24/39 kB
Progress (5): 786/928 kB | 258/424 kB | 319/524 kB | 102/273 kB | 24/39 kB
Progress (5): 786/928 kB | 262/424 kB | 319/524 kB | 102/273 kB | 24/39 kB
Progress (5): 786/928 kB | 262/424 kB | 323/524 kB | 102/273 kB | 24/39 kB
Progress (5): 786/928 kB | 262/424 kB | 323/524 kB | 106/273 kB | 24/39 kB
Progress (5): 786/928 kB | 262/424 kB | 323/524 kB | 106/273 kB | 28/39 kB
Progress (5): 786/928 kB | 262/424 kB | 323/524 kB | 110/273 kB | 28/39 kB
Progress (5): 786/928 kB | 262/424 kB | 327/524 kB | 110/273 kB | 28/39 kB
Progress (5): 786/928 kB | 262/424 kB | 327/524 kB | 114/273 kB | 28/39 kB
Progress (5): 786/928 kB | 266/424 kB | 327/524 kB | 114/273 kB | 28/39 kB
Progress (5): 786/928 kB | 266/424 kB | 327/524 kB | 114/273 kB | 32/39 kB
Progress (5): 794/928 kB | 266/424 kB | 327/524 kB | 114/273 kB | 32/39 kB
Progress (5): 794/928 kB | 266/424 kB | 331/524 kB | 114/273 kB | 32/39 kB
Progress (5): 794/928 kB | 270/424 kB | 331/524 kB | 114/273 kB | 32/39 kB
Progress (5): 794/928 kB | 270/424 kB | 335/524 kB | 114/273 kB | 32/39 kB
Progress (5): 794/928 kB | 270/424 kB | 335/524 kB | 114/273 kB | 36/39 kB
Progress (5): 802/928 kB | 270/424 kB | 335/524 kB | 114/273 kB | 36/39 kB
Progress (5): 802/928 kB | 270/424 kB | 335/524 kB | 118/273 kB | 36/39 kB
Progress (5): 802/928 kB | 270/424 kB | 335/524 kB | 118/273 kB | 39 kB   
Progress (5): 802/928 kB | 270/424 kB | 339/524 kB | 118/273 kB | 39 kB
Progress (5): 802/928 kB | 274/424 kB | 339/524 kB | 118/273 kB | 39 kB
Progress (5): 810/928 kB | 274/424 kB | 339/524 kB | 118/273 kB | 39 kB
Progress (5): 810/928 kB | 274/424 kB | 344/524 kB | 118/273 kB | 39 kB
Progress (5): 810/928 kB | 274/424 kB | 344/524 kB | 122/273 kB | 39 kB
Progress (5): 819/928 kB | 274/424 kB | 344/524 kB | 122/273 kB | 39 kB
Progress (5): 819/928 kB | 278/424 kB | 344/524 kB | 122/273 kB | 39 kB
Progress (5): 819/928 kB | 278/424 kB | 344/524 kB | 126/273 kB | 39 kB
Progress (5): 819/928 kB | 278/424 kB | 348/524 kB | 126/273 kB | 39 kB
Progress (5): 819/928 kB | 278/424 kB | 348/524 kB | 131/273 kB | 39 kB
Progress (5): 827/928 kB | 278/424 kB | 348/524 kB | 131/273 kB | 39 kB
Progress (5): 827/928 kB | 278/424 kB | 352/524 kB | 131/273 kB | 39 kB
Progress (5): 835/928 kB | 278/424 kB | 352/524 kB | 131/273 kB | 39 kB
Progress (5): 835/928 kB | 282/424 kB | 352/524 kB | 131/273 kB | 39 kB
Progress (5): 835/928 kB | 282/424 kB | 352/524 kB | 135/273 kB | 39 kB
Progress (5): 835/928 kB | 282/424 kB | 356/524 kB | 135/273 kB | 39 kB
Progress (5): 835/928 kB | 282/424 kB | 356/524 kB | 139/273 kB | 39 kB
Progress (5): 835/928 kB | 286/424 kB | 356/524 kB | 139/273 kB | 39 kB
Progress (5): 835/928 kB | 286/424 kB | 356/524 kB | 143/273 kB | 39 kB
Progress (5): 843/928 kB | 286/424 kB | 356/524 kB | 143/273 kB | 39 kB
Progress (5): 843/928 kB | 286/424 kB | 360/524 kB | 143/273 kB | 39 kB
Progress (5): 851/928 kB | 286/424 kB | 360/524 kB | 143/273 kB | 39 kB
Progress (5): 851/928 kB | 286/424 kB | 360/524 kB | 147/273 kB | 39 kB
Progress (5): 851/928 kB | 290/424 kB | 360/524 kB | 147/273 kB | 39 kB
Progress (5): 851/928 kB | 290/424 kB | 364/524 kB | 147/273 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 128 kB/s)
08:28:02 Progress (4): 851/928 kB | 290/424 kB | 364/524 kB | 151/273 kB
Progress (4): 860/928 kB | 290/424 kB | 364/524 kB | 151/273 kB
Progress (4): 860/928 kB | 290/424 kB | 368/524 kB | 151/273 kB
Progress (4): 860/928 kB | 294/424 kB | 368/524 kB | 151/273 kB
Progress (4): 860/928 kB | 294/424 kB | 372/524 kB | 151/273 kB
Progress (4): 868/928 kB | 294/424 kB | 372/524 kB | 151/273 kB
Progress (4): 868/928 kB | 294/424 kB | 372/524 kB | 155/273 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
08:28:02 Progress (4): 876/928 kB | 294/424 kB | 372/524 kB | 155/273 kB
Progress (4): 876/928 kB | 298/424 kB | 372/524 kB | 155/273 kB
Progress (4): 876/928 kB | 298/424 kB | 372/524 kB | 159/273 kB
Progress (4): 876/928 kB | 298/424 kB | 376/524 kB | 159/273 kB
Progress (4): 876/928 kB | 298/424 kB | 376/524 kB | 163/273 kB
Progress (4): 876/928 kB | 303/424 kB | 376/524 kB | 163/273 kB
Progress (4): 884/928 kB | 303/424 kB | 376/524 kB | 163/273 kB
Progress (4): 884/928 kB | 303/424 kB | 380/524 kB | 163/273 kB
Progress (4): 884/928 kB | 307/424 kB | 380/524 kB | 163/273 kB
Progress (4): 884/928 kB | 307/424 kB | 384/524 kB | 163/273 kB
Progress (4): 884/928 kB | 311/424 kB | 384/524 kB | 163/273 kB
Progress (4): 884/928 kB | 311/424 kB | 389/524 kB | 163/273 kB
Progress (4): 884/928 kB | 311/424 kB | 389/524 kB | 167/273 kB
Progress (5): 884/928 kB | 311/424 kB | 389/524 kB | 167/273 kB | 4.1/194 kB
Progress (5): 892/928 kB | 311/424 kB | 389/524 kB | 167/273 kB | 4.1/194 kB
Progress (5): 892/928 kB | 311/424 kB | 393/524 kB | 167/273 kB | 4.1/194 kB
Progress (5): 901/928 kB | 311/424 kB | 393/524 kB | 167/273 kB | 4.1/194 kB
Progress (5): 901/928 kB | 315/424 kB | 393/524 kB | 167/273 kB | 4.1/194 kB
Progress (5): 901/928 kB | 315/424 kB | 393/524 kB | 167/273 kB | 7.7/194 kB
Progress (5): 901/928 kB | 315/424 kB | 393/524 kB | 171/273 kB | 7.7/194 kB
Progress (5): 909/928 kB | 315/424 kB | 393/524 kB | 171/273 kB | 7.7/194 kB
Progress (5): 909/928 kB | 315/424 kB | 393/524 kB | 171/273 kB | 12/194 kB 
Progress (5): 909/928 kB | 315/424 kB | 397/524 kB | 171/273 kB | 12/194 kB
Progress (5): 909/928 kB | 319/424 kB | 397/524 kB | 171/273 kB | 12/194 kB
Progress (5): 909/928 kB | 319/424 kB | 401/524 kB | 171/273 kB | 12/194 kB
Progress (5): 909/928 kB | 319/424 kB | 401/524 kB | 171/273 kB | 16/194 kB
Progress (5): 917/928 kB | 319/424 kB | 401/524 kB | 171/273 kB | 16/194 kB
Progress (5): 917/928 kB | 319/424 kB | 401/524 kB | 176/273 kB | 16/194 kB
Progress (5): 917/928 kB | 319/424 kB | 405/524 kB | 176/273 kB | 16/194 kB
Progress (5): 917/928 kB | 323/424 kB | 405/524 kB | 176/273 kB | 16/194 kB
Progress (5): 917/928 kB | 323/424 kB | 405/524 kB | 176/273 kB | 20/194 kB
Progress (5): 925/928 kB | 323/424 kB | 405/524 kB | 176/273 kB | 20/194 kB
Progress (5): 925/928 kB | 323/424 kB | 409/524 kB | 176/273 kB | 20/194 kB
Progress (5): 925/928 kB | 323/424 kB | 409/524 kB | 180/273 kB | 20/194 kB
Progress (5): 928 kB | 323/424 kB | 409/524 kB | 180/273 kB | 20/194 kB    
Progress (5): 928 kB | 323/424 kB | 409/524 kB | 180/273 kB | 24/194 kB
Progress (5): 928 kB | 327/424 kB | 409/524 kB | 180/273 kB | 24/194 kB
Progress (5): 928 kB | 327/424 kB | 413/524 kB | 180/273 kB | 24/194 kB
Progress (5): 928 kB | 327/424 kB | 413/524 kB | 180/273 kB | 28/194 kB
Progress (5): 928 kB | 327/424 kB | 413/524 kB | 184/273 kB | 28/194 kB
Progress (5): 928 kB | 327/424 kB | 417/524 kB | 184/273 kB | 28/194 kB
Progress (5): 928 kB | 327/424 kB | 417/524 kB | 188/273 kB | 28/194 kB
Progress (5): 928 kB | 331/424 kB | 417/524 kB | 188/273 kB | 28/194 kB
Progress (5): 928 kB | 331/424 kB | 417/524 kB | 188/273 kB | 32/194 kB
Progress (5): 928 kB | 335/424 kB | 417/524 kB | 188/273 kB | 32/194 kB
Progress (5): 928 kB | 335/424 kB | 417/524 kB | 192/273 kB | 32/194 kB
Progress (5): 928 kB | 335/424 kB | 421/524 kB | 192/273 kB | 32/194 kB
Progress (5): 928 kB | 335/424 kB | 421/524 kB | 196/273 kB | 32/194 kB
Progress (5): 928 kB | 339/424 kB | 421/524 kB | 196/273 kB | 32/194 kB
Progress (5): 928 kB | 339/424 kB | 421/524 kB | 196/273 kB | 36/194 kB
Progress (5): 928 kB | 339/424 kB | 425/524 kB | 196/273 kB | 36/194 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.1/org.eclipse.tycho.surefire.osgibooter-1.5.1.jar (928 kB at 2.9 MB/s)
08:28:02 Progress (4): 339/424 kB | 425/524 kB | 200/273 kB | 36/194 kB
Progress (4): 339/424 kB | 425/524 kB | 200/273 kB | 40/194 kB
Progress (4): 344/424 kB | 425/524 kB | 200/273 kB | 40/194 kB
Progress (4): 344/424 kB | 425/524 kB | 200/273 kB | 45/194 kB
Progress (4): 344/424 kB | 425/524 kB | 204/273 kB | 45/194 kB
Progress (4): 344/424 kB | 430/524 kB | 204/273 kB | 45/194 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
08:28:02 Progress (4): 348/424 kB | 430/524 kB | 204/273 kB | 45/194 kB
Progress (4): 348/424 kB | 434/524 kB | 204/273 kB | 45/194 kB
Progress (4): 348/424 kB | 434/524 kB | 208/273 kB | 45/194 kB
Progress (4): 348/424 kB | 434/524 kB | 208/273 kB | 49/194 kB
Progress (4): 348/424 kB | 434/524 kB | 212/273 kB | 49/194 kB
Progress (4): 348/424 kB | 438/524 kB | 212/273 kB | 49/194 kB
Progress (4): 352/424 kB | 438/524 kB | 212/273 kB | 49/194 kB
Progress (4): 352/424 kB | 442/524 kB | 212/273 kB | 49/194 kB
Progress (4): 352/424 kB | 442/524 kB | 212/273 kB | 53/194 kB
Progress (4): 356/424 kB | 442/524 kB | 212/273 kB | 53/194 kB
Progress (4): 356/424 kB | 442/524 kB | 212/273 kB | 57/194 kB
Progress (4): 356/424 kB | 442/524 kB | 217/273 kB | 57/194 kB
Progress (4): 356/424 kB | 446/524 kB | 217/273 kB | 57/194 kB
Progress (4): 356/424 kB | 446/524 kB | 217/273 kB | 61/194 kB
Progress (5): 356/424 kB | 446/524 kB | 217/273 kB | 61/194 kB | 4.1/38 kB
Progress (5): 360/424 kB | 446/524 kB | 217/273 kB | 61/194 kB | 4.1/38 kB
Progress (5): 360/424 kB | 446/524 kB | 217/273 kB | 61/194 kB | 7.7/38 kB
Progress (5): 360/424 kB | 446/524 kB | 217/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 360/424 kB | 450/524 kB | 217/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 360/424 kB | 450/524 kB | 221/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 360/424 kB | 454/524 kB | 221/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 364/424 kB | 454/524 kB | 221/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 364/424 kB | 454/524 kB | 221/273 kB | 65/194 kB | 12/38 kB 
Progress (5): 368/424 kB | 454/524 kB | 221/273 kB | 65/194 kB | 12/38 kB
Progress (5): 368/424 kB | 458/524 kB | 221/273 kB | 65/194 kB | 12/38 kB
Progress (5): 368/424 kB | 458/524 kB | 221/273 kB | 69/194 kB | 12/38 kB
Progress (5): 368/424 kB | 458/524 kB | 225/273 kB | 69/194 kB | 12/38 kB
Progress (5): 368/424 kB | 458/524 kB | 225/273 kB | 73/194 kB | 12/38 kB
Progress (5): 368/424 kB | 462/524 kB | 225/273 kB | 73/194 kB | 12/38 kB
Progress (5): 372/424 kB | 462/524 kB | 225/273 kB | 73/194 kB | 12/38 kB
Progress (5): 372/424 kB | 462/524 kB | 225/273 kB | 73/194 kB | 16/38 kB
Progress (5): 376/424 kB | 462/524 kB | 225/273 kB | 73/194 kB | 16/38 kB
Progress (5): 376/424 kB | 466/524 kB | 225/273 kB | 73/194 kB | 16/38 kB
Progress (5): 376/424 kB | 466/524 kB | 225/273 kB | 77/194 kB | 16/38 kB
Progress (5): 376/424 kB | 466/524 kB | 229/273 kB | 77/194 kB | 16/38 kB
Progress (5): 376/424 kB | 466/524 kB | 229/273 kB | 81/194 kB | 16/38 kB
Progress (5): 376/424 kB | 466/524 kB | 229/273 kB | 81/194 kB | 20/38 kB
Progress (5): 376/424 kB | 471/524 kB | 229/273 kB | 81/194 kB | 20/38 kB
Progress (5): 376/424 kB | 471/524 kB | 229/273 kB | 81/194 kB | 24/38 kB
Progress (5): 380/424 kB | 471/524 kB | 229/273 kB | 81/194 kB | 24/38 kB
Progress (5): 380/424 kB | 471/524 kB | 229/273 kB | 81/194 kB | 28/38 kB
Progress (5): 380/424 kB | 471/524 kB | 229/273 kB | 85/194 kB | 28/38 kB
Progress (5): 380/424 kB | 471/524 kB | 233/273 kB | 85/194 kB | 28/38 kB
Progress (5): 380/424 kB | 475/524 kB | 233/273 kB | 85/194 kB | 28/38 kB
Progress (5): 380/424 kB | 475/524 kB | 237/273 kB | 85/194 kB | 28/38 kB
Progress (5): 380/424 kB | 475/524 kB | 237/273 kB | 90/194 kB | 28/38 kB
Progress (5): 380/424 kB | 475/524 kB | 237/273 kB | 90/194 kB | 32/38 kB
Progress (5): 384/424 kB | 475/524 kB | 237/273 kB | 90/194 kB | 32/38 kB
Progress (5): 384/424 kB | 479/524 kB | 237/273 kB | 90/194 kB | 32/38 kB
Progress (5): 384/424 kB | 479/524 kB | 237/273 kB | 94/194 kB | 32/38 kB
Progress (5): 384/424 kB | 479/524 kB | 241/273 kB | 94/194 kB | 32/38 kB
Progress (5): 384/424 kB | 479/524 kB | 241/273 kB | 98/194 kB | 32/38 kB
Progress (5): 384/424 kB | 483/524 kB | 241/273 kB | 98/194 kB | 32/38 kB
Progress (5): 389/424 kB | 483/524 kB | 241/273 kB | 98/194 kB | 32/38 kB
Progress (5): 389/424 kB | 483/524 kB | 241/273 kB | 98/194 kB | 36/38 kB
Progress (5): 389/424 kB | 483/524 kB | 241/273 kB | 102/194 kB | 36/38 kB
Progress (5): 393/424 kB | 483/524 kB | 241/273 kB | 102/194 kB | 36/38 kB
Progress (5): 393/424 kB | 487/524 kB | 241/273 kB | 102/194 kB | 36/38 kB
Progress (5): 393/424 kB | 487/524 kB | 245/273 kB | 102/194 kB | 36/38 kB
Progress (5): 393/424 kB | 491/524 kB | 245/273 kB | 102/194 kB | 36/38 kB
Progress (5): 393/424 kB | 491/524 kB | 245/273 kB | 106/194 kB | 36/38 kB
Progress (5): 393/424 kB | 491/524 kB | 245/273 kB | 106/194 kB | 38 kB   
Progress (5): 393/424 kB | 491/524 kB | 245/273 kB | 110/194 kB | 38 kB
Progress (5): 393/424 kB | 495/524 kB | 245/273 kB | 110/194 kB | 38 kB
Progress (5): 397/424 kB | 495/524 kB | 245/273 kB | 110/194 kB | 38 kB
Progress (5): 397/424 kB | 499/524 kB | 245/273 kB | 110/194 kB | 38 kB
Progress (5): 397/424 kB | 499/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 397/424 kB | 499/524 kB | 249/273 kB | 114/194 kB | 38 kB
Progress (5): 397/424 kB | 503/524 kB | 249/273 kB | 114/194 kB | 38 kB
Progress (5): 401/424 kB | 503/524 kB | 249/273 kB | 114/194 kB | 38 kB
Progress (5): 401/424 kB | 503/524 kB | 249/273 kB | 118/194 kB | 38 kB
Progress (5): 401/424 kB | 507/524 kB | 249/273 kB | 118/194 kB | 38 kB
Progress (5): 401/424 kB | 507/524 kB | 253/273 kB | 118/194 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 92 kB/s)
08:28:02 Progress (4): 401/424 kB | 507/524 kB | 253/273 kB | 122/194 kB
Progress (4): 405/424 kB | 507/524 kB | 253/273 kB | 122/194 kB
Progress (4): 405/424 kB | 507/524 kB | 253/273 kB | 126/194 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
08:28:02 Progress (4): 405/424 kB | 511/524 kB | 253/273 kB | 126/194 kB
Progress (4): 405/424 kB | 511/524 kB | 258/273 kB | 126/194 kB
Progress (4): 405/424 kB | 516/524 kB | 258/273 kB | 126/194 kB
Progress (4): 405/424 kB | 520/524 kB | 258/273 kB | 126/194 kB
Progress (4): 405/424 kB | 520/524 kB | 258/273 kB | 131/194 kB
Progress (4): 409/424 kB | 520/524 kB | 258/273 kB | 131/194 kB
Progress (4): 409/424 kB | 524/524 kB | 258/273 kB | 131/194 kB
Progress (4): 409/424 kB | 524/524 kB | 262/273 kB | 131/194 kB
Progress (4): 409/424 kB | 524 kB | 262/273 kB | 131/194 kB    
Progress (4): 409/424 kB | 524 kB | 262/273 kB | 135/194 kB
Progress (4): 413/424 kB | 524 kB | 262/273 kB | 135/194 kB
Progress (4): 413/424 kB | 524 kB | 262/273 kB | 139/194 kB
Progress (4): 417/424 kB | 524 kB | 262/273 kB | 139/194 kB
Progress (4): 417/424 kB | 524 kB | 262/273 kB | 143/194 kB
Progress (4): 417/424 kB | 524 kB | 266/273 kB | 143/194 kB
Progress (4): 417/424 kB | 524 kB | 266/273 kB | 147/194 kB
Progress (4): 421/424 kB | 524 kB | 266/273 kB | 147/194 kB
Progress (5): 421/424 kB | 524 kB | 266/273 kB | 147/194 kB | 4.1/156 kB
Progress (5): 421/424 kB | 524 kB | 270/273 kB | 147/194 kB | 4.1/156 kB
Progress (5): 421/424 kB | 524 kB | 270/273 kB | 147/194 kB | 7.7/156 kB
Progress (5): 424 kB | 524 kB | 270/273 kB | 147/194 kB | 7.7/156 kB    
Progress (5): 424 kB | 524 kB | 270/273 kB | 147/194 kB | 12/156 kB 
Progress (5): 424 kB | 524 kB | 270/273 kB | 151/194 kB | 12/156 kB
Progress (5): 424 kB | 524 kB | 273 kB | 151/194 kB | 12/156 kB    
Progress (5): 424 kB | 524 kB | 273 kB | 155/194 kB | 12/156 kB
Progress (5): 424 kB | 524 kB | 273 kB | 155/194 kB | 16/156 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 1.3 MB/s)
08:28:02 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
08:28:02 Progress (4): 424 kB | 273 kB | 159/194 kB | 16/156 kB
Progress (4): 424 kB | 273 kB | 159/194 kB | 20/156 kB
Progress (4): 424 kB | 273 kB | 163/194 kB | 20/156 kB
Progress (4): 424 kB | 273 kB | 163/194 kB | 24/156 kB
Progress (4): 424 kB | 273 kB | 163/194 kB | 28/156 kB
Progress (4): 424 kB | 273 kB | 163/194 kB | 32/156 kB
Progress (4): 424 kB | 273 kB | 167/194 kB | 32/156 kB
Progress (4): 424 kB | 273 kB | 171/194 kB | 32/156 kB
Progress (4): 424 kB | 273 kB | 176/194 kB | 32/156 kB
Progress (4): 424 kB | 273 kB | 176/194 kB | 36/156 kB
Progress (4): 424 kB | 273 kB | 180/194 kB | 36/156 kB
Progress (4): 424 kB | 273 kB | 180/194 kB | 40/156 kB
Progress (5): 424 kB | 273 kB | 180/194 kB | 40/156 kB | 4.1/35 kB
Progress (5): 424 kB | 273 kB | 180/194 kB | 45/156 kB | 4.1/35 kB
Progress (5): 424 kB | 273 kB | 180/194 kB | 45/156 kB | 7.7/35 kB
Progress (5): 424 kB | 273 kB | 184/194 kB | 45/156 kB | 7.7/35 kB
Progress (5): 424 kB | 273 kB | 184/194 kB | 49/156 kB | 7.7/35 kB
Progress (5): 424 kB | 273 kB | 188/194 kB | 49/156 kB | 7.7/35 kB
Progress (5): 424 kB | 273 kB | 188/194 kB | 49/156 kB | 12/35 kB 
Progress (5): 424 kB | 273 kB | 192/194 kB | 49/156 kB | 12/35 kB
Progress (5): 424 kB | 273 kB | 192/194 kB | 49/156 kB | 16/35 kB
Progress (5): 424 kB | 273 kB | 192/194 kB | 53/156 kB | 16/35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 53/156 kB | 16/35 kB    
Progress (5): 424 kB | 273 kB | 194 kB | 57/156 kB | 16/35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 61/156 kB | 16/35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 61/156 kB | 20/35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 65/156 kB | 20/35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 65/156 kB | 24/35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 65/156 kB | 28/35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 65/156 kB | 32/35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 69/156 kB | 32/35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 69/156 kB | 35 kB   
Progress (5): 424 kB | 273 kB | 194 kB | 73/156 kB | 35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 77/156 kB | 35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 81/156 kB | 35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 85/156 kB | 35 kB
Progress (5): 424 kB | 273 kB | 194 kB | 90/156 kB | 35 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 84 kB/s)
08:28:02 Progress (4): 424 kB | 273 kB | 194 kB | 94/156 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
08:28:02 Progress (4): 424 kB | 273 kB | 194 kB | 98/156 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.1/org.eclipse.tycho.surefire.junit5-1.5.1.jar (424 kB at 1.0 MB/s)
08:28:02 Progress (3): 273 kB | 194 kB | 102/156 kB
Progress (3): 273 kB | 194 kB | 106/156 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 556 kB/s)
08:28:02 Progress (2): 194 kB | 110/156 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
08:28:02 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 394 kB/s)
08:28:02 Progress (1): 114/156 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
08:28:02 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
08:28:02 Progress (1): 118/156 kB
Progress (1): 122/156 kB
Progress (1): 126/156 kB
Progress (1): 131/156 kB
Progress (2): 131/156 kB | 4.1/68 kB
Progress (2): 135/156 kB | 4.1/68 kB
Progress (2): 135/156 kB | 7.7/68 kB
Progress (2): 139/156 kB | 7.7/68 kB
Progress (2): 139/156 kB | 12/68 kB 
Progress (2): 143/156 kB | 12/68 kB
Progress (2): 143/156 kB | 16/68 kB
Progress (2): 147/156 kB | 16/68 kB
Progress (3): 147/156 kB | 16/68 kB | 4.1/30 kB
Progress (4): 147/156 kB | 16/68 kB | 4.1/30 kB | 4.1/332 kB
Progress (4): 147/156 kB | 16/68 kB | 7.7/30 kB | 4.1/332 kB
Progress (4): 147/156 kB | 16/68 kB | 7.7/30 kB | 7.7/332 kB
Progress (4): 151/156 kB | 16/68 kB | 7.7/30 kB | 7.7/332 kB
Progress (4): 151/156 kB | 16/68 kB | 7.7/30 kB | 12/332 kB 
Progress (4): 151/156 kB | 20/68 kB | 7.7/30 kB | 12/332 kB
Progress (4): 151/156 kB | 20/68 kB | 12/30 kB | 12/332 kB 
Progress (4): 151/156 kB | 24/68 kB | 12/30 kB | 12/332 kB
Progress (4): 151/156 kB | 24/68 kB | 12/30 kB | 16/332 kB
Progress (4): 155/156 kB | 24/68 kB | 12/30 kB | 16/332 kB
Progress (5): 155/156 kB | 24/68 kB | 12/30 kB | 16/332 kB | 4.1/38 kB
Progress (5): 155/156 kB | 28/68 kB | 12/30 kB | 16/332 kB | 4.1/38 kB
Progress (5): 155/156 kB | 28/68 kB | 16/30 kB | 16/332 kB | 4.1/38 kB
Progress (5): 155/156 kB | 28/68 kB | 16/30 kB | 20/332 kB | 4.1/38 kB
Progress (5): 155/156 kB | 32/68 kB | 16/30 kB | 20/332 kB | 4.1/38 kB
Progress (5): 155/156 kB | 32/68 kB | 16/30 kB | 20/332 kB | 7.7/38 kB
Progress (5): 155/156 kB | 32/68 kB | 20/30 kB | 20/332 kB | 7.7/38 kB
Progress (5): 156 kB | 32/68 kB | 20/30 kB | 20/332 kB | 7.7/38 kB    
Progress (5): 156 kB | 32/68 kB | 24/30 kB | 20/332 kB | 7.7/38 kB
Progress (5): 156 kB | 32/68 kB | 24/30 kB | 20/332 kB | 12/38 kB 
Progress (5): 156 kB | 32/68 kB | 24/30 kB | 24/332 kB | 12/38 kB
Progress (5): 156 kB | 32/68 kB | 24/30 kB | 24/332 kB | 16/38 kB
Progress (5): 156 kB | 32/68 kB | 28/30 kB | 24/332 kB | 16/38 kB
Progress (5): 156 kB | 36/68 kB | 28/30 kB | 24/332 kB | 16/38 kB
Progress (5): 156 kB | 36/68 kB | 30 kB | 24/332 kB | 16/38 kB   
Progress (5): 156 kB | 36/68 kB | 30 kB | 28/332 kB | 16/38 kB
Progress (5): 156 kB | 40/68 kB | 30 kB | 28/332 kB | 16/38 kB
Progress (5): 156 kB | 40/68 kB | 30 kB | 32/332 kB | 16/38 kB
Progress (5): 156 kB | 40/68 kB | 30 kB | 32/332 kB | 20/38 kB
Progress (5): 156 kB | 40/68 kB | 30 kB | 36/332 kB | 20/38 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 311 kB/s)
08:28:02 Progress (4): 45/68 kB | 30 kB | 36/332 kB | 20/38 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
08:28:02 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 59 kB/s)
08:28:02 Progress (3): 45/68 kB | 40/332 kB | 20/38 kB
Progress (3): 45/68 kB | 40/332 kB | 24/38 kB
Progress (3): 45/68 kB | 45/332 kB | 24/38 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
08:28:02 Progress (3): 49/68 kB | 45/332 kB | 24/38 kB
Progress (3): 49/68 kB | 49/332 kB | 24/38 kB
Progress (3): 49/68 kB | 49/332 kB | 28/38 kB
Progress (3): 49/68 kB | 49/332 kB | 32/38 kB
Progress (4): 49/68 kB | 49/332 kB | 32/38 kB | 4.1/35 kB
Progress (4): 49/68 kB | 49/332 kB | 36/38 kB | 4.1/35 kB
Progress (4): 49/68 kB | 53/332 kB | 36/38 kB | 4.1/35 kB
Progress (4): 53/68 kB | 53/332 kB | 36/38 kB | 4.1/35 kB
Progress (4): 53/68 kB | 57/332 kB | 36/38 kB | 4.1/35 kB
Progress (4): 53/68 kB | 57/332 kB | 38 kB | 4.1/35 kB   
Progress (4): 53/68 kB | 57/332 kB | 38 kB | 7.7/35 kB
Progress (4): 53/68 kB | 61/332 kB | 38 kB | 7.7/35 kB
Progress (4): 57/68 kB | 61/332 kB | 38 kB | 7.7/35 kB
Progress (5): 57/68 kB | 61/332 kB | 38 kB | 7.7/35 kB | 4.1/108 kB
Progress (5): 57/68 kB | 65/332 kB | 38 kB | 7.7/35 kB | 4.1/108 kB
Progress (5): 57/68 kB | 65/332 kB | 38 kB | 12/35 kB | 4.1/108 kB 
Progress (5): 57/68 kB | 65/332 kB | 38 kB | 12/35 kB | 7.7/108 kB
Progress (5): 61/68 kB | 65/332 kB | 38 kB | 12/35 kB | 7.7/108 kB
Progress (5): 61/68 kB | 65/332 kB | 38 kB | 12/35 kB | 12/108 kB 
Progress (5): 61/68 kB | 65/332 kB | 38 kB | 16/35 kB | 12/108 kB
Progress (5): 61/68 kB | 65/332 kB | 38 kB | 16/35 kB | 16/108 kB
Progress (5): 65/68 kB | 65/332 kB | 38 kB | 16/35 kB | 16/108 kB
Progress (5): 65/68 kB | 69/332 kB | 38 kB | 16/35 kB | 16/108 kB
Progress (5): 68 kB | 69/332 kB | 38 kB | 16/35 kB | 16/108 kB   
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 74 kB/s)
08:28:02 Progress (4): 68 kB | 69/332 kB | 16/35 kB | 20/108 kB
Progress (4): 68 kB | 69/332 kB | 20/35 kB | 20/108 kB
Progress (4): 68 kB | 73/332 kB | 20/35 kB | 20/108 kB
Progress (4): 68 kB | 73/332 kB | 24/35 kB | 20/108 kB
Progress (4): 68 kB | 73/332 kB | 24/35 kB | 24/108 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
08:28:02 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 132 kB/s)
08:28:02 Progress (3): 73/332 kB | 24/35 kB | 28/108 kB
Progress (3): 73/332 kB | 28/35 kB | 28/108 kB
Progress (3): 77/332 kB | 28/35 kB | 28/108 kB
Progress (3): 77/332 kB | 32/35 kB | 28/108 kB
Progress (3): 77/332 kB | 32/35 kB | 32/108 kB
Progress (3): 81/332 kB | 32/35 kB | 32/108 kB
Progress (3): 81/332 kB | 35 kB | 32/108 kB   
Progress (3): 81/332 kB | 35 kB | 36/108 kB
Progress (3): 85/332 kB | 35 kB | 36/108 kB
Progress (3): 85/332 kB | 35 kB | 40/108 kB
Progress (3): 90/332 kB | 35 kB | 40/108 kB
Progress (3): 90/332 kB | 35 kB | 45/108 kB
Progress (3): 94/332 kB | 35 kB | 45/108 kB
Progress (3): 94/332 kB | 35 kB | 49/108 kB
Progress (3): 98/332 kB | 35 kB | 49/108 kB
Progress (4): 98/332 kB | 35 kB | 49/108 kB | 4.1/315 kB
Progress (4): 98/332 kB | 35 kB | 53/108 kB | 4.1/315 kB
Progress (4): 98/332 kB | 35 kB | 53/108 kB | 7.7/315 kB
Progress (4): 102/332 kB | 35 kB | 53/108 kB | 7.7/315 kB
Progress (4): 102/332 kB | 35 kB | 53/108 kB | 12/315 kB 
Progress (4): 102/332 kB | 35 kB | 57/108 kB | 12/315 kB
Progress (4): 102/332 kB | 35 kB | 57/108 kB | 16/315 kB
Progress (4): 106/332 kB | 35 kB | 57/108 kB | 16/315 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 68 kB/s)
08:28:02 Progress (3): 106/332 kB | 61/108 kB | 16/315 kB
Progress (3): 106/332 kB | 61/108 kB | 20/315 kB
Progress (3): 110/332 kB | 61/108 kB | 20/315 kB
Progress (3): 110/332 kB | 61/108 kB | 24/315 kB
Progress (3): 110/332 kB | 65/108 kB | 24/315 kB
Progress (3): 110/332 kB | 65/108 kB | 28/315 kB
Progress (3): 114/332 kB | 65/108 kB | 28/315 kB
Progress (3): 114/332 kB | 65/108 kB | 32/315 kB
Progress (3): 114/332 kB | 69/108 kB | 32/315 kB
Progress (3): 114/332 kB | 73/108 kB | 32/315 kB
Progress (3): 118/332 kB | 73/108 kB | 32/315 kB
Progress (3): 118/332 kB | 77/108 kB | 32/315 kB
Progress (3): 122/332 kB | 77/108 kB | 32/315 kB
Progress (3): 122/332 kB | 77/108 kB | 36/315 kB
Progress (3): 126/332 kB | 77/108 kB | 36/315 kB
Progress (3): 126/332 kB | 81/108 kB | 36/315 kB
Progress (3): 131/332 kB | 81/108 kB | 36/315 kB
Progress (3): 131/332 kB | 81/108 kB | 40/315 kB
Progress (3): 131/332 kB | 81/108 kB | 45/315 kB
Progress (3): 131/332 kB | 81/108 kB | 49/315 kB
Progress (3): 131/332 kB | 85/108 kB | 49/315 kB
Progress (3): 135/332 kB | 85/108 kB | 49/315 kB
Progress (3): 135/332 kB | 90/108 kB | 49/315 kB
Progress (3): 139/332 kB | 90/108 kB | 49/315 kB
Progress (3): 139/332 kB | 94/108 kB | 49/315 kB
Progress (3): 143/332 kB | 94/108 kB | 49/315 kB
Progress (3): 143/332 kB | 98/108 kB | 49/315 kB
Progress (3): 143/332 kB | 98/108 kB | 53/315 kB
Progress (3): 147/332 kB | 98/108 kB | 53/315 kB
Progress (3): 147/332 kB | 98/108 kB | 57/315 kB
Progress (3): 147/332 kB | 102/108 kB | 57/315 kB
Progress (3): 147/332 kB | 102/108 kB | 61/315 kB
Progress (3): 147/332 kB | 106/108 kB | 61/315 kB
Progress (3): 147/332 kB | 106/108 kB | 65/315 kB
Progress (3): 147/332 kB | 108 kB | 65/315 kB    
Progress (3): 151/332 kB | 108 kB | 65/315 kB
Progress (3): 155/332 kB | 108 kB | 65/315 kB
Progress (3): 159/332 kB | 108 kB | 65/315 kB
Progress (3): 159/332 kB | 108 kB | 69/315 kB
Progress (3): 163/332 kB | 108 kB | 69/315 kB
Progress (3): 163/332 kB | 108 kB | 73/315 kB
Progress (3): 163/332 kB | 108 kB | 77/315 kB
Progress (3): 163/332 kB | 108 kB | 81/315 kB
Progress (3): 167/332 kB | 108 kB | 81/315 kB
Progress (3): 171/332 kB | 108 kB | 81/315 kB
Progress (3): 176/332 kB | 108 kB | 81/315 kB
Progress (3): 180/332 kB | 108 kB | 81/315 kB
Progress (3): 184/332 kB | 108 kB | 81/315 kB
Progress (3): 188/332 kB | 108 kB | 81/315 kB
Progress (3): 192/332 kB | 108 kB | 81/315 kB
Progress (3): 196/332 kB | 108 kB | 81/315 kB
Progress (3): 200/332 kB | 108 kB | 81/315 kB
Progress (3): 204/332 kB | 108 kB | 81/315 kB
Progress (3): 208/332 kB | 108 kB | 81/315 kB
Progress (3): 212/332 kB | 108 kB | 81/315 kB
Progress (3): 217/332 kB | 108 kB | 81/315 kB
Progress (3): 221/332 kB | 108 kB | 81/315 kB
Progress (3): 225/332 kB | 108 kB | 81/315 kB
Progress (3): 229/332 kB | 108 kB | 81/315 kB
Progress (3): 233/332 kB | 108 kB | 81/315 kB
Progress (3): 237/332 kB | 108 kB | 81/315 kB
Progress (3): 241/332 kB | 108 kB | 81/315 kB
Progress (3): 245/332 kB | 108 kB | 81/315 kB
Progress (3): 249/332 kB | 108 kB | 81/315 kB
Progress (3): 253/332 kB | 108 kB | 81/315 kB
Progress (3): 258/332 kB | 108 kB | 81/315 kB
Progress (3): 262/332 kB | 108 kB | 81/315 kB
Progress (3): 266/332 kB | 108 kB | 81/315 kB
Progress (3): 270/332 kB | 108 kB | 81/315 kB
Progress (3): 274/332 kB | 108 kB | 81/315 kB
Progress (3): 278/332 kB | 108 kB | 81/315 kB
Progress (3): 278/332 kB | 108 kB | 85/315 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 183 kB/s)
08:28:02 Progress (2): 282/332 kB | 85/315 kB
Progress (2): 282/332 kB | 90/315 kB
Progress (2): 286/332 kB | 90/315 kB
Progress (2): 286/332 kB | 94/315 kB
Progress (2): 290/332 kB | 94/315 kB
Progress (2): 290/332 kB | 98/315 kB
Progress (2): 294/332 kB | 98/315 kB
Progress (2): 294/332 kB | 102/315 kB
Progress (2): 298/332 kB | 102/315 kB
Progress (2): 298/332 kB | 106/315 kB
Progress (2): 303/332 kB | 106/315 kB
Progress (2): 303/332 kB | 110/315 kB
Progress (2): 307/332 kB | 110/315 kB
Progress (2): 307/332 kB | 114/315 kB
Progress (2): 311/332 kB | 114/315 kB
Progress (2): 311/332 kB | 118/315 kB
Progress (2): 315/332 kB | 118/315 kB
Progress (2): 315/332 kB | 122/315 kB
Progress (2): 319/332 kB | 122/315 kB
Progress (2): 319/332 kB | 126/315 kB
Progress (2): 323/332 kB | 126/315 kB
Progress (2): 323/332 kB | 131/315 kB
Progress (2): 327/332 kB | 131/315 kB
Progress (2): 331/332 kB | 131/315 kB
Progress (2): 332 kB | 131/315 kB    
Progress (2): 332 kB | 135/315 kB
Progress (2): 332 kB | 139/315 kB
Progress (2): 332 kB | 143/315 kB
Progress (2): 332 kB | 147/315 kB
Progress (2): 332 kB | 151/315 kB
Progress (2): 332 kB | 155/315 kB
Progress (2): 332 kB | 159/315 kB
Progress (2): 332 kB | 163/315 kB
Progress (2): 332 kB | 167/315 kB
Progress (2): 332 kB | 171/315 kB
Progress (2): 332 kB | 176/315 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 554 kB/s)
08:28:02 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 518 kB/s)
08:28:02 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
08:28:02 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
08:28:02 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 818 kB/s)
08:28:02 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
08:28:02 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
08:28:02 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 3.6 MB/s)
08:28:02 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
08:28:02 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
08:28:02 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 2.9 MB/s)
08:28:02 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
08:28:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
08:28:02 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 345 kB/s)
08:28:02 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
08:28:02 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
08:28:02 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 768 kB/s)
08:28:02 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.pom
08:28:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.pom
08:28:02 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.pom (2.3 kB at 90 kB/s)
08:28:02 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.jar
08:28:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.jar
08:28:03 Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.jar (19 kB at 413 kB/s)
08:28:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
08:28:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
08:28:03 Progress (1): 815 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 43 kB/s)
08:28:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
08:28:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
08:28:03 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.4/plexus-containers-1.5.4.pom (4.2 kB at 151 kB/s)
08:28:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
08:28:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
08:28:03 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.5/plexus-2.0.5.pom (17 kB at 723 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 34 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 170 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 231 kB/s)
08:28:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
08:28:03 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
08:28:03 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 503 kB/s)
08:28:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
08:28:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
08:28:03 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)
08:28:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
08:28:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
08:28:03 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 118 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 100 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 80 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 73 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 65 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 20 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 150 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 86 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 77 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 100 kB/s)
08:28:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
08:28:03 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
08:28:03 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 75 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 63 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 112 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 417 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 114 kB/s)
08:28:03 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
08:28:03 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
08:28:03 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 70 kB/s)
08:28:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom
08:28:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
08:28:03 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 145 kB/s)
08:28:03 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
08:28:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
08:28:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
08:28:04 Progress (1): 713 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (713 B at 23 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom
08:28:04 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 82 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom
08:28:04 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 66 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom
08:28:04 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 75 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom
08:28:04 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 49 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom
08:28:04 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 49 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom
08:28:04 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 87 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom
08:28:04 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 72 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom
08:28:04 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 102 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom
08:28:04 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 75 kB/s)
08:28:04 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
08:28:04 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
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar
08:28:04 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 (2): 0.1/1.5 MB | 4.1/4.2 kB
Progress (2): 0.1/1.5 MB | 4.1/4.2 kB
Progress (2): 0.1/1.5 MB | 4.2 kB    
Progress (2): 0.1/1.5 MB | 4.2 kB
Progress (2): 0.1/1.5 MB | 4.2 kB
Progress (2): 0.1/1.5 MB | 4.2 kB
Progress (2): 0.1/1.5 MB | 4.2 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 128 kB/s)
08:28:04 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 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar (1.5 MB at 13 MB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.1/tycho-p2-repository-plugin-1.5.1.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.1/tycho-p2-repository-plugin-1.5.1.pom
08:28:04 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.1/tycho-p2-repository-plugin-1.5.1.pom (1.4 kB at 68 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.1/tycho-p2-repository-plugin-1.5.1.jar
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.1/tycho-p2-repository-plugin-1.5.1.jar
08:28:04 Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.1/tycho-p2-repository-plugin-1.5.1.jar (14 kB at 320 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.pom
08:28:04 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.pom (2.0 kB at 79 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.jar
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.jar
08:28:04 Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.jar (21 kB at 1.1 MB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
08:28:04 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 576 kB/s)
08:28:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
08:28:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
08:28:05 Progress (1): 4.1/316 kB
Progress (1): 7.7/316 kB
Progress (1): 12/316 kB 
Progress (1): 16/316 kB
Progress (1): 20/316 kB
Progress (1): 24/316 kB
Progress (1): 28/316 kB
Progress (1): 32/316 kB
Progress (1): 36/316 kB
Progress (1): 40/316 kB
Progress (1): 45/316 kB
Progress (1): 49/316 kB
Progress (1): 53/316 kB
Progress (1): 57/316 kB
Progress (1): 61/316 kB
Progress (1): 65/316 kB
Progress (1): 69/316 kB
Progress (1): 73/316 kB
Progress (1): 77/316 kB
Progress (1): 81/316 kB
Progress (1): 85/316 kB
Progress (1): 90/316 kB
Progress (1): 94/316 kB
Progress (1): 98/316 kB
Progress (1): 102/316 kB
Progress (1): 106/316 kB
Progress (1): 110/316 kB
Progress (1): 114/316 kB
Progress (1): 118/316 kB
Progress (1): 122/316 kB
Progress (1): 126/316 kB
Progress (1): 131/316 kB
Progress (1): 135/316 kB
Progress (1): 139/316 kB
Progress (1): 143/316 kB
Progress (1): 147/316 kB
Progress (1): 151/316 kB
Progress (1): 155/316 kB
Progress (1): 159/316 kB
Progress (1): 163/316 kB
Progress (1): 167/316 kB
Progress (1): 171/316 kB
Progress (1): 176/316 kB
Progress (1): 180/316 kB
Progress (1): 184/316 kB
Progress (1): 188/316 kB
Progress (1): 192/316 kB
Progress (1): 196/316 kB
Progress (1): 200/316 kB
Progress (1): 204/316 kB
Progress (1): 208/316 kB
Progress (1): 212/316 kB
Progress (1): 217/316 kB
Progress (1): 221/316 kB
Progress (1): 225/316 kB
Progress (1): 229/316 kB
Progress (1): 233/316 kB
Progress (1): 237/316 kB
Progress (1): 241/316 kB
Progress (1): 245/316 kB
Progress (1): 249/316 kB
Progress (1): 253/316 kB
Progress (1): 258/316 kB
Progress (1): 262/316 kB
Progress (1): 266/316 kB
Progress (1): 270/316 kB
Progress (1): 274/316 kB
Progress (1): 278/316 kB
Progress (1): 282/316 kB
Progress (1): 286/316 kB
Progress (1): 290/316 kB
Progress (1): 294/316 kB
Progress (1): 298/316 kB
Progress (1): 303/316 kB
Progress (1): 307/316 kB
Progress (1): 311/316 kB
Progress (1): 315/316 kB
Progress (1): 316 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 7.3 MB/s)
08:28:05 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/pom.xml
08:28:05 [INFO] Fetching p2.index from http://download.eclipse.org/staging/2020-03/
08:28:05 [INFO] Fetching p2.index from http://download.eclipse.org/staging/2020-03/
08:28:05 [INFO] Adding repository http://download.eclipse.org/staging/2020-03
08:28:05 [INFO] Fetching content.jar from http://download.eclipse.org/staging/2020-03/ (3.05MB)
08:28:05 [INFO] Fetching content.jar from http://download.eclipse.org/staging/2020-03/ (3.05MB)
08:28:07 Feb 06, 2020 1:28:07 PM org.apache.http.impl.execchain.RetryExec execute
08:28:07 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:28:07 Feb 06, 2020 1:28:07 PM org.apache.http.impl.execchain.RetryExec execute
08:28:07 INFO: Retrying request to {}->http://download.eclipse.org:80
08:28:07 [INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/snapshots/
08:28:07 [INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/snapshots/
08:28:07 [INFO] Adding repository http://download.eclipse.org/technology/swtbot/snapshots
08:28:07 [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/snapshots/
08:28:07 [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/snapshots/
08:28:07 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20200128200239/repository/
08:28:07 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20200128200239/repository/
08:28:07 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/S20200128200239/repository
08:28:07 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20200128200239/repository/
08:28:07 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20200128200239/repository/
08:28:07 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
08:28:07 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
08:28:08 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/
08:28:08 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/
08:28:08 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/
08:28:08 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/
08:28:08 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/pom.xml
08:28:10 [INFO] Fetching org.eclipse.osgi_3.15.200.v20200117-1721.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (460.85kB)
08:28:10 [INFO] The user operation is waiting for background work to complete.
08:28:10 [INFO] Fetching org.eclipse.osgi_3.15.200.v20200117-1721.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (460.85kB)
08:28:10 [INFO] Unpacking org.eclipse.osgi_3.15.200.v20200117-1721...
08:28:10 [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (155.55kB)
08:28:10 [INFO] The user operation is waiting for background work to complete.
08:28:10 [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (155.55kB)
08:28:10 [INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820...
08:28:10 [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.03kB)
08:28:10 [INFO] The user operation is waiting for background work to complete.
08:28:10 [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.03kB)
08:28:10 [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
08:28:11 [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.65kB)
08:28:11 [INFO] The user operation is waiting for background work to complete.
08:28:11 [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.65kB)
08:28:11 [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
08:28:11 [INFO] Fetching org.eclipse.swt_3.113.100.v20200128-1805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.01kB)
08:28:11 [INFO] The user operation is waiting for background work to complete.
08:28:11 [INFO] Fetching org.eclipse.swt_3.113.100.v20200128-1805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.01kB)
08:28:11 [INFO] Unpacking org.eclipse.swt_3.113.100.v20200128-1805...
08:28:11 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.18kB)
08:28:11 [INFO] The user operation is waiting for background work to complete.
08:28:11 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.18kB)
08:28:11 [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
08:28:11 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.100.v20200128-1805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (834.6kB)
08:28:11 [INFO] The user operation is waiting for background work to complete.
08:28:11 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.100.v20200128-1805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (834.6kB)
08:28:12 [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.113.100.v20200128-1805...
08:28:12 Feb 06, 2020 1:28:12 PM org.apache.http.impl.execchain.RetryExec execute
08:28:12 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:28:12 Feb 06, 2020 1:28:12 PM org.apache.http.impl.execchain.RetryExec execute
08:28:12 INFO: Retrying request to {}->http://download.eclipse.org:80
08:28:12 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.100.v20200128-1805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.13MB)
08:28:12 [INFO] The user operation is waiting for background work to complete.
08:28:12 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.100.v20200128-1805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.13MB)
08:28:12 [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.113.100.v20200128-1805...
08:28:13 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.100.v20200128-1805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (956.4kB)
08:28:13 [INFO] The user operation is waiting for background work to complete.
08:28:13 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.100.v20200128-1805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (956.4kB)
08:28:13 [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.113.100.v20200128-1805...
08:28:14 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/pom.xml
08:28:14 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/pom.xml
08:28:14 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/pom.xml
08:28:14 [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.5MB)
08:28:14 [INFO] The user operation is waiting for background work to complete.
08:28:14 [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.5MB)
08:28:15 [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
08:28:18 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2020-03/plugins/ (35.59kB)
08:28:18 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2020-03/plugins/ (35.59kB)
08:28:19 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2020-03/plugins/ (95.26kB)
08:28:19 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2020-03/plugins/ (95.26kB)
08:28:19 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.71kB)
08:28:19 [INFO] The user operation is waiting for background work to complete.
08:28:19 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.71kB)
08:28:19 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
08:28:19 [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (258.72kB)
08:28:19 [INFO] The user operation is waiting for background work to complete.
08:28:19 [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (258.72kB)
08:28:19 [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
08:28:19 [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.03kB)
08:28:19 [INFO] The user operation is waiting for background work to complete.
08:28:19 [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.03kB)
08:28:19 [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
08:28:19 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/staging/2020-03/plugins/ (15.35kB)
08:28:19 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/staging/2020-03/plugins/ (15.35kB)
08:28:20 [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (101.68kB)
08:28:20 [INFO] The user operation is waiting for background work to complete.
08:28:20 [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (101.68kB)
08:28:20 [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
08:28:20 [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (63.49kB)
08:28:20 [INFO] The user operation is waiting for background work to complete.
08:28:20 [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (63.49kB)
08:28:20 [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
08:28:20 [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (14.52kB)
08:28:20 [INFO] The user operation is waiting for background work to complete.
08:28:20 [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (14.52kB)
08:28:20 [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
08:28:20 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.71kB)
08:28:20 [INFO] The user operation is waiting for background work to complete.
08:28:20 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.71kB)
08:28:21 [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
08:28:21 [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.86MB)
08:28:21 [INFO] The user operation is waiting for background work to complete.
08:28:21 [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.86MB)
08:28:21 [INFO] Unpacking org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703...
08:28:21 [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.01kB)
08:28:21 [INFO] The user operation is waiting for background work to complete.
08:28:21 [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.01kB)
08:28:21 [INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850...
08:28:21 [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200114-1644.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (52.46kB)
08:28:21 [INFO] The user operation is waiting for background work to complete.
08:28:21 [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200114-1644.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (52.46kB)
08:28:21 [INFO] Unpacking org.eclipse.equinox.common_3.11.0.v20200114-1644...
08:28:21 [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (41.5kB)
08:28:21 [INFO] The user operation is waiting for background work to complete.
08:28:21 [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (41.5kB)
08:28:21 [INFO] Unpacking org.eclipse.core.contenttype_3.7.600.v20200124-1609...
08:28:21 [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (54.37kB)
08:28:21 [INFO] The user operation is waiting for background work to complete.
08:28:21 [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (54.37kB)
08:28:22 [INFO] Unpacking org.eclipse.equinox.preferences_3.7.700.v20191213-1901...
08:28:22 [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (76.99kB)
08:28:22 [INFO] The user operation is waiting for background work to complete.
08:28:22 [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (76.99kB)
08:28:22 [INFO] Unpacking org.eclipse.equinox.registry_3.8.700.v20200121-1457...
08:28:22 [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200125-1132.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.68kB)
08:28:22 [INFO] The user operation is waiting for background work to complete.
08:28:22 [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200125-1132.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.68kB)
08:28:22 [INFO] Unpacking org.eclipse.core.databinding_1.8.0.v20200125-1132...
08:28:22 [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200125-1316.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (82.45kB)
08:28:22 [INFO] The user operation is waiting for background work to complete.
08:28:22 [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200125-1316.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (82.45kB)
08:28:22 [INFO] Unpacking org.eclipse.core.databinding.observable_1.9.0.v20200125-1316...
08:28:22 [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.98kB)
08:28:22 [INFO] The user operation is waiting for background work to complete.
08:28:22 [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.98kB)
08:28:22 [INFO] Unpacking org.eclipse.core.databinding.property_1.8.0.v20200124-0715...
08:28:22 [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200106-1210.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.78kB)
08:28:22 [INFO] The user operation is waiting for background work to complete.
08:28:22 [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200106-1210.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.78kB)
08:28:22 [INFO] Unpacking org.eclipse.core.expressions_3.6.700.v20200106-1210...
08:28:23 [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200114-1847.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.67kB)
08:28:23 [INFO] The user operation is waiting for background work to complete.
08:28:23 [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200114-1847.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.67kB)
08:28:23 [INFO] Unpacking org.eclipse.core.runtime_3.17.100.v20200114-1847...
08:28:23 [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.09kB)
08:28:23 [INFO] The user operation is waiting for background work to complete.
08:28:23 [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.09kB)
08:28:23 [INFO] Unpacking org.eclipse.core.jobs_3.10.700.v20200106-1020...
08:28:23 [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (42.13kB)
08:28:23 [INFO] The user operation is waiting for background work to complete.
08:28:23 [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (42.13kB)
08:28:23 [INFO] Unpacking org.eclipse.equinox.app_1.4.400.v20191212-0743...
08:28:23 [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.76kB)
08:28:23 [INFO] The user operation is waiting for background work to complete.
08:28:23 [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.76kB)
08:28:23 [INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732...
08:28:23 [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (25.92kB)
08:28:23 [INFO] The user operation is waiting for background work to complete.
08:28:23 [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (25.92kB)
08:28:23 [INFO] Unpacking org.eclipse.e4.core.di_1.7.500.v20190916-2125...
08:28:23 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/staging/2020-03/plugins/ (14.07kB)
08:28:23 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/staging/2020-03/plugins/ (14.07kB)
08:28:24 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.66kB)
08:28:24 [INFO] The user operation is waiting for background work to complete.
08:28:24 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.66kB)
08:28:24 [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710...
08:28:24 [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (28.2kB)
08:28:24 [INFO] The user operation is waiting for background work to complete.
08:28:24 [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (28.2kB)
08:28:24 [INFO] Unpacking org.eclipse.e4.core.services_2.2.200.v20200127-0814...
08:28:24 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (7.68kB)
08:28:24 [INFO] The user operation is waiting for background work to complete.
08:28:24 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (7.68kB)
08:28:24 [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352...
08:28:24 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (7.75kB)
08:28:24 [INFO] The user operation is waiting for background work to complete.
08:28:24 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (7.75kB)
08:28:24 [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259...
08:28:24 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.67kB)
08:28:24 [INFO] The user operation is waiting for background work to complete.
08:28:24 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.67kB)
08:28:24 [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259...
08:28:24 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.82kB)
08:28:24 [INFO] The user operation is waiting for background work to complete.
08:28:24 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.82kB)
08:28:24 [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805...
08:28:24 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (107.16kB)
08:28:24 [INFO] The user operation is waiting for background work to complete.
08:28:24 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (107.16kB)
08:28:24 [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
08:28:25 [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (485.63kB)
08:28:25 [INFO] The user operation is waiting for background work to complete.
08:28:25 [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (485.63kB)
08:28:25 [INFO] Unpacking org.eclipse.emf.ecore_2.21.0.v20200127-1342...
08:28:25 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.97kB)
08:28:25 [INFO] The user operation is waiting for background work to complete.
08:28:25 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.97kB)
08:28:25 [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805...
08:28:25 [INFO] Fetching org.eclipse.jface_3.19.0.v20200110-1814.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (361.99kB)
08:28:25 [INFO] The user operation is waiting for background work to complete.
08:28:25 [INFO] Fetching org.eclipse.jface_3.19.0.v20200110-1814.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (361.99kB)
08:28:25 [INFO] Unpacking org.eclipse.jface_3.19.0.v20200110-1814...
08:28:26 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (65.52kB)
08:28:26 [INFO] The user operation is waiting for background work to complete.
08:28:26 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (65.52kB)
08:28:26 [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903...
08:28:26 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200122-2205.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.01kB)
08:28:26 [INFO] The user operation is waiting for background work to complete.
08:28:26 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200122-2205.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.01kB)
08:28:26 [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.900.v20200122-2205...
08:28:26 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.45kB)
08:28:26 [INFO] The user operation is waiting for background work to complete.
08:28:26 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.45kB)
08:28:26 [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005...
08:28:26 [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.76kB)
08:28:26 [INFO] The user operation is waiting for background work to complete.
08:28:26 [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.76kB)
08:28:26 [INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855...
08:28:26 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.82kB)
08:28:26 [INFO] The user operation is waiting for background work to complete.
08:28:26 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.82kB)
08:28:27 [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636...
08:28:27 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (111.14kB)
08:28:27 [INFO] The user operation is waiting for background work to complete.
08:28:27 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (111.14kB)
08:28:27 [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422...
08:28:27 [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.16kB)
08:28:27 [INFO] The user operation is waiting for background work to complete.
08:28:27 [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.16kB)
08:28:27 [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643...
08:28:27 [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.7kB)
08:28:27 [INFO] The user operation is waiting for background work to complete.
08:28:27 [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.7kB)
08:28:27 [INFO] Unpacking org.eclipse.equinox.event_1.5.300.v20191001-1333...
08:28:27 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.45kB)
08:28:27 [INFO] The user operation is waiting for background work to complete.
08:28:27 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.45kB)
08:28:27 [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048...
08:28:27 [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200123-1115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (85.84kB)
08:28:27 [INFO] The user operation is waiting for background work to complete.
08:28:27 [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200123-1115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (85.84kB)
08:28:27 [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.200.v20200123-1115...
08:28:27 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.06kB)
08:28:27 [INFO] The user operation is waiting for background work to complete.
08:28:27 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.06kB)
08:28:28 [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
08:28:28 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (84.2kB)
08:28:28 [INFO] The user operation is waiting for background work to complete.
08:28:28 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (84.2kB)
08:28:28 [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
08:28:28 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.07kB)
08:28:28 [INFO] The user operation is waiting for background work to complete.
08:28:28 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.07kB)
08:28:28 [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231...
08:28:28 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200106-2021.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (94.83kB)
08:28:28 [INFO] The user operation is waiting for background work to complete.
08:28:28 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200106-2021.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (94.83kB)
08:28:28 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200106-2021...
08:28:28 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (61.45kB)
08:28:28 [INFO] The user operation is waiting for background work to complete.
08:28:28 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (61.45kB)
08:28:28 [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643...
08:28:28 [INFO] Fetching org.eclipse.jface.databinding_1.10.0.v20200126-1016.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (77.97kB)
08:28:28 [INFO] The user operation is waiting for background work to complete.
08:28:28 [INFO] Fetching org.eclipse.jface.databinding_1.10.0.v20200126-1016.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (77.97kB)
08:28:28 [INFO] Unpacking org.eclipse.jface.databinding_1.10.0.v20200126-1016...
08:28:29 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.07kB)
08:28:29 [INFO] The user operation is waiting for background work to complete.
08:28:29 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.07kB)
08:28:29 [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805...
08:28:29 [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (114.88kB)
08:28:29 [INFO] The user operation is waiting for background work to complete.
08:28:29 [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (114.88kB)
08:28:29 [INFO] Unpacking org.eclipse.emf.common_2.18.0.v20191225-1014...
08:28:29 [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (125.61kB)
08:28:29 [INFO] The user operation is waiting for background work to complete.
08:28:29 [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (125.61kB)
08:28:29 [INFO] Unpacking org.eclipse.help_3.8.700.v20191212-1123...
08:28:29 [INFO] Fetching org.eclipse.ui_3.116.0.v20200128-0942.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (364.16kB)
08:28:29 [INFO] The user operation is waiting for background work to complete.
08:28:29 [INFO] Fetching org.eclipse.ui_3.116.0.v20200128-0942.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (364.16kB)
08:28:29 [INFO] Unpacking org.eclipse.ui_3.116.0.v20200128-0942...
08:28:29 [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200128-1950.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1,004.49kB)
08:28:29 [INFO] The user operation is waiting for background work to complete.
08:28:29 [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200128-1950.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1,004.49kB)
08:28:30 [INFO] Unpacking org.eclipse.ui.workbench_3.118.0.v20200128-1950...
08:28:30 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/pom.xml
08:28:31 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/pom.xml
08:28:31 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/pom.xml
08:28:31 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/pom.xml
08:28:31 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/pom.xml
08:28:31 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/pom.xml
08:28:31 Feb 06, 2020 1:28:31 PM org.apache.http.impl.execchain.RetryExec execute
08:28:31 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:28:31 Feb 06, 2020 1:28:31 PM org.apache.http.impl.execchain.RetryExec execute
08:28:31 INFO: Retrying request to {}->http://download.eclipse.org:80
08:28:31 [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.04kB)
08:28:31 [INFO] The user operation is waiting for background work to complete.
08:28:31 [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.04kB)
08:28:31 [INFO] Unpacking org.eclipse.compare.core_3.6.800.v20191213-2246...
08:28:31 [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (41.39kB)
08:28:31 [INFO] The user operation is waiting for background work to complete.
08:28:31 [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (41.39kB)
08:28:31 [INFO] Unpacking org.eclipse.core.filebuffers_3.6.900.v20200117-0616...
08:28:31 [INFO] Fetching org.eclipse.text_3.10.100.v20200117-0616.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (100.66kB)
08:28:31 [INFO] The user operation is waiting for background work to complete.
08:28:31 [INFO] Fetching org.eclipse.text_3.10.100.v20200117-0616.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (100.66kB)
08:28:31 [INFO] Unpacking org.eclipse.text_3.10.100.v20200117-0616...
08:28:31 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (27.79kB)
08:28:31 [INFO] The user operation is waiting for background work to complete.
08:28:31 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (27.79kB)
08:28:31 [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734...
08:28:31 [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200123-2308.jar from http://download.eclipse.org/staging/2020-03/plugins/ (873.22kB)
08:28:31 [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200123-2308.jar from http://download.eclipse.org/staging/2020-03/plugins/ (873.22kB)
08:28:32 [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (8.02kB)
08:28:32 [INFO] The user operation is waiting for background work to complete.
08:28:32 [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (8.02kB)
08:28:32 [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.0.v20200113-2039...
08:28:32 [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (23.95kB)
08:28:32 [INFO] The user operation is waiting for background work to complete.
08:28:32 [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (23.95kB)
08:28:32 [INFO] Unpacking org.eclipse.equinox.bidi_1.2.300.v20191213-1901...
08:28:32 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200129-1258.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (32.04kB)
08:28:32 [INFO] The user operation is waiting for background work to complete.
08:28:32 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200129-1258.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (32.04kB)
08:28:32 [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200129-1258...
08:28:32 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (74.67kB)
08:28:32 [INFO] The user operation is waiting for background work to complete.
08:28:32 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (74.67kB)
08:28:32 [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121...
08:28:32 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (108.27kB)
08:28:32 [INFO] The user operation is waiting for background work to complete.
08:28:32 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (108.27kB)
08:28:32 [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911...
08:28:32 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.94kB)
08:28:32 [INFO] The user operation is waiting for background work to complete.
08:28:32 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.94kB)
08:28:32 [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528...
08:28:32 [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.47kB)
08:28:32 [INFO] The user operation is waiting for background work to complete.
08:28:32 [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.47kB)
08:28:33 [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121...
08:28:33 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.42kB)
08:28:33 [INFO] The user operation is waiting for background work to complete.
08:28:33 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.42kB)
08:28:33 [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
08:28:33 [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.56kB)
08:28:33 [INFO] The user operation is waiting for background work to complete.
08:28:33 [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.56kB)
08:28:33 [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637...
08:28:33 [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200123-1636.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (317.78kB)
08:28:33 [INFO] The user operation is waiting for background work to complete.
08:28:33 [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200123-1636.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (317.78kB)
08:28:33 [INFO] Unpacking org.eclipse.jface.text_3.16.200.v20200123-1636...
08:28:33 [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200129-1520.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (200.77kB)
08:28:33 [INFO] The user operation is waiting for background work to complete.
08:28:33 [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200129-1520.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (200.77kB)
08:28:33 [INFO] Unpacking org.eclipse.ui.editors_3.13.100.v20200129-1520...
08:28:34 [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200128-2148.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (960.92kB)
08:28:34 [INFO] The user operation is waiting for background work to complete.
08:28:34 [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200128-2148.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (960.92kB)
08:28:34 [INFO] Unpacking org.eclipse.ui.ide_3.17.0.v20200128-2148...
08:28:35 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200124-0727.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (233.77kB)
08:28:35 [INFO] The user operation is waiting for background work to complete.
08:28:35 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200124-0727.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (233.77kB)
08:28:35 [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.100.v20200124-0727...
08:28:35 [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200123-1115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (133.71kB)
08:28:35 [INFO] The user operation is waiting for background work to complete.
08:28:35 [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200123-1115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (133.71kB)
08:28:35 [INFO] Unpacking org.eclipse.ui.navigator_3.9.200.v20200123-1115...
08:28:35 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/pom.xml
08:28:35 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/pom.xml
08:28:35 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/pom.xml
08:28:35 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/pom.xml
08:28:36 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
08:28:36 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
08:28:36 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
08:28:36 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/pom.xml
08:28:36 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/pom.xml
08:28:36 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/pom.xml
08:28:36 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/pom.xml
08:28:36 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/pom.xml
08:28:36 Feb 06, 2020 1:28:36 PM org.apache.http.impl.execchain.RetryExec execute
08:28:36 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:28:36 Feb 06, 2020 1:28:36 PM org.apache.http.impl.execchain.RetryExec execute
08:28:36 INFO: Retrying request to {}->http://download.eclipse.org:80
08:28:41 [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200115-1733.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (124.19kB)
08:28:41 [INFO] The user operation is waiting for background work to complete.
08:28:41 [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200115-1733.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (124.19kB)
08:28:41 [INFO] Unpacking org.eclipse.ui.forms_3.9.0.v20200115-1733...
08:28:41 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/pom.xml
08:28:41 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/pom.xml
08:28:42 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/pom.xml
08:28:42 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/pom.xml
08:28:42 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/pom.xml
08:28:42 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/pom.xml
08:28:42 [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.66kB)
08:28:42 [INFO] The user operation is waiting for background work to complete.
08:28:42 [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.66kB)
08:28:42 [INFO] Unpacking com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522...
08:28:42 [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (128.56kB)
08:28:42 [INFO] The user operation is waiting for background work to complete.
08:28:42 [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (128.56kB)
08:28:42 [INFO] Unpacking com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522...
08:28:42 [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (383.02kB)
08:28:42 [INFO] The user operation is waiting for background work to complete.
08:28:42 [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (383.02kB)
08:28:43 [INFO] Unpacking com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522...
08:28:43 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (82.7kB)
08:28:43 [INFO] The user operation is waiting for background work to complete.
08:28:43 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (82.7kB)
08:28:43 [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
08:28:43 [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (18.03kB)
08:28:43 [INFO] The user operation is waiting for background work to complete.
08:28:43 [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (18.03kB)
08:28:43 [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101...
08:28:43 [INFO] Fetching org.eclipse.debug.core_3.14.200.v20200115-0755.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (125.91kB)
08:28:43 [INFO] The user operation is waiting for background work to complete.
08:28:43 [INFO] Fetching org.eclipse.debug.core_3.14.200.v20200115-0755.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (125.91kB)
08:28:44 [INFO] Unpacking org.eclipse.debug.core_3.14.200.v20200115-0755...
08:28:44 [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200120-1140.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.01MB)
08:28:44 [INFO] The user operation is waiting for background work to complete.
08:28:44 [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200120-1140.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.01MB)
08:28:44 [INFO] Unpacking org.eclipse.debug.ui_3.14.400.v20200120-1140...
08:28:45 [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200122-0819.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (86.08kB)
08:28:45 [INFO] The user operation is waiting for background work to complete.
08:28:45 [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200122-0819.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (86.08kB)
08:28:45 [INFO] Unpacking org.eclipse.ui.console_3.9.100.v20200122-0819...
08:28:45 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (19.47kB)
08:28:45 [INFO] The user operation is waiting for background work to complete.
08:28:45 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (19.47kB)
08:28:45 [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702...
08:28:45 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20191211-1528.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (34.39kB)
08:28:45 [INFO] The user operation is waiting for background work to complete.
08:28:45 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20191211-1528.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (34.39kB)
08:28:45 [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20191211-1528...
08:28:45 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (58.06kB)
08:28:45 [INFO] The user operation is waiting for background work to complete.
08:28:45 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (58.06kB)
08:28:45 [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854...
08:28:45 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (38.92kB)
08:28:45 [INFO] The user operation is waiting for background work to complete.
08:28:45 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (38.92kB)
08:28:45 [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20191211-1713...
08:28:45 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (48.12kB)
08:28:45 [INFO] The user operation is waiting for background work to complete.
08:28:45 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (48.12kB)
08:28:46 [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.600.v20191211-1713...
08:28:46 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (116.64kB)
08:28:46 [INFO] The user operation is waiting for background work to complete.
08:28:46 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (116.64kB)
08:28:46 [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
08:28:46 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (81.19kB)
08:28:46 [INFO] The user operation is waiting for background work to complete.
08:28:46 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (81.19kB)
08:28:46 [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
08:28:46 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (23.83kB)
08:28:46 [INFO] The user operation is waiting for background work to complete.
08:28:46 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (23.83kB)
08:28:46 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.500.v20191211-1713...
08:28:46 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.99kB)
08:28:46 [INFO] The user operation is waiting for background work to complete.
08:28:46 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.99kB)
08:28:46 [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713...
08:28:46 [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.28kB)
08:28:46 [INFO] The user operation is waiting for background work to complete.
08:28:46 [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.28kB)
08:28:46 [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507...
08:28:46 [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20191211-1424.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (105.54kB)
08:28:46 [INFO] The user operation is waiting for background work to complete.
08:28:46 [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20191211-1424.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (105.54kB)
08:28:47 [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20191211-1424...
08:28:47 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.65kB)
08:28:47 [INFO] The user operation is waiting for background work to complete.
08:28:47 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.65kB)
08:28:47 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20191211-1713...
08:28:47 [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (287.28kB)
08:28:47 [INFO] The user operation is waiting for background work to complete.
08:28:47 [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (287.28kB)
08:28:47 [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.800.v20200110-2121...
08:28:47 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (71.21kB)
08:28:47 [INFO] The user operation is waiting for background work to complete.
08:28:47 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (71.21kB)
08:28:47 [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.600.v20191213-1901...
08:28:47 [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.64kB)
08:28:47 [INFO] The user operation is waiting for background work to complete.
08:28:47 [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.64kB)
08:28:47 [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515...
08:28:47 [INFO] Fetching org.junit_4.13.0.v20200128-1312.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (122.95kB)
08:28:47 [INFO] The user operation is waiting for background work to complete.
08:28:47 [INFO] Fetching org.junit_4.13.0.v20200128-1312.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (122.95kB)
08:28:47 [INFO] Unpacking org.junit_4.13.0.v20200128-1312...
08:28:48 [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200128-0942.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (97.29kB)
08:28:48 [INFO] The user operation is waiting for background work to complete.
08:28:48 [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200128-0942.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (97.29kB)
08:28:48 [INFO] Unpacking org.eclipse.ui.browser_3.6.700.v20200128-0942...
08:28:48 [INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (84.98kB)
08:28:48 [INFO] The user operation is waiting for background work to complete.
08:28:48 [INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (84.98kB)
08:28:48 [INFO] Unpacking org.eclipse.ui.views.log_1.2.1000.v20200127-1026...
08:28:48 [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/
08:28:48 [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/
08:28:48 [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)
08:28:48 [INFO] The user operation is waiting for background work to complete.
08:28:48 [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)
08:28:48 [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220...
08:28:49 [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (124.59kB)
08:28:49 [INFO] The user operation is waiting for background work to complete.
08:28:49 [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (124.59kB)
08:28:49 [INFO] Unpacking org.eclipse.wst.server.core_1.10.100.v201910252115...
08:28:49 [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (274.62kB)
08:28:49 [INFO] The user operation is waiting for background work to complete.
08:28:49 [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (274.62kB)
08:28:49 [INFO] Unpacking org.eclipse.wst.server.ui_1.5.600.v201910252115...
08:28:49 [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.69kB)
08:28:49 [INFO] The user operation is waiting for background work to complete.
08:28:49 [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.69kB)
08:28:49 [INFO] Unpacking org.json_1.0.0.v201011060100...
08:28:49 [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (91.12kB)
08:28:49 [INFO] The user operation is waiting for background work to complete.
08:28:49 [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (91.12kB)
08:28:49 [INFO] Unpacking org.yaml.snakeyaml_1.14.0.v201604211500...
08:28:50 [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.01kB)
08:28:50 [INFO] The user operation is waiting for background work to complete.
08:28:50 [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.01kB)
08:28:50 [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010...
08:28:50 [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.19kB)
08:28:50 [INFO] The user operation is waiting for background work to complete.
08:28:50 [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.19kB)
08:28:50 [INFO] Unpacking org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115...
08:28:50 [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.18kB)
08:28:50 [INFO] The user operation is waiting for background work to complete.
08:28:50 [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.18kB)
08:28:50 [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.200.v201910252115...
08:28:50 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/pom.xml
08:28:50 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/pom.xml
08:28:50 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/pom.xml
08:28:51 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (215.67kB)
08:28:51 [INFO] The user operation is waiting for background work to complete.
08:28:51 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (215.67kB)
08:28:51 [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308...
08:28:51 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (366.65kB)
08:28:51 [INFO] The user operation is waiting for background work to complete.
08:28:51 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (366.65kB)
08:28:51 [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308...
08:28:51 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/pom.xml
08:28:51 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/pom.xml
08:28:51 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/pom.xml
08:28:52 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/pom.xml
08:28:52 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/pom.xml
08:28:52 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/pom.xml
08:28:52 [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (59.61kB)
08:28:52 [INFO] The user operation is waiting for background work to complete.
08:28:52 [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (59.61kB)
08:28:52 [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402...
08:28:52 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (96.75kB)
08:28:52 [INFO] The user operation is waiting for background work to complete.
08:28:52 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (96.75kB)
08:28:52 [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401...
08:28:52 [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200103-0948.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (108.54kB)
08:28:52 [INFO] The user operation is waiting for background work to complete.
08:28:52 [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200103-0948.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (108.54kB)
08:28:52 [INFO] Unpacking org.eclipse.emf.edit.ui_2.18.0.v20200103-0948...
08:28:53 [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200123-1115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (48.14kB)
08:28:53 [INFO] The user operation is waiting for background work to complete.
08:28:53 [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200123-1115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (48.14kB)
08:28:53 [INFO] Unpacking org.eclipse.ui.views_3.10.200.v20200123-1115...
08:28:53 [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2020-03/plugins/ (169.13kB)
08:28:53 [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2020-03/plugins/ (169.13kB)
08:28:53 [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2020-03/plugins/ (403.76kB)
08:28:53 [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2020-03/plugins/ (403.76kB)
08:28:53 [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2020-03/plugins/ (85.1kB)
08:28:53 [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2020-03/plugins/ (85.1kB)
08:28:53 [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (95.62kB)
08:28:53 [INFO] The user operation is waiting for background work to complete.
08:28:53 [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (95.62kB)
08:28:53 [INFO] Unpacking org.eclipse.graphiti_0.16.1.201909061426...
08:28:53 [INFO] Fetching org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (58kB)
08:28:53 [INFO] The user operation is waiting for background work to complete.
08:28:53 [INFO] Fetching org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (58kB)
08:28:53 [INFO] Unpacking org.eclipse.graphiti.mm_0.16.1.201909061426...
08:28:54 [INFO] Fetching org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (226.24kB)
08:28:54 [INFO] The user operation is waiting for background work to complete.
08:28:54 [INFO] Fetching org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (226.24kB)
08:28:54 [INFO] Unpacking org.eclipse.graphiti.ui_0.16.1.201909061426...
08:28:54 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20191222-1048.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (40.96kB)
08:28:54 [INFO] The user operation is waiting for background work to complete.
08:28:54 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20191222-1048.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (40.96kB)
08:28:54 [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.800.v20191222-1048...
08:28:54 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/pom.xml
08:28:54 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/pom.xml
08:28:54 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/pom.xml
08:28:55 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/pom.xml
08:28:55 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/pom.xml
08:28:55 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/pom.xml
08:28:55 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/pom.xml
08:28:55 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/pom.xml
08:28:55 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/pom.xml
08:28:55 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200124-2206.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.62kB)
08:28:55 [INFO] The user operation is waiting for background work to complete.
08:28:55 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200124-2206.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.62kB)
08:28:55 [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.100.v20200124-2206...
08:28:55 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/pom.xml
08:28:55 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/pom.xml
08:28:55 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/pom.xml
08:28:55 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/pom.xml
08:28:55 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/pom.xml
08:28:55 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/pom.xml
08:28:56 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/pom.xml
08:28:56 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/pom.xml
08:28:56 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/pom.xml
08:28:56 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/pom.xml
08:28:56 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/pom.xml
08:28:56 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/pom.xml
08:28:56 Feb 06, 2020 1:28:56 PM org.apache.http.impl.execchain.RetryExec execute
08:28:56 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:28:56 Feb 06, 2020 1:28:56 PM org.apache.http.impl.execchain.RetryExec execute
08:28:56 INFO: Retrying request to {}->http://download.eclipse.org:80
08:28:56 [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (2.83MB)
08:28:56 [INFO] The user operation is waiting for background work to complete.
08:28:56 [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (2.83MB)
08:28:56 [INFO] Unpacking org.apache.ant_1.10.7.v20190926-0324...
08:28:57 [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (72.39kB)
08:28:57 [INFO] The user operation is waiting for background work to complete.
08:28:57 [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (72.39kB)
08:28:57 [INFO] Unpacking org.eclipse.ant.core_3.5.700.v20191221-1203...
08:28:57 [INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (101.67kB)
08:28:57 [INFO] The user operation is waiting for background work to complete.
08:28:57 [INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (101.67kB)
08:28:57 [INFO] Unpacking org.eclipse.ant.launching_1.2.800.v20191221-1203...
08:28:57 [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200116-2251.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (274.13kB)
08:28:57 [INFO] The user operation is waiting for background work to complete.
08:28:57 [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200116-2251.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (274.13kB)
08:28:57 [INFO] Unpacking org.eclipse.jdt.launching_3.17.0.v20200116-2251...
08:28:57 [INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20191210-2054.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (20.76kB)
08:28:57 [INFO] The user operation is waiting for background work to complete.
08:28:57 [INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20191210-2054.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (20.76kB)
08:28:57 [INFO] Unpacking org.eclipse.core.externaltools_1.1.600.v20191210-2054...
08:28:58 [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200126-2056.jar from http://download.eclipse.org/staging/2020-03/plugins/ (6.72MB)
08:28:58 [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200126-2056.jar from http://download.eclipse.org/staging/2020-03/plugins/ (6.72MB)
08:28:59 [INFO] Fetching org.eclipse.ant.ui_3.7.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (484.52kB)
08:28:59 [INFO] The user operation is waiting for background work to complete.
08:28:59 [INFO] Fetching org.eclipse.ant.ui_3.7.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (484.52kB)
08:28:59 [INFO] Unpacking org.eclipse.ant.ui_3.7.700.v20191221-1203...
08:28:59 [INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (65.94kB)
08:28:59 [INFO] The user operation is waiting for background work to complete.
08:28:59 [INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (65.94kB)
08:28:59 [INFO] Unpacking org.eclipse.ui.externaltools_3.4.600.v20200113-1854...
08:28:59 [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200129-1023.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (3.9MB)
08:28:59 [INFO] The user operation is waiting for background work to complete.
08:28:59 [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200129-1023.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (3.9MB)
08:28:59 [INFO] Unpacking org.eclipse.jdt.ui_3.21.0.v20200129-1023...
08:29:02 [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.600.v20200120-1415.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.66MB)
08:29:02 [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.600.v20200120-1415.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.66MB)
08:29:02 [INFO] Fetching org.eclipse.team.core_3.8.900.v20191213-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (127.05kB)
08:29:02 [INFO] The user operation is waiting for background work to complete.
08:29:02 [INFO] Fetching org.eclipse.team.core_3.8.900.v20191213-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (127.05kB)
08:29:02 [INFO] Unpacking org.eclipse.team.core_3.8.900.v20191213-2246...
08:29:02 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200124-1742.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (107.92kB)
08:29:02 [INFO] The user operation is waiting for background work to complete.
08:29:02 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200124-1742.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (107.92kB)
08:29:02 [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.400.v20200124-1742...
08:29:03 [INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200124-2255.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (235.99kB)
08:29:03 [INFO] The user operation is waiting for background work to complete.
08:29:03 [INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200124-2255.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (235.99kB)
08:29:03 [INFO] Unpacking org.eclipse.jdt.junit_3.11.700.v20200124-2255...
08:29:03 [INFO] Fetching org.eclipse.compare_3.7.900.v20200127-1343.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (306.75kB)
08:29:03 [INFO] The user operation is waiting for background work to complete.
08:29:03 [INFO] Fetching org.eclipse.compare_3.7.900.v20200127-1343.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (306.75kB)
08:29:03 [INFO] Unpacking org.eclipse.compare_3.7.900.v20200127-1343...
08:29:03 [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (37.84kB)
08:29:03 [INFO] The user operation is waiting for background work to complete.
08:29:03 [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (37.84kB)
08:29:03 [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.500.v20200110-2121...
08:29:03 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20191211-1424.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (14.02kB)
08:29:03 [INFO] The user operation is waiting for background work to complete.
08:29:03 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20191211-1424.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (14.02kB)
08:29:03 [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20191211-1424...
08:29:04 [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (121.9kB)
08:29:04 [INFO] The user operation is waiting for background work to complete.
08:29:04 [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (121.9kB)
08:29:04 [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121...
08:29:04 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.47kB)
08:29:04 [INFO] The user operation is waiting for background work to complete.
08:29:04 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.47kB)
08:29:04 [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339...
08:29:04 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200124-2255.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (487.44kB)
08:29:04 [INFO] The user operation is waiting for background work to complete.
08:29:04 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200124-2255.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (487.44kB)
08:29:04 [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.13.100.v20200124-2255...
08:29:04 [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200123-1301.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (937.62kB)
08:29:04 [INFO] The user operation is waiting for background work to complete.
08:29:04 [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200123-1301.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (937.62kB)
08:29:05 [INFO] Unpacking org.eclipse.jdt.debug_3.15.0.v20200123-1301...
08:29:05 [INFO] Fetching org.eclipse.search_3.11.900.v20200123-1636.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (215.22kB)
08:29:05 [INFO] The user operation is waiting for background work to complete.
08:29:05 [INFO] Fetching org.eclipse.search_3.11.900.v20200123-1636.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (215.22kB)
08:29:05 [INFO] Unpacking org.eclipse.search_3.11.900.v20200123-1636...
08:29:05 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200124-1742.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (182.37kB)
08:29:05 [INFO] The user operation is waiting for background work to complete.
08:29:05 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200124-1742.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (182.37kB)
08:29:05 [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.200.v20200124-1742...
08:29:05 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200124-1742.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (66.02kB)
08:29:05 [INFO] The user operation is waiting for background work to complete.
08:29:05 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200124-1742.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (66.02kB)
08:29:05 [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.600.v20200124-1742...
08:29:05 [INFO] Fetching org.eclipse.team.ui_3.8.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (494.29kB)
08:29:05 [INFO] The user operation is waiting for background work to complete.
08:29:05 [INFO] Fetching org.eclipse.team.ui_3.8.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (494.29kB)
08:29:05 [INFO] Unpacking org.eclipse.team.ui_3.8.800.v20191213-2246...
08:29:06 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200123-1115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (70.82kB)
08:29:06 [INFO] The user operation is waiting for background work to complete.
08:29:06 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200123-1115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (70.82kB)
08:29:06 [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.200.v20200123-1115...
08:29:06 [INFO] Fetching org.eclipse.pde.build_3.10.700.v20191228-1214.jar from http://download.eclipse.org/staging/2020-03/plugins/ (478.68kB)
08:29:06 [INFO] Fetching org.eclipse.pde.build_3.10.700.v20191228-1214.jar from http://download.eclipse.org/staging/2020-03/plugins/ (478.68kB)
08:29:06 [INFO] Fetching org.eclipse.pde.core_3.13.300.v20200127-1037.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.29MB)
08:29:06 [INFO] Fetching org.eclipse.pde.core_3.13.300.v20200127-1037.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.29MB)
08:29:06 [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20191210-2200.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.29kB)
08:29:06 [INFO] The user operation is waiting for background work to complete.
08:29:06 [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20191210-2200.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.29kB)
08:29:06 [INFO] Unpacking org.eclipse.update.configurator_3.4.500.v20191210-2200...
08:29:06 [INFO] Fetching org.eclipse.pde.launching_3.8.100.v20200120-1130.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.46kB)
08:29:06 [INFO] The user operation is waiting for background work to complete.
08:29:06 [INFO] Fetching org.eclipse.pde.launching_3.8.100.v20200120-1130.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.46kB)
08:29:07 [INFO] Unpacking org.eclipse.pde.launching_3.8.100.v20200120-1130...
08:29:07 [INFO] Fetching org.eclipse.pde.ui_3.11.300.v20200127-1037.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.47MB)
08:29:07 [INFO] The user operation is waiting for background work to complete.
08:29:07 [INFO] Fetching org.eclipse.pde.ui_3.11.300.v20200127-1037.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.47MB)
08:29:07 [INFO] Unpacking org.eclipse.pde.ui_3.11.300.v20200127-1037...
08:29:08 Feb 06, 2020 1:29:08 PM org.apache.http.impl.execchain.RetryExec execute
08:29:08 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:29:08 Feb 06, 2020 1:29:08 PM org.apache.http.impl.execchain.RetryExec execute
08:29:08 INFO: Retrying request to {}->http://download.eclipse.org:80
08:29:08 [INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200106-1036.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (142.29kB)
08:29:08 [INFO] The user operation is waiting for background work to complete.
08:29:08 [INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200106-1036.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (142.29kB)
08:29:08 [INFO] Unpacking org.eclipse.ui.intro_3.5.900.v20200106-1036...
08:29:08 [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200113-1959.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (147.33kB)
08:29:08 [INFO] The user operation is waiting for background work to complete.
08:29:08 [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200113-1959.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (147.33kB)
08:29:08 [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.700.v20200113-1959...
08:29:08 [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (26.28kB)
08:29:08 [INFO] The user operation is waiting for background work to complete.
08:29:08 [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (26.28kB)
08:29:08 [INFO] Unpacking org.eclipse.ui.trace_1.1.800.v20200106-1301...
08:29:08 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200123-1636.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.29kB)
08:29:08 [INFO] The user operation is waiting for background work to complete.
08:29:08 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200123-1636.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.29kB)
08:29:08 [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200123-1636...
08:29:09 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/pom.xml
08:29:09 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/pom.xml
08:29:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/pom.xml
08:29:09 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/pom.xml
08:29:09 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/pom.xml
08:29:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/pom.xml
08:29:09 Feb 06, 2020 1:29:09 PM org.apache.http.impl.execchain.RetryExec execute
08:29:09 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:29:09 Feb 06, 2020 1:29:09 PM org.apache.http.impl.execchain.RetryExec execute
08:29:09 INFO: Retrying request to {}->http://download.eclipse.org:80
08:29:09 [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (39.29kB)
08:29:09 [INFO] The user operation is waiting for background work to complete.
08:29:09 [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (39.29kB)
08:29:09 [INFO] Unpacking org.eclipse.swtbot.generator_2.9.0.201909110845...
08:29:09 [INFO] Fetching org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (24.56kB)
08:29:09 [INFO] The user operation is waiting for background work to complete.
08:29:09 [INFO] Fetching org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (24.56kB)
08:29:09 [INFO] Unpacking org.eclipse.swtbot.generator.jdt_2.9.0.201909110845...
08:29:10 [INFO] Fetching org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.89kB)
08:29:10 [INFO] The user operation is waiting for background work to complete.
08:29:10 [INFO] Fetching org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.89kB)
08:29:10 [INFO] Unpacking org.eclipse.swtbot.generator.ui_2.9.0.201909110845...
08:29:10 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/pom.xml
08:29:10 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/pom.xml
08:29:10 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/pom.xml
08:29:10 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/pom.xml
08:29:10 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/pom.xml
08:29:10 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/pom.xml
08:29:11 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/pom.xml
08:29:11 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/pom.xml
08:29:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/pom.xml
08:29:11 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/pom.xml
08:29:11 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/pom.xml
08:29:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/pom.xml
08:29:11 Feb 06, 2020 1:29:11 PM org.apache.http.impl.execchain.RetryExec execute
08:29:11 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:29:11 Feb 06, 2020 1:29:11 PM org.apache.http.impl.execchain.RetryExec execute
08:29:11 INFO: Retrying request to {}->http://download.eclipse.org:80
08:29:11 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.32kB)
08:29:11 [INFO] The user operation is waiting for background work to complete.
08:29:11 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.32kB)
08:29:11 [INFO] Unpacking javax.annotation_1.2.0.v201602091430...
08:29:12 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/pom.xml
08:29:12 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/pom.xml
08:29:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/pom.xml
08:29:12 [INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.77kB)
08:29:12 [INFO] The user operation is waiting for background work to complete.
08:29:12 [INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.77kB)
08:29:12 [INFO] Unpacking org.eclipse.core.net_1.3.700.v20191122-2107...
08:29:12 [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200107-1357.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.85kB)
08:29:12 [INFO] The user operation is waiting for background work to complete.
08:29:12 [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200107-1357.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.85kB)
08:29:12 [INFO] Unpacking org.eclipse.equinox.launcher_1.5.700.v20200107-1357...
08:29:12 [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (56.27kB)
08:29:12 [INFO] The user operation is waiting for background work to complete.
08:29:12 [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (56.27kB)
08:29:12 [INFO] Unpacking org.eclipse.ui.ide.application_1.3.600.v20200116-2127...
08:29:12 [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.42kB)
08:29:12 [INFO] The user operation is waiting for background work to complete.
08:29:12 [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.42kB)
08:29:12 [INFO] Unpacking org.eclipse.urischeme_1.0.600.v20200115-1733...
08:29:12 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/pom.xml
08:29:13 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/pom.xml
08:29:13 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/pom.xml
08:29:13 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (743.15kB)
08:29:13 [INFO] The user operation is waiting for background work to complete.
08:29:13 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (743.15kB)
08:29:13 [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946...
08:29:14 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2020-03/plugins/ (249kB)
08:29:14 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2020-03/plugins/ (249kB)
08:29:14 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (122.3kB)
08:29:14 [INFO] The user operation is waiting for background work to complete.
08:29:14 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (122.3kB)
08:29:14 [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
08:29:14 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.29MB)
08:29:14 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.29MB)
08:29:14 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (45.51kB)
08:29:14 [INFO] The user operation is waiting for background work to complete.
08:29:14 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (45.51kB)
08:29:14 [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
08:29:15 [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (26.2kB)
08:29:15 [INFO] The user operation is waiting for background work to complete.
08:29:15 [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (26.2kB)
08:29:15 [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.100.v20191217-1850...
08:29:15 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (61.34kB)
08:29:15 [INFO] The user operation is waiting for background work to complete.
08:29:15 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (61.34kB)
08:29:15 [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
08:29:15 [INFO] Fetching org.eclipse.m2e.archetype.common_1.15.0.20200109-1106.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.92MB)
08:29:15 [INFO] Fetching org.eclipse.m2e.archetype.common_1.15.0.20200109-1106.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.92MB)
08:29:15 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.15.0.20200109-1106.jar from http://download.eclipse.org/staging/2020-03/plugins/ (7.22MB)
08:29:15 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.15.0.20200109-1106.jar from http://download.eclipse.org/staging/2020-03/plugins/ (7.22MB)
08:29:16 [INFO] Fetching org.eclipse.m2e.core_1.15.0.20200109-1107.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (197.66kB)
08:29:16 [INFO] The user operation is waiting for background work to complete.
08:29:16 [INFO] Fetching org.eclipse.m2e.core_1.15.0.20200109-1107.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (197.66kB)
08:29:16 [INFO] Unpacking org.eclipse.m2e.core_1.15.0.20200109-1107...
08:29:16 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.15.0.20200109-1106.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.08MB)
08:29:16 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.15.0.20200109-1106.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.08MB)
08:29:16 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2020-03/plugins/ (15.56kB)
08:29:16 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2020-03/plugins/ (15.56kB)
08:29:17 [INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (20.57kB)
08:29:17 [INFO] The user operation is waiting for background work to complete.
08:29:17 [INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (20.57kB)
08:29:17 [INFO] Unpacking org.slf4j.api_1.7.10.v20170428-1633...
08:29:17 [INFO] Fetching org.eclipse.m2e.core.ui_1.15.0.20200109-1107.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (204.71kB)
08:29:17 [INFO] The user operation is waiting for background work to complete.
08:29:17 [INFO] Fetching org.eclipse.m2e.core.ui_1.15.0.20200109-1107.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (204.71kB)
08:29:17 [INFO] Unpacking org.eclipse.m2e.core.ui_1.15.0.20200109-1107...
08:29:17 [INFO] Fetching org.eclipse.m2e.model.edit_1.15.0.20200109-1107.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (127.37kB)
08:29:17 [INFO] The user operation is waiting for background work to complete.
08:29:17 [INFO] Fetching org.eclipse.m2e.model.edit_1.15.0.20200109-1107.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (127.37kB)
08:29:17 [INFO] Unpacking org.eclipse.m2e.model.edit_1.15.0.20200109-1107...
08:29:17 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.15.0.20200109-1106.jar from http://download.eclipse.org/staging/2020-03/plugins/ (19.43kB)
08:29:17 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.15.0.20200109-1106.jar from http://download.eclipse.org/staging/2020-03/plugins/ (19.43kB)
08:29:17 [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (77.39kB)
08:29:17 [INFO] The user operation is waiting for background work to complete.
08:29:17 [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (77.39kB)
08:29:17 [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201903222010...
08:29:17 [INFO] Fetching org.eclipse.wst.sse.core_1.2.200.v202001190814.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (155.5kB)
08:29:17 [INFO] The user operation is waiting for background work to complete.
08:29:17 [INFO] Fetching org.eclipse.wst.sse.core_1.2.200.v202001190814.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (155.5kB)
08:29:18 [INFO] Unpacking org.eclipse.wst.sse.core_1.2.200.v202001190814...
08:29:18 [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (255.22kB)
08:29:18 [INFO] The user operation is waiting for background work to complete.
08:29:18 [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (255.22kB)
08:29:18 [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201911262147...
08:29:18 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.25kB)
08:29:18 [INFO] The user operation is waiting for background work to complete.
08:29:18 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.25kB)
08:29:18 [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010...
08:29:18 [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (20.09kB)
08:29:18 [INFO] The user operation is waiting for background work to complete.
08:29:18 [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (20.09kB)
08:29:18 [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010...
08:29:18 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.7kB)
08:29:18 [INFO] The user operation is waiting for background work to complete.
08:29:18 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.7kB)
08:29:18 [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010...
08:29:19 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/pom.xml
08:29:19 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/pom.xml
08:29:19 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/pom.xml
08:29:19 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/pom.xml
08:29:19 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/pom.xml
08:29:19 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/pom.xml
08:29:19 Feb 06, 2020 1:29:19 PM org.apache.http.impl.execchain.RetryExec execute
08:29:19 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:29:19 Feb 06, 2020 1:29:19 PM org.apache.http.impl.execchain.RetryExec execute
08:29:19 INFO: Retrying request to {}->http://download.eclipse.org:80
08:29:19 [INFO] Fetching org.eclipse.jdt_3.18.300.v20200129-1800.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (34.09kB)
08:29:19 [INFO] The user operation is waiting for background work to complete.
08:29:19 [INFO] Fetching org.eclipse.jdt_3.18.300.v20200129-1800.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (34.09kB)
08:29:20 [INFO] Unpacking org.eclipse.jdt_3.18.300.v20200129-1800...
08:29:20 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/pom.xml
08:29:20 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/pom.xml
08:29:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/pom.xml
08:29:20 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/pom.xml
08:29:20 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/pom.xml
08:29:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/pom.xml
08:29:21 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/pom.xml
08:29:21 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/pom.xml
08:29:21 Feb 06, 2020 1:29:21 PM org.apache.http.impl.execchain.RetryExec execute
08:29:21 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:29:21 Feb 06, 2020 1:29:21 PM org.apache.http.impl.execchain.RetryExec execute
08:29:21 INFO: Retrying request to {}->http://download.eclipse.org:80
08:29:21 [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
08:29:21 [INFO] Adding repository http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository
08:29:21 [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
08:29:21 [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
08:29:21 [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
08:29:21 [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
08:29:21 [INFO] Adding repository http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository
08:29:21 [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
08:29:21 [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
08:29:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/pom.xml
08:29:23 [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.97kB)
08:29:23 [INFO] The user operation is waiting for background work to complete.
08:29:23 [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.97kB)
08:29:23 [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110...
08:29:23 [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/staging/2020-03/plugins/ (2.55MB)
08:29:23 [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/staging/2020-03/plugins/ (2.55MB)
08:29:23 [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.14MB)
08:29:23 [INFO] The user operation is waiting for background work to complete.
08:29:23 [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.14MB)
08:29:23 [INFO] Unpacking com.google.javascript_0.0.20160315.v20161124-1903...
08:29:25 [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/staging/2020-03/plugins/ (611.72kB)
08:29:25 [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/staging/2020-03/plugins/ (611.72kB)
08:29:25 [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (143.61kB)
08:29:25 [INFO] The user operation is waiting for background work to complete.
08:29:25 [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (143.61kB)
08:29:25 [INFO] Unpacking org.apache.commons.codec_1.13.0.v20200108-0001...
08:29:25 [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (109.72kB)
08:29:25 [INFO] The user operation is waiting for background work to complete.
08:29:25 [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (109.72kB)
08:29:25 [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212...
08:29:25 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (333.78kB)
08:29:25 [INFO] The user operation is waiting for background work to complete.
08:29:25 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (333.78kB)
08:29:25 [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512...
08:29:26 [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (693.29kB)
08:29:26 [INFO] The user operation is waiting for background work to complete.
08:29:26 [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (693.29kB)
08:29:26 [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532...
08:29:26 [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (899.36kB)
08:29:26 [INFO] The user operation is waiting for background work to complete.
08:29:26 [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (899.36kB)
08:29:26 [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532...
08:29:27 [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (925.71kB)
08:29:27 [INFO] The user operation is waiting for background work to complete.
08:29:27 [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (925.71kB)
08:29:27 [INFO] Unpacking org.apache.lucene.core_8.0.0.v20190404-1858...
08:29:28 [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.63kB)
08:29:28 [INFO] The user operation is waiting for background work to complete.
08:29:28 [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.63kB)
08:29:28 [INFO] Unpacking org.apache.lucene.misc_8.0.0.v20190418-1455...
08:29:28 [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (135.97kB)
08:29:28 [INFO] The user operation is waiting for background work to complete.
08:29:28 [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (135.97kB)
08:29:28 [INFO] Unpacking org.apache.lucene.queryparser_7.5.0.v20181003-1532...
08:29:28 [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from http://download.eclipse.org/staging/2020-03/plugins/ (271.01kB)
08:29:28 [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from http://download.eclipse.org/staging/2020-03/plugins/ (271.01kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (17.58kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (17.58kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (13.22kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (13.22kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (566.23kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (566.23kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (166.46kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (166.46kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (344.1kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (344.1kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (563.53kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (563.53kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (17.92kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (17.92kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (340.77kB)
08:29:29 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (340.77kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (621.79kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (621.79kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (228.74kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (228.74kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (91.99kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (91.99kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.100.201801242337.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (97.47kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.100.201801242337.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (97.47kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (189.45kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (189.45kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (130.23kB)
08:29:30 [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (130.23kB)
08:29:31 [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (31.85kB)
08:29:31 [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (31.85kB)
08:29:31 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (46.89kB)
08:29:31 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (46.89kB)
08:29:31 [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (369.84kB)
08:29:31 [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (369.84kB)
08:29:31 [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (462.63kB)
08:29:31 [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (462.63kB)
08:29:31 [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (139.67kB)
08:29:31 [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (139.67kB)
08:29:31 [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (126.95kB)
08:29:31 [INFO] The user operation is waiting for background work to complete.
08:29:31 [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (126.95kB)
08:29:31 [INFO] Unpacking org.eclipse.emf.codegen_2.19.0.v20190821-1536...
08:29:32 [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.52kB)
08:29:32 [INFO] The user operation is waiting for background work to complete.
08:29:32 [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.52kB)
08:29:32 [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146...
08:29:32 [INFO] Fetching org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (54.88kB)
08:29:32 [INFO] The user operation is waiting for background work to complete.
08:29:32 [INFO] Fetching org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (54.88kB)
08:29:32 [INFO] Unpacking org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806...
08:29:32 [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (124.12kB)
08:29:32 [INFO] The user operation is waiting for background work to complete.
08:29:32 [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (124.12kB)
08:29:32 [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430...
08:29:32 [INFO] Fetching org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (152.06kB)
08:29:32 [INFO] The user operation is waiting for background work to complete.
08:29:32 [INFO] Fetching org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (152.06kB)
08:29:32 [INFO] Unpacking org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806...
08:29:32 [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (104.32kB)
08:29:32 [INFO] The user operation is waiting for background work to complete.
08:29:32 [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (104.32kB)
08:29:32 [INFO] Unpacking org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231...
08:29:33 [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (201.34kB)
08:29:33 [INFO] The user operation is waiting for background work to complete.
08:29:33 [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (201.34kB)
08:29:33 [INFO] Unpacking org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231...
08:29:33 [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (37.81kB)
08:29:33 [INFO] The user operation is waiting for background work to complete.
08:29:33 [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (37.81kB)
08:29:33 [INFO] Unpacking org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231...
08:29:33 [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (10.45kB)
08:29:33 [INFO] The user operation is waiting for background work to complete.
08:29:33 [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (10.45kB)
08:29:33 [INFO] Unpacking org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231...
08:29:33 [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (92.93kB)
08:29:33 [INFO] The user operation is waiting for background work to complete.
08:29:33 [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (92.93kB)
08:29:33 [INFO] Unpacking org.eclipse.jem_2.0.600.v201903222024...
08:29:33 [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (47.51kB)
08:29:33 [INFO] The user operation is waiting for background work to complete.
08:29:33 [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (47.51kB)
08:29:33 [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201903222010...
08:29:33 [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (36.06kB)
08:29:33 [INFO] The user operation is waiting for background work to complete.
08:29:33 [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (36.06kB)
08:29:33 [INFO] Unpacking org.eclipse.jem.workbench_2.0.400.v201903222024...
08:29:34 [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.25kB)
08:29:34 [INFO] The user operation is waiting for background work to complete.
08:29:34 [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.25kB)
08:29:34 [INFO] Unpacking org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024...
08:29:34 [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.67kB)
08:29:34 [INFO] The user operation is waiting for background work to complete.
08:29:34 [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.67kB)
08:29:34 [INFO] Unpacking org.eclipse.jst.common.annotations.core_1.1.300.v201903222024...
08:29:34 [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.44kB)
08:29:34 [INFO] The user operation is waiting for background work to complete.
08:29:34 [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.44kB)
08:29:34 [INFO] Unpacking org.eclipse.jst.common.frameworks_1.1.701.v201903222024...
08:29:34 [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (130.38kB)
08:29:34 [INFO] The user operation is waiting for background work to complete.
08:29:34 [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (130.38kB)
08:29:34 [INFO] Unpacking org.eclipse.wst.common.modulecore_1.3.100.v201903222010...
08:29:34 [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (53.03kB)
08:29:34 [INFO] The user operation is waiting for background work to complete.
08:29:34 [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (53.03kB)
08:29:34 [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010...
08:29:34 [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (134.38kB)
08:29:34 [INFO] The user operation is waiting for background work to complete.
08:29:34 [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (134.38kB)
08:29:35 [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137...
08:29:35 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (119.79kB)
08:29:35 [INFO] The user operation is waiting for background work to complete.
08:29:35 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (119.79kB)
08:29:35 [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010...
08:29:35 [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (63.69kB)
08:29:35 [INFO] The user operation is waiting for background work to complete.
08:29:35 [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (63.69kB)
08:29:35 [INFO] Unpacking org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755...
08:29:35 [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.14kB)
08:29:35 [INFO] The user operation is waiting for background work to complete.
08:29:35 [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.14kB)
08:29:35 [INFO] Unpacking org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010...
08:29:35 [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (91.86kB)
08:29:35 [INFO] The user operation is waiting for background work to complete.
08:29:35 [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (91.86kB)
08:29:35 [INFO] Unpacking org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010...
08:29:36 [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.97kB)
08:29:36 [INFO] The user operation is waiting for background work to complete.
08:29:36 [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.97kB)
08:29:36 [INFO] Unpacking org.eclipse.jst.common.ui_1.0.301.v201903222024...
08:29:36 [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.56kB)
08:29:36 [INFO] The user operation is waiting for background work to complete.
08:29:36 [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.56kB)
08:29:36 [INFO] Unpacking org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010...
08:29:36 [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (327.58kB)
08:29:36 [INFO] The user operation is waiting for background work to complete.
08:29:36 [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (327.58kB)
08:29:36 [INFO] Unpacking org.eclipse.jst.ejb.ui_1.1.911.v201903222024...
08:29:36 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (53.4kB)
08:29:36 [INFO] The user operation is waiting for background work to complete.
08:29:36 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (53.4kB)
08:29:36 [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010...
08:29:36 [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (120.06kB)
08:29:36 [INFO] The user operation is waiting for background work to complete.
08:29:36 [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (120.06kB)
08:29:36 [INFO] Unpacking org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024...
08:29:36 [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (860.07kB)
08:29:36 [INFO] The user operation is waiting for background work to complete.
08:29:36 [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (860.07kB)
08:29:36 [INFO] Unpacking org.eclipse.jst.j2ee_1.2.301.v201903222025...
08:29:37 [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (588.98kB)
08:29:37 [INFO] The user operation is waiting for background work to complete.
08:29:37 [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (588.98kB)
08:29:37 [INFO] Unpacking org.eclipse.jst.j2ee.core_1.4.1.v201903222024...
08:29:38 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (357.97kB)
08:29:38 [INFO] The user operation is waiting for background work to complete.
08:29:38 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (357.97kB)
08:29:38 [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v201903222025...
08:29:38 [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (42.82kB)
08:29:38 [INFO] The user operation is waiting for background work to complete.
08:29:38 [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (42.82kB)
08:29:38 [INFO] Unpacking org.eclipse.wst.web.ui_1.2.100.v201902281912...
08:29:38 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.36kB)
08:29:38 [INFO] The user operation is waiting for background work to complete.
08:29:38 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.36kB)
08:29:38 [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201903222010...
08:29:38 [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (36.64kB)
08:29:38 [INFO] The user operation is waiting for background work to complete.
08:29:38 [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (36.64kB)
08:29:38 [INFO] Unpacking org.eclipse.wst.web_1.2.100.v201905161255...
08:29:38 [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (73.01kB)
08:29:38 [INFO] The user operation is waiting for background work to complete.
08:29:38 [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (73.01kB)
08:29:38 [INFO] Unpacking org.eclipse.jst.jee.ui_1.0.901.v201903222025...
08:29:39 [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.73kB)
08:29:39 [INFO] The user operation is waiting for background work to complete.
08:29:39 [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.73kB)
08:29:39 [INFO] Unpacking org.eclipse.jst.server.core_1.2.600.v201910252115...
08:29:39 [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (39.92kB)
08:29:39 [INFO] The user operation is waiting for background work to complete.
08:29:39 [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (39.92kB)
08:29:39 [INFO] Unpacking org.eclipse.jst.jee_1.0.902.v201905281719...
08:29:39 [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (25.35kB)
08:29:39 [INFO] The user operation is waiting for background work to complete.
08:29:39 [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (25.35kB)
08:29:39 [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429...
08:29:39 [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (39.23kB)
08:29:39 [INFO] The user operation is waiting for background work to complete.
08:29:39 [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (39.23kB)
08:29:39 [INFO] Unpacking org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346...
08:29:39 [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.02kB)
08:29:39 [INFO] The user operation is waiting for background work to complete.
08:29:39 [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.02kB)
08:29:39 [INFO] Unpacking org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346...
08:29:39 [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (172.04kB)
08:29:39 [INFO] The user operation is waiting for background work to complete.
08:29:39 [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (172.04kB)
08:29:39 [INFO] Unpacking org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024...
08:29:39 [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (222.81kB)
08:29:39 [INFO] The user operation is waiting for background work to complete.
08:29:39 [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (222.81kB)
08:29:40 [INFO] Unpacking org.eclipse.jst.j2ee.web_1.1.911.v201903222025...
08:29:40 [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.79kB)
08:29:40 [INFO] The user operation is waiting for background work to complete.
08:29:40 [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.79kB)
08:29:40 [INFO] Unpacking org.eclipse.wst.common.ui_1.1.700.v201905071717...
08:29:40 [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.59kB)
08:29:40 [INFO] The user operation is waiting for background work to complete.
08:29:40 [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.59kB)
08:29:40 [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.921.v201903222025...
08:29:40 [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (87.57kB)
08:29:40 [INFO] The user operation is waiting for background work to complete.
08:29:40 [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (87.57kB)
08:29:40 [INFO] Unpacking org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231...
08:29:40 [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (69.6kB)
08:29:40 [INFO] The user operation is waiting for background work to complete.
08:29:40 [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (69.6kB)
08:29:40 [INFO] Unpacking org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231...
08:29:41 [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (180.71kB)
08:29:41 [INFO] The user operation is waiting for background work to complete.
08:29:41 [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (180.71kB)
08:29:41 [INFO] Unpacking org.eclipse.wst.css.core_1.2.0.v201904210526...
08:29:42 [INFO] Fetching org.eclipse.wst.css.ui_1.1.300.v201911262315.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (120.05kB)
08:29:42 [INFO] The user operation is waiting for background work to complete.
08:29:42 [INFO] Fetching org.eclipse.wst.css.ui_1.1.300.v201911262315.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (120.05kB)
08:29:42 [INFO] Unpacking org.eclipse.wst.css.ui_1.1.300.v201911262315...
08:29:42 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (334.64kB)
08:29:42 [INFO] The user operation is waiting for background work to complete.
08:29:42 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (334.64kB)
08:29:42 [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112...
08:29:42 [INFO] Fetching org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (314.89kB)
08:29:42 [INFO] The user operation is waiting for background work to complete.
08:29:42 [INFO] Fetching org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (314.89kB)
08:29:43 [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.300.v202001091420...
08:29:43 [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (201.05kB)
08:29:43 [INFO] The user operation is waiting for background work to complete.
08:29:43 [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (201.05kB)
08:29:43 [INFO] Unpacking org.eclipse.wst.html.core_1.3.200.v201910140306...
08:29:43 [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (115.22kB)
08:29:43 [INFO] The user operation is waiting for background work to complete.
08:29:43 [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (115.22kB)
08:29:43 [INFO] Unpacking org.eclipse.wst.html.ui_1.1.200.v201905301652...
08:29:43 [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.2MB)
08:29:43 [INFO] The user operation is waiting for background work to complete.
08:29:43 [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.2MB)
08:29:43 [INFO] Unpacking org.eclipse.wst.jsdt.core_2.0.302.v201903222047...
08:29:44 [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.33kB)
08:29:44 [INFO] The user operation is waiting for background work to complete.
08:29:44 [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.33kB)
08:29:44 [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047...
08:29:44 [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.401.v201912012351.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (2.32MB)
08:29:44 [INFO] The user operation is waiting for background work to complete.
08:29:44 [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.401.v201912012351.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (2.32MB)
08:29:45 [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.0.401.v201912012351...
08:29:49 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/pom.xml
08:29:50 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/pom.xml
08:29:50 [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/
08:29:50 [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/
08:29:50 [INFO] Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases
08:29:50 [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/
08:29:50 [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB)
08:29:50 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB)
08:29:51 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB)
08:29:52 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB)
08:29:53 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB)
08:29:53 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB)
08:29:53 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/pom.xml
08:29:57 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/pom.xml
08:29:57 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/pom.xml
08:29:57 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/pom.xml
08:29:57 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/pom.xml
08:29:57 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/pom.xml
08:29:57 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/pom.xml
08:29:57 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/pom.xml
08:29:57 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/pom.xml
08:29:58 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/pom.xml
08:29:58 [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (634.79kB)
08:29:58 [INFO] The user operation is waiting for background work to complete.
08:29:58 [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (634.79kB)
08:29:58 [INFO] Unpacking net.bytebuddy.byte-buddy_1.9.0.v20181107-1410...
08:29:59 [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (23.9kB)
08:29:59 [INFO] The user operation is waiting for background work to complete.
08:29:59 [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (23.9kB)
08:29:59 [INFO] Unpacking net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534...
08:29:59 [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (32.1kB)
08:29:59 [INFO] The user operation is waiting for background work to complete.
08:29:59 [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (32.1kB)
08:29:59 [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246...
08:29:59 [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (170.56kB)
08:29:59 [INFO] The user operation is waiting for background work to complete.
08:29:59 [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (170.56kB)
08:29:59 [INFO] Unpacking org.mockito_2.23.0.v20190527-1420...
08:29:59 [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (27.19kB)
08:29:59 [INFO] The user operation is waiting for background work to complete.
08:29:59 [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (27.19kB)
08:29:59 [INFO] Unpacking org.objenesis_2.6.0.v20180420-1519...
08:29:59 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/pom.xml
08:30:00 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/pom.xml
08:30:00 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/pom.xml
08:30:00 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/pom.xml
08:30:00 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/pom.xml
08:30:00 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/pom.xml
08:30:00 Feb 06, 2020 1:30:00 PM org.apache.http.impl.execchain.RetryExec execute
08:30:00 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:30:00 Feb 06, 2020 1:30:00 PM org.apache.http.impl.execchain.RetryExec execute
08:30:00 INFO: Retrying request to {}->http://download.eclipse.org:80
08:30:00 [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.700.v20200116-1804.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.97kB)
08:30:00 [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.700.v20200116-1804.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.97kB)
08:30:00 [INFO] The user operation is waiting for background work to complete.
08:30:00 [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.700.v20200116-1804...
08:30:00 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/pom.xml
08:30:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml
08:30:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml
08:30:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml
08:30:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/pom.xml
08:30:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/pom.xml
08:30:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/pom.xml
08:30:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/pom.xml
08:30:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/pom.xml
08:30:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/pom.xml
08:30:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/pom.xml
08:30:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/pom.xml
08:30:02 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/pom.xml
08:30:02 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/pom.xml
08:30:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/pom.xml
08:30:02 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/pom.xml
08:30:02 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/pom.xml
08:30:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/pom.xml
08:30:02 Feb 06, 2020 1:30:02 PM org.apache.http.impl.execchain.RetryExec execute
08:30:02 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
08:30:02 Feb 06, 2020 1:30:02 PM org.apache.http.impl.execchain.RetryExec execute
08:30:02 INFO: Retrying request to {}->http://download.eclipse.org:80
08:30:02 [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.23kB)
08:30:02 [INFO] The user operation is waiting for background work to complete.
08:30:02 [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.23kB)
08:30:02 [INFO] Unpacking org.apache.lucene.misc_7.5.0.v20181003-1532...
08:30:02 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2020-03/plugins/ (97.49kB)
08:30:02 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2020-03/plugins/ (97.49kB)
08:30:03 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/pom.xml
08:30:03 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/pom.xml
08:30:03 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/pom.xml
08:30:03 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/pom.xml
08:30:03 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/pom.xml
08:30:03 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/pom.xml
08:30:03 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/pom.xml
08:30:03 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/pom.xml
08:30:03 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/pom.xml
08:30:04 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/pom.xml
08:30:04 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/pom.xml
08:30:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/pom.xml
08:30:04 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/pom.xml
08:30:04 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/pom.xml
08:30:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/pom.xml
08:30:04 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/pom.xml
08:30:04 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/pom.xml
08:30:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/pom.xml
08:30:04 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/pom.xml
08:30:04 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/pom.xml
08:30:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/pom.xml
08:30:05 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/pom.xml
08:30:05 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/site/pom.xml
08:30:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/site/pom.xml
08:30:05 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/site/pom.xml
08:30:05 [INFO] ------------------------------------------------------------------------
08:30:05 [INFO] Reactor Build Order:
08:30:05 [INFO] 
08:30:05 [INFO] RedDeer Parent POM File                                            [pom]
08:30:05 [INFO] RedDeer Plugins                                                    [pom]
08:30:05 [INFO] RedDeer Common                                          [eclipse-plugin]
08:30:05 [INFO] RedDeer Workbench Core                                  [eclipse-plugin]
08:30:05 [INFO] RedDeer E4 Workbench Core                               [eclipse-plugin]
08:30:05 [INFO] RedDeer Core                                            [eclipse-plugin]
08:30:05 [INFO] RedDeer SWT                                             [eclipse-plugin]
08:30:05 [INFO] RedDeer JFace                                           [eclipse-plugin]
08:30:05 [INFO] RedDeer Workbench                                       [eclipse-plugin]
08:30:05 [INFO] RedDeer E4 Workbench                                    [eclipse-plugin]
08:30:05 [INFO] RedDeer UIForms                                         [eclipse-plugin]
08:30:05 [INFO] RedDeer Direct                                          [eclipse-plugin]
08:30:05 [INFO] RedDeer JUnit                                           [eclipse-plugin]
08:30:05 [INFO] RedDeer Eclipse                                         [eclipse-plugin]
08:30:05 [INFO] RedDeer GEF                                             [eclipse-plugin]
08:30:05 [INFO] RedDeer GEF Spy                                         [eclipse-plugin]
08:30:05 [INFO] RedDeer Graphiti                                        [eclipse-plugin]
08:30:05 [INFO] RedDeer JDT Junit                                       [eclipse-plugin]
08:30:05 [INFO] RedDeer JUnit Extensions                                [eclipse-plugin]
08:30:05 [INFO] RedDeer Selenium                                        [eclipse-plugin]
08:30:05 [INFO] RedDeer Requirements                                    [eclipse-plugin]
08:30:05 [INFO] RedDeer UI                                              [eclipse-plugin]
08:30:05 [INFO] RedDeer Spy                                             [eclipse-plugin]
08:30:05 [INFO] RedDeer Recorder                                        [eclipse-plugin]
08:30:05 [INFO] RedDeer Go                                              [eclipse-plugin]
08:30:05 [INFO] RedDeer Log Parser                                      [eclipse-plugin]
08:30:05 [INFO] RedDeer CodeGen                                         [eclipse-plugin]
08:30:05 [INFO] RedDeer Test-Apps                                                  [pom]
08:30:05 [INFO] RedDeer E4 Test App                                     [eclipse-plugin]
08:30:05 [INFO] RedDeer Tests                                                      [pom]
08:30:05 [INFO] RedDeer Common Tests                               [eclipse-test-plugin]
08:30:05 [INFO] RedDeer SWT Tests                                  [eclipse-test-plugin]
08:30:05 [INFO] RedDeer Core Tests                                 [eclipse-test-plugin]
08:30:05 [INFO] RedDeer Workbench Tests                            [eclipse-test-plugin]
08:30:05 [INFO] RedDeer UIForms Test                               [eclipse-test-plugin]
08:30:05 [INFO] RedDeer JFace Tests                                [eclipse-test-plugin]
08:30:05 [INFO] RedDeer Eclipse Tests                              [eclipse-test-plugin]
08:30:05 [INFO] RedDeer GEF Tests                                  [eclipse-test-plugin]
08:30:05 [INFO] RedDeer Graphiti Tests                             [eclipse-test-plugin]
08:30:05 [INFO] RedDeer Direct Tests                               [eclipse-test-plugin]
08:30:05 [INFO] RedDeer JUnit Tests                                [eclipse-test-plugin]
08:30:05 [INFO] RedDeer Requirements Tests                         [eclipse-test-plugin]
08:30:05 [INFO] RedDeer UI Tests                                   [eclipse-test-plugin]
08:30:05 [INFO] RedDeer E4 Workbench Tests                         [eclipse-test-plugin]
08:30:05 [INFO] RedDeer Features                                                   [pom]
08:30:05 [INFO] RedDeer E4 Feature                                     [eclipse-feature]
08:30:05 [INFO] RedDeer Eclipse Feature                                [eclipse-feature]
08:30:05 [INFO] RedDeer GEF Spy Feature                                [eclipse-feature]
08:30:05 [INFO] RedDeer SWT Feature                                    [eclipse-feature]
08:30:05 [INFO] RedDeer Tests Feature                                  [eclipse-feature]
08:30:05 [INFO] RedDeer UI Feature                                     [eclipse-feature]
08:30:05 [INFO] RedDeer Recorder Feature                               [eclipse-feature]
08:30:05 [INFO] RedDeer GEF/Graphiti Feature                           [eclipse-feature]
08:30:05 [INFO] RedDeer Spy Feature                                    [eclipse-feature]
08:30:05 [INFO] RedDeer Log Parser Feature                             [eclipse-feature]
08:30:05 [INFO] RedDeer Selenium Feature                               [eclipse-feature]
08:30:05 [INFO] RedDeer CodeGen Feature                                [eclipse-feature]
08:30:05 [INFO] RedDeer Site                                        [eclipse-repository]
08:30:05 [INFO] RedDeer Archetype                                      [maven-archetype]
08:30:05 [INFO] 
08:30:05 [INFO] ---------------------< org.eclipse.reddeer:parent >---------------------
08:30:05 [INFO] Building RedDeer Parent POM File 2.9.0-SNAPSHOT                   [1/59]
08:30:05 [INFO] --------------------------------[ pom ]---------------------------------
08:30:05 [INFO] 
08:30:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
08:30:05 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
08:30:15 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
08:30:15 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 185 kB/s)
08:30:15 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
08:30:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
08:30:16 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 279 kB/s)
08:30:16 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
08:30:16 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
08:30:16 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
08:30:16 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
08:30:16 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 (2): 65/226 kB | 4.1/13 kB
Progress (2): 65/226 kB | 7.7/13 kB
Progress (2): 65/226 kB | 12/13 kB 
Progress (2): 65/226 kB | 13 kB   
Progress (2): 69/226 kB | 13 kB
Progress (2): 73/226 kB | 13 kB
Progress (2): 77/226 kB | 13 kB
Progress (2): 81/226 kB | 13 kB
Progress (2): 85/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 559 kB/s)
08:30:16 Progress (1): 90/226 kB
Progress (1): 94/226 kB
Progress (1): 98/226 kB
Progress (1): 102/226 kB
Progress (1): 106/226 kB
Progress (1): 110/226 kB
Progress (1): 114/226 kB
Progress (1): 118/226 kB
Progress (1): 122/226 kB
Progress (1): 126/226 kB
Progress (1): 131/226 kB
Progress (1): 135/226 kB
Progress (1): 139/226 kB
Progress (1): 143/226 kB
Progress (1): 147/226 kB
Progress (1): 151/226 kB
Progress (1): 155/226 kB
Progress (1): 159/226 kB
Progress (1): 163/226 kB
Progress (1): 167/226 kB
Progress (1): 171/226 kB
Progress (1): 176/226 kB
Progress (1): 180/226 kB
Progress (1): 184/226 kB
Progress (1): 188/226 kB
Progress (1): 192/226 kB
Progress (1): 196/226 kB
Progress (1): 200/226 kB
Progress (1): 204/226 kB
Progress (1): 208/226 kB
Progress (1): 212/226 kB
Progress (1): 217/226 kB
Progress (1): 221/226 kB
Progress (1): 225/226 kB
Progress (1): 226 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 7.3 MB/s)
08:30:16 [INFO] 
08:30:16 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ parent ---
08:30:16 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
08:30:16 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
08:30:16 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 365 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 109 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 154 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 274 kB/s)
08:30:16 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom
08:30:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom
08:30:16 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 59 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 298 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 153 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 259 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 351 kB/s)
08:30:16 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom
08:30:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
08:30:16 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.4 MB/s)
08:30:16 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
08:30:16 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
08:30:16 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 135 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 116 kB/s)
08:30:16 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom
08:30:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
08:30:16 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)
08:30:16 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
08:30:16 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
08:30:16 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 40 kB/s)
08:30:16 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
08:30:16 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
08:30:16 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 941 kB/s)
08:30:16 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
08:30:16 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
08:30:16 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 38 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 63 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 87 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 46 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 24 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 291 kB/s)
08:30:16 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
08:30:16 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
08:30:16 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 113 kB/s)
08:30:16 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
08:30:16 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
08:30:16 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 332 kB/s)
08:30:16 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
08:30:16 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
08:30:17 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 166 kB/s)
08:30:17 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
08:30:17 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
08:30:17 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 377 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 74 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 53 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 70 kB/s)
08:30:17 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
08:30:17 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
08:30:17 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 399 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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)
08:30:17 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
08:30:17 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
08:30:17 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 94 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 95 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 113 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 201 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 215 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 491 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 95 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 87 kB/s)
08:30:17 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
08:30:17 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
08:30:17 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 419 kB/s)
08:30:17 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
08:30:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
08:30:17 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 1.5 MB/s)
08:30:17 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
08:30:17 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
08:30:17 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 142 kB/s)
08:30:17 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
08:30:17 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
08:30:17 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 809 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 90 kB/s)
08:30:17 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
08:30:17 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
08:30:17 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 115 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 245 kB/s)
08:30:17 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
08:30:17 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
08:30:17 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 65 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 123 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 180 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 145 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 101 kB/s)
08:30:17 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
08:30:17 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
08:30:17 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 75 kB/s)
08:30:17 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
08:30:17 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
08:30:18 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 75 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 112 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 586 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 79 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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)
08:30:18 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
08:30:18 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
08:30:18 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 256 kB/s)
08:30:18 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
08:30:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
08:30:18 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 110 kB/s)
08:30:18 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
08:30:18 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
08:30:18 Progress (1): 738 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 34 kB/s)
08:30:18 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom
08:30:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
08:30:18 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 148 kB/s)
08:30:18 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
08:30:18 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
08:30:18 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 222 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 239 kB/s)
08:30:18 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
08:30:18 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
08:30:18 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 273 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 291 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 849 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 135 kB/s)
08:30:18 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
08:30:18 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
08:30:18 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 64 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 25 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 239 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 27 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 131 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 95 kB/s)
08:30:18 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
08:30:18 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
08:30:18 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 93 kB/s)
08:30:18 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
08:30:18 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
08:30:19 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 13 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 105 kB/s)
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
08:30:19 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
08:30:19 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 54 kB/s)
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
08:30:19 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
08:30:19 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 425 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 103 kB/s)
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
08:30:19 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
08:30:19 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 366 kB/s)
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
08:30:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
08:30:19 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 370 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 161 kB/s)
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
08:30:19 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
08:30:19 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 662 kB/s)
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom
08:30:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
08:30:19 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 6.7 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 252 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 22 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 43 kB/s)
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
08:30:19 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
08:30:19 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 35 kB/s)
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
08:30:19 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
08:30:19 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 122 kB/s)
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
08:30:19 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
08:30:19 Progress (1): 163 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 5.3 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 18 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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)
08:30:19 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
08:30:19 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
08:30:19 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 252 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 101 kB/s)
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom
08:30:19 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
08:30:19 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 147 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 204 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 174 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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 226 kB/s)
08:30:19 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
08:30:19 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
08:30:19 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.pom (1.9 kB at 87 kB/s)
08:30:19 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
08:30:19 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
08:30:19 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
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
08:30:19 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
08:30:19 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
08:30:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
08:30:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
08:30:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
08:30:20 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
08:30:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar
08:30:20 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
08:30:20 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
08:30:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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
08:30:20 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   
                   
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 2.1 MB/s)
08:30:20 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
08:30:20 Progress (1): 4.1/51 kB
Progress (1): 7.7/51 kB
Progress (1): 12/51 kB 
Progress (1): 16/51 kB
Progress (1): 20/51 kB
Progress (1): 24/51 kB
Progress (1): 28/51 kB
Progress (1): 32/51 kB
Progress (2): 32/51 kB | 4.1/80 kB
Progress (2): 32/51 kB | 7.7/80 kB
Progress (2): 36/51 kB | 7.7/80 kB
Progress (2): 36/51 kB | 12/80 kB 
Progress (2): 40/51 kB | 12/80 kB
Progress (2): 40/51 kB | 16/80 kB
Progress (2): 45/51 kB | 16/80 kB
Progress (2): 49/51 kB | 16/80 kB
Progress (2): 51 kB | 16/80 kB   
Progress (2): 51 kB | 20/80 kB
Progress (2): 51 kB | 24/80 kB
Progress (2): 51 kB | 28/80 kB
Progress (2): 51 kB | 32/80 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 2.0 MB/s)
08:30:20 Progress (1): 36/80 kB
                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar
08:30:20 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 (2): 65/80 kB | 4.1/237 kB
Progress (2): 69/80 kB | 4.1/237 kB
Progress (2): 69/80 kB | 7.7/237 kB
Progress (2): 73/80 kB | 7.7/237 kB
Progress (2): 73/80 kB | 12/237 kB 
Progress (2): 77/80 kB | 12/237 kB
Progress (2): 77/80 kB | 16/237 kB
Progress (2): 80 kB | 16/237 kB   
Progress (3): 80 kB | 16/237 kB | 4.1/12 kB
Progress (3): 80 kB | 16/237 kB | 7.7/12 kB
Progress (3): 80 kB | 16/237 kB | 12/12 kB 
Progress (3): 80 kB | 20/237 kB | 12/12 kB
Progress (3): 80 kB | 20/237 kB | 12 kB   
Progress (3): 80 kB | 24/237 kB | 12 kB
Progress (3): 80 kB | 28/237 kB | 12 kB
Progress (3): 80 kB | 32/237 kB | 12 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.6 MB/s)
08:30:20 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
08:30:20 Progress (3): 32/237 kB | 12 kB | 4.1/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 375 kB/s)
08:30:20 Progress (2): 36/237 kB | 4.1/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
08:30:20 Progress (2): 36/237 kB | 7.7/26 kB
Progress (2): 40/237 kB | 7.7/26 kB
Progress (2): 40/237 kB | 12/26 kB 
Progress (2): 45/237 kB | 12/26 kB
Progress (2): 45/237 kB | 16/26 kB
Progress (2): 49/237 kB | 16/26 kB
Progress (2): 49/237 kB | 20/26 kB
Progress (3): 49/237 kB | 20/26 kB | 4.1/245 kB
Progress (3): 49/237 kB | 24/26 kB | 4.1/245 kB
Progress (3): 49/237 kB | 24/26 kB | 7.7/245 kB
Progress (3): 53/237 kB | 24/26 kB | 7.7/245 kB
Progress (3): 53/237 kB | 24/26 kB | 12/245 kB 
Progress (4): 53/237 kB | 24/26 kB | 12/245 kB | 4.1/88 kB
Progress (4): 53/237 kB | 26 kB | 12/245 kB | 4.1/88 kB   
Progress (4): 53/237 kB | 26 kB | 12/245 kB | 7.7/88 kB
Progress (4): 53/237 kB | 26 kB | 16/245 kB | 7.7/88 kB
Progress (4): 57/237 kB | 26 kB | 16/245 kB | 7.7/88 kB
Progress (4): 57/237 kB | 26 kB | 16/245 kB | 12/88 kB 
Progress (4): 61/237 kB | 26 kB | 16/245 kB | 12/88 kB
Progress (4): 61/237 kB | 26 kB | 16/245 kB | 16/88 kB
Progress (4): 65/237 kB | 26 kB | 16/245 kB | 16/88 kB
Progress (4): 65/237 kB | 26 kB | 20/245 kB | 16/88 kB
Progress (5): 65/237 kB | 26 kB | 20/245 kB | 16/88 kB | 4.1/38 kB
Progress (5): 65/237 kB | 26 kB | 24/245 kB | 16/88 kB | 4.1/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 693 kB/s)
08:30:20 Progress (4): 65/237 kB | 24/245 kB | 16/88 kB | 7.7/38 kB
Progress (4): 65/237 kB | 24/245 kB | 20/88 kB | 7.7/38 kB
Progress (4): 65/237 kB | 24/245 kB | 20/88 kB | 12/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
08:30:20 Progress (4): 69/237 kB | 24/245 kB | 20/88 kB | 12/38 kB
Progress (4): 69/237 kB | 28/245 kB | 20/88 kB | 12/38 kB
Progress (4): 73/237 kB | 28/245 kB | 20/88 kB | 12/38 kB
Progress (4): 73/237 kB | 28/245 kB | 20/88 kB | 16/38 kB
Progress (4): 73/237 kB | 28/245 kB | 24/88 kB | 16/38 kB
Progress (4): 77/237 kB | 28/245 kB | 24/88 kB | 16/38 kB
Progress (4): 77/237 kB | 32/245 kB | 24/88 kB | 16/38 kB
Progress (4): 81/237 kB | 32/245 kB | 24/88 kB | 16/38 kB
Progress (4): 81/237 kB | 32/245 kB | 28/88 kB | 16/38 kB
Progress (4): 81/237 kB | 32/245 kB | 28/88 kB | 20/38 kB
Progress (5): 81/237 kB | 32/245 kB | 28/88 kB | 20/38 kB | 4.1/39 kB
Progress (5): 81/237 kB | 32/245 kB | 32/88 kB | 20/38 kB | 4.1/39 kB
Progress (5): 81/237 kB | 32/245 kB | 32/88 kB | 20/38 kB | 7.7/39 kB
Progress (5): 81/237 kB | 32/245 kB | 32/88 kB | 24/38 kB | 7.7/39 kB
Progress (5): 81/237 kB | 36/245 kB | 32/88 kB | 24/38 kB | 7.7/39 kB
Progress (5): 81/237 kB | 36/245 kB | 32/88 kB | 28/38 kB | 7.7/39 kB
Progress (5): 81/237 kB | 36/245 kB | 32/88 kB | 28/38 kB | 12/39 kB 
Progress (5): 85/237 kB | 36/245 kB | 32/88 kB | 28/38 kB | 12/39 kB
Progress (5): 85/237 kB | 36/245 kB | 32/88 kB | 28/38 kB | 16/39 kB
Progress (5): 85/237 kB | 36/245 kB | 32/88 kB | 32/38 kB | 16/39 kB
Progress (5): 85/237 kB | 36/245 kB | 36/88 kB | 32/38 kB | 16/39 kB
Progress (5): 85/237 kB | 40/245 kB | 36/88 kB | 32/38 kB | 16/39 kB
Progress (5): 85/237 kB | 40/245 kB | 36/88 kB | 36/38 kB | 16/39 kB
Progress (5): 85/237 kB | 40/245 kB | 40/88 kB | 36/38 kB | 16/39 kB
Progress (5): 90/237 kB | 40/245 kB | 40/88 kB | 36/38 kB | 16/39 kB
Progress (5): 90/237 kB | 40/245 kB | 45/88 kB | 36/38 kB | 16/39 kB
Progress (5): 90/237 kB | 40/245 kB | 45/88 kB | 38 kB | 16/39 kB   
Progress (5): 90/237 kB | 40/245 kB | 45/88 kB | 38 kB | 20/39 kB
Progress (5): 90/237 kB | 45/245 kB | 45/88 kB | 38 kB | 20/39 kB
Progress (5): 90/237 kB | 45/245 kB | 45/88 kB | 38 kB | 24/39 kB
Progress (5): 90/237 kB | 45/245 kB | 49/88 kB | 38 kB | 24/39 kB
Progress (5): 94/237 kB | 45/245 kB | 49/88 kB | 38 kB | 24/39 kB
Progress (5): 94/237 kB | 45/245 kB | 49/88 kB | 38 kB | 28/39 kB
Progress (5): 94/237 kB | 49/245 kB | 49/88 kB | 38 kB | 28/39 kB
Progress (5): 94/237 kB | 49/245 kB | 49/88 kB | 38 kB | 32/39 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 854 kB/s)
08:30:20 Progress (4): 98/237 kB | 49/245 kB | 49/88 kB | 32/39 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
08:30:20 Progress (4): 98/237 kB | 53/245 kB | 49/88 kB | 32/39 kB
Progress (4): 98/237 kB | 53/245 kB | 49/88 kB | 36/39 kB
Progress (4): 98/237 kB | 57/245 kB | 49/88 kB | 36/39 kB
Progress (4): 98/237 kB | 57/245 kB | 53/88 kB | 36/39 kB
Progress (4): 102/237 kB | 57/245 kB | 53/88 kB | 36/39 kB
Progress (4): 102/237 kB | 61/245 kB | 53/88 kB | 36/39 kB
Progress (4): 102/237 kB | 61/245 kB | 53/88 kB | 39 kB   
Progress (4): 102/237 kB | 65/245 kB | 53/88 kB | 39 kB
Progress (5): 102/237 kB | 65/245 kB | 53/88 kB | 39 kB | 4.1/43 kB
Progress (5): 106/237 kB | 65/245 kB | 53/88 kB | 39 kB | 4.1/43 kB
Progress (5): 106/237 kB | 65/245 kB | 57/88 kB | 39 kB | 4.1/43 kB
Progress (5): 106/237 kB | 69/245 kB | 57/88 kB | 39 kB | 4.1/43 kB
Progress (5): 110/237 kB | 69/245 kB | 57/88 kB | 39 kB | 4.1/43 kB
Progress (5): 110/237 kB | 69/245 kB | 57/88 kB | 39 kB | 7.7/43 kB
Progress (5): 114/237 kB | 69/245 kB | 57/88 kB | 39 kB | 7.7/43 kB
Progress (5): 114/237 kB | 73/245 kB | 57/88 kB | 39 kB | 7.7/43 kB
Progress (5): 114/237 kB | 73/245 kB | 61/88 kB | 39 kB | 7.7/43 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 429 kB/s)
08:30:20 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
08:30:20 Progress (4): 114/237 kB | 77/245 kB | 61/88 kB | 7.7/43 kB
Progress (4): 114/237 kB | 77/245 kB | 61/88 kB | 12/43 kB 
Progress (4): 114/237 kB | 81/245 kB | 61/88 kB | 12/43 kB
Progress (4): 114/237 kB | 81/245 kB | 61/88 kB | 16/43 kB
Progress (4): 118/237 kB | 81/245 kB | 61/88 kB | 16/43 kB
Progress (4): 118/237 kB | 81/245 kB | 65/88 kB | 16/43 kB
Progress (4): 122/237 kB | 81/245 kB | 65/88 kB | 16/43 kB
Progress (4): 126/237 kB | 81/245 kB | 65/88 kB | 16/43 kB
Progress (4): 126/237 kB | 85/245 kB | 65/88 kB | 16/43 kB
Progress (4): 126/237 kB | 85/245 kB | 65/88 kB | 20/43 kB
Progress (4): 131/237 kB | 85/245 kB | 65/88 kB | 20/43 kB
Progress (4): 131/237 kB | 85/245 kB | 65/88 kB | 24/43 kB
Progress (4): 131/237 kB | 85/245 kB | 69/88 kB | 24/43 kB
Progress (4): 131/237 kB | 90/245 kB | 69/88 kB | 24/43 kB
Progress (5): 131/237 kB | 90/245 kB | 69/88 kB | 24/43 kB | 4.1/9.8 kB
Progress (5): 135/237 kB | 90/245 kB | 69/88 kB | 24/43 kB | 4.1/9.8 kB
Progress (5): 135/237 kB | 94/245 kB | 69/88 kB | 24/43 kB | 4.1/9.8 kB
Progress (5): 135/237 kB | 94/245 kB | 73/88 kB | 24/43 kB | 4.1/9.8 kB
Progress (5): 135/237 kB | 94/245 kB | 73/88 kB | 28/43 kB | 4.1/9.8 kB
Progress (5): 135/237 kB | 94/245 kB | 77/88 kB | 28/43 kB | 4.1/9.8 kB
Progress (5): 135/237 kB | 98/245 kB | 77/88 kB | 28/43 kB | 4.1/9.8 kB
Progress (5): 139/237 kB | 98/245 kB | 77/88 kB | 28/43 kB | 4.1/9.8 kB
Progress (5): 139/237 kB | 98/245 kB | 77/88 kB | 28/43 kB | 7.7/9.8 kB
Progress (5): 143/237 kB | 98/245 kB | 77/88 kB | 28/43 kB | 7.7/9.8 kB
Progress (5): 143/237 kB | 98/245 kB | 81/88 kB | 28/43 kB | 7.7/9.8 kB
Progress (5): 143/237 kB | 98/245 kB | 81/88 kB | 32/43 kB | 7.7/9.8 kB
Progress (5): 147/237 kB | 98/245 kB | 81/88 kB | 32/43 kB | 7.7/9.8 kB
Progress (5): 147/237 kB | 102/245 kB | 81/88 kB | 32/43 kB | 7.7/9.8 kB
Progress (5): 147/237 kB | 102/245 kB | 81/88 kB | 32/43 kB | 9.8 kB    
Progress (5): 147/237 kB | 106/245 kB | 81/88 kB | 32/43 kB | 9.8 kB
Progress (5): 147/237 kB | 106/245 kB | 81/88 kB | 36/43 kB | 9.8 kB
Progress (5): 147/237 kB | 106/245 kB | 85/88 kB | 36/43 kB | 9.8 kB
Progress (5): 147/237 kB | 106/245 kB | 85/88 kB | 40/43 kB | 9.8 kB
Progress (5): 151/237 kB | 106/245 kB | 85/88 kB | 40/43 kB | 9.8 kB
Progress (5): 151/237 kB | 110/245 kB | 85/88 kB | 40/43 kB | 9.8 kB
Progress (5): 155/237 kB | 110/245 kB | 85/88 kB | 40/43 kB | 9.8 kB
Progress (5): 155/237 kB | 110/245 kB | 85/88 kB | 43 kB | 9.8 kB   
Progress (5): 155/237 kB | 110/245 kB | 88 kB | 43 kB | 9.8 kB   
Progress (5): 159/237 kB | 110/245 kB | 88 kB | 43 kB | 9.8 kB
Progress (5): 159/237 kB | 114/245 kB | 88 kB | 43 kB | 9.8 kB
Progress (5): 163/237 kB | 114/245 kB | 88 kB | 43 kB | 9.8 kB
Progress (5): 163/237 kB | 118/245 kB | 88 kB | 43 kB | 9.8 kB
Progress (5): 167/237 kB | 118/245 kB | 88 kB | 43 kB | 9.8 kB
Progress (5): 167/237 kB | 122/245 kB | 88 kB | 43 kB | 9.8 kB
Progress (5): 171/237 kB | 122/245 kB | 88 kB | 43 kB | 9.8 kB
Progress (5): 171/237 kB | 126/245 kB | 88 kB | 43 kB | 9.8 kB
Progress (5): 176/237 kB | 126/245 kB | 88 kB | 43 kB | 9.8 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 97 kB/s)
08:30:20 Progress (4): 176/237 kB | 131/245 kB | 88 kB | 43 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
08:30:20 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 850 kB/s)
08:30:20 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 419 kB/s)
08:30:20 Progress (2): 180/237 kB | 131/245 kB
                                     
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
08:30:20 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
08:30:20 Progress (2): 180/237 kB | 135/245 kB
Progress (2): 184/237 kB | 135/245 kB
Progress (3): 184/237 kB | 135/245 kB | 4.1/13 kB
Progress (3): 188/237 kB | 135/245 kB | 4.1/13 kB
Progress (3): 188/237 kB | 139/245 kB | 4.1/13 kB
Progress (3): 192/237 kB | 139/245 kB | 4.1/13 kB
Progress (3): 192/237 kB | 139/245 kB | 7.7/13 kB
Progress (3): 196/237 kB | 139/245 kB | 7.7/13 kB
Progress (4): 196/237 kB | 139/245 kB | 7.7/13 kB | 4.1/17 kB
Progress (4): 196/237 kB | 143/245 kB | 7.7/13 kB | 4.1/17 kB
Progress (4): 196/237 kB | 143/245 kB | 7.7/13 kB | 7.7/17 kB
Progress (4): 196/237 kB | 143/245 kB | 12/13 kB | 7.7/17 kB 
Progress (4): 196/237 kB | 143/245 kB | 12/13 kB | 12/17 kB 
Progress (4): 196/237 kB | 147/245 kB | 12/13 kB | 12/17 kB
Progress (4): 196/237 kB | 147/245 kB | 12/13 kB | 16/17 kB
Progress (4): 196/237 kB | 147/245 kB | 13 kB | 16/17 kB   
Progress (5): 196/237 kB | 147/245 kB | 13 kB | 16/17 kB | 4.1/11 kB
Progress (5): 200/237 kB | 147/245 kB | 13 kB | 16/17 kB | 4.1/11 kB
Progress (5): 200/237 kB | 147/245 kB | 13 kB | 16/17 kB | 7.7/11 kB
Progress (5): 200/237 kB | 151/245 kB | 13 kB | 16/17 kB | 7.7/11 kB
Progress (5): 200/237 kB | 151/245 kB | 13 kB | 17 kB | 7.7/11 kB   
Progress (5): 200/237 kB | 155/245 kB | 13 kB | 17 kB | 7.7/11 kB
Progress (5): 200/237 kB | 155/245 kB | 13 kB | 17 kB | 11 kB    
Progress (5): 204/237 kB | 155/245 kB | 13 kB | 17 kB | 11 kB
Progress (5): 204/237 kB | 159/245 kB | 13 kB | 17 kB | 11 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 118 kB/s)
08:30:20 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 152 kB/s)
08:30:20 Progress (3): 204/237 kB | 163/245 kB | 11 kB
Progress (3): 208/237 kB | 163/245 kB | 11 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
08:30:20 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
08:30:20 Progress (3): 208/237 kB | 167/245 kB | 11 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 103 kB/s)
08:30:20 Progress (2): 212/237 kB | 167/245 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
08:30:20 Progress (2): 212/237 kB | 171/245 kB
Progress (3): 212/237 kB | 171/245 kB | 0/1.2 MB
Progress (3): 217/237 kB | 171/245 kB | 0/1.2 MB
Progress (3): 217/237 kB | 176/245 kB | 0/1.2 MB
Progress (3): 221/237 kB | 176/245 kB | 0/1.2 MB
Progress (3): 221/237 kB | 176/245 kB | 0/1.2 MB
Progress (3): 225/237 kB | 176/245 kB | 0/1.2 MB
Progress (3): 225/237 kB | 180/245 kB | 0/1.2 MB
Progress (3): 229/237 kB | 180/245 kB | 0/1.2 MB
Progress (4): 229/237 kB | 180/245 kB | 0/1.2 MB | 4.1/158 kB
Progress (4): 233/237 kB | 180/245 kB | 0/1.2 MB | 4.1/158 kB
Progress (4): 233/237 kB | 180/245 kB | 0/1.2 MB | 4.1/158 kB
Progress (4): 233/237 kB | 180/245 kB | 0/1.2 MB | 7.7/158 kB
Progress (4): 233/237 kB | 180/245 kB | 0/1.2 MB | 7.7/158 kB
Progress (4): 233/237 kB | 180/245 kB | 0/1.2 MB | 12/158 kB 
Progress (4): 237/237 kB | 180/245 kB | 0/1.2 MB | 12/158 kB
Progress (4): 237/237 kB | 184/245 kB | 0/1.2 MB | 12/158 kB
Progress (4): 237 kB | 184/245 kB | 0/1.2 MB | 12/158 kB    
Progress (4): 237 kB | 184/245 kB | 0/1.2 MB | 16/158 kB
Progress (5): 237 kB | 184/245 kB | 0/1.2 MB | 16/158 kB | 4.1/305 kB
Progress (5): 237 kB | 188/245 kB | 0/1.2 MB | 16/158 kB | 4.1/305 kB
Progress (5): 237 kB | 188/245 kB | 0/1.2 MB | 16/158 kB | 7.7/305 kB
Progress (5): 237 kB | 188/245 kB | 0/1.2 MB | 16/158 kB | 7.7/305 kB
Progress (5): 237 kB | 188/245 kB | 0/1.2 MB | 16/158 kB | 12/305 kB 
Progress (5): 237 kB | 188/245 kB | 0/1.2 MB | 20/158 kB | 12/305 kB
Progress (5): 237 kB | 192/245 kB | 0/1.2 MB | 20/158 kB | 12/305 kB
Progress (5): 237 kB | 192/245 kB | 0/1.2 MB | 24/158 kB | 12/305 kB
Progress (5): 237 kB | 192/245 kB | 0/1.2 MB | 24/158 kB | 16/305 kB
Progress (5): 237 kB | 192/245 kB | 0/1.2 MB | 24/158 kB | 16/305 kB
Progress (5): 237 kB | 192/245 kB | 0/1.2 MB | 28/158 kB | 16/305 kB
Progress (5): 237 kB | 196/245 kB | 0/1.2 MB | 28/158 kB | 16/305 kB
Progress (5): 237 kB | 196/245 kB | 0/1.2 MB | 32/158 kB | 16/305 kB
Progress (5): 237 kB | 196/245 kB | 0/1.2 MB | 32/158 kB | 20/305 kB
Progress (5): 237 kB | 196/245 kB | 0/1.2 MB | 36/158 kB | 20/305 kB
Progress (5): 237 kB | 196/245 kB | 0.1/1.2 MB | 36/158 kB | 20/305 kB
Progress (5): 237 kB | 200/245 kB | 0.1/1.2 MB | 36/158 kB | 20/305 kB
Progress (5): 237 kB | 200/245 kB | 0.1/1.2 MB | 36/158 kB | 20/305 kB
Progress (5): 237 kB | 200/245 kB | 0.1/1.2 MB | 40/158 kB | 20/305 kB
Progress (5): 237 kB | 200/245 kB | 0.1/1.2 MB | 40/158 kB | 24/305 kB
Progress (5): 237 kB | 200/245 kB | 0.1/1.2 MB | 45/158 kB | 24/305 kB
Progress (5): 237 kB | 204/245 kB | 0.1/1.2 MB | 45/158 kB | 24/305 kB
Progress (5): 237 kB | 204/245 kB | 0.1/1.2 MB | 49/158 kB | 24/305 kB
Progress (5): 237 kB | 204/245 kB | 0.1/1.2 MB | 49/158 kB | 28/305 kB
Progress (5): 237 kB | 204/245 kB | 0.1/1.2 MB | 49/158 kB | 28/305 kB
Progress (5): 237 kB | 208/245 kB | 0.1/1.2 MB | 49/158 kB | 28/305 kB
Progress (5): 237 kB | 208/245 kB | 0.1/1.2 MB | 49/158 kB | 28/305 kB
Progress (5): 237 kB | 208/245 kB | 0.1/1.2 MB | 49/158 kB | 32/305 kB
Progress (5): 237 kB | 212/245 kB | 0.1/1.2 MB | 49/158 kB | 32/305 kB
Progress (5): 237 kB | 212/245 kB | 0.1/1.2 MB | 53/158 kB | 32/305 kB
Progress (5): 237 kB | 212/245 kB | 0.1/1.2 MB | 57/158 kB | 32/305 kB
Progress (5): 237 kB | 212/245 kB | 0.1/1.2 MB | 61/158 kB | 32/305 kB
Progress (5): 237 kB | 217/245 kB | 0.1/1.2 MB | 61/158 kB | 32/305 kB
Progress (5): 237 kB | 217/245 kB | 0.1/1.2 MB | 61/158 kB | 32/305 kB
Progress (5): 237 kB | 217/245 kB | 0.1/1.2 MB | 65/158 kB | 32/305 kB
Progress (5): 237 kB | 217/245 kB | 0.1/1.2 MB | 65/158 kB | 32/305 kB
Progress (5): 237 kB | 217/245 kB | 0.1/1.2 MB | 65/158 kB | 36/305 kB
Progress (5): 237 kB | 221/245 kB | 0.1/1.2 MB | 65/158 kB | 36/305 kB
Progress (5): 237 kB | 221/245 kB | 0.1/1.2 MB | 65/158 kB | 40/305 kB
Progress (5): 237 kB | 225/245 kB | 0.1/1.2 MB | 65/158 kB | 40/305 kB
Progress (5): 237 kB | 225/245 kB | 0.1/1.2 MB | 69/158 kB | 40/305 kB
Progress (5): 237 kB | 225/245 kB | 0.1/1.2 MB | 69/158 kB | 40/305 kB
Progress (5): 237 kB | 229/245 kB | 0.1/1.2 MB | 69/158 kB | 40/305 kB
Progress (5): 237 kB | 229/245 kB | 0.1/1.2 MB | 69/158 kB | 45/305 kB
Progress (5): 237 kB | 229/245 kB | 0.1/1.2 MB | 69/158 kB | 45/305 kB
Progress (5): 237 kB | 229/245 kB | 0.1/1.2 MB | 73/158 kB | 45/305 kB
Progress (5): 237 kB | 229/245 kB | 0.1/1.2 MB | 73/158 kB | 49/305 kB
Progress (5): 237 kB | 233/245 kB | 0.1/1.2 MB | 73/158 kB | 49/305 kB
Progress (5): 237 kB | 233/245 kB | 0.1/1.2 MB | 77/158 kB | 49/305 kB
Progress (5): 237 kB | 237/245 kB | 0.1/1.2 MB | 77/158 kB | 49/305 kB
Progress (5): 237 kB | 237/245 kB | 0.1/1.2 MB | 81/158 kB | 49/305 kB
Progress (5): 237 kB | 237/245 kB | 0.1/1.2 MB | 81/158 kB | 49/305 kB
Progress (5): 237 kB | 241/245 kB | 0.1/1.2 MB | 81/158 kB | 49/305 kB
Progress (5): 237 kB | 241/245 kB | 0.1/1.2 MB | 81/158 kB | 49/305 kB
Progress (5): 237 kB | 241/245 kB | 0.1/1.2 MB | 81/158 kB | 53/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 1.9 MB/s)
08:30:20 Progress (4): 241/245 kB | 0.1/1.2 MB | 81/158 kB | 57/305 kB
Progress (4): 241/245 kB | 0.1/1.2 MB | 85/158 kB | 57/305 kB
Progress (4): 245 kB | 0.1/1.2 MB | 85/158 kB | 57/305 kB    
Progress (4): 245 kB | 0.1/1.2 MB | 90/158 kB | 57/305 kB
Progress (4): 245 kB | 0.1/1.2 MB | 90/158 kB | 61/305 kB
Progress (4): 245 kB | 0.1/1.2 MB | 90/158 kB | 61/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
08:30:20 Progress (4): 245 kB | 0.1/1.2 MB | 90/158 kB | 61/305 kB
Progress (4): 245 kB | 0.1/1.2 MB | 90/158 kB | 65/305 kB
Progress (4): 245 kB | 0.1/1.2 MB | 94/158 kB | 65/305 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.9 MB/s)
08:30:20 Progress (3): 0.2/1.2 MB | 94/158 kB | 65/305 kB
Progress (3): 0.2/1.2 MB | 94/158 kB | 69/305 kB
Progress (3): 0.2/1.2 MB | 94/158 kB | 69/305 kB
Progress (3): 0.2/1.2 MB | 98/158 kB | 69/305 kB
Progress (3): 0.2/1.2 MB | 98/158 kB | 73/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
08:30:20 Progress (4): 0.2/1.2 MB | 98/158 kB | 73/305 kB | 4.1/30 kB
Progress (4): 0.2/1.2 MB | 98/158 kB | 77/305 kB | 4.1/30 kB
Progress (4): 0.2/1.2 MB | 98/158 kB | 77/305 kB | 7.7/30 kB
Progress (4): 0.2/1.2 MB | 102/158 kB | 77/305 kB | 7.7/30 kB
Progress (4): 0.2/1.2 MB | 102/158 kB | 77/305 kB | 7.7/30 kB
Progress (4): 0.2/1.2 MB | 106/158 kB | 77/305 kB | 7.7/30 kB
Progress (4): 0.2/1.2 MB | 106/158 kB | 81/305 kB | 7.7/30 kB
Progress (4): 0.2/1.2 MB | 110/158 kB | 81/305 kB | 7.7/30 kB
Progress (4): 0.2/1.2 MB | 110/158 kB | 81/305 kB | 7.7/30 kB
Progress (4): 0.2/1.2 MB | 114/158 kB | 81/305 kB | 7.7/30 kB
Progress (4): 0.2/1.2 MB | 114/158 kB | 85/305 kB | 7.7/30 kB
Progress (4): 0.2/1.2 MB | 114/158 kB | 85/305 kB | 12/30 kB 
Progress (4): 0.2/1.2 MB | 118/158 kB | 85/305 kB | 12/30 kB
Progress (4): 0.2/1.2 MB | 118/158 kB | 85/305 kB | 12/30 kB
Progress (4): 0.2/1.2 MB | 122/158 kB | 85/305 kB | 12/30 kB
Progress (4): 0.2/1.2 MB | 122/158 kB | 85/305 kB | 12/30 kB
Progress (4): 0.2/1.2 MB | 122/158 kB | 85/305 kB | 16/30 kB
Progress (4): 0.2/1.2 MB | 122/158 kB | 90/305 kB | 16/30 kB
Progress (4): 0.2/1.2 MB | 126/158 kB | 90/305 kB | 16/30 kB
Progress (4): 0.2/1.2 MB | 126/158 kB | 94/305 kB | 16/30 kB
Progress (4): 0.2/1.2 MB | 131/158 kB | 94/305 kB | 16/30 kB
Progress (4): 0.2/1.2 MB | 131/158 kB | 98/305 kB | 16/30 kB
Progress (4): 0.2/1.2 MB | 131/158 kB | 98/305 kB | 20/30 kB
Progress (4): 0.2/1.2 MB | 131/158 kB | 98/305 kB | 20/30 kB
Progress (4): 0.2/1.2 MB | 131/158 kB | 98/305 kB | 24/30 kB
Progress (4): 0.2/1.2 MB | 131/158 kB | 98/305 kB | 24/30 kB
Progress (4): 0.2/1.2 MB | 131/158 kB | 102/305 kB | 24/30 kB
Progress (4): 0.2/1.2 MB | 131/158 kB | 102/305 kB | 28/30 kB
Progress (4): 0.2/1.2 MB | 135/158 kB | 102/305 kB | 28/30 kB
Progress (4): 0.2/1.2 MB | 135/158 kB | 102/305 kB | 30 kB   
Progress (4): 0.2/1.2 MB | 135/158 kB | 106/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 139/158 kB | 106/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 139/158 kB | 110/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 143/158 kB | 110/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 143/158 kB | 114/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 143/158 kB | 114/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 147/158 kB | 114/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 147/158 kB | 114/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 147/158 kB | 118/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 151/158 kB | 118/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 151/158 kB | 122/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 155/158 kB | 122/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 155/158 kB | 126/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 158 kB | 126/305 kB | 30 kB    
Progress (4): 0.2/1.2 MB | 158 kB | 131/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 158 kB | 131/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 158 kB | 131/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 158 kB | 135/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 158 kB | 139/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 158 kB | 143/305 kB | 30 kB
Progress (4): 0.2/1.2 MB | 158 kB | 147/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 147/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 151/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 151/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 155/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 159/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 163/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 163/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 167/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 167/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 171/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 176/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 180/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 184/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 184/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 188/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 188/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 192/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 196/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 200/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 204/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 204/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 208/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 208/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 212/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 217/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 221/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 221/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 225/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 225/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 229/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 233/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 233/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 237/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 237/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 241/305 kB | 30 kB
Progress (4): 0.3/1.2 MB | 158 kB | 245/305 kB | 30 kB
Progress (4): 0.4/1.2 MB | 158 kB | 245/305 kB | 30 kB
Progress (4): 0.4/1.2 MB | 158 kB | 249/305 kB | 30 kB
Progress (4): 0.4/1.2 MB | 158 kB | 249/305 kB | 30 kB
Progress (4): 0.4/1.2 MB | 158 kB | 253/305 kB | 30 kB
Progress (4): 0.4/1.2 MB | 158 kB | 258/305 kB | 30 kB
Progress (4): 0.4/1.2 MB | 158 kB | 262/305 kB | 30 kB
Progress (4): 0.4/1.2 MB | 158 kB | 262/305 kB | 30 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 776 kB/s)
08:30:20 Progress (3): 0.4/1.2 MB | 266/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 266/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 270/305 kB | 30 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
08:30:20 Progress (4): 0.4/1.2 MB | 270/305 kB | 30 kB | 4.1/50 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 147 kB/s)
08:30:20 Progress (3): 0.4/1.2 MB | 274/305 kB | 4.1/50 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
08:30:20 Progress (3): 0.4/1.2 MB | 274/305 kB | 4.1/50 kB
Progress (3): 0.4/1.2 MB | 274/305 kB | 7.7/50 kB
Progress (3): 0.4/1.2 MB | 274/305 kB | 7.7/50 kB
Progress (3): 0.4/1.2 MB | 278/305 kB | 7.7/50 kB
Progress (3): 0.4/1.2 MB | 278/305 kB | 12/50 kB 
Progress (3): 0.4/1.2 MB | 278/305 kB | 16/50 kB
Progress (4): 0.4/1.2 MB | 278/305 kB | 16/50 kB | 4.1/52 kB
Progress (4): 0.4/1.2 MB | 282/305 kB | 16/50 kB | 4.1/52 kB
Progress (4): 0.4/1.2 MB | 282/305 kB | 16/50 kB | 7.7/52 kB
Progress (4): 0.4/1.2 MB | 282/305 kB | 16/50 kB | 7.7/52 kB
Progress (4): 0.4/1.2 MB | 286/305 kB | 16/50 kB | 7.7/52 kB
Progress (4): 0.4/1.2 MB | 286/305 kB | 16/50 kB | 7.7/52 kB
Progress (4): 0.4/1.2 MB | 286/305 kB | 20/50 kB | 7.7/52 kB
Progress (4): 0.4/1.2 MB | 286/305 kB | 20/50 kB | 12/52 kB 
Progress (4): 0.4/1.2 MB | 286/305 kB | 24/50 kB | 12/52 kB
Progress (5): 0.4/1.2 MB | 286/305 kB | 24/50 kB | 12/52 kB | 4.1/15 kB
Progress (5): 0.4/1.2 MB | 290/305 kB | 24/50 kB | 12/52 kB | 4.1/15 kB
Progress (5): 0.4/1.2 MB | 290/305 kB | 24/50 kB | 12/52 kB | 4.1/15 kB
Progress (5): 0.4/1.2 MB | 290/305 kB | 24/50 kB | 12/52 kB | 7.7/15 kB
Progress (5): 0.4/1.2 MB | 290/305 kB | 28/50 kB | 12/52 kB | 7.7/15 kB
Progress (5): 0.4/1.2 MB | 290/305 kB | 28/50 kB | 16/52 kB | 7.7/15 kB
Progress (5): 0.4/1.2 MB | 290/305 kB | 32/50 kB | 16/52 kB | 7.7/15 kB
Progress (5): 0.4/1.2 MB | 290/305 kB | 32/50 kB | 16/52 kB | 12/15 kB 
Progress (5): 0.4/1.2 MB | 290/305 kB | 32/50 kB | 16/52 kB | 12/15 kB
Progress (5): 0.4/1.2 MB | 294/305 kB | 32/50 kB | 16/52 kB | 12/15 kB
Progress (5): 0.4/1.2 MB | 294/305 kB | 32/50 kB | 16/52 kB | 15 kB   
Progress (5): 0.4/1.2 MB | 294/305 kB | 36/50 kB | 16/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 294/305 kB | 36/50 kB | 20/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 298/305 kB | 36/50 kB | 20/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 298/305 kB | 40/50 kB | 20/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 303/305 kB | 40/50 kB | 20/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 303/305 kB | 40/50 kB | 20/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 303/305 kB | 40/50 kB | 24/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 303/305 kB | 40/50 kB | 24/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 305 kB | 40/50 kB | 24/52 kB | 15 kB    
Progress (5): 0.4/1.2 MB | 305 kB | 45/50 kB | 24/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 305 kB | 45/50 kB | 28/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 305 kB | 49/50 kB | 28/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 305 kB | 49/50 kB | 32/52 kB | 15 kB
Progress (5): 0.4/1.2 MB | 305 kB | 50 kB | 32/52 kB | 15 kB   
Progress (5): 0.5/1.2 MB | 305 kB | 50 kB | 32/52 kB | 15 kB
Progress (5): 0.5/1.2 MB | 305 kB | 50 kB | 32/52 kB | 15 kB
Progress (5): 0.5/1.2 MB | 305 kB | 50 kB | 36/52 kB | 15 kB
Progress (5): 0.5/1.2 MB | 305 kB | 50 kB | 40/52 kB | 15 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 236 kB/s)
08:30:20 Progress (4): 0.5/1.2 MB | 305 kB | 40/52 kB | 15 kB
Progress (4): 0.5/1.2 MB | 305 kB | 45/52 kB | 15 kB
Progress (4): 0.5/1.2 MB | 305 kB | 45/52 kB | 15 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
08:30:20 Progress (4): 0.5/1.2 MB | 305 kB | 49/52 kB | 15 kB
Progress (4): 0.5/1.2 MB | 305 kB | 49/52 kB | 15 kB
Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB   
Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB
Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB
Progress (5): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB | 4.1/37 kB
Progress (5): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB | 4.1/37 kB
Progress (5): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB | 7.7/37 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 241 kB/s)
08:30:20 Progress (4): 0.5/1.2 MB | 305 kB | 15 kB | 12/37 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
08:30:20 Progress (4): 0.5/1.2 MB | 305 kB | 15 kB | 16/37 kB
Progress (4): 0.5/1.2 MB | 305 kB | 15 kB | 16/37 kB
Progress (4): 0.5/1.2 MB | 305 kB | 15 kB | 16/37 kB
Progress (4): 0.5/1.2 MB | 305 kB | 15 kB | 20/37 kB
Progress (4): 0.5/1.2 MB | 305 kB | 15 kB | 24/37 kB
Progress (4): 0.5/1.2 MB | 305 kB | 15 kB | 28/37 kB
Progress (4): 0.5/1.2 MB | 305 kB | 15 kB | 32/37 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 69 kB/s)
08:30:20 Progress (4): 0.5/1.2 MB | 305 kB | 32/37 kB | 4.1/11 kB
Progress (4): 0.5/1.2 MB | 305 kB | 36/37 kB | 4.1/11 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.4 MB/s)
08:30:20 Progress (3): 0.5/1.2 MB | 36/37 kB | 4.1/11 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
08:30:20 Progress (3): 0.5/1.2 MB | 37 kB | 4.1/11 kB
Progress (3): 0.5/1.2 MB | 37 kB | 7.7/11 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
08:30:20 Progress (3): 0.5/1.2 MB | 37 kB | 11 kB
Progress (3): 0.5/1.2 MB | 37 kB | 11 kB
Progress (4): 0.5/1.2 MB | 37 kB | 11 kB | 4.1/392 kB
Progress (4): 0.5/1.2 MB | 37 kB | 11 kB | 4.1/392 kB
Progress (4): 0.5/1.2 MB | 37 kB | 11 kB | 7.7/392 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 168 kB/s)
08:30:20 Progress (3): 0.5/1.2 MB | 11 kB | 12/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 12/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 16/392 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
08:30:20 Progress (4): 0.6/1.2 MB | 11 kB | 16/392 kB | 4.1/7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 16/392 kB | 4.1/7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 20/392 kB | 4.1/7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 20/392 kB | 4.1/7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 20/392 kB | 7.7/7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 24/392 kB | 7.7/7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 24/392 kB | 7.7 kB    
Progress (4): 0.6/1.2 MB | 11 kB | 28/392 kB | 7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 32/392 kB | 7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 32/392 kB | 7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 32/392 kB | 7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 36/392 kB | 7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 40/392 kB | 7.7 kB
Progress (4): 0.6/1.2 MB | 11 kB | 45/392 kB | 7.7 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 34 kB/s)
08:30:20 Progress (3): 0.6/1.2 MB | 11 kB | 45/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 49/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
08:30:20 Progress (3): 0.6/1.2 MB | 11 kB | 49/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 53/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 57/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 61/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 65/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 65/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 65/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 69/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 73/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 77/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 81/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 81/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 81/392 kB
Progress (3): 0.6/1.2 MB | 11 kB | 85/392 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 46 kB/s)
08:30:20 Progress (2): 0.6/1.2 MB | 85/392 kB
Progress (2): 0.6/1.2 MB | 90/392 kB
Progress (3): 0.6/1.2 MB | 90/392 kB | 4.1/588 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
08:30:21 Progress (3): 0.6/1.2 MB | 90/392 kB | 7.7/588 kB
Progress (3): 0.6/1.2 MB | 94/392 kB | 7.7/588 kB
Progress (3): 0.7/1.2 MB | 94/392 kB | 7.7/588 kB
Progress (3): 0.7/1.2 MB | 98/392 kB | 7.7/588 kB
Progress (3): 0.7/1.2 MB | 98/392 kB | 12/588 kB 
Progress (3): 0.7/1.2 MB | 98/392 kB | 16/588 kB
Progress (3): 0.7/1.2 MB | 98/392 kB | 16/588 kB
Progress (3): 0.7/1.2 MB | 102/392 kB | 16/588 kB
Progress (3): 0.7/1.2 MB | 102/392 kB | 16/588 kB
Progress (3): 0.7/1.2 MB | 106/392 kB | 16/588 kB
Progress (3): 0.7/1.2 MB | 106/392 kB | 20/588 kB
Progress (3): 0.7/1.2 MB | 110/392 kB | 20/588 kB
Progress (3): 0.7/1.2 MB | 110/392 kB | 24/588 kB
Progress (3): 0.7/1.2 MB | 114/392 kB | 24/588 kB
Progress (3): 0.7/1.2 MB | 114/392 kB | 28/588 kB
Progress (3): 0.7/1.2 MB | 114/392 kB | 32/588 kB
Progress (4): 0.7/1.2 MB | 114/392 kB | 32/588 kB | 4.1/189 kB
Progress (4): 0.7/1.2 MB | 118/392 kB | 32/588 kB | 4.1/189 kB
Progress (4): 0.7/1.2 MB | 118/392 kB | 32/588 kB | 7.7/189 kB
Progress (4): 0.7/1.2 MB | 122/392 kB | 32/588 kB | 7.7/189 kB
Progress (4): 0.7/1.2 MB | 122/392 kB | 36/588 kB | 7.7/189 kB
Progress (4): 0.7/1.2 MB | 126/392 kB | 36/588 kB | 7.7/189 kB
Progress (4): 0.7/1.2 MB | 126/392 kB | 36/588 kB | 12/189 kB 
Progress (5): 0.7/1.2 MB | 126/392 kB | 36/588 kB | 12/189 kB | 4.1/91 kB
Progress (5): 0.7/1.2 MB | 126/392 kB | 36/588 kB | 16/189 kB | 4.1/91 kB
Progress (5): 0.7/1.2 MB | 126/392 kB | 36/588 kB | 16/189 kB | 4.1/91 kB
Progress (5): 0.7/1.2 MB | 131/392 kB | 36/588 kB | 16/189 kB | 4.1/91 kB
Progress (5): 0.7/1.2 MB | 131/392 kB | 40/588 kB | 16/189 kB | 4.1/91 kB
Progress (5): 0.7/1.2 MB | 131/392 kB | 40/588 kB | 20/189 kB | 4.1/91 kB
Progress (5): 0.7/1.2 MB | 131/392 kB | 40/588 kB | 20/189 kB | 4.1/91 kB
Progress (5): 0.7/1.2 MB | 131/392 kB | 40/588 kB | 20/189 kB | 7.7/91 kB
Progress (5): 0.7/1.2 MB | 135/392 kB | 40/588 kB | 20/189 kB | 7.7/91 kB
Progress (5): 0.7/1.2 MB | 135/392 kB | 40/588 kB | 24/189 kB | 7.7/91 kB
Progress (5): 0.7/1.2 MB | 135/392 kB | 45/588 kB | 24/189 kB | 7.7/91 kB
Progress (5): 0.7/1.2 MB | 135/392 kB | 45/588 kB | 28/189 kB | 7.7/91 kB
Progress (5): 0.7/1.2 MB | 139/392 kB | 45/588 kB | 28/189 kB | 7.7/91 kB
Progress (5): 0.7/1.2 MB | 139/392 kB | 45/588 kB | 28/189 kB | 12/91 kB 
Progress (5): 0.7/1.2 MB | 143/392 kB | 45/588 kB | 28/189 kB | 12/91 kB
Progress (5): 0.7/1.2 MB | 143/392 kB | 45/588 kB | 28/189 kB | 12/91 kB
Progress (5): 0.7/1.2 MB | 143/392 kB | 45/588 kB | 32/189 kB | 12/91 kB
Progress (5): 0.7/1.2 MB | 143/392 kB | 49/588 kB | 32/189 kB | 12/91 kB
Progress (5): 0.7/1.2 MB | 143/392 kB | 49/588 kB | 32/189 kB | 12/91 kB
Progress (5): 0.7/1.2 MB | 147/392 kB | 49/588 kB | 32/189 kB | 12/91 kB
Progress (5): 0.7/1.2 MB | 147/392 kB | 49/588 kB | 32/189 kB | 16/91 kB
Progress (5): 0.7/1.2 MB | 147/392 kB | 53/588 kB | 32/189 kB | 16/91 kB
Progress (5): 0.7/1.2 MB | 147/392 kB | 53/588 kB | 36/189 kB | 16/91 kB
Progress (5): 0.7/1.2 MB | 147/392 kB | 57/588 kB | 36/189 kB | 16/91 kB
Progress (5): 0.7/1.2 MB | 147/392 kB | 57/588 kB | 40/189 kB | 16/91 kB
Progress (5): 0.7/1.2 MB | 151/392 kB | 57/588 kB | 40/189 kB | 16/91 kB
Progress (5): 0.7/1.2 MB | 151/392 kB | 57/588 kB | 40/189 kB | 16/91 kB
Progress (5): 0.7/1.2 MB | 151/392 kB | 61/588 kB | 40/189 kB | 16/91 kB
Progress (5): 0.7/1.2 MB | 151/392 kB | 61/588 kB | 40/189 kB | 16/91 kB
Progress (5): 0.7/1.2 MB | 155/392 kB | 61/588 kB | 40/189 kB | 16/91 kB
Progress (5): 0.7/1.2 MB | 155/392 kB | 61/588 kB | 40/189 kB | 20/91 kB
Progress (5): 0.7/1.2 MB | 155/392 kB | 61/588 kB | 45/189 kB | 20/91 kB
Progress (5): 0.7/1.2 MB | 155/392 kB | 61/588 kB | 45/189 kB | 24/91 kB
Progress (5): 0.7/1.2 MB | 159/392 kB | 61/588 kB | 45/189 kB | 24/91 kB
Progress (5): 0.7/1.2 MB | 159/392 kB | 65/588 kB | 45/189 kB | 24/91 kB
Progress (5): 0.7/1.2 MB | 159/392 kB | 65/588 kB | 45/189 kB | 24/91 kB
Progress (5): 0.7/1.2 MB | 163/392 kB | 65/588 kB | 45/189 kB | 24/91 kB
Progress (5): 0.7/1.2 MB | 163/392 kB | 65/588 kB | 45/189 kB | 28/91 kB
Progress (5): 0.7/1.2 MB | 163/392 kB | 65/588 kB | 49/189 kB | 28/91 kB
Progress (5): 0.7/1.2 MB | 163/392 kB | 65/588 kB | 49/189 kB | 32/91 kB
Progress (5): 0.7/1.2 MB | 163/392 kB | 69/588 kB | 49/189 kB | 32/91 kB
Progress (5): 0.7/1.2 MB | 163/392 kB | 69/588 kB | 49/189 kB | 32/91 kB
Progress (5): 0.7/1.2 MB | 163/392 kB | 69/588 kB | 53/189 kB | 32/91 kB
Progress (5): 0.7/1.2 MB | 163/392 kB | 73/588 kB | 53/189 kB | 32/91 kB
Progress (5): 0.7/1.2 MB | 167/392 kB | 73/588 kB | 53/189 kB | 32/91 kB
Progress (5): 0.7/1.2 MB | 167/392 kB | 77/588 kB | 53/189 kB | 32/91 kB
Progress (5): 0.7/1.2 MB | 167/392 kB | 77/588 kB | 57/189 kB | 32/91 kB
Progress (5): 0.7/1.2 MB | 167/392 kB | 77/588 kB | 57/189 kB | 36/91 kB
Progress (5): 0.7/1.2 MB | 167/392 kB | 77/588 kB | 57/189 kB | 36/91 kB
Progress (5): 0.7/1.2 MB | 167/392 kB | 77/588 kB | 61/189 kB | 36/91 kB
Progress (5): 0.7/1.2 MB | 167/392 kB | 81/588 kB | 61/189 kB | 36/91 kB
Progress (5): 0.7/1.2 MB | 171/392 kB | 81/588 kB | 61/189 kB | 36/91 kB
Progress (5): 0.7/1.2 MB | 171/392 kB | 81/588 kB | 65/189 kB | 36/91 kB
Progress (5): 0.8/1.2 MB | 171/392 kB | 81/588 kB | 65/189 kB | 36/91 kB
Progress (5): 0.8/1.2 MB | 171/392 kB | 81/588 kB | 65/189 kB | 40/91 kB
Progress (5): 0.8/1.2 MB | 171/392 kB | 85/588 kB | 65/189 kB | 40/91 kB
Progress (5): 0.8/1.2 MB | 176/392 kB | 85/588 kB | 65/189 kB | 40/91 kB
Progress (5): 0.8/1.2 MB | 176/392 kB | 90/588 kB | 65/189 kB | 40/91 kB
Progress (5): 0.8/1.2 MB | 176/392 kB | 90/588 kB | 69/189 kB | 40/91 kB
Progress (5): 0.8/1.2 MB | 176/392 kB | 90/588 kB | 69/189 kB | 45/91 kB
Progress (5): 0.8/1.2 MB | 176/392 kB | 90/588 kB | 73/189 kB | 45/91 kB
Progress (5): 0.8/1.2 MB | 176/392 kB | 94/588 kB | 73/189 kB | 45/91 kB
Progress (5): 0.8/1.2 MB | 176/392 kB | 94/588 kB | 73/189 kB | 45/91 kB
Progress (5): 0.8/1.2 MB | 180/392 kB | 94/588 kB | 73/189 kB | 45/91 kB
Progress (5): 0.8/1.2 MB | 180/392 kB | 94/588 kB | 73/189 kB | 45/91 kB
Progress (5): 0.8/1.2 MB | 180/392 kB | 98/588 kB | 73/189 kB | 45/91 kB
Progress (5): 0.8/1.2 MB | 180/392 kB | 98/588 kB | 77/189 kB | 45/91 kB
Progress (5): 0.8/1.2 MB | 180/392 kB | 98/588 kB | 77/189 kB | 49/91 kB
Progress (5): 0.8/1.2 MB | 180/392 kB | 98/588 kB | 81/189 kB | 49/91 kB
Progress (5): 0.8/1.2 MB | 184/392 kB | 98/588 kB | 81/189 kB | 49/91 kB
Progress (5): 0.8/1.2 MB | 184/392 kB | 102/588 kB | 81/189 kB | 49/91 kB
Progress (5): 0.8/1.2 MB | 184/392 kB | 102/588 kB | 81/189 kB | 49/91 kB
Progress (5): 0.8/1.2 MB | 184/392 kB | 106/588 kB | 81/189 kB | 49/91 kB
Progress (5): 0.8/1.2 MB | 184/392 kB | 106/588 kB | 81/189 kB | 53/91 kB
Progress (5): 0.8/1.2 MB | 188/392 kB | 106/588 kB | 81/189 kB | 53/91 kB
Progress (5): 0.8/1.2 MB | 188/392 kB | 106/588 kB | 81/189 kB | 57/91 kB
Progress (5): 0.8/1.2 MB | 188/392 kB | 110/588 kB | 81/189 kB | 57/91 kB
Progress (5): 0.8/1.2 MB | 188/392 kB | 110/588 kB | 85/189 kB | 57/91 kB
Progress (5): 0.8/1.2 MB | 188/392 kB | 110/588 kB | 85/189 kB | 57/91 kB
Progress (5): 0.8/1.2 MB | 188/392 kB | 110/588 kB | 90/189 kB | 57/91 kB
Progress (5): 0.8/1.2 MB | 188/392 kB | 114/588 kB | 90/189 kB | 57/91 kB
Progress (5): 0.8/1.2 MB | 188/392 kB | 114/588 kB | 90/189 kB | 61/91 kB
Progress (5): 0.8/1.2 MB | 192/392 kB | 114/588 kB | 90/189 kB | 61/91 kB
Progress (5): 0.8/1.2 MB | 192/392 kB | 114/588 kB | 90/189 kB | 65/91 kB
Progress (5): 0.8/1.2 MB | 192/392 kB | 114/588 kB | 90/189 kB | 65/91 kB
Progress (5): 0.8/1.2 MB | 192/392 kB | 114/588 kB | 94/189 kB | 65/91 kB
Progress (5): 0.8/1.2 MB | 192/392 kB | 114/588 kB | 94/189 kB | 65/91 kB
Progress (5): 0.8/1.2 MB | 192/392 kB | 114/588 kB | 94/189 kB | 69/91 kB
Progress (5): 0.8/1.2 MB | 192/392 kB | 118/588 kB | 94/189 kB | 69/91 kB
Progress (5): 0.8/1.2 MB | 196/392 kB | 118/588 kB | 94/189 kB | 69/91 kB
Progress (5): 0.8/1.2 MB | 196/392 kB | 122/588 kB | 94/189 kB | 69/91 kB
Progress (5): 0.8/1.2 MB | 196/392 kB | 122/588 kB | 94/189 kB | 73/91 kB
Progress (5): 0.8/1.2 MB | 196/392 kB | 122/588 kB | 98/189 kB | 73/91 kB
Progress (5): 0.8/1.2 MB | 196/392 kB | 122/588 kB | 98/189 kB | 77/91 kB
Progress (5): 0.8/1.2 MB | 196/392 kB | 122/588 kB | 98/189 kB | 77/91 kB
Progress (5): 0.8/1.2 MB | 196/392 kB | 126/588 kB | 98/189 kB | 77/91 kB
Progress (5): 0.8/1.2 MB | 196/392 kB | 126/588 kB | 102/189 kB | 77/91 kB
Progress (5): 0.8/1.2 MB | 196/392 kB | 126/588 kB | 102/189 kB | 77/91 kB
Progress (5): 0.8/1.2 MB | 196/392 kB | 126/588 kB | 102/189 kB | 81/91 kB
Progress (5): 0.8/1.2 MB | 200/392 kB | 126/588 kB | 102/189 kB | 81/91 kB
Progress (5): 0.8/1.2 MB | 200/392 kB | 126/588 kB | 106/189 kB | 81/91 kB
Progress (5): 0.8/1.2 MB | 200/392 kB | 131/588 kB | 106/189 kB | 81/91 kB
Progress (5): 0.8/1.2 MB | 200/392 kB | 131/588 kB | 106/189 kB | 85/91 kB
Progress (5): 0.8/1.2 MB | 200/392 kB | 131/588 kB | 110/189 kB | 85/91 kB
Progress (5): 0.8/1.2 MB | 200/392 kB | 131/588 kB | 110/189 kB | 85/91 kB
Progress (5): 0.8/1.2 MB | 204/392 kB | 131/588 kB | 110/189 kB | 85/91 kB
Progress (5): 0.8/1.2 MB | 204/392 kB | 135/588 kB | 110/189 kB | 85/91 kB
Progress (5): 0.8/1.2 MB | 204/392 kB | 135/588 kB | 110/189 kB | 85/91 kB
Progress (5): 0.8/1.2 MB | 204/392 kB | 135/588 kB | 114/189 kB | 85/91 kB
Progress (5): 0.8/1.2 MB | 204/392 kB | 135/588 kB | 114/189 kB | 90/91 kB
Progress (5): 0.8/1.2 MB | 204/392 kB | 139/588 kB | 114/189 kB | 90/91 kB
Progress (5): 0.8/1.2 MB | 208/392 kB | 139/588 kB | 114/189 kB | 90/91 kB
Progress (5): 0.8/1.2 MB | 208/392 kB | 143/588 kB | 114/189 kB | 90/91 kB
Progress (5): 0.8/1.2 MB | 208/392 kB | 143/588 kB | 114/189 kB | 91 kB   
Progress (5): 0.8/1.2 MB | 208/392 kB | 143/588 kB | 114/189 kB | 91 kB
Progress (5): 0.8/1.2 MB | 208/392 kB | 147/588 kB | 114/189 kB | 91 kB
Progress (5): 0.8/1.2 MB | 208/392 kB | 147/588 kB | 118/189 kB | 91 kB
Progress (5): 0.8/1.2 MB | 212/392 kB | 147/588 kB | 118/189 kB | 91 kB
Progress (5): 0.8/1.2 MB | 212/392 kB | 147/588 kB | 122/189 kB | 91 kB
Progress (5): 0.9/1.2 MB | 212/392 kB | 147/588 kB | 122/189 kB | 91 kB
Progress (5): 0.9/1.2 MB | 212/392 kB | 151/588 kB | 122/189 kB | 91 kB
Progress (5): 0.9/1.2 MB | 212/392 kB | 151/588 kB | 126/189 kB | 91 kB
Progress (5): 0.9/1.2 MB | 212/392 kB | 155/588 kB | 126/189 kB | 91 kB
Progress (5): 0.9/1.2 MB | 217/392 kB | 155/588 kB | 126/189 kB | 91 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 293 kB/s)
08:30:21 Progress (4): 0.9/1.2 MB | 217/392 kB | 159/588 kB | 126/189 kB
Progress (4): 0.9/1.2 MB | 217/392 kB | 159/588 kB | 131/189 kB
Progress (4): 0.9/1.2 MB | 217/392 kB | 163/588 kB | 131/189 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
08:30:21 Progress (4): 0.9/1.2 MB | 217/392 kB | 163/588 kB | 131/189 kB
Progress (4): 0.9/1.2 MB | 221/392 kB | 163/588 kB | 131/189 kB
Progress (4): 0.9/1.2 MB | 221/392 kB | 163/588 kB | 131/189 kB
Progress (4): 0.9/1.2 MB | 221/392 kB | 163/588 kB | 135/189 kB
Progress (4): 0.9/1.2 MB | 225/392 kB | 163/588 kB | 135/189 kB
Progress (4): 0.9/1.2 MB | 225/392 kB | 167/588 kB | 135/189 kB
Progress (4): 0.9/1.2 MB | 229/392 kB | 167/588 kB | 135/189 kB
Progress (4): 0.9/1.2 MB | 229/392 kB | 167/588 kB | 139/189 kB
Progress (4): 0.9/1.2 MB | 229/392 kB | 171/588 kB | 139/189 kB
Progress (4): 0.9/1.2 MB | 229/392 kB | 171/588 kB | 143/189 kB
Progress (4): 0.9/1.2 MB | 229/392 kB | 176/588 kB | 143/189 kB
Progress (4): 0.9/1.2 MB | 229/392 kB | 176/588 kB | 143/189 kB
Progress (4): 0.9/1.2 MB | 229/392 kB | 180/588 kB | 143/189 kB
Progress (5): 0.9/1.2 MB | 229/392 kB | 180/588 kB | 143/189 kB | 4.1/168 kB
Progress (5): 0.9/1.2 MB | 229/392 kB | 180/588 kB | 147/189 kB | 4.1/168 kB
Progress (5): 0.9/1.2 MB | 233/392 kB | 180/588 kB | 147/189 kB | 4.1/168 kB
Progress (5): 0.9/1.2 MB | 233/392 kB | 180/588 kB | 147/189 kB | 7.7/168 kB
Progress (5): 0.9/1.2 MB | 233/392 kB | 180/588 kB | 147/189 kB | 7.7/168 kB
Progress (5): 0.9/1.2 MB | 233/392 kB | 184/588 kB | 147/189 kB | 7.7/168 kB
Progress (5): 0.9/1.2 MB | 233/392 kB | 184/588 kB | 147/189 kB | 12/168 kB 
Progress (5): 0.9/1.2 MB | 237/392 kB | 184/588 kB | 147/189 kB | 12/168 kB
Progress (5): 0.9/1.2 MB | 237/392 kB | 184/588 kB | 147/189 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 237/392 kB | 188/588 kB | 147/189 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 237/392 kB | 188/588 kB | 151/189 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 237/392 kB | 188/588 kB | 151/189 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 237/392 kB | 192/588 kB | 151/189 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 241/392 kB | 192/588 kB | 151/189 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 241/392 kB | 196/588 kB | 151/189 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 241/392 kB | 196/588 kB | 151/189 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 241/392 kB | 196/588 kB | 151/189 kB | 20/168 kB
Progress (5): 0.9/1.2 MB | 241/392 kB | 196/588 kB | 155/189 kB | 20/168 kB
Progress (5): 0.9/1.2 MB | 241/392 kB | 200/588 kB | 155/189 kB | 20/168 kB
Progress (5): 0.9/1.2 MB | 241/392 kB | 200/588 kB | 155/189 kB | 24/168 kB
Progress (5): 0.9/1.2 MB | 245/392 kB | 200/588 kB | 155/189 kB | 24/168 kB
Progress (5): 0.9/1.2 MB | 245/392 kB | 200/588 kB | 155/189 kB | 28/168 kB
Progress (5): 0.9/1.2 MB | 245/392 kB | 204/588 kB | 155/189 kB | 28/168 kB
Progress (5): 0.9/1.2 MB | 245/392 kB | 204/588 kB | 159/189 kB | 28/168 kB
Progress (5): 0.9/1.2 MB | 249/392 kB | 204/588 kB | 159/189 kB | 28/168 kB
Progress (5): 0.9/1.2 MB | 249/392 kB | 208/588 kB | 159/189 kB | 28/168 kB
Progress (5): 0.9/1.2 MB | 249/392 kB | 208/588 kB | 159/189 kB | 32/168 kB
Progress (5): 0.9/1.2 MB | 249/392 kB | 208/588 kB | 159/189 kB | 32/168 kB
Progress (5): 0.9/1.2 MB | 249/392 kB | 212/588 kB | 159/189 kB | 32/168 kB
Progress (5): 0.9/1.2 MB | 253/392 kB | 212/588 kB | 159/189 kB | 32/168 kB
Progress (5): 0.9/1.2 MB | 253/392 kB | 212/588 kB | 163/189 kB | 32/168 kB
Progress (5): 0.9/1.2 MB | 258/392 kB | 212/588 kB | 163/189 kB | 32/168 kB
Progress (5): 0.9/1.2 MB | 258/392 kB | 212/588 kB | 163/189 kB | 36/168 kB
Progress (5): 0.9/1.2 MB | 258/392 kB | 212/588 kB | 163/189 kB | 36/168 kB
Progress (5): 0.9/1.2 MB | 258/392 kB | 217/588 kB | 163/189 kB | 36/168 kB
Progress (5): 0.9/1.2 MB | 258/392 kB | 217/588 kB | 167/189 kB | 36/168 kB
Progress (5): 0.9/1.2 MB | 258/392 kB | 217/588 kB | 167/189 kB | 40/168 kB
Progress (5): 0.9/1.2 MB | 262/392 kB | 217/588 kB | 167/189 kB | 40/168 kB
Progress (5): 0.9/1.2 MB | 262/392 kB | 217/588 kB | 167/189 kB | 45/168 kB
Progress (5): 0.9/1.2 MB | 262/392 kB | 217/588 kB | 167/189 kB | 45/168 kB
Progress (5): 0.9/1.2 MB | 262/392 kB | 217/588 kB | 171/189 kB | 45/168 kB
Progress (5): 0.9/1.2 MB | 262/392 kB | 221/588 kB | 171/189 kB | 45/168 kB
Progress (5): 0.9/1.2 MB | 262/392 kB | 221/588 kB | 176/189 kB | 45/168 kB
Progress (5): 0.9/1.2 MB | 266/392 kB | 221/588 kB | 176/189 kB | 45/168 kB
Progress (5): 0.9/1.2 MB | 266/392 kB | 221/588 kB | 176/189 kB | 45/168 kB
Progress (5): 0.9/1.2 MB | 266/392 kB | 221/588 kB | 176/189 kB | 49/168 kB
Progress (5): 0.9/1.2 MB | 270/392 kB | 221/588 kB | 176/189 kB | 49/168 kB
Progress (5): 0.9/1.2 MB | 270/392 kB | 221/588 kB | 180/189 kB | 49/168 kB
Progress (5): 0.9/1.2 MB | 270/392 kB | 225/588 kB | 180/189 kB | 49/168 kB
Progress (5): 0.9/1.2 MB | 270/392 kB | 225/588 kB | 180/189 kB | 53/168 kB
Progress (5): 0.9/1.2 MB | 274/392 kB | 225/588 kB | 180/189 kB | 53/168 kB
Progress (5): 0.9/1.2 MB | 274/392 kB | 225/588 kB | 180/189 kB | 57/168 kB
Progress (5): 0.9/1.2 MB | 274/392 kB | 225/588 kB | 184/189 kB | 57/168 kB
Progress (5): 0.9/1.2 MB | 274/392 kB | 225/588 kB | 184/189 kB | 57/168 kB
Progress (5): 0.9/1.2 MB | 274/392 kB | 229/588 kB | 184/189 kB | 57/168 kB
Progress (5): 0.9/1.2 MB | 274/392 kB | 229/588 kB | 184/189 kB | 57/168 kB
Progress (5): 0.9/1.2 MB | 274/392 kB | 229/588 kB | 188/189 kB | 57/168 kB
Progress (5): 0.9/1.2 MB | 274/392 kB | 229/588 kB | 188/189 kB | 61/168 kB
Progress (5): 0.9/1.2 MB | 278/392 kB | 229/588 kB | 188/189 kB | 61/168 kB
Progress (5): 0.9/1.2 MB | 278/392 kB | 229/588 kB | 188/189 kB | 65/168 kB
Progress (5): 0.9/1.2 MB | 278/392 kB | 233/588 kB | 188/189 kB | 65/168 kB
Progress (5): 0.9/1.2 MB | 278/392 kB | 233/588 kB | 189 kB | 65/168 kB    
Progress (5): 0.9/1.2 MB | 278/392 kB | 237/588 kB | 189 kB | 65/168 kB
Progress (5): 1.0/1.2 MB | 278/392 kB | 237/588 kB | 189 kB | 65/168 kB
Progress (5): 1.0/1.2 MB | 278/392 kB | 241/588 kB | 189 kB | 65/168 kB
Progress (5): 1.0/1.2 MB | 278/392 kB | 241/588 kB | 189 kB | 69/168 kB
Progress (5): 1.0/1.2 MB | 282/392 kB | 241/588 kB | 189 kB | 69/168 kB
Progress (5): 1.0/1.2 MB | 282/392 kB | 241/588 kB | 189 kB | 73/168 kB
Progress (5): 1.0/1.2 MB | 282/392 kB | 245/588 kB | 189 kB | 73/168 kB
Progress (5): 1.0/1.2 MB | 282/392 kB | 245/588 kB | 189 kB | 73/168 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 575 kB/s)
08:30:21 Progress (4): 1.0/1.2 MB | 282/392 kB | 245/588 kB | 77/168 kB
Progress (4): 1.0/1.2 MB | 286/392 kB | 245/588 kB | 77/168 kB
Progress (4): 1.0/1.2 MB | 286/392 kB | 245/588 kB | 81/168 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
08:30:21 Progress (4): 1.0/1.2 MB | 286/392 kB | 249/588 kB | 81/168 kB
Progress (4): 1.0/1.2 MB | 286/392 kB | 249/588 kB | 85/168 kB
Progress (4): 1.0/1.2 MB | 290/392 kB | 249/588 kB | 85/168 kB
Progress (4): 1.0/1.2 MB | 290/392 kB | 249/588 kB | 85/168 kB
Progress (4): 1.0/1.2 MB | 294/392 kB | 249/588 kB | 85/168 kB
Progress (4): 1.0/1.2 MB | 294/392 kB | 249/588 kB | 85/168 kB
Progress (4): 1.0/1.2 MB | 294/392 kB | 249/588 kB | 90/168 kB
Progress (4): 1.0/1.2 MB | 294/392 kB | 253/588 kB | 90/168 kB
Progress (4): 1.0/1.2 MB | 294/392 kB | 253/588 kB | 94/168 kB
Progress (4): 1.0/1.2 MB | 298/392 kB | 253/588 kB | 94/168 kB
Progress (4): 1.0/1.2 MB | 298/392 kB | 258/588 kB | 94/168 kB
Progress (4): 1.0/1.2 MB | 303/392 kB | 258/588 kB | 94/168 kB
Progress (4): 1.0/1.2 MB | 303/392 kB | 258/588 kB | 98/168 kB
Progress (4): 1.0/1.2 MB | 307/392 kB | 258/588 kB | 98/168 kB
Progress (4): 1.0/1.2 MB | 307/392 kB | 262/588 kB | 98/168 kB
Progress (4): 1.0/1.2 MB | 307/392 kB | 262/588 kB | 98/168 kB
Progress (4): 1.0/1.2 MB | 311/392 kB | 262/588 kB | 98/168 kB
Progress (4): 1.0/1.2 MB | 311/392 kB | 262/588 kB | 102/168 kB
Progress (4): 1.0/1.2 MB | 311/392 kB | 262/588 kB | 102/168 kB
Progress (4): 1.0/1.2 MB | 311/392 kB | 266/588 kB | 102/168 kB
Progress (4): 1.0/1.2 MB | 311/392 kB | 266/588 kB | 106/168 kB
Progress (4): 1.0/1.2 MB | 311/392 kB | 270/588 kB | 106/168 kB
Progress (4): 1.0/1.2 MB | 315/392 kB | 270/588 kB | 106/168 kB
Progress (4): 1.0/1.2 MB | 315/392 kB | 274/588 kB | 106/168 kB
Progress (4): 1.0/1.2 MB | 315/392 kB | 274/588 kB | 110/168 kB
Progress (4): 1.0/1.2 MB | 315/392 kB | 278/588 kB | 110/168 kB
Progress (4): 1.0/1.2 MB | 319/392 kB | 278/588 kB | 110/168 kB
Progress (4): 1.0/1.2 MB | 319/392 kB | 278/588 kB | 114/168 kB
Progress (4): 1.0/1.2 MB | 319/392 kB | 278/588 kB | 114/168 kB
Progress (4): 1.0/1.2 MB | 323/392 kB | 278/588 kB | 114/168 kB
Progress (4): 1.0/1.2 MB | 323/392 kB | 278/588 kB | 114/168 kB
Progress (4): 1.0/1.2 MB | 323/392 kB | 282/588 kB | 114/168 kB
Progress (4): 1.0/1.2 MB | 323/392 kB | 286/588 kB | 114/168 kB
Progress (4): 1.0/1.2 MB | 323/392 kB | 290/588 kB | 114/168 kB
Progress (4): 1.0/1.2 MB | 323/392 kB | 294/588 kB | 114/168 kB
Progress (4): 1.0/1.2 MB | 323/392 kB | 294/588 kB | 114/168 kB
Progress (4): 1.0/1.2 MB | 323/392 kB | 294/588 kB | 118/168 kB
Progress (4): 1.0/1.2 MB | 327/392 kB | 294/588 kB | 118/168 kB
Progress (4): 1.0/1.2 MB | 327/392 kB | 294/588 kB | 122/168 kB
Progress (4): 1.0/1.2 MB | 327/392 kB | 294/588 kB | 122/168 kB
Progress (4): 1.0/1.2 MB | 327/392 kB | 294/588 kB | 126/168 kB
Progress (4): 1.0/1.2 MB | 327/392 kB | 298/588 kB | 126/168 kB
Progress (5): 1.0/1.2 MB | 327/392 kB | 298/588 kB | 126/168 kB | 4.1/38 kB
Progress (5): 1.0/1.2 MB | 327/392 kB | 303/588 kB | 126/168 kB | 4.1/38 kB
Progress (5): 1.0/1.2 MB | 331/392 kB | 303/588 kB | 126/168 kB | 4.1/38 kB
Progress (5): 1.0/1.2 MB | 331/392 kB | 303/588 kB | 131/168 kB | 4.1/38 kB
Progress (5): 1.0/1.2 MB | 335/392 kB | 303/588 kB | 131/168 kB | 4.1/38 kB
Progress (5): 1.0/1.2 MB | 335/392 kB | 303/588 kB | 131/168 kB | 4.1/38 kB
Progress (5): 1.0/1.2 MB | 335/392 kB | 307/588 kB | 131/168 kB | 4.1/38 kB
Progress (5): 1.0/1.2 MB | 335/392 kB | 307/588 kB | 131/168 kB | 7.7/38 kB
Progress (5): 1.0/1.2 MB | 335/392 kB | 311/588 kB | 131/168 kB | 7.7/38 kB
Progress (5): 1.0/1.2 MB | 335/392 kB | 311/588 kB | 131/168 kB | 7.7/38 kB
Progress (5): 1.0/1.2 MB | 335/392 kB | 311/588 kB | 135/168 kB | 7.7/38 kB
Progress (5): 1.0/1.2 MB | 339/392 kB | 311/588 kB | 135/168 kB | 7.7/38 kB
Progress (5): 1.0/1.2 MB | 339/392 kB | 315/588 kB | 135/168 kB | 7.7/38 kB
Progress (5): 1.0/1.2 MB | 339/392 kB | 315/588 kB | 139/168 kB | 7.7/38 kB
Progress (5): 1.0/1.2 MB | 339/392 kB | 315/588 kB | 139/168 kB | 12/38 kB 
Progress (5): 1.0/1.2 MB | 339/392 kB | 315/588 kB | 143/168 kB | 12/38 kB
Progress (5): 1.0/1.2 MB | 339/392 kB | 319/588 kB | 143/168 kB | 12/38 kB
Progress (5): 1.0/1.2 MB | 344/392 kB | 319/588 kB | 143/168 kB | 12/38 kB
Progress (5): 1.0/1.2 MB | 344/392 kB | 323/588 kB | 143/168 kB | 12/38 kB
Progress (5): 1.0/1.2 MB | 344/392 kB | 323/588 kB | 147/168 kB | 12/38 kB
Progress (5): 1.0/1.2 MB | 344/392 kB | 323/588 kB | 147/168 kB | 16/38 kB
Progress (5): 1.1/1.2 MB | 344/392 kB | 323/588 kB | 147/168 kB | 16/38 kB
Progress (5): 1.1/1.2 MB | 348/392 kB | 323/588 kB | 147/168 kB | 16/38 kB
Progress (5): 1.1/1.2 MB | 348/392 kB | 323/588 kB | 151/168 kB | 16/38 kB
Progress (5): 1.1/1.2 MB | 348/392 kB | 327/588 kB | 151/168 kB | 16/38 kB
Progress (5): 1.1/1.2 MB | 348/392 kB | 327/588 kB | 155/168 kB | 16/38 kB
Progress (5): 1.1/1.2 MB | 348/392 kB | 327/588 kB | 155/168 kB | 20/38 kB
Progress (5): 1.1/1.2 MB | 352/392 kB | 327/588 kB | 155/168 kB | 20/38 kB
Progress (5): 1.1/1.2 MB | 352/392 kB | 327/588 kB | 155/168 kB | 20/38 kB
Progress (5): 1.1/1.2 MB | 356/392 kB | 327/588 kB | 155/168 kB | 20/38 kB
Progress (5): 1.1/1.2 MB | 356/392 kB | 331/588 kB | 155/168 kB | 20/38 kB
Progress (5): 1.1/1.2 MB | 356/392 kB | 331/588 kB | 155/168 kB | 24/38 kB
Progress (5): 1.1/1.2 MB | 356/392 kB | 331/588 kB | 159/168 kB | 24/38 kB
Progress (5): 1.1/1.2 MB | 356/392 kB | 331/588 kB | 159/168 kB | 24/38 kB
Progress (5): 1.1/1.2 MB | 356/392 kB | 331/588 kB | 159/168 kB | 28/38 kB
Progress (5): 1.1/1.2 MB | 356/392 kB | 335/588 kB | 159/168 kB | 28/38 kB
Progress (5): 1.1/1.2 MB | 360/392 kB | 335/588 kB | 159/168 kB | 28/38 kB
Progress (5): 1.1/1.2 MB | 360/392 kB | 339/588 kB | 159/168 kB | 28/38 kB
Progress (5): 1.1/1.2 MB | 360/392 kB | 339/588 kB | 159/168 kB | 32/38 kB
Progress (5): 1.1/1.2 MB | 360/392 kB | 339/588 kB | 159/168 kB | 32/38 kB
Progress (5): 1.1/1.2 MB | 360/392 kB | 339/588 kB | 163/168 kB | 32/38 kB
Progress (5): 1.1/1.2 MB | 360/392 kB | 339/588 kB | 163/168 kB | 36/38 kB
Progress (5): 1.1/1.2 MB | 364/392 kB | 339/588 kB | 163/168 kB | 36/38 kB
Progress (5): 1.1/1.2 MB | 364/392 kB | 344/588 kB | 163/168 kB | 36/38 kB
Progress (5): 1.1/1.2 MB | 368/392 kB | 344/588 kB | 163/168 kB | 36/38 kB
Progress (5): 1.1/1.2 MB | 368/392 kB | 344/588 kB | 163/168 kB | 36/38 kB
Progress (5): 1.1/1.2 MB | 368/392 kB | 344/588 kB | 167/168 kB | 36/38 kB
Progress (5): 1.1/1.2 MB | 368/392 kB | 348/588 kB | 167/168 kB | 36/38 kB
Progress (5): 1.1/1.2 MB | 368/392 kB | 348/588 kB | 167/168 kB | 38 kB   
Progress (5): 1.1/1.2 MB | 368/392 kB | 352/588 kB | 167/168 kB | 38 kB
Progress (5): 1.1/1.2 MB | 368/392 kB | 352/588 kB | 168 kB | 38 kB    
Progress (5): 1.1/1.2 MB | 368/392 kB | 352/588 kB | 168 kB | 38 kB
Progress (5): 1.1/1.2 MB | 372/392 kB | 352/588 kB | 168 kB | 38 kB
Progress (5): 1.1/1.2 MB | 372/392 kB | 356/588 kB | 168 kB | 38 kB
Progress (5): 1.1/1.2 MB | 376/392 kB | 356/588 kB | 168 kB | 38 kB
Progress (5): 1.1/1.2 MB | 376/392 kB | 360/588 kB | 168 kB | 38 kB
Progress (5): 1.1/1.2 MB | 376/392 kB | 360/588 kB | 168 kB | 38 kB
Progress (5): 1.1/1.2 MB | 376/392 kB | 360/588 kB | 168 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 95 kB/s)
08:30:21 Progress (4): 1.1/1.2 MB | 380/392 kB | 360/588 kB | 168 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
08:30:21 Progress (4): 1.1/1.2 MB | 380/392 kB | 364/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 380/392 kB | 364/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 384/392 kB | 364/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 384/392 kB | 364/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 384/392 kB | 368/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 389/392 kB | 368/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 389/392 kB | 372/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 392 kB | 372/588 kB | 168 kB    
Progress (4): 1.1/1.2 MB | 392 kB | 376/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 392 kB | 376/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 392 kB | 376/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 392 kB | 380/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 392 kB | 384/588 kB | 168 kB
Progress (4): 1.1/1.2 MB | 392 kB | 389/588 kB | 168 kB
Progress (5): 1.1/1.2 MB | 392 kB | 389/588 kB | 168 kB | 4.1/65 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 973 kB/s)
08:30:21 Progress (4): 1.1/1.2 MB | 393/588 kB | 168 kB | 4.1/65 kB
                                                          
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
08:30:21 Progress (4): 1.2/1.2 MB | 393/588 kB | 168 kB | 4.1/65 kB
Progress (4): 1.2/1.2 MB | 393/588 kB | 168 kB | 7.7/65 kB
Progress (4): 1.2/1.2 MB | 393/588 kB | 168 kB | 7.7/65 kB
Progress (4): 1.2/1.2 MB | 397/588 kB | 168 kB | 7.7/65 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 417 kB/s)
08:30:21 Progress (3): 1.2/1.2 MB | 401/588 kB | 7.7/65 kB
Progress (3): 1.2/1.2 MB | 401/588 kB | 12/65 kB 
Progress (3): 1.2/1.2 MB | 405/588 kB | 12/65 kB
Progress (3): 1.2/1.2 MB | 405/588 kB | 12/65 kB
                                                
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
08:30:21 Progress (4): 1.2/1.2 MB | 405/588 kB | 12/65 kB | 4.1/270 kB
Progress (4): 1.2/1.2 MB | 405/588 kB | 12/65 kB | 4.1/270 kB
Progress (4): 1.2/1.2 MB | 409/588 kB | 12/65 kB | 4.1/270 kB
Progress (4): 1.2/1.2 MB | 409/588 kB | 16/65 kB | 4.1/270 kB
Progress (4): 1.2/1.2 MB | 409/588 kB | 16/65 kB | 7.7/270 kB
Progress (4): 1.2/1.2 MB | 409/588 kB | 16/65 kB | 12/270 kB 
Progress (4): 1.2/1.2 MB | 413/588 kB | 16/65 kB | 12/270 kB
Progress (4): 1.2/1.2 MB | 413/588 kB | 16/65 kB | 16/270 kB
Progress (4): 1.2/1.2 MB | 417/588 kB | 16/65 kB | 16/270 kB
Progress (4): 1.2/1.2 MB | 417/588 kB | 16/65 kB | 16/270 kB
Progress (4): 1.2/1.2 MB | 421/588 kB | 16/65 kB | 16/270 kB
Progress (4): 1.2/1.2 MB | 421/588 kB | 20/65 kB | 16/270 kB
Progress (4): 1.2/1.2 MB | 425/588 kB | 20/65 kB | 16/270 kB
Progress (5): 1.2/1.2 MB | 425/588 kB | 20/65 kB | 16/270 kB | 4.1/175 kB
Progress (5): 1.2/1.2 MB | 425/588 kB | 20/65 kB | 16/270 kB | 4.1/175 kB
Progress (5): 1.2/1.2 MB | 425/588 kB | 20/65 kB | 16/270 kB | 7.7/175 kB
Progress (5): 1.2/1.2 MB | 425/588 kB | 24/65 kB | 16/270 kB | 7.7/175 kB
Progress (5): 1.2/1.2 MB | 425/588 kB | 24/65 kB | 20/270 kB | 7.7/175 kB
Progress (5): 1.2/1.2 MB | 425/588 kB | 28/65 kB | 20/270 kB | 7.7/175 kB
Progress (5): 1.2/1.2 MB | 430/588 kB | 28/65 kB | 20/270 kB | 7.7/175 kB
Progress (5): 1.2/1.2 MB | 430/588 kB | 28/65 kB | 20/270 kB | 12/175 kB 
Progress (5): 1.2/1.2 MB | 434/588 kB | 28/65 kB | 20/270 kB | 12/175 kB
Progress (5): 1.2/1.2 MB | 434/588 kB | 28/65 kB | 20/270 kB | 12/175 kB
Progress (5): 1.2/1.2 MB | 434/588 kB | 32/65 kB | 20/270 kB | 12/175 kB
Progress (5): 1.2/1.2 MB | 434/588 kB | 32/65 kB | 24/270 kB | 12/175 kB
Progress (5): 1.2/1.2 MB | 434/588 kB | 32/65 kB | 24/270 kB | 12/175 kB
Progress (5): 1.2/1.2 MB | 438/588 kB | 32/65 kB | 24/270 kB | 12/175 kB
Progress (5): 1.2/1.2 MB | 438/588 kB | 32/65 kB | 24/270 kB | 16/175 kB
Progress (5): 1.2/1.2 MB | 442/588 kB | 32/65 kB | 24/270 kB | 16/175 kB
Progress (5): 1.2 MB | 442/588 kB | 32/65 kB | 24/270 kB | 16/175 kB    
Progress (5): 1.2 MB | 442/588 kB | 32/65 kB | 28/270 kB | 16/175 kB
Progress (5): 1.2 MB | 442/588 kB | 36/65 kB | 28/270 kB | 16/175 kB
Progress (5): 1.2 MB | 446/588 kB | 36/65 kB | 28/270 kB | 16/175 kB
Progress (5): 1.2 MB | 446/588 kB | 36/65 kB | 28/270 kB | 20/175 kB
Progress (5): 1.2 MB | 446/588 kB | 36/65 kB | 32/270 kB | 20/175 kB
Progress (5): 1.2 MB | 446/588 kB | 36/65 kB | 32/270 kB | 24/175 kB
Progress (5): 1.2 MB | 450/588 kB | 36/65 kB | 32/270 kB | 24/175 kB
Progress (5): 1.2 MB | 450/588 kB | 40/65 kB | 32/270 kB | 24/175 kB
Progress (5): 1.2 MB | 454/588 kB | 40/65 kB | 32/270 kB | 24/175 kB
Progress (5): 1.2 MB | 454/588 kB | 40/65 kB | 32/270 kB | 28/175 kB
Progress (5): 1.2 MB | 458/588 kB | 40/65 kB | 32/270 kB | 28/175 kB
Progress (5): 1.2 MB | 458/588 kB | 40/65 kB | 36/270 kB | 28/175 kB
Progress (5): 1.2 MB | 458/588 kB | 45/65 kB | 36/270 kB | 28/175 kB
Progress (5): 1.2 MB | 458/588 kB | 45/65 kB | 40/270 kB | 28/175 kB
Progress (5): 1.2 MB | 458/588 kB | 45/65 kB | 40/270 kB | 32/175 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 2.9 MB/s)
08:30:21 Progress (4): 462/588 kB | 45/65 kB | 40/270 kB | 32/175 kB
Progress (4): 462/588 kB | 45/65 kB | 45/270 kB | 32/175 kB
Progress (4): 462/588 kB | 49/65 kB | 45/270 kB | 32/175 kB
Progress (4): 462/588 kB | 49/65 kB | 49/270 kB | 32/175 kB
Progress (4): 462/588 kB | 49/65 kB | 49/270 kB | 36/175 kB
Progress (4): 466/588 kB | 49/65 kB | 49/270 kB | 36/175 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
08:30:21 Progress (4): 466/588 kB | 49/65 kB | 53/270 kB | 36/175 kB
Progress (4): 466/588 kB | 53/65 kB | 53/270 kB | 36/175 kB
Progress (4): 471/588 kB | 53/65 kB | 53/270 kB | 36/175 kB
Progress (4): 471/588 kB | 53/65 kB | 53/270 kB | 40/175 kB
Progress (4): 475/588 kB | 53/65 kB | 53/270 kB | 40/175 kB
Progress (4): 475/588 kB | 57/65 kB | 53/270 kB | 40/175 kB
Progress (4): 475/588 kB | 57/65 kB | 57/270 kB | 40/175 kB
Progress (4): 475/588 kB | 61/65 kB | 57/270 kB | 40/175 kB
Progress (4): 475/588 kB | 61/65 kB | 57/270 kB | 45/175 kB
Progress (4): 475/588 kB | 65/65 kB | 57/270 kB | 45/175 kB
Progress (4): 475/588 kB | 65/65 kB | 61/270 kB | 45/175 kB
Progress (4): 475/588 kB | 65 kB | 61/270 kB | 45/175 kB   
Progress (4): 475/588 kB | 65 kB | 61/270 kB | 49/175 kB
Progress (4): 479/588 kB | 65 kB | 61/270 kB | 49/175 kB
Progress (4): 479/588 kB | 65 kB | 65/270 kB | 49/175 kB
Progress (4): 483/588 kB | 65 kB | 65/270 kB | 49/175 kB
Progress (4): 487/588 kB | 65 kB | 65/270 kB | 49/175 kB
Progress (4): 491/588 kB | 65 kB | 65/270 kB | 49/175 kB
Progress (4): 491/588 kB | 65 kB | 65/270 kB | 53/175 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 157 kB/s)
08:30:21 Progress (3): 495/588 kB | 65/270 kB | 53/175 kB
Progress (3): 495/588 kB | 65/270 kB | 57/175 kB
Progress (3): 495/588 kB | 69/270 kB | 57/175 kB
Progress (3): 495/588 kB | 69/270 kB | 61/175 kB
Progress (3): 499/588 kB | 69/270 kB | 61/175 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
08:30:21 Progress (3): 503/588 kB | 69/270 kB | 61/175 kB
Progress (3): 503/588 kB | 69/270 kB | 65/175 kB
Progress (3): 503/588 kB | 73/270 kB | 65/175 kB
Progress (3): 507/588 kB | 73/270 kB | 65/175 kB
Progress (3): 507/588 kB | 77/270 kB | 65/175 kB
Progress (3): 507/588 kB | 81/270 kB | 65/175 kB
Progress (3): 507/588 kB | 81/270 kB | 69/175 kB
Progress (3): 511/588 kB | 81/270 kB | 69/175 kB
Progress (3): 511/588 kB | 81/270 kB | 73/175 kB
Progress (3): 516/588 kB | 81/270 kB | 73/175 kB
Progress (3): 516/588 kB | 85/270 kB | 73/175 kB
Progress (3): 520/588 kB | 85/270 kB | 73/175 kB
Progress (3): 520/588 kB | 85/270 kB | 77/175 kB
Progress (3): 524/588 kB | 85/270 kB | 77/175 kB
Progress (3): 524/588 kB | 90/270 kB | 77/175 kB
Progress (4): 524/588 kB | 90/270 kB | 77/175 kB | 4.1/79 kB
Progress (4): 524/588 kB | 90/270 kB | 81/175 kB | 4.1/79 kB
Progress (4): 524/588 kB | 90/270 kB | 81/175 kB | 7.7/79 kB
Progress (4): 524/588 kB | 94/270 kB | 81/175 kB | 7.7/79 kB
Progress (4): 524/588 kB | 94/270 kB | 81/175 kB | 12/79 kB 
Progress (4): 528/588 kB | 94/270 kB | 81/175 kB | 12/79 kB
Progress (4): 528/588 kB | 94/270 kB | 81/175 kB | 16/79 kB
Progress (4): 528/588 kB | 98/270 kB | 81/175 kB | 16/79 kB
Progress (4): 528/588 kB | 98/270 kB | 85/175 kB | 16/79 kB
Progress (4): 532/588 kB | 98/270 kB | 85/175 kB | 16/79 kB
Progress (4): 532/588 kB | 98/270 kB | 90/175 kB | 16/79 kB
Progress (4): 536/588 kB | 98/270 kB | 90/175 kB | 16/79 kB
Progress (4): 536/588 kB | 98/270 kB | 94/175 kB | 16/79 kB
Progress (4): 536/588 kB | 102/270 kB | 94/175 kB | 16/79 kB
Progress (4): 540/588 kB | 102/270 kB | 94/175 kB | 16/79 kB
Progress (4): 540/588 kB | 106/270 kB | 94/175 kB | 16/79 kB
Progress (4): 540/588 kB | 106/270 kB | 98/175 kB | 16/79 kB
Progress (4): 540/588 kB | 106/270 kB | 98/175 kB | 20/79 kB
Progress (4): 540/588 kB | 110/270 kB | 98/175 kB | 20/79 kB
Progress (5): 540/588 kB | 110/270 kB | 98/175 kB | 20/79 kB | 4.1/113 kB
Progress (5): 540/588 kB | 114/270 kB | 98/175 kB | 20/79 kB | 4.1/113 kB
Progress (5): 540/588 kB | 114/270 kB | 98/175 kB | 24/79 kB | 4.1/113 kB
Progress (5): 544/588 kB | 114/270 kB | 98/175 kB | 24/79 kB | 4.1/113 kB
Progress (5): 544/588 kB | 114/270 kB | 98/175 kB | 28/79 kB | 4.1/113 kB
Progress (5): 544/588 kB | 114/270 kB | 102/175 kB | 28/79 kB | 4.1/113 kB
Progress (5): 544/588 kB | 114/270 kB | 102/175 kB | 28/79 kB | 7.7/113 kB
Progress (5): 544/588 kB | 114/270 kB | 106/175 kB | 28/79 kB | 7.7/113 kB
Progress (5): 544/588 kB | 114/270 kB | 106/175 kB | 32/79 kB | 7.7/113 kB
Progress (5): 544/588 kB | 118/270 kB | 106/175 kB | 32/79 kB | 7.7/113 kB
Progress (5): 548/588 kB | 118/270 kB | 106/175 kB | 32/79 kB | 7.7/113 kB
Progress (5): 548/588 kB | 122/270 kB | 106/175 kB | 32/79 kB | 7.7/113 kB
Progress (5): 548/588 kB | 122/270 kB | 110/175 kB | 32/79 kB | 7.7/113 kB
Progress (5): 548/588 kB | 122/270 kB | 110/175 kB | 32/79 kB | 12/113 kB 
Progress (5): 548/588 kB | 122/270 kB | 114/175 kB | 32/79 kB | 12/113 kB
Progress (5): 548/588 kB | 126/270 kB | 114/175 kB | 32/79 kB | 12/113 kB
Progress (5): 548/588 kB | 126/270 kB | 114/175 kB | 36/79 kB | 12/113 kB
Progress (5): 552/588 kB | 126/270 kB | 114/175 kB | 36/79 kB | 12/113 kB
Progress (5): 552/588 kB | 126/270 kB | 114/175 kB | 40/79 kB | 12/113 kB
Progress (5): 552/588 kB | 131/270 kB | 114/175 kB | 40/79 kB | 12/113 kB
Progress (5): 552/588 kB | 131/270 kB | 114/175 kB | 40/79 kB | 16/113 kB
Progress (5): 552/588 kB | 131/270 kB | 114/175 kB | 45/79 kB | 16/113 kB
Progress (5): 552/588 kB | 131/270 kB | 118/175 kB | 45/79 kB | 16/113 kB
Progress (5): 557/588 kB | 131/270 kB | 118/175 kB | 45/79 kB | 16/113 kB
Progress (5): 557/588 kB | 135/270 kB | 118/175 kB | 45/79 kB | 16/113 kB
Progress (5): 557/588 kB | 135/270 kB | 122/175 kB | 45/79 kB | 16/113 kB
Progress (5): 557/588 kB | 135/270 kB | 122/175 kB | 49/79 kB | 16/113 kB
Progress (5): 557/588 kB | 135/270 kB | 126/175 kB | 49/79 kB | 16/113 kB
Progress (5): 557/588 kB | 139/270 kB | 126/175 kB | 49/79 kB | 16/113 kB
Progress (5): 557/588 kB | 139/270 kB | 126/175 kB | 49/79 kB | 20/113 kB
Progress (5): 557/588 kB | 143/270 kB | 126/175 kB | 49/79 kB | 20/113 kB
Progress (5): 557/588 kB | 143/270 kB | 131/175 kB | 49/79 kB | 20/113 kB
Progress (5): 561/588 kB | 143/270 kB | 131/175 kB | 49/79 kB | 20/113 kB
Progress (5): 561/588 kB | 147/270 kB | 131/175 kB | 49/79 kB | 20/113 kB
Progress (5): 561/588 kB | 147/270 kB | 131/175 kB | 53/79 kB | 20/113 kB
Progress (5): 561/588 kB | 147/270 kB | 131/175 kB | 53/79 kB | 24/113 kB
Progress (5): 561/588 kB | 147/270 kB | 135/175 kB | 53/79 kB | 24/113 kB
Progress (5): 561/588 kB | 147/270 kB | 135/175 kB | 57/79 kB | 24/113 kB
Progress (5): 565/588 kB | 147/270 kB | 135/175 kB | 57/79 kB | 24/113 kB
Progress (5): 565/588 kB | 147/270 kB | 135/175 kB | 61/79 kB | 24/113 kB
Progress (5): 565/588 kB | 147/270 kB | 139/175 kB | 61/79 kB | 24/113 kB
Progress (5): 565/588 kB | 151/270 kB | 139/175 kB | 61/79 kB | 24/113 kB
Progress (5): 565/588 kB | 151/270 kB | 139/175 kB | 61/79 kB | 28/113 kB
Progress (5): 565/588 kB | 155/270 kB | 139/175 kB | 61/79 kB | 28/113 kB
Progress (5): 565/588 kB | 155/270 kB | 143/175 kB | 61/79 kB | 28/113 kB
Progress (5): 565/588 kB | 155/270 kB | 143/175 kB | 65/79 kB | 28/113 kB
Progress (5): 569/588 kB | 155/270 kB | 143/175 kB | 65/79 kB | 28/113 kB
Progress (5): 569/588 kB | 155/270 kB | 147/175 kB | 65/79 kB | 28/113 kB
Progress (5): 569/588 kB | 159/270 kB | 147/175 kB | 65/79 kB | 28/113 kB
Progress (5): 569/588 kB | 159/270 kB | 147/175 kB | 65/79 kB | 32/113 kB
Progress (5): 569/588 kB | 159/270 kB | 147/175 kB | 69/79 kB | 32/113 kB
Progress (5): 569/588 kB | 163/270 kB | 147/175 kB | 69/79 kB | 32/113 kB
Progress (5): 573/588 kB | 163/270 kB | 147/175 kB | 69/79 kB | 32/113 kB
Progress (5): 573/588 kB | 163/270 kB | 147/175 kB | 69/79 kB | 36/113 kB
Progress (5): 573/588 kB | 163/270 kB | 151/175 kB | 69/79 kB | 36/113 kB
Progress (5): 573/588 kB | 163/270 kB | 151/175 kB | 73/79 kB | 36/113 kB
Progress (5): 573/588 kB | 163/270 kB | 155/175 kB | 73/79 kB | 36/113 kB
Progress (5): 577/588 kB | 163/270 kB | 155/175 kB | 73/79 kB | 36/113 kB
Progress (5): 577/588 kB | 167/270 kB | 155/175 kB | 73/79 kB | 36/113 kB
Progress (5): 577/588 kB | 167/270 kB | 155/175 kB | 73/79 kB | 40/113 kB
Progress (5): 577/588 kB | 171/270 kB | 155/175 kB | 73/79 kB | 40/113 kB
Progress (5): 581/588 kB | 171/270 kB | 155/175 kB | 73/79 kB | 40/113 kB
Progress (5): 581/588 kB | 171/270 kB | 159/175 kB | 73/79 kB | 40/113 kB
Progress (5): 581/588 kB | 171/270 kB | 159/175 kB | 77/79 kB | 40/113 kB
Progress (5): 581/588 kB | 171/270 kB | 163/175 kB | 77/79 kB | 40/113 kB
Progress (5): 585/588 kB | 171/270 kB | 163/175 kB | 77/79 kB | 40/113 kB
Progress (5): 585/588 kB | 176/270 kB | 163/175 kB | 77/79 kB | 40/113 kB
Progress (5): 585/588 kB | 176/270 kB | 163/175 kB | 77/79 kB | 45/113 kB
Progress (5): 585/588 kB | 180/270 kB | 163/175 kB | 77/79 kB | 45/113 kB
Progress (5): 588 kB | 180/270 kB | 163/175 kB | 77/79 kB | 45/113 kB    
Progress (5): 588 kB | 180/270 kB | 163/175 kB | 79 kB | 45/113 kB   
Progress (5): 588 kB | 180/270 kB | 167/175 kB | 79 kB | 45/113 kB
Progress (5): 588 kB | 180/270 kB | 167/175 kB | 79 kB | 49/113 kB
Progress (5): 588 kB | 180/270 kB | 171/175 kB | 79 kB | 49/113 kB
Progress (5): 588 kB | 184/270 kB | 171/175 kB | 79 kB | 49/113 kB
Progress (5): 588 kB | 184/270 kB | 175 kB | 79 kB | 49/113 kB    
Progress (5): 588 kB | 188/270 kB | 175 kB | 79 kB | 49/113 kB
Progress (5): 588 kB | 188/270 kB | 175 kB | 79 kB | 53/113 kB
Progress (5): 588 kB | 192/270 kB | 175 kB | 79 kB | 53/113 kB
Progress (5): 588 kB | 192/270 kB | 175 kB | 79 kB | 57/113 kB
Progress (5): 588 kB | 196/270 kB | 175 kB | 79 kB | 57/113 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 1.2 MB/s)
08:30:21 Progress (4): 196/270 kB | 175 kB | 79 kB | 61/113 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 355 kB/s)
08:30:21 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
08:30:21 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
08:30:21 Progress (3): 200/270 kB | 79 kB | 61/113 kB
Progress (3): 200/270 kB | 79 kB | 65/113 kB
Progress (3): 204/270 kB | 79 kB | 65/113 kB
Progress (3): 208/270 kB | 79 kB | 65/113 kB
Progress (3): 212/270 kB | 79 kB | 65/113 kB
Progress (3): 212/270 kB | 79 kB | 69/113 kB
Progress (3): 212/270 kB | 79 kB | 73/113 kB
Progress (3): 212/270 kB | 79 kB | 77/113 kB
Progress (3): 212/270 kB | 79 kB | 81/113 kB
Progress (3): 217/270 kB | 79 kB | 81/113 kB
Progress (4): 217/270 kB | 79 kB | 81/113 kB | 4.1/33 kB
Progress (4): 221/270 kB | 79 kB | 81/113 kB | 4.1/33 kB
Progress (4): 221/270 kB | 79 kB | 81/113 kB | 7.7/33 kB
Progress (4): 221/270 kB | 79 kB | 85/113 kB | 7.7/33 kB
Progress (4): 221/270 kB | 79 kB | 85/113 kB | 12/33 kB 
Progress (5): 221/270 kB | 79 kB | 85/113 kB | 12/33 kB | 4.1/50 kB
Progress (5): 225/270 kB | 79 kB | 85/113 kB | 12/33 kB | 4.1/50 kB
Progress (5): 225/270 kB | 79 kB | 85/113 kB | 12/33 kB | 7.7/50 kB
Progress (5): 225/270 kB | 79 kB | 85/113 kB | 16/33 kB | 7.7/50 kB
Progress (5): 225/270 kB | 79 kB | 90/113 kB | 16/33 kB | 7.7/50 kB
Progress (5): 225/270 kB | 79 kB | 90/113 kB | 16/33 kB | 12/50 kB 
Progress (5): 229/270 kB | 79 kB | 90/113 kB | 16/33 kB | 12/50 kB
Progress (5): 229/270 kB | 79 kB | 90/113 kB | 16/33 kB | 16/50 kB
Progress (5): 229/270 kB | 79 kB | 94/113 kB | 16/33 kB | 16/50 kB
Progress (5): 229/270 kB | 79 kB | 94/113 kB | 20/33 kB | 16/50 kB
Progress (5): 229/270 kB | 79 kB | 98/113 kB | 20/33 kB | 16/50 kB
Progress (5): 233/270 kB | 79 kB | 98/113 kB | 20/33 kB | 16/50 kB
Progress (5): 233/270 kB | 79 kB | 98/113 kB | 24/33 kB | 16/50 kB
Progress (5): 237/270 kB | 79 kB | 98/113 kB | 24/33 kB | 16/50 kB
Progress (5): 237/270 kB | 79 kB | 98/113 kB | 24/33 kB | 20/50 kB
Progress (5): 237/270 kB | 79 kB | 98/113 kB | 28/33 kB | 20/50 kB
Progress (5): 237/270 kB | 79 kB | 98/113 kB | 28/33 kB | 24/50 kB
Progress (5): 237/270 kB | 79 kB | 102/113 kB | 28/33 kB | 24/50 kB
Progress (5): 241/270 kB | 79 kB | 102/113 kB | 28/33 kB | 24/50 kB
Progress (5): 241/270 kB | 79 kB | 106/113 kB | 28/33 kB | 24/50 kB
Progress (5): 241/270 kB | 79 kB | 106/113 kB | 28/33 kB | 28/50 kB
Progress (5): 241/270 kB | 79 kB | 106/113 kB | 32/33 kB | 28/50 kB
Progress (5): 241/270 kB | 79 kB | 106/113 kB | 32/33 kB | 32/50 kB
Progress (5): 241/270 kB | 79 kB | 110/113 kB | 32/33 kB | 32/50 kB
Progress (5): 245/270 kB | 79 kB | 110/113 kB | 32/33 kB | 32/50 kB
Progress (5): 245/270 kB | 79 kB | 113 kB | 32/33 kB | 32/50 kB    
Progress (5): 245/270 kB | 79 kB | 113 kB | 33 kB | 32/50 kB   
Progress (5): 245/270 kB | 79 kB | 113 kB | 33 kB | 36/50 kB
Progress (5): 245/270 kB | 79 kB | 113 kB | 33 kB | 40/50 kB
Progress (5): 245/270 kB | 79 kB | 113 kB | 33 kB | 45/50 kB
Progress (5): 249/270 kB | 79 kB | 113 kB | 33 kB | 45/50 kB
Progress (5): 249/270 kB | 79 kB | 113 kB | 33 kB | 49/50 kB
Progress (5): 253/270 kB | 79 kB | 113 kB | 33 kB | 49/50 kB
Progress (5): 253/270 kB | 79 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 65 kB/s)
08:30:21 Progress (4): 258/270 kB | 79 kB | 113 kB | 50 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar
08:30:21 Progress (4): 262/270 kB | 79 kB | 113 kB | 50 kB
Progress (4): 266/270 kB | 79 kB | 113 kB | 50 kB
Progress (4): 270 kB | 79 kB | 113 kB | 50 kB    
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar (79 kB at 156 kB/s)
08:30:21 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 223 kB/s)
08:30:21 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 532 kB/s)
08:30:21 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 98 kB/s)
08:30:21 Progress (1): 4.1/128 kB
Progress (1): 7.7/128 kB
Progress (1): 12/128 kB 
Progress (1): 16/128 kB
Progress (1): 20/128 kB
Progress (1): 24/128 kB
Progress (1): 28/128 kB
Progress (1): 32/128 kB
Progress (1): 36/128 kB
Progress (1): 40/128 kB
Progress (1): 45/128 kB
Progress (1): 49/128 kB
Progress (1): 53/128 kB
Progress (1): 57/128 kB
Progress (1): 61/128 kB
Progress (1): 65/128 kB
Progress (1): 69/128 kB
Progress (1): 73/128 kB
Progress (1): 77/128 kB
Progress (1): 81/128 kB
Progress (1): 85/128 kB
Progress (1): 90/128 kB
Progress (1): 94/128 kB
Progress (1): 98/128 kB
Progress (1): 102/128 kB
Progress (1): 106/128 kB
Progress (1): 110/128 kB
Progress (1): 114/128 kB
Progress (1): 118/128 kB
Progress (1): 122/128 kB
Progress (1): 126/128 kB
Progress (1): 128 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar (128 kB at 240 kB/s)
08:30:21 [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/**/*
08:30:21 [INFO] 
08:30:21 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ parent ---
08:30:21 [INFO] 
08:30:21 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ parent ---
08:30:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.pom
08:30:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.pom
08:30:21 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.pom (1.0 kB at 31 kB/s)
08:30:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.jar
08:30:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.jar
08:30:21 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.jar (12 kB at 401 kB/s)
08:30:21 [INFO] 
08:30:21 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ parent ---
08:30:21 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
08:30:21 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
08:30:21 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 117 kB/s)
08:30:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
08:30:21 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
08:30:21 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 948 kB/s)
08:30:21 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
08:30:21 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
08:30:21 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 109 kB/s)
08:30:21 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
08:30:21 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
08:30:21 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 150 kB/s)
08:30:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
08:30:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
08:30:21 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 995 kB/s)
08:30:21 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
08:30:21 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
08:30:21 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 45 kB/s)
08:30:21 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
08:30:21 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
08:30:21 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 50 kB/s)
08:30:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
08:30:21 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
08:30:21 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 28 kB/s)
08:30:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
08:30:21 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
08:30:21 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 102 kB/s)
08:30:21 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
08:30:21 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
08:30:21 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 45 kB/s)
08:30:21 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
08:30:21 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
08:30:21 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 37 kB/s)
08:30:21 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
08:30:21 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
08:30:21 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 49 kB/s)
08:30:21 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
08:30:21 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
08:30:21 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 98 kB/s)
08:30:21 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
08:30:21 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
08:30:21 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 162 kB/s)
08:30:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
08:30:21 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
08:30:21 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 35 kB/s)
08:30:21 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
08:30:21 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
08:30:21 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 51 kB/s)
08:30:21 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
08:30:21 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
08:30:21 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 193 kB/s)
08:30:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
08:30:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
08:30:22 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 309 kB/s)
08:30:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
08:30:22 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
08:30:22 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 18 kB/s)
08:30:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
08:30:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
08:30:22 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 28 kB/s)
08:30:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.pom
08:30:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom
08:30:22 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 185 kB/s)
08:30:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
08:30:22 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
08:30:22 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 183 kB/s)
08:30:22 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
08:30:22 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
08:30:22 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 181 kB/s)
08:30:22 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
08:30:22 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
08:30:22 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 152 kB/s)
08:30:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
08:30:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
08:30:22 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 8.1 kB/s)
08:30:22 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
08:30:22 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
08:30:22 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 134 kB/s)
08:30:22 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
08:30:22 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
08:30:22 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 166 kB/s)
08:30:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom
08:30:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
08:30:22 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)
08:30:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
08:30:22 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
08:30:22 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 180 kB/s)
08:30:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
08:30:22 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
08:30:22 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 102 kB/s)
08:30:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
08:30:22 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
08:30:22 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 212 kB/s)
08:30:22 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
08:30:22 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
08:30:22 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 33 kB/s)
08:30:22 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
08:30:22 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
08:30:22 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 107 kB/s)
08:30:22 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
08:30:22 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
08:30:22 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 35 kB/s)
08:30:22 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
08:30:22 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
08:30:22 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 961 kB/s)
08:30:22 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
08:30:22 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
08:30:22 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 55 kB/s)
08:30:22 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
08:30:22 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
08:30:23 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 107 kB/s)
08:30:23 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
08:30:23 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
08:30:23 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 66 kB/s)
08:30:23 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
08:30:23 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
08:30:23 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 65 kB/s)
08:30:23 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
08:30:23 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 9.1 kB/s)
08:30:23 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
08:30:23 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
08:30:23 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 256 kB/s)
08:30:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/43/commons-parent-43.pom
08:30:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom
08:30:23 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 1.4 MB/s)
08:30:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
08:30:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
08:30:23 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 186 kB/s)
08:30:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
08:30:23 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
08:30:23 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 918 kB/s)
08:30:23 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
08:30:23 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
08:30:23 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 110 kB/s)
08:30:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom
08:30:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom
08:30:23 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 70 kB/s)
08:30:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom
08:30:23 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 67 kB/s)
08:30:23 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
08:30:23 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 27 kB/s)
08:30:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom
08:30:23 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
08:30:23 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 123 kB/s)
08:30:23 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
08:30:23 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
08:30:23 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 280 kB/s)
08:30:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom
08:30:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
08:30:24 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 634 kB/s)
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom
08:30:24 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
08:30:24 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 90 kB/s)
08:30:24 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
08:30:24 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
08:30:24 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 151 kB/s)
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
08:30:24 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
08:30:24 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 468 kB/s)
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
08:30:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
08:30:24 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 1.4 MB/s)
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
08:30:24 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
08:30:24 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 412 kB/s)
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom
08:30:24 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
08:30:24 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 100 kB/s)
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
08:30:24 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
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
08:30:24 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
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.jar
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar
08:30:24 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
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
08:30:24 Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
08:30:24 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 25 kB/s)
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
08:30:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar
08:30:24 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
08:30:24 Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from 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 117 kB/s)
08:30:24 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 215 kB/s)
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 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
08:30:24 Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (1): 24/47 kB
Progress (1): 28/47 kB
Progress (1): 32/47 kB
Progress (1): 36/47 kB
Progress (1): 40/47 kB
Progress (1): 45/47 kB
Progress (1): 47 kB   
Progress (2): 47 kB | 4.1/563 kB
Progress (2): 47 kB | 7.7/563 kB
Progress (2): 47 kB | 12/563 kB 
Progress (2): 47 kB | 16/563 kB
Progress (2): 47 kB | 20/563 kB
Progress (2): 47 kB | 24/563 kB
Progress (2): 47 kB | 28/563 kB
Progress (2): 47 kB | 32/563 kB
Progress (2): 47 kB | 36/563 kB
Progress (2): 47 kB | 40/563 kB
Progress (2): 47 kB | 45/563 kB
Progress (2): 47 kB | 49/563 kB
Progress (2): 47 kB | 53/563 kB
Progress (2): 47 kB | 57/563 kB
Progress (2): 47 kB | 61/563 kB
Progress (2): 47 kB | 65/563 kB
Progress (2): 47 kB | 69/563 kB
Progress (2): 47 kB | 73/563 kB
Progress (2): 47 kB | 77/563 kB
Progress (2): 47 kB | 81/563 kB
Progress (2): 47 kB | 85/563 kB
Progress (2): 47 kB | 90/563 kB
Progress (2): 47 kB | 94/563 kB
Progress (2): 47 kB | 98/563 kB
Progress (2): 47 kB | 102/563 kB
Progress (2): 47 kB | 106/563 kB
Progress (2): 47 kB | 110/563 kB
Progress (2): 47 kB | 114/563 kB
Progress (2): 47 kB | 118/563 kB
Progress (2): 47 kB | 122/563 kB
Progress (2): 47 kB | 126/563 kB
Progress (2): 47 kB | 131/563 kB
Progress (2): 47 kB | 135/563 kB
Progress (2): 47 kB | 139/563 kB
Progress (2): 47 kB | 143/563 kB
Progress (2): 47 kB | 147/563 kB
Progress (2): 47 kB | 151/563 kB
Progress (2): 47 kB | 155/563 kB
Progress (2): 47 kB | 159/563 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 1.7 MB/s)
08:30:24 Progress (1): 163/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
08:30:24 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 (1): 196/563 kB
Progress (1): 200/563 kB
Progress (1): 204/563 kB
Progress (1): 208/563 kB
Progress (1): 212/563 kB
Progress (1): 217/563 kB
Progress (1): 221/563 kB
Progress (1): 225/563 kB
Progress (1): 229/563 kB
Progress (1): 233/563 kB
Progress (1): 237/563 kB
Progress (1): 241/563 kB
Progress (2): 241/563 kB | 4.1/30 kB
Progress (2): 245/563 kB | 4.1/30 kB
Progress (2): 245/563 kB | 7.7/30 kB
Progress (2): 245/563 kB | 12/30 kB 
Progress (2): 245/563 kB | 16/30 kB
Progress (2): 245/563 kB | 20/30 kB
Progress (2): 249/563 kB | 20/30 kB
Progress (2): 249/563 kB | 24/30 kB
Progress (2): 253/563 kB | 24/30 kB
Progress (2): 253/563 kB | 28/30 kB
Progress (2): 258/563 kB | 28/30 kB
Progress (2): 258/563 kB | 30 kB   
Progress (2): 262/563 kB | 30 kB
Progress (2): 266/563 kB | 30 kB
Progress (2): 270/563 kB | 30 kB
Progress (2): 274/563 kB | 30 kB
Progress (2): 278/563 kB | 30 kB
Progress (2): 282/563 kB | 30 kB
Progress (2): 286/563 kB | 30 kB
Progress (2): 290/563 kB | 30 kB
Progress (2): 294/563 kB | 30 kB
Progress (2): 298/563 kB | 30 kB
Progress (2): 303/563 kB | 30 kB
Progress (2): 307/563 kB | 30 kB
Progress (2): 311/563 kB | 30 kB
Progress (2): 315/563 kB | 30 kB
Progress (2): 319/563 kB | 30 kB
Progress (2): 323/563 kB | 30 kB
Progress (2): 327/563 kB | 30 kB
Progress (2): 331/563 kB | 30 kB
Progress (2): 335/563 kB | 30 kB
Progress (2): 339/563 kB | 30 kB
Progress (2): 344/563 kB | 30 kB
Progress (3): 344/563 kB | 30 kB | 4.1/52 kB
Progress (3): 344/563 kB | 30 kB | 7.7/52 kB
Progress (3): 348/563 kB | 30 kB | 7.7/52 kB
Progress (3): 348/563 kB | 30 kB | 12/52 kB 
Progress (3): 352/563 kB | 30 kB | 12/52 kB
Progress (3): 352/563 kB | 30 kB | 16/52 kB
Progress (3): 356/563 kB | 30 kB | 16/52 kB
Progress (3): 360/563 kB | 30 kB | 16/52 kB
Progress (3): 360/563 kB | 30 kB | 20/52 kB
Progress (3): 360/563 kB | 30 kB | 24/52 kB
Progress (3): 360/563 kB | 30 kB | 28/52 kB
Progress (3): 364/563 kB | 30 kB | 28/52 kB
Progress (3): 364/563 kB | 30 kB | 32/52 kB
Progress (3): 368/563 kB | 30 kB | 32/52 kB
Progress (4): 368/563 kB | 30 kB | 32/52 kB | 4.1/164 kB
Progress (4): 372/563 kB | 30 kB | 32/52 kB | 4.1/164 kB
Progress (4): 372/563 kB | 30 kB | 32/52 kB | 7.7/164 kB
Progress (4): 376/563 kB | 30 kB | 32/52 kB | 7.7/164 kB
Progress (4): 376/563 kB | 30 kB | 36/52 kB | 7.7/164 kB
Progress (4): 376/563 kB | 30 kB | 36/52 kB | 12/164 kB 
Progress (4): 376/563 kB | 30 kB | 40/52 kB | 12/164 kB
Progress (4): 376/563 kB | 30 kB | 40/52 kB | 16/164 kB
Progress (4): 376/563 kB | 30 kB | 45/52 kB | 16/164 kB
Progress (4): 380/563 kB | 30 kB | 45/52 kB | 16/164 kB
Progress (4): 380/563 kB | 30 kB | 49/52 kB | 16/164 kB
Progress (4): 384/563 kB | 30 kB | 49/52 kB | 16/164 kB
Progress (4): 384/563 kB | 30 kB | 52 kB | 16/164 kB   
Progress (4): 389/563 kB | 30 kB | 52 kB | 16/164 kB
Progress (4): 389/563 kB | 30 kB | 52 kB | 20/164 kB
Progress (4): 393/563 kB | 30 kB | 52 kB | 20/164 kB
Progress (4): 393/563 kB | 30 kB | 52 kB | 24/164 kB
Progress (4): 393/563 kB | 30 kB | 52 kB | 28/164 kB
Progress (4): 393/563 kB | 30 kB | 52 kB | 32/164 kB
Progress (4): 397/563 kB | 30 kB | 52 kB | 32/164 kB
Progress (4): 401/563 kB | 30 kB | 52 kB | 32/164 kB
Progress (4): 405/563 kB | 30 kB | 52 kB | 32/164 kB
Progress (4): 405/563 kB | 30 kB | 52 kB | 36/164 kB
Progress (4): 409/563 kB | 30 kB | 52 kB | 36/164 kB
Progress (4): 409/563 kB | 30 kB | 52 kB | 40/164 kB
Progress (4): 409/563 kB | 30 kB | 52 kB | 45/164 kB
Progress (4): 409/563 kB | 30 kB | 52 kB | 49/164 kB
Progress (4): 413/563 kB | 30 kB | 52 kB | 49/164 kB
Progress (4): 417/563 kB | 30 kB | 52 kB | 49/164 kB
Progress (4): 417/563 kB | 30 kB | 52 kB | 53/164 kB
Progress (4): 421/563 kB | 30 kB | 52 kB | 53/164 kB
Progress (4): 421/563 kB | 30 kB | 52 kB | 57/164 kB
Progress (4): 425/563 kB | 30 kB | 52 kB | 57/164 kB
Progress (4): 425/563 kB | 30 kB | 52 kB | 61/164 kB
Progress (4): 425/563 kB | 30 kB | 52 kB | 65/164 kB
Progress (4): 430/563 kB | 30 kB | 52 kB | 65/164 kB
Progress (4): 430/563 kB | 30 kB | 52 kB | 69/164 kB
Progress (4): 434/563 kB | 30 kB | 52 kB | 69/164 kB
Progress (4): 434/563 kB | 30 kB | 52 kB | 73/164 kB
Progress (4): 438/563 kB | 30 kB | 52 kB | 73/164 kB
Progress (4): 438/563 kB | 30 kB | 52 kB | 77/164 kB
Progress (4): 442/563 kB | 30 kB | 52 kB | 77/164 kB
Progress (4): 442/563 kB | 30 kB | 52 kB | 81/164 kB
Progress (4): 442/563 kB | 30 kB | 52 kB | 85/164 kB
Progress (4): 446/563 kB | 30 kB | 52 kB | 85/164 kB
Progress (4): 446/563 kB | 30 kB | 52 kB | 90/164 kB
Progress (4): 450/563 kB | 30 kB | 52 kB | 90/164 kB
Progress (4): 450/563 kB | 30 kB | 52 kB | 94/164 kB
Progress (4): 454/563 kB | 30 kB | 52 kB | 94/164 kB
Progress (4): 454/563 kB | 30 kB | 52 kB | 98/164 kB
Progress (4): 458/563 kB | 30 kB | 52 kB | 98/164 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 590 kB/s)
08:30:24 Progress (3): 458/563 kB | 52 kB | 102/164 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
08:30:24 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 1.0 MB/s)
08:30:24 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
08:30:25 Progress (2): 458/563 kB | 106/164 kB
Progress (2): 462/563 kB | 106/164 kB
Progress (2): 462/563 kB | 110/164 kB
Progress (3): 462/563 kB | 110/164 kB | 4.1/41 kB
Progress (3): 462/563 kB | 114/164 kB | 4.1/41 kB
Progress (3): 466/563 kB | 114/164 kB | 4.1/41 kB
Progress (4): 466/563 kB | 114/164 kB | 4.1/41 kB | 4.1/159 kB
Progress (4): 471/563 kB | 114/164 kB | 4.1/41 kB | 4.1/159 kB
Progress (4): 471/563 kB | 114/164 kB | 7.7/41 kB | 4.1/159 kB
Progress (4): 471/563 kB | 118/164 kB | 7.7/41 kB | 4.1/159 kB
Progress (4): 475/563 kB | 118/164 kB | 7.7/41 kB | 4.1/159 kB
Progress (4): 475/563 kB | 118/164 kB | 7.7/41 kB | 7.7/159 kB
Progress (4): 475/563 kB | 122/164 kB | 7.7/41 kB | 7.7/159 kB
Progress (4): 475/563 kB | 122/164 kB | 12/41 kB | 7.7/159 kB 
Progress (4): 475/563 kB | 126/164 kB | 12/41 kB | 7.7/159 kB
Progress (4): 475/563 kB | 126/164 kB | 12/41 kB | 12/159 kB 
Progress (4): 479/563 kB | 126/164 kB | 12/41 kB | 12/159 kB
Progress (4): 479/563 kB | 131/164 kB | 12/41 kB | 12/159 kB
Progress (4): 479/563 kB | 131/164 kB | 16/41 kB | 12/159 kB
Progress (4): 483/563 kB | 131/164 kB | 16/41 kB | 12/159 kB
Progress (4): 483/563 kB | 131/164 kB | 16/41 kB | 16/159 kB
Progress (4): 487/563 kB | 131/164 kB | 16/41 kB | 16/159 kB
Progress (4): 487/563 kB | 135/164 kB | 16/41 kB | 16/159 kB
Progress (4): 491/563 kB | 135/164 kB | 16/41 kB | 16/159 kB
Progress (4): 491/563 kB | 139/164 kB | 16/41 kB | 16/159 kB
Progress (4): 491/563 kB | 139/164 kB | 16/41 kB | 20/159 kB
Progress (4): 491/563 kB | 139/164 kB | 20/41 kB | 20/159 kB
Progress (4): 491/563 kB | 139/164 kB | 20/41 kB | 24/159 kB
Progress (4): 491/563 kB | 143/164 kB | 20/41 kB | 24/159 kB
Progress (4): 491/563 kB | 143/164 kB | 20/41 kB | 28/159 kB
Progress (4): 491/563 kB | 143/164 kB | 24/41 kB | 28/159 kB
Progress (4): 491/563 kB | 143/164 kB | 24/41 kB | 32/159 kB
Progress (4): 491/563 kB | 147/164 kB | 24/41 kB | 32/159 kB
Progress (4): 495/563 kB | 147/164 kB | 24/41 kB | 32/159 kB
Progress (4): 495/563 kB | 147/164 kB | 28/41 kB | 32/159 kB
Progress (4): 499/563 kB | 147/164 kB | 28/41 kB | 32/159 kB
Progress (4): 499/563 kB | 147/164 kB | 32/41 kB | 32/159 kB
Progress (4): 499/563 kB | 147/164 kB | 32/41 kB | 36/159 kB
Progress (4): 503/563 kB | 147/164 kB | 32/41 kB | 36/159 kB
Progress (4): 503/563 kB | 151/164 kB | 32/41 kB | 36/159 kB
Progress (4): 507/563 kB | 151/164 kB | 32/41 kB | 36/159 kB
Progress (4): 507/563 kB | 151/164 kB | 32/41 kB | 40/159 kB
Progress (4): 507/563 kB | 151/164 kB | 36/41 kB | 40/159 kB
Progress (4): 507/563 kB | 155/164 kB | 36/41 kB | 40/159 kB
Progress (4): 507/563 kB | 155/164 kB | 40/41 kB | 40/159 kB
Progress (4): 507/563 kB | 155/164 kB | 40/41 kB | 45/159 kB
Progress (4): 511/563 kB | 155/164 kB | 40/41 kB | 45/159 kB
Progress (4): 511/563 kB | 155/164 kB | 41 kB | 45/159 kB   
Progress (4): 511/563 kB | 159/164 kB | 41 kB | 45/159 kB
Progress (4): 516/563 kB | 159/164 kB | 41 kB | 45/159 kB
Progress (4): 516/563 kB | 159/164 kB | 41 kB | 49/159 kB
Progress (4): 520/563 kB | 159/164 kB | 41 kB | 49/159 kB
Progress (4): 520/563 kB | 163/164 kB | 41 kB | 49/159 kB
Progress (4): 524/563 kB | 163/164 kB | 41 kB | 49/159 kB
Progress (4): 524/563 kB | 164 kB | 41 kB | 49/159 kB    
Progress (4): 524/563 kB | 164 kB | 41 kB | 53/159 kB
Progress (4): 524/563 kB | 164 kB | 41 kB | 57/159 kB
Progress (4): 524/563 kB | 164 kB | 41 kB | 61/159 kB
Progress (4): 528/563 kB | 164 kB | 41 kB | 61/159 kB
Progress (4): 528/563 kB | 164 kB | 41 kB | 65/159 kB
Progress (4): 532/563 kB | 164 kB | 41 kB | 65/159 kB
Progress (4): 536/563 kB | 164 kB | 41 kB | 65/159 kB
Progress (4): 540/563 kB | 164 kB | 41 kB | 65/159 kB
Progress (4): 540/563 kB | 164 kB | 41 kB | 69/159 kB
Progress (4): 540/563 kB | 164 kB | 41 kB | 73/159 kB
Progress (4): 540/563 kB | 164 kB | 41 kB | 77/159 kB
Progress (4): 540/563 kB | 164 kB | 41 kB | 81/159 kB
Progress (4): 544/563 kB | 164 kB | 41 kB | 81/159 kB
Progress (4): 548/563 kB | 164 kB | 41 kB | 81/159 kB
Progress (4): 552/563 kB | 164 kB | 41 kB | 81/159 kB
Progress (4): 552/563 kB | 164 kB | 41 kB | 85/159 kB
Progress (4): 557/563 kB | 164 kB | 41 kB | 85/159 kB
Progress (4): 557/563 kB | 164 kB | 41 kB | 90/159 kB
Progress (4): 557/563 kB | 164 kB | 41 kB | 94/159 kB
Progress (4): 561/563 kB | 164 kB | 41 kB | 94/159 kB
Progress (4): 561/563 kB | 164 kB | 41 kB | 98/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 98/159 kB    
Progress (4): 563 kB | 164 kB | 41 kB | 102/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 106/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 110/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 114/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 118/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 122/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 126/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 131/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 135/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 139/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 143/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 147/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 151/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 155/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 159/159 kB
Progress (4): 563 kB | 164 kB | 41 kB | 159 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 511 kB/s)
08:30:25 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
08:30:25 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 1.8 MB/s)
08:30:25 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
08:30:25 Progress (3): 563 kB | 164 kB | 4.1/60 kB
Progress (3): 563 kB | 164 kB | 7.7/60 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 5.9 MB/s)
08:30:25 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 1.7 MB/s)
08:30:25 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
08:30:25 Progress (1): 12/60 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
08:30:25 Progress (1): 16/60 kB
Progress (1): 20/60 kB
Progress (1): 24/60 kB
Progress (1): 28/60 kB
Progress (1): 32/60 kB
Progress (1): 36/60 kB
Progress (1): 40/60 kB
Progress (1): 45/60 kB
Progress (2): 45/60 kB | 4.1/134 kB
Progress (2): 49/60 kB | 4.1/134 kB
Progress (2): 49/60 kB | 7.7/134 kB
Progress (2): 49/60 kB | 12/134 kB 
Progress (2): 49/60 kB | 16/134 kB
Progress (2): 53/60 kB | 16/134 kB
Progress (2): 57/60 kB | 16/134 kB
Progress (2): 60 kB | 16/134 kB   
Progress (2): 60 kB | 20/134 kB
Progress (2): 60 kB | 24/134 kB
Progress (2): 60 kB | 28/134 kB
Progress (2): 60 kB | 32/134 kB
Progress (2): 60 kB | 36/134 kB
Progress (2): 60 kB | 40/134 kB
Progress (2): 60 kB | 45/134 kB
Progress (2): 60 kB | 49/134 kB
Progress (2): 60 kB | 53/134 kB
Progress (2): 60 kB | 57/134 kB
Progress (2): 60 kB | 61/134 kB
Progress (2): 60 kB | 65/134 kB
Progress (2): 60 kB | 69/134 kB
Progress (2): 60 kB | 73/134 kB
Progress (2): 60 kB | 77/134 kB
Progress (2): 60 kB | 81/134 kB
Progress (3): 60 kB | 81/134 kB | 4.1/18 kB
Progress (3): 60 kB | 81/134 kB | 7.7/18 kB
Progress (3): 60 kB | 85/134 kB | 7.7/18 kB
Progress (3): 60 kB | 85/134 kB | 12/18 kB 
Progress (3): 60 kB | 90/134 kB | 12/18 kB
Progress (3): 60 kB | 90/134 kB | 16/18 kB
Progress (3): 60 kB | 94/134 kB | 16/18 kB
Progress (3): 60 kB | 94/134 kB | 18 kB   
Progress (3): 60 kB | 98/134 kB | 18 kB
Progress (3): 60 kB | 102/134 kB | 18 kB
Progress (3): 60 kB | 106/134 kB | 18 kB
Progress (3): 60 kB | 110/134 kB | 18 kB
Progress (3): 60 kB | 114/134 kB | 18 kB
Progress (3): 60 kB | 118/134 kB | 18 kB
Progress (3): 60 kB | 122/134 kB | 18 kB
Progress (3): 60 kB | 126/134 kB | 18 kB
Progress (3): 60 kB | 131/134 kB | 18 kB
Progress (4): 60 kB | 131/134 kB | 18 kB | 4.1/145 kB
Progress (4): 60 kB | 134 kB | 18 kB | 4.1/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 561 kB/s)
08:30:25 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
08:30:25 Progress (3): 134 kB | 18 kB | 7.7/145 kB
Progress (3): 134 kB | 18 kB | 12/145 kB 
Progress (3): 134 kB | 18 kB | 16/145 kB
Progress (3): 134 kB | 18 kB | 20/145 kB
Progress (3): 134 kB | 18 kB | 24/145 kB
Progress (3): 134 kB | 18 kB | 28/145 kB
Progress (3): 134 kB | 18 kB | 32/145 kB
Progress (3): 134 kB | 18 kB | 36/145 kB
Progress (3): 134 kB | 18 kB | 40/145 kB
Progress (3): 134 kB | 18 kB | 45/145 kB
Progress (3): 134 kB | 18 kB | 49/145 kB
Progress (3): 134 kB | 18 kB | 53/145 kB
Progress (3): 134 kB | 18 kB | 57/145 kB
Progress (3): 134 kB | 18 kB | 61/145 kB
Progress (3): 134 kB | 18 kB | 65/145 kB
Progress (3): 134 kB | 18 kB | 69/145 kB
Progress (3): 134 kB | 18 kB | 73/145 kB
Progress (3): 134 kB | 18 kB | 77/145 kB
Progress (3): 134 kB | 18 kB | 81/145 kB
Progress (3): 134 kB | 18 kB | 85/145 kB
Progress (3): 134 kB | 18 kB | 90/145 kB
Progress (3): 134 kB | 18 kB | 94/145 kB
Progress (3): 134 kB | 18 kB | 98/145 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 1.2 MB/s)
08:30:25 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
08:30:25 Progress (2): 18 kB | 102/145 kB
Progress (2): 18 kB | 106/145 kB
Progress (2): 18 kB | 110/145 kB
Progress (2): 18 kB | 114/145 kB
Progress (2): 18 kB | 118/145 kB
Progress (2): 18 kB | 122/145 kB
Progress (2): 18 kB | 126/145 kB
Progress (2): 18 kB | 131/145 kB
Progress (2): 18 kB | 135/145 kB
Progress (2): 18 kB | 139/145 kB
Progress (2): 18 kB | 143/145 kB
Progress (2): 18 kB | 145 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 149 kB/s)
08:30:25 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
08:30:25 Progress (2): 145 kB | 4.1/202 kB
Progress (2): 145 kB | 7.7/202 kB
Progress (2): 145 kB | 12/202 kB 
Progress (2): 145 kB | 16/202 kB
Progress (2): 145 kB | 20/202 kB
Progress (2): 145 kB | 24/202 kB
Progress (2): 145 kB | 28/202 kB
Progress (2): 145 kB | 32/202 kB
Progress (2): 145 kB | 36/202 kB
Progress (2): 145 kB | 40/202 kB
Progress (3): 145 kB | 40/202 kB | 4.1/134 kB
Progress (3): 145 kB | 45/202 kB | 4.1/134 kB
Progress (3): 145 kB | 45/202 kB | 7.7/134 kB
Progress (3): 145 kB | 49/202 kB | 7.7/134 kB
Progress (3): 145 kB | 49/202 kB | 12/134 kB 
Progress (3): 145 kB | 49/202 kB | 16/134 kB
Progress (3): 145 kB | 53/202 kB | 16/134 kB
Progress (3): 145 kB | 57/202 kB | 16/134 kB
Progress (3): 145 kB | 57/202 kB | 20/134 kB
Progress (3): 145 kB | 61/202 kB | 20/134 kB
Progress (3): 145 kB | 61/202 kB | 24/134 kB
Progress (4): 145 kB | 61/202 kB | 24/134 kB | 4.1/45 kB
Progress (4): 145 kB | 61/202 kB | 28/134 kB | 4.1/45 kB
Progress (4): 145 kB | 65/202 kB | 28/134 kB | 4.1/45 kB
Progress (4): 145 kB | 65/202 kB | 32/134 kB | 4.1/45 kB
Progress (4): 145 kB | 65/202 kB | 32/134 kB | 7.7/45 kB
Progress (4): 145 kB | 65/202 kB | 32/134 kB | 12/45 kB 
Progress (4): 145 kB | 65/202 kB | 32/134 kB | 16/45 kB
Progress (4): 145 kB | 69/202 kB | 32/134 kB | 16/45 kB
Progress (4): 145 kB | 69/202 kB | 36/134 kB | 16/45 kB
Progress (4): 145 kB | 73/202 kB | 36/134 kB | 16/45 kB
Progress (4): 145 kB | 73/202 kB | 40/134 kB | 16/45 kB
Progress (4): 145 kB | 77/202 kB | 40/134 kB | 16/45 kB
Progress (4): 145 kB | 77/202 kB | 45/134 kB | 16/45 kB
Progress (4): 145 kB | 77/202 kB | 45/134 kB | 20/45 kB
Progress (4): 145 kB | 81/202 kB | 45/134 kB | 20/45 kB
Progress (4): 145 kB | 81/202 kB | 45/134 kB | 24/45 kB
Progress (4): 145 kB | 81/202 kB | 49/134 kB | 24/45 kB
Progress (4): 145 kB | 81/202 kB | 49/134 kB | 28/45 kB
Progress (4): 145 kB | 81/202 kB | 49/134 kB | 32/45 kB
Progress (4): 145 kB | 85/202 kB | 49/134 kB | 32/45 kB
Progress (4): 145 kB | 90/202 kB | 49/134 kB | 32/45 kB
Progress (4): 145 kB | 90/202 kB | 53/134 kB | 32/45 kB
Progress (4): 145 kB | 94/202 kB | 53/134 kB | 32/45 kB
Progress (4): 145 kB | 94/202 kB | 57/134 kB | 32/45 kB
Progress (4): 145 kB | 94/202 kB | 57/134 kB | 36/45 kB
Progress (4): 145 kB | 94/202 kB | 61/134 kB | 36/45 kB
Progress (4): 145 kB | 98/202 kB | 61/134 kB | 36/45 kB
Progress (4): 145 kB | 98/202 kB | 65/134 kB | 36/45 kB
Progress (4): 145 kB | 98/202 kB | 65/134 kB | 40/45 kB
Progress (4): 145 kB | 98/202 kB | 65/134 kB | 45/45 kB
Progress (4): 145 kB | 98/202 kB | 65/134 kB | 45 kB   
Progress (4): 145 kB | 102/202 kB | 65/134 kB | 45 kB
Progress (4): 145 kB | 106/202 kB | 65/134 kB | 45 kB
Progress (4): 145 kB | 106/202 kB | 69/134 kB | 45 kB
Progress (4): 145 kB | 110/202 kB | 69/134 kB | 45 kB
Progress (4): 145 kB | 110/202 kB | 73/134 kB | 45 kB
Progress (4): 145 kB | 114/202 kB | 73/134 kB | 45 kB
Progress (4): 145 kB | 114/202 kB | 77/134 kB | 45 kB
Progress (4): 145 kB | 114/202 kB | 81/134 kB | 45 kB
Progress (4): 145 kB | 118/202 kB | 81/134 kB | 45 kB
Progress (4): 145 kB | 122/202 kB | 81/134 kB | 45 kB
Progress (4): 145 kB | 122/202 kB | 85/134 kB | 45 kB
Progress (4): 145 kB | 126/202 kB | 85/134 kB | 45 kB
Progress (4): 145 kB | 126/202 kB | 90/134 kB | 45 kB
Progress (4): 145 kB | 131/202 kB | 90/134 kB | 45 kB
Progress (4): 145 kB | 131/202 kB | 94/134 kB | 45 kB
Progress (4): 145 kB | 131/202 kB | 98/134 kB | 45 kB
Progress (4): 145 kB | 135/202 kB | 98/134 kB | 45 kB
Progress (4): 145 kB | 139/202 kB | 98/134 kB | 45 kB
Progress (4): 145 kB | 139/202 kB | 102/134 kB | 45 kB
Progress (4): 145 kB | 143/202 kB | 102/134 kB | 45 kB
Progress (4): 145 kB | 143/202 kB | 106/134 kB | 45 kB
Progress (4): 145 kB | 147/202 kB | 106/134 kB | 45 kB
Progress (4): 145 kB | 147/202 kB | 110/134 kB | 45 kB
Progress (4): 145 kB | 147/202 kB | 114/134 kB | 45 kB
Progress (4): 145 kB | 151/202 kB | 114/134 kB | 45 kB
Progress (4): 145 kB | 155/202 kB | 114/134 kB | 45 kB
Progress (4): 145 kB | 155/202 kB | 118/134 kB | 45 kB
Progress (4): 145 kB | 159/202 kB | 118/134 kB | 45 kB
Progress (4): 145 kB | 159/202 kB | 122/134 kB | 45 kB
Progress (5): 145 kB | 159/202 kB | 122/134 kB | 45 kB | 4.1/5.8 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 271 kB/s)
08:30:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
08:30:25 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 873 kB/s)
08:30:25 Progress (3): 163/202 kB | 122/134 kB | 4.1/5.8 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
08:30:25 Progress (3): 163/202 kB | 122/134 kB | 5.8 kB
Progress (3): 163/202 kB | 126/134 kB | 5.8 kB
Progress (3): 167/202 kB | 126/134 kB | 5.8 kB
Progress (3): 167/202 kB | 131/134 kB | 5.8 kB
Progress (3): 171/202 kB | 131/134 kB | 5.8 kB
Progress (3): 176/202 kB | 131/134 kB | 5.8 kB
Progress (3): 176/202 kB | 134 kB | 5.8 kB    
Progress (3): 180/202 kB | 134 kB | 5.8 kB
Progress (3): 184/202 kB | 134 kB | 5.8 kB
Progress (3): 188/202 kB | 134 kB | 5.8 kB
Progress (3): 192/202 kB | 134 kB | 5.8 kB
Progress (3): 196/202 kB | 134 kB | 5.8 kB
Progress (3): 200/202 kB | 134 kB | 5.8 kB
Progress (4): 200/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 202 kB | 134 kB | 5.8 kB | 2.5 kB    
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 15 kB/s)
08:30:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
08:30:25 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 740 kB/s)
08:30:25 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
08:30:25 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 1.1 MB/s)
08:30:25 Progress (2): 5.8 kB | 4.1/4.5 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
08:30:25 Progress (2): 5.8 kB | 4.5 kB
Progress (3): 5.8 kB | 4.5 kB | 4.1/44 kB
Progress (3): 5.8 kB | 4.5 kB | 7.7/44 kB
Progress (4): 5.8 kB | 4.5 kB | 7.7/44 kB | 4.1/357 kB
Progress (4): 5.8 kB | 4.5 kB | 12/44 kB | 4.1/357 kB 
Progress (4): 5.8 kB | 4.5 kB | 12/44 kB | 7.7/357 kB
Progress (4): 5.8 kB | 4.5 kB | 16/44 kB | 7.7/357 kB
Progress (4): 5.8 kB | 4.5 kB | 16/44 kB | 12/357 kB 
Progress (4): 5.8 kB | 4.5 kB | 16/44 kB | 16/357 kB
Progress (4): 5.8 kB | 4.5 kB | 20/44 kB | 16/357 kB
Progress (4): 5.8 kB | 4.5 kB | 24/44 kB | 16/357 kB
Progress (4): 5.8 kB | 4.5 kB | 28/44 kB | 16/357 kB
Progress (4): 5.8 kB | 4.5 kB | 28/44 kB | 20/357 kB
Progress (4): 5.8 kB | 4.5 kB | 32/44 kB | 20/357 kB
Progress (4): 5.8 kB | 4.5 kB | 32/44 kB | 24/357 kB
Progress (4): 5.8 kB | 4.5 kB | 32/44 kB | 28/357 kB
Progress (4): 5.8 kB | 4.5 kB | 32/44 kB | 32/357 kB
Progress (4): 5.8 kB | 4.5 kB | 36/44 kB | 32/357 kB
Progress (4): 5.8 kB | 4.5 kB | 40/44 kB | 32/357 kB
Progress (4): 5.8 kB | 4.5 kB | 44 kB | 32/357 kB   
Progress (4): 5.8 kB | 4.5 kB | 44 kB | 36/357 kB
Progress (4): 5.8 kB | 4.5 kB | 44 kB | 40/357 kB
Progress (4): 5.8 kB | 4.5 kB | 44 kB | 45/357 kB
Progress (4): 5.8 kB | 4.5 kB | 44 kB | 49/357 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 232 kB/s)
08:30:25 Progress (3): 5.8 kB | 4.5 kB | 53/357 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
08:30:25 Progress (3): 5.8 kB | 4.5 kB | 57/357 kB
Progress (3): 5.8 kB | 4.5 kB | 61/357 kB
Progress (3): 5.8 kB | 4.5 kB | 65/357 kB
Progress (3): 5.8 kB | 4.5 kB | 69/357 kB
Progress (3): 5.8 kB | 4.5 kB | 73/357 kB
Progress (3): 5.8 kB | 4.5 kB | 77/357 kB
Progress (3): 5.8 kB | 4.5 kB | 81/357 kB
Progress (3): 5.8 kB | 4.5 kB | 85/357 kB
Progress (3): 5.8 kB | 4.5 kB | 90/357 kB
Progress (3): 5.8 kB | 4.5 kB | 94/357 kB
Progress (3): 5.8 kB | 4.5 kB | 98/357 kB
Progress (3): 5.8 kB | 4.5 kB | 102/357 kB
Progress (3): 5.8 kB | 4.5 kB | 106/357 kB
Progress (3): 5.8 kB | 4.5 kB | 110/357 kB
Progress (3): 5.8 kB | 4.5 kB | 114/357 kB
Progress (3): 5.8 kB | 4.5 kB | 118/357 kB
Progress (3): 5.8 kB | 4.5 kB | 122/357 kB
Progress (3): 5.8 kB | 4.5 kB | 126/357 kB
Progress (3): 5.8 kB | 4.5 kB | 131/357 kB
Progress (3): 5.8 kB | 4.5 kB | 135/357 kB
Progress (3): 5.8 kB | 4.5 kB | 139/357 kB
Progress (3): 5.8 kB | 4.5 kB | 143/357 kB
Progress (3): 5.8 kB | 4.5 kB | 147/357 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 30 kB/s)
08:30:25 Progress (2): 4.5 kB | 151/357 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
08:30:25 Progress (2): 4.5 kB | 155/357 kB
Progress (2): 4.5 kB | 159/357 kB
Progress (2): 4.5 kB | 163/357 kB
Progress (2): 4.5 kB | 167/357 kB
Progress (2): 4.5 kB | 171/357 kB
Progress (2): 4.5 kB | 176/357 kB
Progress (2): 4.5 kB | 180/357 kB
Progress (2): 4.5 kB | 184/357 kB
Progress (2): 4.5 kB | 188/357 kB
Progress (2): 4.5 kB | 192/357 kB
Progress (2): 4.5 kB | 196/357 kB
Progress (2): 4.5 kB | 200/357 kB
Progress (2): 4.5 kB | 204/357 kB
Progress (2): 4.5 kB | 208/357 kB
Progress (2): 4.5 kB | 212/357 kB
Progress (2): 4.5 kB | 217/357 kB
Progress (2): 4.5 kB | 221/357 kB
Progress (2): 4.5 kB | 225/357 kB
Progress (2): 4.5 kB | 229/357 kB
Progress (3): 4.5 kB | 229/357 kB | 4.1/202 kB
Progress (3): 4.5 kB | 233/357 kB | 4.1/202 kB
Progress (3): 4.5 kB | 233/357 kB | 7.7/202 kB
Progress (3): 4.5 kB | 237/357 kB | 7.7/202 kB
Progress (3): 4.5 kB | 237/357 kB | 12/202 kB 
Progress (3): 4.5 kB | 241/357 kB | 12/202 kB
Progress (3): 4.5 kB | 241/357 kB | 16/202 kB
Progress (3): 4.5 kB | 245/357 kB | 16/202 kB
Progress (4): 4.5 kB | 245/357 kB | 16/202 kB | 4.1/61 kB
Progress (4): 4.5 kB | 249/357 kB | 16/202 kB | 4.1/61 kB
Progress (4): 4.5 kB | 249/357 kB | 20/202 kB | 4.1/61 kB
Progress (4): 4.5 kB | 253/357 kB | 20/202 kB | 4.1/61 kB
Progress (4): 4.5 kB | 253/357 kB | 20/202 kB | 7.7/61 kB
Progress (4): 4.5 kB | 258/357 kB | 20/202 kB | 7.7/61 kB
Progress (4): 4.5 kB | 258/357 kB | 24/202 kB | 7.7/61 kB
Progress (4): 4.5 kB | 262/357 kB | 24/202 kB | 7.7/61 kB
Progress (4): 4.5 kB | 262/357 kB | 24/202 kB | 12/61 kB 
Progress (4): 4.5 kB | 262/357 kB | 28/202 kB | 12/61 kB
Progress (4): 4.5 kB | 262/357 kB | 28/202 kB | 16/61 kB
Progress (4): 4.5 kB | 262/357 kB | 32/202 kB | 16/61 kB
Progress (4): 4.5 kB | 266/357 kB | 32/202 kB | 16/61 kB
Progress (4): 4.5 kB | 270/357 kB | 32/202 kB | 16/61 kB
Progress (4): 4.5 kB | 274/357 kB | 32/202 kB | 16/61 kB
Progress (4): 4.5 kB | 274/357 kB | 32/202 kB | 20/61 kB
Progress (4): 4.5 kB | 274/357 kB | 36/202 kB | 20/61 kB
Progress (4): 4.5 kB | 278/357 kB | 36/202 kB | 20/61 kB
Progress (4): 4.5 kB | 278/357 kB | 40/202 kB | 20/61 kB
Progress (4): 4.5 kB | 278/357 kB | 40/202 kB | 24/61 kB
Progress (4): 4.5 kB | 278/357 kB | 45/202 kB | 24/61 kB
Progress (4): 4.5 kB | 278/357 kB | 45/202 kB | 28/61 kB
Progress (4): 4.5 kB | 278/357 kB | 49/202 kB | 28/61 kB
Progress (4): 4.5 kB | 282/357 kB | 49/202 kB | 28/61 kB
Progress (4): 4.5 kB | 282/357 kB | 49/202 kB | 32/61 kB
Progress (4): 4.5 kB | 286/357 kB | 49/202 kB | 32/61 kB
Progress (4): 4.5 kB | 290/357 kB | 49/202 kB | 32/61 kB
Progress (4): 4.5 kB | 294/357 kB | 49/202 kB | 32/61 kB
Progress (4): 4.5 kB | 294/357 kB | 53/202 kB | 32/61 kB
Progress (4): 4.5 kB | 294/357 kB | 53/202 kB | 36/61 kB
Progress (4): 4.5 kB | 294/357 kB | 57/202 kB | 36/61 kB
Progress (4): 4.5 kB | 294/357 kB | 57/202 kB | 40/61 kB
Progress (4): 4.5 kB | 294/357 kB | 61/202 kB | 40/61 kB
Progress (4): 4.5 kB | 298/357 kB | 61/202 kB | 40/61 kB
Progress (4): 4.5 kB | 298/357 kB | 61/202 kB | 45/61 kB
Progress (4): 4.5 kB | 303/357 kB | 61/202 kB | 45/61 kB
Progress (4): 4.5 kB | 303/357 kB | 65/202 kB | 45/61 kB
Progress (4): 4.5 kB | 307/357 kB | 65/202 kB | 45/61 kB
Progress (4): 4.5 kB | 307/357 kB | 65/202 kB | 49/61 kB
Progress (4): 4.5 kB | 311/357 kB | 65/202 kB | 49/61 kB
Progress (4): 4.5 kB | 311/357 kB | 69/202 kB | 49/61 kB
Progress (4): 4.5 kB | 311/357 kB | 69/202 kB | 53/61 kB
Progress (4): 4.5 kB | 311/357 kB | 73/202 kB | 53/61 kB
Progress (4): 4.5 kB | 311/357 kB | 73/202 kB | 57/61 kB
Progress (4): 4.5 kB | 311/357 kB | 77/202 kB | 57/61 kB
Progress (4): 4.5 kB | 315/357 kB | 77/202 kB | 57/61 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 22 kB/s)
08:30:25 Progress (3): 315/357 kB | 77/202 kB | 61/61 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
08:30:25 Progress (3): 319/357 kB | 77/202 kB | 61/61 kB
Progress (3): 319/357 kB | 81/202 kB | 61/61 kB
Progress (3): 323/357 kB | 81/202 kB | 61/61 kB
Progress (3): 323/357 kB | 81/202 kB | 61 kB   
Progress (3): 327/357 kB | 81/202 kB | 61 kB
Progress (3): 327/357 kB | 85/202 kB | 61 kB
Progress (3): 327/357 kB | 90/202 kB | 61 kB
Progress (3): 327/357 kB | 94/202 kB | 61 kB
Progress (3): 331/357 kB | 94/202 kB | 61 kB
Progress (3): 331/357 kB | 98/202 kB | 61 kB
Progress (3): 335/357 kB | 98/202 kB | 61 kB
Progress (3): 339/357 kB | 98/202 kB | 61 kB
Progress (3): 344/357 kB | 98/202 kB | 61 kB
Progress (3): 344/357 kB | 102/202 kB | 61 kB
Progress (3): 344/357 kB | 106/202 kB | 61 kB
Progress (3): 344/357 kB | 110/202 kB | 61 kB
Progress (3): 348/357 kB | 110/202 kB | 61 kB
Progress (3): 348/357 kB | 114/202 kB | 61 kB
Progress (3): 352/357 kB | 114/202 kB | 61 kB
Progress (3): 356/357 kB | 114/202 kB | 61 kB
Progress (3): 357 kB | 114/202 kB | 61 kB    
Progress (3): 357 kB | 118/202 kB | 61 kB
Progress (3): 357 kB | 122/202 kB | 61 kB
Progress (3): 357 kB | 126/202 kB | 61 kB
Progress (3): 357 kB | 131/202 kB | 61 kB
Progress (3): 357 kB | 135/202 kB | 61 kB
Progress (3): 357 kB | 139/202 kB | 61 kB
Progress (3): 357 kB | 143/202 kB | 61 kB
Progress (3): 357 kB | 147/202 kB | 61 kB
Progress (3): 357 kB | 151/202 kB | 61 kB
Progress (3): 357 kB | 155/202 kB | 61 kB
Progress (3): 357 kB | 159/202 kB | 61 kB
Progress (3): 357 kB | 163/202 kB | 61 kB
Progress (3): 357 kB | 167/202 kB | 61 kB
Progress (3): 357 kB | 171/202 kB | 61 kB
Progress (3): 357 kB | 176/202 kB | 61 kB
Progress (3): 357 kB | 180/202 kB | 61 kB
Progress (3): 357 kB | 184/202 kB | 61 kB
Progress (3): 357 kB | 188/202 kB | 61 kB
Progress (3): 357 kB | 192/202 kB | 61 kB
Progress (3): 357 kB | 196/202 kB | 61 kB
Progress (3): 357 kB | 200/202 kB | 61 kB
Progress (3): 357 kB | 202 kB | 61 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 285 kB/s)
08:30:25 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
08:30:25 Progress (3): 357 kB | 202 kB | 4.1/231 kB
Progress (3): 357 kB | 202 kB | 7.7/231 kB
Progress (3): 357 kB | 202 kB | 12/231 kB 
Progress (3): 357 kB | 202 kB | 16/231 kB
Progress (3): 357 kB | 202 kB | 20/231 kB
Progress (3): 357 kB | 202 kB | 24/231 kB
Progress (3): 357 kB | 202 kB | 28/231 kB
Progress (3): 357 kB | 202 kB | 32/231 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.6 MB/s)
08:30:25 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
08:30:25 Progress (2): 202 kB | 36/231 kB
Progress (2): 202 kB | 40/231 kB
Progress (2): 202 kB | 45/231 kB
Progress (2): 202 kB | 49/231 kB
Progress (2): 202 kB | 53/231 kB
Progress (2): 202 kB | 57/231 kB
Progress (2): 202 kB | 61/231 kB
Progress (2): 202 kB | 65/231 kB
Progress (2): 202 kB | 69/231 kB
Progress (2): 202 kB | 73/231 kB
Progress (2): 202 kB | 77/231 kB
Progress (2): 202 kB | 81/231 kB
Progress (2): 202 kB | 85/231 kB
Progress (2): 202 kB | 90/231 kB
Progress (2): 202 kB | 94/231 kB
Progress (2): 202 kB | 98/231 kB
Progress (2): 202 kB | 102/231 kB
Progress (2): 202 kB | 106/231 kB
Progress (2): 202 kB | 110/231 kB
Progress (2): 202 kB | 114/231 kB
Progress (2): 202 kB | 118/231 kB
Progress (2): 202 kB | 122/231 kB
Progress (2): 202 kB | 126/231 kB
Progress (2): 202 kB | 131/231 kB
Progress (2): 202 kB | 135/231 kB
Progress (2): 202 kB | 139/231 kB
Progress (2): 202 kB | 143/231 kB
Progress (2): 202 kB | 147/231 kB
Progress (2): 202 kB | 151/231 kB
Progress (2): 202 kB | 155/231 kB
Progress (2): 202 kB | 159/231 kB
Progress (2): 202 kB | 163/231 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 875 kB/s)
08:30:25 Progress (1): 167/231 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar
08:30:25 Progress (1): 171/231 kB
Progress (2): 171/231 kB | 4.1/47 kB
Progress (2): 176/231 kB | 4.1/47 kB
Progress (2): 176/231 kB | 7.7/47 kB
Progress (2): 180/231 kB | 7.7/47 kB
Progress (2): 180/231 kB | 12/47 kB 
Progress (2): 180/231 kB | 16/47 kB
Progress (2): 180/231 kB | 20/47 kB
Progress (2): 184/231 kB | 20/47 kB
Progress (2): 184/231 kB | 24/47 kB
Progress (2): 188/231 kB | 24/47 kB
Progress (3): 188/231 kB | 24/47 kB | 4.1/56 kB
Progress (3): 188/231 kB | 28/47 kB | 4.1/56 kB
Progress (3): 188/231 kB | 28/47 kB | 7.7/56 kB
Progress (3): 192/231 kB | 28/47 kB | 7.7/56 kB
Progress (3): 192/231 kB | 28/47 kB | 12/56 kB 
Progress (3): 192/231 kB | 32/47 kB | 12/56 kB
Progress (3): 192/231 kB | 32/47 kB | 16/56 kB
Progress (3): 196/231 kB | 32/47 kB | 16/56 kB
Progress (3): 196/231 kB | 36/47 kB | 16/56 kB
Progress (3): 196/231 kB | 40/47 kB | 16/56 kB
Progress (3): 196/231 kB | 40/47 kB | 20/56 kB
Progress (3): 196/231 kB | 45/47 kB | 20/56 kB
Progress (3): 200/231 kB | 45/47 kB | 20/56 kB
Progress (3): 200/231 kB | 47 kB | 20/56 kB   
Progress (3): 200/231 kB | 47 kB | 24/56 kB
Progress (3): 204/231 kB | 47 kB | 24/56 kB
Progress (3): 204/231 kB | 47 kB | 28/56 kB
Progress (3): 208/231 kB | 47 kB | 28/56 kB
Progress (3): 208/231 kB | 47 kB | 32/56 kB
Progress (3): 212/231 kB | 47 kB | 32/56 kB
Progress (3): 212/231 kB | 47 kB | 36/56 kB
Progress (3): 217/231 kB | 47 kB | 36/56 kB
Progress (3): 217/231 kB | 47 kB | 40/56 kB
Progress (3): 221/231 kB | 47 kB | 40/56 kB
Progress (3): 221/231 kB | 47 kB | 45/56 kB
Progress (3): 225/231 kB | 47 kB | 45/56 kB
Progress (3): 225/231 kB | 47 kB | 49/56 kB
Progress (3): 229/231 kB | 47 kB | 49/56 kB
Progress (4): 229/231 kB | 47 kB | 49/56 kB | 4.1/50 kB
Progress (4): 231 kB | 47 kB | 49/56 kB | 4.1/50 kB    
Progress (4): 231 kB | 47 kB | 49/56 kB | 7.7/50 kB
Progress (4): 231 kB | 47 kB | 53/56 kB | 7.7/50 kB
Progress (4): 231 kB | 47 kB | 53/56 kB | 12/50 kB 
Progress (4): 231 kB | 47 kB | 56 kB | 12/50 kB   
Progress (4): 231 kB | 47 kB | 56 kB | 16/50 kB
Progress (4): 231 kB | 47 kB | 56 kB | 20/50 kB
Progress (4): 231 kB | 47 kB | 56 kB | 24/50 kB
Progress (4): 231 kB | 47 kB | 56 kB | 28/50 kB
Progress (4): 231 kB | 47 kB | 56 kB | 32/50 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 233 kB/s)
08:30:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar
08:30:25 Progress (3): 231 kB | 47 kB | 36/50 kB
Progress (3): 231 kB | 47 kB | 40/50 kB
Progress (3): 231 kB | 47 kB | 45/50 kB
Progress (3): 231 kB | 47 kB | 49/50 kB
Progress (3): 231 kB | 47 kB | 50 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 942 kB/s)
08:30:25 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
08:30:25 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 178 kB/s)
08:30:25 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
08:30:25 Progress (2): 50 kB | 0/2.4 MB
Progress (2): 50 kB | 0/2.4 MB
Progress (2): 50 kB | 0/2.4 MB
                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 187 kB/s)
08:30:25 Progress (1): 0.1/2.4 MB
                        
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
08:30:26 Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (2): 0.6/2.4 MB | 4.1/748 kB
Progress (2): 0.6/2.4 MB | 7.7/748 kB
Progress (2): 0.6/2.4 MB | 12/748 kB 
Progress (2): 0.6/2.4 MB | 16/748 kB
Progress (2): 0.6/2.4 MB | 20/748 kB
Progress (2): 0.6/2.4 MB | 24/748 kB
Progress (2): 0.6/2.4 MB | 28/748 kB
Progress (2): 0.6/2.4 MB | 32/748 kB
Progress (2): 0.6/2.4 MB | 36/748 kB
Progress (2): 0.6/2.4 MB | 40/748 kB
Progress (2): 0.6/2.4 MB | 45/748 kB
Progress (2): 0.6/2.4 MB | 49/748 kB
Progress (2): 0.6/2.4 MB | 53/748 kB
Progress (2): 0.6/2.4 MB | 57/748 kB
Progress (2): 0.6/2.4 MB | 61/748 kB
Progress (2): 0.6/2.4 MB | 65/748 kB
Progress (2): 0.6/2.4 MB | 69/748 kB
Progress (2): 0.6/2.4 MB | 73/748 kB
Progress (2): 0.6/2.4 MB | 77/748 kB
Progress (2): 0.6/2.4 MB | 81/748 kB
Progress (2): 0.6/2.4 MB | 85/748 kB
Progress (2): 0.6/2.4 MB | 90/748 kB
Progress (2): 0.6/2.4 MB | 94/748 kB
Progress (2): 0.6/2.4 MB | 98/748 kB
Progress (2): 0.6/2.4 MB | 102/748 kB
Progress (2): 0.6/2.4 MB | 106/748 kB
Progress (2): 0.6/2.4 MB | 110/748 kB
Progress (2): 0.6/2.4 MB | 114/748 kB
Progress (2): 0.6/2.4 MB | 118/748 kB
Progress (2): 0.6/2.4 MB | 122/748 kB
Progress (2): 0.6/2.4 MB | 126/748 kB
Progress (2): 0.6/2.4 MB | 131/748 kB
Progress (2): 0.6/2.4 MB | 135/748 kB
Progress (2): 0.6/2.4 MB | 139/748 kB
Progress (2): 0.6/2.4 MB | 143/748 kB
Progress (2): 0.6/2.4 MB | 147/748 kB
Progress (2): 0.6/2.4 MB | 151/748 kB
Progress (2): 0.6/2.4 MB | 155/748 kB
Progress (2): 0.6/2.4 MB | 159/748 kB
Progress (2): 0.6/2.4 MB | 163/748 kB
Progress (2): 0.6/2.4 MB | 167/748 kB
Progress (2): 0.6/2.4 MB | 171/748 kB
Progress (2): 0.6/2.4 MB | 176/748 kB
Progress (2): 0.6/2.4 MB | 180/748 kB
Progress (2): 0.6/2.4 MB | 184/748 kB
Progress (2): 0.6/2.4 MB | 188/748 kB
Progress (2): 0.6/2.4 MB | 192/748 kB
Progress (2): 0.6/2.4 MB | 196/748 kB
Progress (2): 0.6/2.4 MB | 200/748 kB
Progress (2): 0.6/2.4 MB | 204/748 kB
Progress (2): 0.6/2.4 MB | 208/748 kB
Progress (2): 0.6/2.4 MB | 212/748 kB
Progress (2): 0.6/2.4 MB | 217/748 kB
Progress (2): 0.6/2.4 MB | 221/748 kB
Progress (2): 0.6/2.4 MB | 225/748 kB
Progress (2): 0.6/2.4 MB | 229/748 kB
Progress (2): 0.6/2.4 MB | 233/748 kB
Progress (2): 0.6/2.4 MB | 237/748 kB
Progress (2): 0.6/2.4 MB | 241/748 kB
Progress (2): 0.6/2.4 MB | 245/748 kB
Progress (2): 0.6/2.4 MB | 249/748 kB
Progress (2): 0.6/2.4 MB | 253/748 kB
Progress (2): 0.6/2.4 MB | 258/748 kB
Progress (2): 0.6/2.4 MB | 262/748 kB
Progress (2): 0.6/2.4 MB | 266/748 kB
Progress (2): 0.6/2.4 MB | 270/748 kB
Progress (2): 0.6/2.4 MB | 274/748 kB
Progress (2): 0.6/2.4 MB | 278/748 kB
Progress (2): 0.6/2.4 MB | 282/748 kB
Progress (2): 0.6/2.4 MB | 286/748 kB
Progress (2): 0.6/2.4 MB | 290/748 kB
Progress (2): 0.6/2.4 MB | 294/748 kB
Progress (2): 0.6/2.4 MB | 298/748 kB
Progress (2): 0.6/2.4 MB | 303/748 kB
Progress (2): 0.6/2.4 MB | 307/748 kB
Progress (2): 0.6/2.4 MB | 311/748 kB
Progress (2): 0.6/2.4 MB | 315/748 kB
Progress (2): 0.6/2.4 MB | 319/748 kB
Progress (2): 0.6/2.4 MB | 323/748 kB
Progress (2): 0.6/2.4 MB | 327/748 kB
Progress (2): 0.6/2.4 MB | 331/748 kB
Progress (2): 0.6/2.4 MB | 335/748 kB
Progress (2): 0.6/2.4 MB | 339/748 kB
Progress (2): 0.6/2.4 MB | 344/748 kB
Progress (2): 0.6/2.4 MB | 348/748 kB
Progress (2): 0.6/2.4 MB | 352/748 kB
Progress (2): 0.6/2.4 MB | 356/748 kB
Progress (2): 0.6/2.4 MB | 360/748 kB
Progress (2): 0.6/2.4 MB | 364/748 kB
Progress (2): 0.6/2.4 MB | 368/748 kB
Progress (2): 0.6/2.4 MB | 372/748 kB
Progress (2): 0.6/2.4 MB | 376/748 kB
Progress (2): 0.6/2.4 MB | 380/748 kB
Progress (2): 0.6/2.4 MB | 384/748 kB
Progress (2): 0.6/2.4 MB | 389/748 kB
Progress (2): 0.6/2.4 MB | 393/748 kB
Progress (2): 0.6/2.4 MB | 397/748 kB
Progress (2): 0.6/2.4 MB | 401/748 kB
Progress (2): 0.6/2.4 MB | 405/748 kB
Progress (2): 0.6/2.4 MB | 409/748 kB
Progress (2): 0.6/2.4 MB | 413/748 kB
Progress (2): 0.6/2.4 MB | 417/748 kB
Progress (2): 0.6/2.4 MB | 421/748 kB
Progress (2): 0.6/2.4 MB | 425/748 kB
Progress (2): 0.6/2.4 MB | 430/748 kB
Progress (2): 0.6/2.4 MB | 434/748 kB
Progress (2): 0.6/2.4 MB | 438/748 kB
Progress (2): 0.6/2.4 MB | 442/748 kB
Progress (2): 0.6/2.4 MB | 446/748 kB
Progress (2): 0.6/2.4 MB | 450/748 kB
Progress (2): 0.6/2.4 MB | 454/748 kB
Progress (2): 0.6/2.4 MB | 458/748 kB
Progress (2): 0.6/2.4 MB | 462/748 kB
Progress (2): 0.6/2.4 MB | 466/748 kB
Progress (2): 0.6/2.4 MB | 471/748 kB
Progress (2): 0.6/2.4 MB | 475/748 kB
Progress (2): 0.6/2.4 MB | 479/748 kB
Progress (2): 0.6/2.4 MB | 483/748 kB
Progress (2): 0.6/2.4 MB | 487/748 kB
Progress (2): 0.6/2.4 MB | 491/748 kB
Progress (2): 0.6/2.4 MB | 495/748 kB
Progress (2): 0.6/2.4 MB | 499/748 kB
Progress (2): 0.6/2.4 MB | 503/748 kB
Progress (2): 0.6/2.4 MB | 507/748 kB
Progress (2): 0.6/2.4 MB | 511/748 kB
Progress (2): 0.6/2.4 MB | 516/748 kB
Progress (2): 0.6/2.4 MB | 520/748 kB
Progress (2): 0.6/2.4 MB | 524/748 kB
Progress (2): 0.6/2.4 MB | 528/748 kB
Progress (2): 0.6/2.4 MB | 532/748 kB
Progress (2): 0.6/2.4 MB | 536/748 kB
Progress (2): 0.6/2.4 MB | 540/748 kB
Progress (2): 0.6/2.4 MB | 544/748 kB
Progress (2): 0.6/2.4 MB | 548/748 kB
Progress (2): 0.6/2.4 MB | 552/748 kB
Progress (2): 0.6/2.4 MB | 557/748 kB
Progress (2): 0.6/2.4 MB | 561/748 kB
Progress (2): 0.6/2.4 MB | 565/748 kB
Progress (2): 0.6/2.4 MB | 569/748 kB
Progress (2): 0.6/2.4 MB | 573/748 kB
Progress (2): 0.6/2.4 MB | 577/748 kB
Progress (2): 0.6/2.4 MB | 581/748 kB
Progress (2): 0.6/2.4 MB | 585/748 kB
Progress (2): 0.6/2.4 MB | 589/748 kB
Progress (2): 0.6/2.4 MB | 593/748 kB
Progress (2): 0.6/2.4 MB | 597/748 kB
Progress (2): 0.6/2.4 MB | 602/748 kB
Progress (2): 0.6/2.4 MB | 606/748 kB
Progress (2): 0.6/2.4 MB | 610/748 kB
Progress (2): 0.6/2.4 MB | 614/748 kB
Progress (2): 0.6/2.4 MB | 618/748 kB
Progress (2): 0.6/2.4 MB | 622/748 kB
Progress (2): 0.6/2.4 MB | 626/748 kB
Progress (2): 0.6/2.4 MB | 630/748 kB
Progress (2): 0.6/2.4 MB | 634/748 kB
Progress (2): 0.6/2.4 MB | 638/748 kB
Progress (2): 0.6/2.4 MB | 643/748 kB
Progress (2): 0.6/2.4 MB | 647/748 kB
Progress (2): 0.6/2.4 MB | 651/748 kB
Progress (2): 0.6/2.4 MB | 655/748 kB
Progress (2): 0.6/2.4 MB | 659/748 kB
Progress (2): 0.6/2.4 MB | 663/748 kB
Progress (2): 0.6/2.4 MB | 667/748 kB
Progress (2): 0.6/2.4 MB | 671/748 kB
Progress (2): 0.6/2.4 MB | 675/748 kB
Progress (2): 0.6/2.4 MB | 679/748 kB
Progress (2): 0.6/2.4 MB | 683/748 kB
Progress (2): 0.6/2.4 MB | 688/748 kB
Progress (2): 0.6/2.4 MB | 692/748 kB
Progress (2): 0.6/2.4 MB | 696/748 kB
Progress (2): 0.6/2.4 MB | 700/748 kB
Progress (2): 0.6/2.4 MB | 704/748 kB
Progress (2): 0.6/2.4 MB | 708/748 kB
Progress (2): 0.6/2.4 MB | 712/748 kB
Progress (2): 0.6/2.4 MB | 716/748 kB
Progress (2): 0.6/2.4 MB | 720/748 kB
Progress (2): 0.6/2.4 MB | 724/748 kB
Progress (2): 0.6/2.4 MB | 729/748 kB
Progress (2): 0.6/2.4 MB | 733/748 kB
Progress (2): 0.6/2.4 MB | 737/748 kB
Progress (2): 0.6/2.4 MB | 741/748 kB
Progress (2): 0.6/2.4 MB | 745/748 kB
Progress (2): 0.6/2.4 MB | 748 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.jar (748 kB at 2.1 MB/s)
08:30:26 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
08:30:26 Progress (2): 0.6/2.4 MB | 4.1/264 kB
Progress (2): 0.6/2.4 MB | 7.7/264 kB
Progress (2): 0.6/2.4 MB | 12/264 kB 
Progress (2): 0.6/2.4 MB | 16/264 kB
Progress (2): 0.6/2.4 MB | 20/264 kB
Progress (2): 0.6/2.4 MB | 24/264 kB
Progress (2): 0.6/2.4 MB | 28/264 kB
Progress (2): 0.6/2.4 MB | 32/264 kB
Progress (2): 0.6/2.4 MB | 36/264 kB
Progress (2): 0.6/2.4 MB | 40/264 kB
Progress (2): 0.6/2.4 MB | 45/264 kB
Progress (2): 0.6/2.4 MB | 49/264 kB
Progress (2): 0.6/2.4 MB | 53/264 kB
Progress (2): 0.6/2.4 MB | 57/264 kB
Progress (2): 0.6/2.4 MB | 61/264 kB
Progress (2): 0.6/2.4 MB | 65/264 kB
Progress (2): 0.6/2.4 MB | 69/264 kB
Progress (2): 0.6/2.4 MB | 73/264 kB
Progress (2): 0.6/2.4 MB | 77/264 kB
Progress (2): 0.6/2.4 MB | 81/264 kB
Progress (2): 0.6/2.4 MB | 85/264 kB
Progress (2): 0.6/2.4 MB | 90/264 kB
Progress (2): 0.6/2.4 MB | 94/264 kB
Progress (2): 0.6/2.4 MB | 98/264 kB
Progress (2): 0.6/2.4 MB | 102/264 kB
Progress (2): 0.6/2.4 MB | 106/264 kB
Progress (2): 0.6/2.4 MB | 110/264 kB
Progress (2): 0.6/2.4 MB | 114/264 kB
Progress (2): 0.6/2.4 MB | 118/264 kB
Progress (2): 0.6/2.4 MB | 122/264 kB
Progress (2): 0.6/2.4 MB | 126/264 kB
Progress (2): 0.6/2.4 MB | 131/264 kB
Progress (2): 0.6/2.4 MB | 135/264 kB
Progress (2): 0.6/2.4 MB | 139/264 kB
Progress (2): 0.6/2.4 MB | 143/264 kB
Progress (2): 0.6/2.4 MB | 147/264 kB
Progress (2): 0.6/2.4 MB | 151/264 kB
Progress (2): 0.6/2.4 MB | 155/264 kB
Progress (2): 0.6/2.4 MB | 159/264 kB
Progress (2): 0.6/2.4 MB | 163/264 kB
Progress (2): 0.6/2.4 MB | 167/264 kB
Progress (2): 0.6/2.4 MB | 171/264 kB
Progress (2): 0.6/2.4 MB | 176/264 kB
Progress (2): 0.6/2.4 MB | 180/264 kB
Progress (2): 0.6/2.4 MB | 184/264 kB
Progress (2): 0.6/2.4 MB | 188/264 kB
Progress (2): 0.6/2.4 MB | 192/264 kB
Progress (2): 0.6/2.4 MB | 196/264 kB
Progress (2): 0.6/2.4 MB | 200/264 kB
Progress (2): 0.6/2.4 MB | 204/264 kB
Progress (2): 0.6/2.4 MB | 208/264 kB
Progress (2): 0.6/2.4 MB | 212/264 kB
Progress (2): 0.6/2.4 MB | 217/264 kB
Progress (2): 0.6/2.4 MB | 221/264 kB
Progress (2): 0.6/2.4 MB | 225/264 kB
Progress (2): 0.6/2.4 MB | 229/264 kB
Progress (2): 0.6/2.4 MB | 233/264 kB
Progress (2): 0.6/2.4 MB | 237/264 kB
Progress (2): 0.6/2.4 MB | 241/264 kB
Progress (2): 0.6/2.4 MB | 245/264 kB
Progress (2): 0.6/2.4 MB | 249/264 kB
Progress (2): 0.6/2.4 MB | 253/264 kB
Progress (2): 0.6/2.4 MB | 258/264 kB
Progress (2): 0.6/2.4 MB | 262/264 kB
Progress (2): 0.6/2.4 MB | 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 647 kB/s)
08:30:26 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
08:30:26 Progress (2): 0.6/2.4 MB | 4.1/41 kB
Progress (2): 0.6/2.4 MB | 7.7/41 kB
Progress (2): 0.6/2.4 MB | 12/41 kB 
Progress (2): 0.6/2.4 MB | 16/41 kB
Progress (2): 0.6/2.4 MB | 20/41 kB
Progress (2): 0.6/2.4 MB | 24/41 kB
Progress (2): 0.6/2.4 MB | 28/41 kB
Progress (2): 0.6/2.4 MB | 32/41 kB
Progress (2): 0.6/2.4 MB | 36/41 kB
Progress (2): 0.6/2.4 MB | 40/41 kB
Progress (2): 0.6/2.4 MB | 41 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.jar (41 kB at 88 kB/s)
08:30:26 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
08:30:26 Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (2): 1.0/2.4 MB | 4.1/560 kB
Progress (2): 1.0/2.4 MB | 7.7/560 kB
Progress (2): 1.0/2.4 MB | 12/560 kB 
Progress (2): 1.0/2.4 MB | 16/560 kB
Progress (2): 1.0/2.4 MB | 16/560 kB
Progress (2): 1.0/2.4 MB | 20/560 kB
Progress (2): 1.0/2.4 MB | 24/560 kB
Progress (2): 1.0/2.4 MB | 28/560 kB
Progress (2): 1.0/2.4 MB | 28/560 kB
Progress (2): 1.0/2.4 MB | 32/560 kB
Progress (2): 1.0/2.4 MB | 36/560 kB
Progress (2): 1.0/2.4 MB | 36/560 kB
Progress (2): 1.0/2.4 MB | 40/560 kB
Progress (2): 1.0/2.4 MB | 45/560 kB
Progress (2): 1.0/2.4 MB | 49/560 kB
Progress (2): 1.0/2.4 MB | 49/560 kB
Progress (2): 1.0/2.4 MB | 53/560 kB
Progress (2): 1.0/2.4 MB | 57/560 kB
Progress (2): 1.0/2.4 MB | 61/560 kB
Progress (2): 1.0/2.4 MB | 65/560 kB
Progress (2): 1.1/2.4 MB | 65/560 kB
Progress (2): 1.1/2.4 MB | 69/560 kB
Progress (2): 1.1/2.4 MB | 73/560 kB
Progress (2): 1.1/2.4 MB | 77/560 kB
Progress (2): 1.1/2.4 MB | 81/560 kB
Progress (2): 1.1/2.4 MB | 81/560 kB
Progress (2): 1.1/2.4 MB | 85/560 kB
Progress (2): 1.1/2.4 MB | 90/560 kB
Progress (2): 1.1/2.4 MB | 94/560 kB
Progress (2): 1.1/2.4 MB | 98/560 kB
Progress (2): 1.1/2.4 MB | 98/560 kB
Progress (2): 1.1/2.4 MB | 98/560 kB
Progress (2): 1.1/2.4 MB | 98/560 kB
Progress (2): 1.1/2.4 MB | 98/560 kB
Progress (2): 1.2/2.4 MB | 98/560 kB
Progress (2): 1.2/2.4 MB | 98/560 kB
Progress (2): 1.2/2.4 MB | 98/560 kB
Progress (2): 1.2/2.4 MB | 98/560 kB
Progress (2): 1.2/2.4 MB | 98/560 kB
Progress (2): 1.2/2.4 MB | 98/560 kB
Progress (2): 1.3/2.4 MB | 98/560 kB
Progress (2): 1.3/2.4 MB | 98/560 kB
Progress (2): 1.3/2.4 MB | 98/560 kB
Progress (2): 1.3/2.4 MB | 98/560 kB
Progress (2): 1.3/2.4 MB | 98/560 kB
Progress (2): 1.3/2.4 MB | 98/560 kB
Progress (2): 1.4/2.4 MB | 98/560 kB
Progress (2): 1.4/2.4 MB | 98/560 kB
Progress (2): 1.4/2.4 MB | 98/560 kB
Progress (2): 1.4/2.4 MB | 98/560 kB
Progress (2): 1.4/2.4 MB | 98/560 kB
Progress (2): 1.4/2.4 MB | 98/560 kB
Progress (2): 1.5/2.4 MB | 98/560 kB
Progress (2): 1.5/2.4 MB | 98/560 kB
Progress (2): 1.5/2.4 MB | 98/560 kB
Progress (2): 1.5/2.4 MB | 98/560 kB
Progress (2): 1.5/2.4 MB | 98/560 kB
Progress (2): 1.5/2.4 MB | 98/560 kB
Progress (2): 1.6/2.4 MB | 98/560 kB
Progress (2): 1.6/2.4 MB | 98/560 kB
Progress (2): 1.6/2.4 MB | 98/560 kB
Progress (2): 1.6/2.4 MB | 98/560 kB
Progress (2): 1.6/2.4 MB | 98/560 kB
Progress (2): 1.6/2.4 MB | 98/560 kB
Progress (3): 1.6/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.6/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.7/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.7/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.7/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.7/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.7/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.7/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.7/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.7/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.8/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.8/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.8/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.8/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.8/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.8/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.8/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.8/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 4.1/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 7.7/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 7.7/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 12/324 kB 
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 12/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 16/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 16/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 20/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 20/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 24/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 28/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 32/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 32/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 32/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 36/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 40/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 45/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 45/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 49/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 49/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 53/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 53/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 57/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 57/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 61/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.4/1.6 MB | 65/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 65/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 65/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 69/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 73/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 77/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 81/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 81/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 81/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 85/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 90/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 90/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 94/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 94/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 98/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 98/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 102/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 102/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 106/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 110/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 114/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 114/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 114/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 118/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 122/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 126/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 126/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 131/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 131/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 135/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 139/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 139/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.5/1.6 MB | 143/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 143/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 147/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 147/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 151/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 151/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 155/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 159/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 163/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 163/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 163/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 167/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 171/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 176/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 180/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 180/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 180/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 184/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 188/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 192/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 192/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 196/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 196/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 200/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 200/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 204/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 204/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 208/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 212/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.6/1.6 MB | 212/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 212/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 217/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 221/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 225/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 229/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 229/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 229/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 233/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 237/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 241/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 241/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 245/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 245/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 249/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 253/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 253/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 258/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 258/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 262/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 262/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 266/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 266/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 270/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 274/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 278/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 278/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 278/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 282/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 286/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 290/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 290/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.7/1.6 MB | 294/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 294/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 298/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 303/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 303/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 307/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 307/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 311/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 311/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 315/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 315/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 319/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 323/324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 324 kB    
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.8/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 0.9/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.0/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB | 324 kB
Progress (4): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB | 324 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 549 kB/s)
08:30:26 Progress (3): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.1/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.2/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.3/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.4/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.5/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.6/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 kB | 1.6/1.6 MB
Progress (3): 1.9/2.4 MB | 98/560 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.5 MB/s)
08:30:26 Progress (2): 2.0/2.4 MB | 98/560 kB
Progress (2): 2.0/2.4 MB | 98/560 kB
Progress (2): 2.0/2.4 MB | 98/560 kB
Progress (2): 2.0/2.4 MB | 98/560 kB
Progress (2): 2.0/2.4 MB | 98/560 kB
Progress (2): 2.0/2.4 MB | 98/560 kB
Progress (2): 2.1/2.4 MB | 98/560 kB
Progress (2): 2.1/2.4 MB | 98/560 kB
Progress (2): 2.1/2.4 MB | 102/560 kB
Progress (2): 2.1/2.4 MB | 106/560 kB
Progress (2): 2.1/2.4 MB | 110/560 kB
Progress (2): 2.1/2.4 MB | 110/560 kB
Progress (2): 2.1/2.4 MB | 114/560 kB
Progress (2): 2.1/2.4 MB | 114/560 kB
Progress (2): 2.1/2.4 MB | 118/560 kB
Progress (2): 2.1/2.4 MB | 122/560 kB
Progress (2): 2.1/2.4 MB | 126/560 kB
Progress (2): 2.1/2.4 MB | 131/560 kB
Progress (2): 2.1/2.4 MB | 131/560 kB
Progress (2): 2.1/2.4 MB | 135/560 kB
Progress (2): 2.1/2.4 MB | 135/560 kB
Progress (2): 2.1/2.4 MB | 139/560 kB
Progress (2): 2.1/2.4 MB | 143/560 kB
Progress (2): 2.1/2.4 MB | 147/560 kB
Progress (2): 2.2/2.4 MB | 147/560 kB
Progress (2): 2.2/2.4 MB | 151/560 kB
Progress (2): 2.2/2.4 MB | 155/560 kB
Progress (2): 2.2/2.4 MB | 155/560 kB
Progress (2): 2.2/2.4 MB | 159/560 kB
Progress (2): 2.2/2.4 MB | 163/560 kB
Progress (2): 2.2/2.4 MB | 163/560 kB
Progress (2): 2.2/2.4 MB | 167/560 kB
Progress (2): 2.2/2.4 MB | 171/560 kB
Progress (2): 2.2/2.4 MB | 176/560 kB
Progress (2): 2.2/2.4 MB | 176/560 kB
Progress (2): 2.2/2.4 MB | 180/560 kB
Progress (2): 2.2/2.4 MB | 184/560 kB
Progress (2): 2.2/2.4 MB | 184/560 kB
Progress (2): 2.2/2.4 MB | 188/560 kB
Progress (2): 2.2/2.4 MB | 192/560 kB
Progress (2): 2.2/2.4 MB | 196/560 kB
Progress (2): 2.2/2.4 MB | 196/560 kB
Progress (2): 2.2/2.4 MB | 200/560 kB
Progress (2): 2.2/2.4 MB | 204/560 kB
Progress (2): 2.2/2.4 MB | 208/560 kB
Progress (2): 2.3/2.4 MB | 208/560 kB
Progress (2): 2.3/2.4 MB | 212/560 kB
Progress (2): 2.3/2.4 MB | 212/560 kB
Progress (2): 2.3/2.4 MB | 217/560 kB
Progress (2): 2.3/2.4 MB | 221/560 kB
Progress (2): 2.3/2.4 MB | 225/560 kB
Progress (2): 2.3/2.4 MB | 229/560 kB
Progress (2): 2.3/2.4 MB | 229/560 kB
Progress (2): 2.3/2.4 MB | 233/560 kB
Progress (2): 2.3/2.4 MB | 233/560 kB
Progress (2): 2.3/2.4 MB | 237/560 kB
Progress (2): 2.3/2.4 MB | 241/560 kB
Progress (2): 2.3/2.4 MB | 245/560 kB
Progress (2): 2.3/2.4 MB | 245/560 kB
Progress (2): 2.3/2.4 MB | 249/560 kB
Progress (2): 2.3/2.4 MB | 253/560 kB
Progress (2): 2.3/2.4 MB | 253/560 kB
Progress (2): 2.3/2.4 MB | 258/560 kB
Progress (2): 2.3/2.4 MB | 262/560 kB
Progress (2): 2.4/2.4 MB | 262/560 kB
Progress (2): 2.4/2.4 MB | 266/560 kB
Progress (2): 2.4/2.4 MB | 270/560 kB
Progress (2): 2.4/2.4 MB | 274/560 kB
Progress (2): 2.4/2.4 MB | 274/560 kB
Progress (2): 2.4/2.4 MB | 278/560 kB
Progress (2): 2.4/2.4 MB | 278/560 kB
Progress (2): 2.4/2.4 MB | 282/560 kB
Progress (2): 2.4/2.4 MB | 286/560 kB
Progress (2): 2.4/2.4 MB | 290/560 kB
Progress (2): 2.4/2.4 MB | 294/560 kB
Progress (2): 2.4/2.4 MB | 294/560 kB
Progress (2): 2.4/2.4 MB | 298/560 kB
Progress (2): 2.4/2.4 MB | 303/560 kB
Progress (2): 2.4/2.4 MB | 303/560 kB
Progress (2): 2.4/2.4 MB | 307/560 kB
Progress (2): 2.4/2.4 MB | 311/560 kB
Progress (2): 2.4/2.4 MB | 311/560 kB
Progress (2): 2.4 MB | 311/560 kB    
Progress (2): 2.4 MB | 315/560 kB
Progress (2): 2.4 MB | 319/560 kB
Progress (2): 2.4 MB | 323/560 kB
Progress (2): 2.4 MB | 327/560 kB
Progress (2): 2.4 MB | 331/560 kB
Progress (2): 2.4 MB | 335/560 kB
Progress (2): 2.4 MB | 339/560 kB
Progress (2): 2.4 MB | 344/560 kB
Progress (2): 2.4 MB | 348/560 kB
Progress (2): 2.4 MB | 352/560 kB
Progress (2): 2.4 MB | 356/560 kB
Progress (2): 2.4 MB | 360/560 kB
Progress (2): 2.4 MB | 364/560 kB
Progress (2): 2.4 MB | 368/560 kB
Progress (2): 2.4 MB | 372/560 kB
Progress (2): 2.4 MB | 376/560 kB
Progress (2): 2.4 MB | 380/560 kB
Progress (2): 2.4 MB | 384/560 kB
Progress (2): 2.4 MB | 389/560 kB
Progress (2): 2.4 MB | 393/560 kB
Progress (2): 2.4 MB | 397/560 kB
Progress (2): 2.4 MB | 401/560 kB
Progress (2): 2.4 MB | 405/560 kB
Progress (2): 2.4 MB | 409/560 kB
Progress (2): 2.4 MB | 413/560 kB
Progress (2): 2.4 MB | 417/560 kB
Progress (2): 2.4 MB | 421/560 kB
Progress (2): 2.4 MB | 425/560 kB
Progress (2): 2.4 MB | 430/560 kB
Progress (2): 2.4 MB | 434/560 kB
Progress (2): 2.4 MB | 438/560 kB
Progress (2): 2.4 MB | 442/560 kB
Progress (2): 2.4 MB | 446/560 kB
Progress (2): 2.4 MB | 450/560 kB
Progress (2): 2.4 MB | 454/560 kB
Progress (2): 2.4 MB | 458/560 kB
Progress (2): 2.4 MB | 462/560 kB
Progress (2): 2.4 MB | 466/560 kB
Progress (2): 2.4 MB | 471/560 kB
Progress (2): 2.4 MB | 475/560 kB
Progress (2): 2.4 MB | 479/560 kB
Progress (2): 2.4 MB | 483/560 kB
Progress (2): 2.4 MB | 487/560 kB
Progress (2): 2.4 MB | 491/560 kB
Progress (2): 2.4 MB | 495/560 kB
Progress (2): 2.4 MB | 499/560 kB
Progress (2): 2.4 MB | 503/560 kB
Progress (2): 2.4 MB | 507/560 kB
Progress (2): 2.4 MB | 511/560 kB
Progress (2): 2.4 MB | 516/560 kB
Progress (2): 2.4 MB | 520/560 kB
Progress (2): 2.4 MB | 524/560 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 3.3 MB/s)
08:30:26 Progress (1): 528/560 kB
Progress (1): 532/560 kB
Progress (1): 536/560 kB
Progress (1): 540/560 kB
Progress (1): 544/560 kB
Progress (1): 548/560 kB
Progress (1): 552/560 kB
Progress (1): 557/560 kB
Progress (1): 560 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 745 kB/s)
08:30:26 Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 45/62 kB
Progress (1): 49/62 kB
Progress (1): 53/62 kB
Progress (1): 57/62 kB
Progress (1): 61/62 kB
Progress (1): 62 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 47 kB/s)
08:30:26 [INFO] 
08:30:26 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ parent ---
08:30:26 [INFO] 
08:30:26 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ parent ---
08:30:26 [INFO] 
08:30:26 [INFO] --------------------< org.eclipse.reddeer:plugins >---------------------
08:30:26 [INFO] Building RedDeer Plugins 2.9.0-SNAPSHOT                           [2/59]
08:30:26 [INFO] --------------------------------[ pom ]---------------------------------
08:30:26 [INFO] 
08:30:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins ---
08:30:26 [INFO] 
08:30:26 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins ---
08:30:26 [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/**/*
08:30:26 [INFO] 
08:30:26 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ plugins ---
08:30:26 [INFO] 
08:30:26 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ plugins ---
08:30:26 [INFO] 
08:30:26 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ plugins ---
08:30:26 [INFO] 
08:30:26 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ plugins ---
08:30:26 [INFO] 
08:30:26 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ plugins ---
08:30:26 [INFO] 
08:30:26 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >-----------
08:30:26 [INFO] Building RedDeer Common 2.9.0-SNAPSHOT                            [3/59]
08:30:26 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:30:26 [INFO] 
08:30:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common ---
08:30:26 [INFO] 
08:30:26 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common ---
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.pom
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.pom
08:30:26 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.pom (1.8 kB at 228 kB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom
08:30:26 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom (9.8 kB at 2.4 MB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom
08:30:26 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 25 kB
Progress (1): 29 kB
Progress (1): 33 kB
Progress (1): 36 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom (36 kB at 6.0 MB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
08:30:26 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
08:30:26 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 1.1 MB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
08:30:26 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 193 kB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
08:30:26 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
08:30:26 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 205 kB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
08:30:26 Progress (1): 4.1 kB
Progress (1): 6.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 317 kB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
08:30:26 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 204 kB/s)
08:30:26 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
08:30:26 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
08:30:26 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 179 kB/s)
08:30:26 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
08:30:26 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
08:30:26 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 738 kB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom
08:30:26 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom (1.6 kB at 57 kB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom
08:30:26 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom (1.1 kB at 82 kB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom
08:30:26 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom (1.5 kB at 61 kB/s)
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.jar
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
08:30:26 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
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar
08:30:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.jar
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
08:30:26 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
08:30:26 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
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar
08:30:26 Progress (1): 0/2.8 MB
Progress (1): 0/2.8 MB
Progress (1): 0/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (2): 0.4/2.8 MB | 4.1/12 kB
Progress (2): 0.4/2.8 MB | 7.7/12 kB
Progress (2): 0.4/2.8 MB | 12 kB    
Progress (2): 0.4/2.8 MB | 12 kB
Progress (2): 0.4/2.8 MB | 12 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.jar (12 kB at 330 kB/s)
08:30:26 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
08:30:26 Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (2): 0.5/2.8 MB | 4.1/26 kB
Progress (2): 0.5/2.8 MB | 7.7/26 kB
Progress (2): 0.5/2.8 MB | 12/26 kB 
Progress (2): 0.5/2.8 MB | 16/26 kB
Progress (2): 0.5/2.8 MB | 16/26 kB
Progress (2): 0.5/2.8 MB | 20/26 kB
Progress (2): 0.5/2.8 MB | 24/26 kB
Progress (2): 0.5/2.8 MB | 26 kB   
Progress (2): 0.5/2.8 MB | 26 kB
Progress (2): 0.5/2.8 MB | 26 kB
Progress (2): 0.5/2.8 MB | 26 kB
Progress (2): 0.5/2.8 MB | 26 kB
Progress (2): 0.6/2.8 MB | 26 kB
Progress (2): 0.6/2.8 MB | 26 kB
Progress (3): 0.6/2.8 MB | 26 kB | 4.1/70 kB
Progress (3): 0.6/2.8 MB | 26 kB | 7.7/70 kB
Progress (3): 0.6/2.8 MB | 26 kB | 7.7/70 kB
Progress (3): 0.6/2.8 MB | 26 kB | 12/70 kB 
Progress (4): 0.6/2.8 MB | 26 kB | 12/70 kB | 4.1/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 16/70 kB | 4.1/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 16/70 kB | 7.7/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 16/70 kB | 12/283 kB 
Progress (4): 0.6/2.8 MB | 26 kB | 16/70 kB | 16/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 16/70 kB | 16/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 20/70 kB | 16/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 24/70 kB | 16/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 24/70 kB | 20/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 28/70 kB | 20/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 28/70 kB | 24/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 32/70 kB | 24/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 32/70 kB | 24/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 32/70 kB | 28/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 32/70 kB | 32/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 36/70 kB | 32/283 kB
Progress (4): 0.6/2.8 MB | 26 kB | 36/70 kB | 32/283 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 567 kB/s)
08:30:26 Progress (3): 0.6/2.8 MB | 40/70 kB | 32/283 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar
08:30:26 Progress (3): 0.6/2.8 MB | 40/70 kB | 36/283 kB
Progress (4): 0.6/2.8 MB | 40/70 kB | 36/283 kB | 4.1/166 kB
Progress (4): 0.6/2.8 MB | 40/70 kB | 40/283 kB | 4.1/166 kB
Progress (4): 0.7/2.8 MB | 40/70 kB | 40/283 kB | 4.1/166 kB
Progress (4): 0.7/2.8 MB | 45/70 kB | 40/283 kB | 4.1/166 kB
Progress (4): 0.7/2.8 MB | 45/70 kB | 45/283 kB | 4.1/166 kB
Progress (4): 0.7/2.8 MB | 45/70 kB | 45/283 kB | 7.7/166 kB
Progress (4): 0.7/2.8 MB | 45/70 kB | 49/283 kB | 7.7/166 kB
Progress (4): 0.7/2.8 MB | 49/70 kB | 49/283 kB | 7.7/166 kB
Progress (4): 0.7/2.8 MB | 49/70 kB | 49/283 kB | 12/166 kB 
Progress (4): 0.7/2.8 MB | 49/70 kB | 49/283 kB | 12/166 kB
Progress (4): 0.7/2.8 MB | 49/70 kB | 49/283 kB | 16/166 kB
Progress (4): 0.7/2.8 MB | 49/70 kB | 53/283 kB | 16/166 kB
Progress (5): 0.7/2.8 MB | 49/70 kB | 53/283 kB | 16/166 kB | 4.1/326 kB
Progress (5): 0.7/2.8 MB | 53/70 kB | 53/283 kB | 16/166 kB | 4.1/326 kB
Progress (5): 0.7/2.8 MB | 53/70 kB | 57/283 kB | 16/166 kB | 4.1/326 kB
Progress (5): 0.7/2.8 MB | 53/70 kB | 57/283 kB | 20/166 kB | 4.1/326 kB
Progress (5): 0.7/2.8 MB | 57/70 kB | 57/283 kB | 20/166 kB | 4.1/326 kB
Progress (5): 0.7/2.8 MB | 57/70 kB | 57/283 kB | 20/166 kB | 7.7/326 kB
Progress (5): 0.7/2.8 MB | 61/70 kB | 57/283 kB | 20/166 kB | 7.7/326 kB
Progress (5): 0.7/2.8 MB | 61/70 kB | 57/283 kB | 24/166 kB | 7.7/326 kB
Progress (5): 0.7/2.8 MB | 61/70 kB | 57/283 kB | 24/166 kB | 7.7/326 kB
Progress (5): 0.7/2.8 MB | 61/70 kB | 61/283 kB | 24/166 kB | 7.7/326 kB
Progress (5): 0.7/2.8 MB | 61/70 kB | 61/283 kB | 28/166 kB | 7.7/326 kB
Progress (5): 0.7/2.8 MB | 65/70 kB | 61/283 kB | 28/166 kB | 7.7/326 kB
Progress (5): 0.7/2.8 MB | 65/70 kB | 61/283 kB | 28/166 kB | 12/326 kB 
Progress (5): 0.7/2.8 MB | 65/70 kB | 61/283 kB | 32/166 kB | 12/326 kB
Progress (5): 0.7/2.8 MB | 65/70 kB | 61/283 kB | 32/166 kB | 12/326 kB
Progress (5): 0.7/2.8 MB | 65/70 kB | 65/283 kB | 32/166 kB | 12/326 kB
Progress (5): 0.7/2.8 MB | 69/70 kB | 65/283 kB | 32/166 kB | 12/326 kB
Progress (5): 0.7/2.8 MB | 69/70 kB | 65/283 kB | 36/166 kB | 12/326 kB
Progress (5): 0.7/2.8 MB | 69/70 kB | 65/283 kB | 36/166 kB | 16/326 kB
Progress (5): 0.7/2.8 MB | 69/70 kB | 65/283 kB | 40/166 kB | 16/326 kB
Progress (5): 0.7/2.8 MB | 70 kB | 65/283 kB | 40/166 kB | 16/326 kB   
Progress (5): 0.7/2.8 MB | 70 kB | 65/283 kB | 45/166 kB | 16/326 kB
Progress (5): 0.7/2.8 MB | 70 kB | 65/283 kB | 45/166 kB | 16/326 kB
Progress (5): 0.7/2.8 MB | 70 kB | 65/283 kB | 45/166 kB | 16/326 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 1.3 MB/s)
08:30:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar
08:30:26 Progress (4): 0.7/2.8 MB | 65/283 kB | 45/166 kB | 20/326 kB
Progress (4): 0.7/2.8 MB | 65/283 kB | 49/166 kB | 20/326 kB
Progress (4): 0.7/2.8 MB | 65/283 kB | 49/166 kB | 24/326 kB
Progress (4): 0.7/2.8 MB | 69/283 kB | 49/166 kB | 24/326 kB
Progress (4): 0.8/2.8 MB | 69/283 kB | 49/166 kB | 24/326 kB
Progress (4): 0.8/2.8 MB | 73/283 kB | 49/166 kB | 24/326 kB
Progress (4): 0.8/2.8 MB | 73/283 kB | 49/166 kB | 28/326 kB
Progress (4): 0.8/2.8 MB | 73/283 kB | 53/166 kB | 28/326 kB
Progress (4): 0.8/2.8 MB | 77/283 kB | 53/166 kB | 28/326 kB
Progress (4): 0.8/2.8 MB | 77/283 kB | 57/166 kB | 28/326 kB
Progress (4): 0.8/2.8 MB | 77/283 kB | 57/166 kB | 32/326 kB
Progress (4): 0.8/2.8 MB | 77/283 kB | 61/166 kB | 32/326 kB
Progress (4): 0.8/2.8 MB | 81/283 kB | 61/166 kB | 32/326 kB
Progress (4): 0.8/2.8 MB | 81/283 kB | 65/166 kB | 32/326 kB
Progress (4): 0.8/2.8 MB | 81/283 kB | 65/166 kB | 32/326 kB
Progress (4): 0.8/2.8 MB | 81/283 kB | 65/166 kB | 36/326 kB
Progress (4): 0.8/2.8 MB | 81/283 kB | 65/166 kB | 40/326 kB
Progress (4): 0.8/2.8 MB | 85/283 kB | 65/166 kB | 40/326 kB
Progress (4): 0.8/2.8 MB | 85/283 kB | 65/166 kB | 45/326 kB
Progress (4): 0.8/2.8 MB | 90/283 kB | 65/166 kB | 45/326 kB
Progress (4): 0.8/2.8 MB | 90/283 kB | 69/166 kB | 45/326 kB
Progress (4): 0.8/2.8 MB | 94/283 kB | 69/166 kB | 45/326 kB
Progress (4): 0.8/2.8 MB | 94/283 kB | 69/166 kB | 49/326 kB
Progress (4): 0.8/2.8 MB | 98/283 kB | 69/166 kB | 49/326 kB
Progress (4): 0.8/2.8 MB | 98/283 kB | 73/166 kB | 49/326 kB
Progress (4): 0.8/2.8 MB | 98/283 kB | 73/166 kB | 49/326 kB
Progress (4): 0.8/2.8 MB | 98/283 kB | 77/166 kB | 49/326 kB
Progress (4): 0.8/2.8 MB | 98/283 kB | 77/166 kB | 53/326 kB
Progress (5): 0.8/2.8 MB | 98/283 kB | 77/166 kB | 53/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 98/283 kB | 77/166 kB | 57/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 102/283 kB | 77/166 kB | 57/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 102/283 kB | 81/166 kB | 57/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 106/283 kB | 81/166 kB | 57/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 106/283 kB | 81/166 kB | 57/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 106/283 kB | 81/166 kB | 61/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 110/283 kB | 81/166 kB | 61/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 110/283 kB | 85/166 kB | 61/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 110/283 kB | 85/166 kB | 65/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 110/283 kB | 85/166 kB | 65/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 110/283 kB | 90/166 kB | 65/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 114/283 kB | 90/166 kB | 65/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 114/283 kB | 94/166 kB | 65/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 114/283 kB | 94/166 kB | 65/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 114/283 kB | 98/166 kB | 65/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 114/283 kB | 98/166 kB | 69/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 118/283 kB | 98/166 kB | 69/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 118/283 kB | 98/166 kB | 73/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 122/283 kB | 98/166 kB | 73/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 122/283 kB | 102/166 kB | 73/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 122/283 kB | 102/166 kB | 73/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 122/283 kB | 102/166 kB | 77/326 kB | 0/4.5 MB
Progress (5): 0.8/2.8 MB | 122/283 kB | 102/166 kB | 77/326 kB | 0.1/4.5 MB
Progress (5): 0.8/2.8 MB | 122/283 kB | 102/166 kB | 81/326 kB | 0.1/4.5 MB
Progress (5): 0.8/2.8 MB | 122/283 kB | 106/166 kB | 81/326 kB | 0.1/4.5 MB
Progress (5): 0.8/2.8 MB | 126/283 kB | 106/166 kB | 81/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 126/283 kB | 106/166 kB | 81/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 126/283 kB | 110/166 kB | 81/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 126/283 kB | 110/166 kB | 81/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 126/283 kB | 110/166 kB | 85/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 131/283 kB | 110/166 kB | 85/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 131/283 kB | 110/166 kB | 90/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 131/283 kB | 114/166 kB | 90/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 131/283 kB | 114/166 kB | 94/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 131/283 kB | 114/166 kB | 94/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 131/283 kB | 114/166 kB | 98/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 135/283 kB | 114/166 kB | 98/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 135/283 kB | 118/166 kB | 98/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 135/283 kB | 118/166 kB | 98/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 139/283 kB | 118/166 kB | 98/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 139/283 kB | 118/166 kB | 98/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 139/283 kB | 118/166 kB | 102/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 139/283 kB | 122/166 kB | 102/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 139/283 kB | 122/166 kB | 106/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 143/283 kB | 122/166 kB | 106/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 143/283 kB | 122/166 kB | 110/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 143/283 kB | 126/166 kB | 110/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 143/283 kB | 126/166 kB | 110/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 143/283 kB | 131/166 kB | 110/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 143/283 kB | 131/166 kB | 114/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 143/283 kB | 131/166 kB | 114/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 147/283 kB | 131/166 kB | 114/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 147/283 kB | 135/166 kB | 114/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 147/283 kB | 135/166 kB | 118/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 147/283 kB | 139/166 kB | 118/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 151/283 kB | 139/166 kB | 118/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 151/283 kB | 139/166 kB | 122/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 155/283 kB | 139/166 kB | 122/326 kB | 0.1/4.5 MB
Progress (5): 0.9/2.8 MB | 155/283 kB | 139/166 kB | 122/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 155/283 kB | 139/166 kB | 122/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 155/283 kB | 143/166 kB | 122/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 159/283 kB | 143/166 kB | 122/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 159/283 kB | 143/166 kB | 126/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 163/283 kB | 143/166 kB | 126/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 163/283 kB | 147/166 kB | 126/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 163/283 kB | 147/166 kB | 126/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 163/283 kB | 147/166 kB | 126/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 163/283 kB | 147/166 kB | 131/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 167/283 kB | 147/166 kB | 131/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 167/283 kB | 151/166 kB | 131/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 171/283 kB | 151/166 kB | 131/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 171/283 kB | 155/166 kB | 131/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 171/283 kB | 155/166 kB | 131/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 171/283 kB | 159/166 kB | 131/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 171/283 kB | 159/166 kB | 135/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 176/283 kB | 159/166 kB | 135/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 176/283 kB | 159/166 kB | 139/326 kB | 0.2/4.5 MB
Progress (5): 0.9/2.8 MB | 176/283 kB | 163/166 kB | 139/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 176/283 kB | 163/166 kB | 139/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 176/283 kB | 163/166 kB | 143/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 176/283 kB | 163/166 kB | 143/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 180/283 kB | 163/166 kB | 143/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 180/283 kB | 163/166 kB | 147/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 180/283 kB | 166 kB | 147/326 kB | 0.2/4.5 MB    
Progress (5): 1.0/2.8 MB | 180/283 kB | 166 kB | 147/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 184/283 kB | 166 kB | 147/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 184/283 kB | 166 kB | 147/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 188/283 kB | 166 kB | 147/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 188/283 kB | 166 kB | 151/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 192/283 kB | 166 kB | 151/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 192/283 kB | 166 kB | 155/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 192/283 kB | 166 kB | 155/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 192/283 kB | 166 kB | 159/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 196/283 kB | 166 kB | 159/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 196/283 kB | 166 kB | 163/326 kB | 0.2/4.5 MB
Progress (5): 1.0/2.8 MB | 196/283 kB | 166 kB | 163/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 196/283 kB | 166 kB | 163/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 200/283 kB | 166 kB | 163/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 200/283 kB | 166 kB | 167/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 204/283 kB | 166 kB | 167/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 204/283 kB | 166 kB | 171/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 204/283 kB | 166 kB | 171/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 208/283 kB | 166 kB | 171/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 208/283 kB | 166 kB | 176/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 208/283 kB | 166 kB | 176/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 208/283 kB | 166 kB | 180/326 kB | 0.3/4.5 MB
Progress (5): 1.0/2.8 MB | 212/283 kB | 166 kB | 180/326 kB | 0.3/4.5 MB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 1.6 MB/s)
08:30:26 Progress (4): 1.0/2.8 MB | 212/283 kB | 180/326 kB | 0.3/4.5 MB
Progress (4): 1.0/2.8 MB | 212/283 kB | 184/326 kB | 0.3/4.5 MB
Progress (4): 1.0/2.8 MB | 212/283 kB | 184/326 kB | 0.3/4.5 MB
Progress (4): 1.0/2.8 MB | 217/283 kB | 184/326 kB | 0.3/4.5 MB
Progress (4): 1.0/2.8 MB | 217/283 kB | 188/326 kB | 0.3/4.5 MB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar
08:30:26 Progress (4): 1.1/2.8 MB | 217/283 kB | 188/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 217/283 kB | 192/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 221/283 kB | 192/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 221/283 kB | 196/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 221/283 kB | 196/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 225/283 kB | 196/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 229/283 kB | 196/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 229/283 kB | 196/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 229/283 kB | 200/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 233/283 kB | 200/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 233/283 kB | 204/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 237/283 kB | 204/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 237/283 kB | 208/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 241/283 kB | 208/326 kB | 0.3/4.5 MB
Progress (4): 1.1/2.8 MB | 241/283 kB | 208/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 245/283 kB | 208/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 245/283 kB | 212/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 249/283 kB | 212/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 249/283 kB | 217/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 249/283 kB | 217/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 249/283 kB | 221/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 253/283 kB | 221/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 253/283 kB | 225/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 258/283 kB | 225/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 258/283 kB | 229/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 262/283 kB | 229/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 262/283 kB | 233/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 266/283 kB | 233/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 266/283 kB | 233/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 270/283 kB | 233/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 270/283 kB | 237/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 270/283 kB | 237/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 274/283 kB | 237/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 274/283 kB | 241/326 kB | 0.4/4.5 MB
Progress (4): 1.1/2.8 MB | 274/283 kB | 241/326 kB | 0.4/4.5 MB
Progress (5): 1.1/2.8 MB | 274/283 kB | 241/326 kB | 0.4/4.5 MB | 7.7/866 kB
Progress (5): 1.1/2.8 MB | 278/283 kB | 241/326 kB | 0.4/4.5 MB | 7.7/866 kB
Progress (5): 1.1/2.8 MB | 278/283 kB | 241/326 kB | 0.4/4.5 MB | 7.7/866 kB
Progress (5): 1.1/2.8 MB | 278/283 kB | 241/326 kB | 0.4/4.5 MB | 16/866 kB 
Progress (5): 1.1/2.8 MB | 278/283 kB | 245/326 kB | 0.4/4.5 MB | 16/866 kB
Progress (5): 1.1/2.8 MB | 282/283 kB | 245/326 kB | 0.4/4.5 MB | 16/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 245/326 kB | 0.4/4.5 MB | 16/866 kB    
Progress (5): 1.1/2.8 MB | 283 kB | 245/326 kB | 0.5/4.5 MB | 16/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 245/326 kB | 0.5/4.5 MB | 24/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 245/326 kB | 0.5/4.5 MB | 24/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 245/326 kB | 0.5/4.5 MB | 32/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 249/326 kB | 0.5/4.5 MB | 32/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 249/326 kB | 0.5/4.5 MB | 32/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 253/326 kB | 0.5/4.5 MB | 32/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 258/326 kB | 0.5/4.5 MB | 32/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 258/326 kB | 0.5/4.5 MB | 40/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 258/326 kB | 0.5/4.5 MB | 40/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 262/326 kB | 0.5/4.5 MB | 40/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 262/326 kB | 0.5/4.5 MB | 49/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 262/326 kB | 0.5/4.5 MB | 49/866 kB
Progress (5): 1.1/2.8 MB | 283 kB | 262/326 kB | 0.5/4.5 MB | 57/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 262/326 kB | 0.5/4.5 MB | 57/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 262/326 kB | 0.5/4.5 MB | 65/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 266/326 kB | 0.5/4.5 MB | 65/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 266/326 kB | 0.5/4.5 MB | 65/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 270/326 kB | 0.5/4.5 MB | 65/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 270/326 kB | 0.5/4.5 MB | 73/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 274/326 kB | 0.5/4.5 MB | 73/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 274/326 kB | 0.5/4.5 MB | 73/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 274/326 kB | 0.5/4.5 MB | 81/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 278/326 kB | 0.5/4.5 MB | 81/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 278/326 kB | 0.6/4.5 MB | 81/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 278/326 kB | 0.6/4.5 MB | 90/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 278/326 kB | 0.6/4.5 MB | 98/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 282/326 kB | 0.6/4.5 MB | 98/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 282/326 kB | 0.6/4.5 MB | 98/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 286/326 kB | 0.6/4.5 MB | 98/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 286/326 kB | 0.6/4.5 MB | 98/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 290/326 kB | 0.6/4.5 MB | 98/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 290/326 kB | 0.6/4.5 MB | 106/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 294/326 kB | 0.6/4.5 MB | 106/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 294/326 kB | 0.6/4.5 MB | 114/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 294/326 kB | 0.6/4.5 MB | 114/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 298/326 kB | 0.6/4.5 MB | 114/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 303/326 kB | 0.6/4.5 MB | 114/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 303/326 kB | 0.6/4.5 MB | 122/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 303/326 kB | 0.6/4.5 MB | 122/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 303/326 kB | 0.6/4.5 MB | 131/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 303/326 kB | 0.6/4.5 MB | 131/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 307/326 kB | 0.6/4.5 MB | 131/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 311/326 kB | 0.6/4.5 MB | 131/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 311/326 kB | 0.6/4.5 MB | 131/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 311/326 kB | 0.6/4.5 MB | 139/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 311/326 kB | 0.6/4.5 MB | 139/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 315/326 kB | 0.6/4.5 MB | 139/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 315/326 kB | 0.6/4.5 MB | 147/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 319/326 kB | 0.6/4.5 MB | 147/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 323/326 kB | 0.6/4.5 MB | 147/866 kB
Progress (5): 1.2/2.8 MB | 283 kB | 326 kB | 0.6/4.5 MB | 147/866 kB    
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.6/4.5 MB | 147/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.6/4.5 MB | 155/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 155/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 163/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 163/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 171/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 171/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 180/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 180/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 188/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 196/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 196/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 196/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 204/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 204/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 212/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 212/866 kB
Progress (5): 1.3/2.8 MB | 283 kB | 326 kB | 0.7/4.5 MB | 221/866 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 1.4 MB/s)
08:30:26 Progress (4): 1.3/2.8 MB | 326 kB | 0.7/4.5 MB | 221/866 kB
Progress (4): 1.3/2.8 MB | 326 kB | 0.7/4.5 MB | 229/866 kB
Progress (4): 1.3/2.8 MB | 326 kB | 0.8/4.5 MB | 229/866 kB
Progress (4): 1.3/2.8 MB | 326 kB | 0.8/4.5 MB | 237/866 kB
Progress (4): 1.3/2.8 MB | 326 kB | 0.8/4.5 MB | 245/866 kB
Progress (4): 1.3/2.8 MB | 326 kB | 0.8/4.5 MB | 245/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 245/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 253/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 262/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 262/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 262/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 270/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 278/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 278/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 286/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 286/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 294/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.8/4.5 MB | 303/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 303/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 311/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 311/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 319/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 319/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 327/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 327/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 335/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 344/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 344/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 352/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 352/866 kB
Progress (4): 1.4/2.8 MB | 326 kB | 0.9/4.5 MB | 360/866 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar (326 kB at 1.6 MB/s)
08:30:27 Progress (3): 1.4/2.8 MB | 0.9/4.5 MB | 360/866 kB
Progress (3): 1.4/2.8 MB | 0.9/4.5 MB | 368/866 kB
Progress (3): 1.4/2.8 MB | 0.9/4.5 MB | 376/866 kB
Progress (3): 1.5/2.8 MB | 0.9/4.5 MB | 376/866 kB
Progress (3): 1.5/2.8 MB | 0.9/4.5 MB | 384/866 kB
Progress (3): 1.5/2.8 MB | 0.9/4.5 MB | 393/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 393/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 401/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 409/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 409/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 417/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 417/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 425/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 425/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 434/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 442/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 442/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 442/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 450/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 458/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 458/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 466/866 kB
Progress (3): 1.5/2.8 MB | 1.0/4.5 MB | 475/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 475/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 483/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 491/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 491/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 491/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 499/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 507/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 507/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 516/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 516/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 524/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 532/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 532/866 kB
Progress (3): 1.5/2.8 MB | 1.1/4.5 MB | 540/866 kB
Progress (3): 1.6/2.8 MB | 1.1/4.5 MB | 540/866 kB
Progress (3): 1.6/2.8 MB | 1.1/4.5 MB | 548/866 kB
Progress (3): 1.6/2.8 MB | 1.1/4.5 MB | 557/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 557/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 557/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 565/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 573/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 573/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 581/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 581/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 589/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 597/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 597/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 606/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 606/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 614/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 614/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 622/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 622/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 630/866 kB
Progress (3): 1.6/2.8 MB | 1.2/4.5 MB | 638/866 kB
Progress (3): 1.6/2.8 MB | 1.3/4.5 MB | 638/866 kB
Progress (3): 1.6/2.8 MB | 1.3/4.5 MB | 647/866 kB
Progress (3): 1.6/2.8 MB | 1.3/4.5 MB | 655/866 kB
Progress (3): 1.6/2.8 MB | 1.3/4.5 MB | 655/866 kB
Progress (3): 1.6/2.8 MB | 1.3/4.5 MB | 655/866 kB
Progress (3): 1.6/2.8 MB | 1.3/4.5 MB | 663/866 kB
Progress (3): 1.6/2.8 MB | 1.3/4.5 MB | 671/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 671/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 679/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 688/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 688/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 696/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 704/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 704/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 704/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 712/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 720/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 720/866 kB
Progress (3): 1.7/2.8 MB | 1.3/4.5 MB | 729/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 729/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 737/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 745/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 745/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 753/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 753/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 761/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 770/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 770/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 770/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 778/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 786/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 786/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 794/866 kB
Progress (3): 1.7/2.8 MB | 1.4/4.5 MB | 794/866 kB
Progress (3): 1.8/2.8 MB | 1.4/4.5 MB | 794/866 kB
Progress (3): 1.8/2.8 MB | 1.4/4.5 MB | 802/866 kB
Progress (3): 1.8/2.8 MB | 1.4/4.5 MB | 802/866 kB
Progress (3): 1.8/2.8 MB | 1.4/4.5 MB | 810/866 kB
Progress (3): 1.8/2.8 MB | 1.4/4.5 MB | 819/866 kB
Progress (3): 1.8/2.8 MB | 1.4/4.5 MB | 819/866 kB
Progress (3): 1.8/2.8 MB | 1.4/4.5 MB | 819/866 kB
Progress (3): 1.8/2.8 MB | 1.4/4.5 MB | 827/866 kB
Progress (3): 1.8/2.8 MB | 1.4/4.5 MB | 835/866 kB
Progress (3): 1.8/2.8 MB | 1.4/4.5 MB | 835/866 kB
Progress (3): 1.8/2.8 MB | 1.5/4.5 MB | 835/866 kB
Progress (3): 1.8/2.8 MB | 1.5/4.5 MB | 843/866 kB
Progress (3): 1.8/2.8 MB | 1.5/4.5 MB | 851/866 kB
Progress (3): 1.8/2.8 MB | 1.5/4.5 MB | 851/866 kB
Progress (3): 1.8/2.8 MB | 1.5/4.5 MB | 860/866 kB
Progress (3): 1.8/2.8 MB | 1.5/4.5 MB | 866 kB    
Progress (3): 1.8/2.8 MB | 1.5/4.5 MB | 866 kB
Progress (3): 1.8/2.8 MB | 1.5/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.5/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.5/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.5/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.5/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.5/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.6/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.6/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.6/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.6/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.6/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.6/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.7/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.7/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.7/4.5 MB | 866 kB
Progress (3): 1.9/2.8 MB | 1.7/4.5 MB | 866 kB
Progress (3): 2.0/2.8 MB | 1.7/4.5 MB | 866 kB
Progress (3): 2.0/2.8 MB | 1.7/4.5 MB | 866 kB
Progress (3): 2.0/2.8 MB | 1.7/4.5 MB | 866 kB
Progress (3): 2.0/2.8 MB | 1.7/4.5 MB | 866 kB
Progress (3): 2.0/2.8 MB | 1.7/4.5 MB | 866 kB
Progress (3): 2.0/2.8 MB | 1.7/4.5 MB | 866 kB
Progress (3): 2.0/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.0/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.0/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.0/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.1/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.1/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.1/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.1/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.1/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.1/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.1/2.8 MB | 1.8/4.5 MB | 866 kB
Progress (3): 2.1/2.8 MB | 1.9/4.5 MB | 866 kB
Progress (3): 2.1/2.8 MB | 1.9/4.5 MB | 866 kB
Progress (3): 2.2/2.8 MB | 1.9/4.5 MB | 866 kB
Progress (3): 2.2/2.8 MB | 1.9/4.5 MB | 866 kB
Progress (3): 2.2/2.8 MB | 1.9/4.5 MB | 866 kB
Progress (3): 2.2/2.8 MB | 1.9/4.5 MB | 866 kB
Progress (3): 2.2/2.8 MB | 1.9/4.5 MB | 866 kB
Progress (3): 2.2/2.8 MB | 1.9/4.5 MB | 866 kB
Progress (3): 2.2/2.8 MB | 1.9/4.5 MB | 866 kB
Progress (3): 2.2/2.8 MB | 1.9/4.5 MB | 866 kB
Progress (3): 2.2/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.2/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.3/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.3/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.3/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.3/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.3/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.3/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.3/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.3/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.3/2.8 MB | 2.0/4.5 MB | 866 kB
Progress (3): 2.3/2.8 MB | 2.1/4.5 MB | 866 kB
Progress (3): 2.4/2.8 MB | 2.1/4.5 MB | 866 kB
Progress (3): 2.4/2.8 MB | 2.1/4.5 MB | 866 kB
Progress (3): 2.4/2.8 MB | 2.1/4.5 MB | 866 kB
Progress (3): 2.4/2.8 MB | 2.1/4.5 MB | 866 kB
Progress (3): 2.4/2.8 MB | 2.1/4.5 MB | 866 kB
Progress (3): 2.4/2.8 MB | 2.1/4.5 MB | 866 kB
Progress (3): 2.4/2.8 MB | 2.1/4.5 MB | 866 kB
Progress (3): 2.4/2.8 MB | 2.1/4.5 MB | 866 kB
Progress (3): 2.4/2.8 MB | 2.1/4.5 MB | 866 kB
Progress (3): 2.4/2.8 MB | 2.2/4.5 MB | 866 kB
Progress (3): 2.5/2.8 MB | 2.2/4.5 MB | 866 kB
Progress (3): 2.5/2.8 MB | 2.2/4.5 MB | 866 kB
Progress (3): 2.5/2.8 MB | 2.2/4.5 MB | 866 kB
Progress (3): 2.5/2.8 MB | 2.2/4.5 MB | 866 kB
Progress (3): 2.5/2.8 MB | 2.2/4.5 MB | 866 kB
Progress (3): 2.5/2.8 MB | 2.2/4.5 MB | 866 kB
Progress (3): 2.5/2.8 MB | 2.2/4.5 MB | 866 kB
Progress (3): 2.5/2.8 MB | 2.2/4.5 MB | 866 kB
Progress (3): 2.5/2.8 MB | 2.2/4.5 MB | 866 kB
Progress (3): 2.5/2.8 MB | 2.3/4.5 MB | 866 kB
Progress (3): 2.6/2.8 MB | 2.3/4.5 MB | 866 kB
Progress (3): 2.6/2.8 MB | 2.3/4.5 MB | 866 kB
Progress (3): 2.6/2.8 MB | 2.3/4.5 MB | 866 kB
Progress (3): 2.6/2.8 MB | 2.3/4.5 MB | 866 kB
Progress (3): 2.6/2.8 MB | 2.3/4.5 MB | 866 kB
Progress (3): 2.6/2.8 MB | 2.3/4.5 MB | 866 kB
Progress (3): 2.6/2.8 MB | 2.3/4.5 MB | 866 kB
Progress (3): 2.6/2.8 MB | 2.3/4.5 MB | 866 kB
Progress (3): 2.6/2.8 MB | 2.3/4.5 MB | 866 kB
Progress (3): 2.6/2.8 MB | 2.4/4.5 MB | 866 kB
Progress (3): 2.7/2.8 MB | 2.4/4.5 MB | 866 kB
Progress (3): 2.7/2.8 MB | 2.4/4.5 MB | 866 kB
Progress (3): 2.7/2.8 MB | 2.4/4.5 MB | 866 kB
Progress (3): 2.7/2.8 MB | 2.4/4.5 MB | 866 kB
Progress (3): 2.7/2.8 MB | 2.4/4.5 MB | 866 kB
Progress (3): 2.7/2.8 MB | 2.4/4.5 MB | 866 kB
Progress (3): 2.7/2.8 MB | 2.4/4.5 MB | 866 kB
Progress (3): 2.7/2.8 MB | 2.4/4.5 MB | 866 kB
Progress (3): 2.7/2.8 MB | 2.4/4.5 MB | 866 kB
Progress (3): 2.7/2.8 MB | 2.5/4.5 MB | 866 kB
Progress (3): 2.8/2.8 MB | 2.5/4.5 MB | 866 kB
Progress (3): 2.8/2.8 MB | 2.5/4.5 MB | 866 kB
Progress (3): 2.8/2.8 MB | 2.5/4.5 MB | 866 kB
Progress (3): 2.8 MB | 2.5/4.5 MB | 866 kB    
Progress (3): 2.8 MB | 2.5/4.5 MB | 866 kB
Progress (3): 2.8 MB | 2.5/4.5 MB | 866 kB
Progress (3): 2.8 MB | 2.6/4.5 MB | 866 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar (2.8 MB at 5.7 MB/s)
08:30:27 Progress (2): 2.6/4.5 MB | 866 kB
Progress (2): 2.6/4.5 MB | 866 kB
Progress (2): 2.6/4.5 MB | 866 kB
Progress (2): 2.7/4.5 MB | 866 kB
Progress (2): 2.7/4.5 MB | 866 kB
Progress (2): 2.7/4.5 MB | 866 kB
Progress (2): 2.7/4.5 MB | 866 kB
Progress (2): 2.8/4.5 MB | 866 kB
Progress (2): 2.8/4.5 MB | 866 kB
Progress (2): 2.8/4.5 MB | 866 kB
Progress (2): 2.8/4.5 MB | 866 kB
Progress (2): 2.9/4.5 MB | 866 kB
Progress (2): 2.9/4.5 MB | 866 kB
Progress (2): 2.9/4.5 MB | 866 kB
Progress (2): 2.9/4.5 MB | 866 kB
Progress (2): 2.9/4.5 MB | 866 kB
Progress (2): 3.0/4.5 MB | 866 kB
Progress (2): 3.0/4.5 MB | 866 kB
Progress (2): 3.0/4.5 MB | 866 kB
Progress (2): 3.0/4.5 MB | 866 kB
Progress (2): 3.1/4.5 MB | 866 kB
Progress (2): 3.1/4.5 MB | 866 kB
Progress (2): 3.1/4.5 MB | 866 kB
Progress (2): 3.1/4.5 MB | 866 kB
Progress (2): 3.2/4.5 MB | 866 kB
Progress (2): 3.2/4.5 MB | 866 kB
Progress (2): 3.2/4.5 MB | 866 kB
Progress (2): 3.2/4.5 MB | 866 kB
Progress (2): 3.3/4.5 MB | 866 kB
Progress (2): 3.3/4.5 MB | 866 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar (866 kB at 1.7 MB/s)
08:30:27 Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar (4.5 MB at 7.7 MB/s)
08:30:27 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:30:27 [INFO] 
08:30:27 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.common ---
08:30:27 [INFO] 
08:30:27 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.common ---
08:30:27 [INFO] 
08:30:27 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common ---
08:30:27 [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/**/*
08:30:27 [INFO] 
08:30:27 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common ---
08:30:27 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
08:30:27 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
08:30:27 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)
08:30:27 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
08:30:27 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
08:30:27 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)
08:30:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom
08:30:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
08:30:27 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 111 kB/s)
08:30:27 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
08:30:27 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
08:30:27 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 315 kB/s)
08:30:27 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
08:30:27 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
08:30:27 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 63 kB/s)
08:30:27 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
08:30:27 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
08:30:27 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 95 kB/s)
08:30:27 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
08:30:27 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
08:30:27 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 194 kB/s)
08:30:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
08:30:27 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
08:30:27 Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 31 kB/s)
08:30:27 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
08:30:27 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
08:30:27 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 143 kB/s)
08:30:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
08:30:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
08:30:27 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 75 kB/s)
08:30:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
08:30:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
08:30:27 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 265 kB/s)
08:30:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
08:30:27 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
08:30:27 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 59 kB/s)
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
08:30:27 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
08:30:27 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
08:30:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 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
08:30:27 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
08:30:28 Progress (1): 4.1/57 kB
Progress (1): 7.7/57 kB
Progress (1): 12/57 kB 
Progress (1): 16/57 kB
Progress (1): 20/57 kB
Progress (1): 24/57 kB
Progress (1): 28/57 kB
Progress (1): 32/57 kB
Progress (1): 36/57 kB
Progress (1): 40/57 kB
Progress (1): 45/57 kB
Progress (1): 49/57 kB
Progress (1): 53/57 kB
Progress (1): 57 kB   
Progress (2): 57 kB | 4.1/35 kB
Progress (2): 57 kB | 7.7/35 kB
Progress (2): 57 kB | 12/35 kB 
Progress (2): 57 kB | 16/35 kB
Progress (2): 57 kB | 20/35 kB
Progress (2): 57 kB | 24/35 kB
Progress (2): 57 kB | 28/35 kB
                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.4 MB/s)
08:30:28 Progress (1): 32/35 kB
                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
08:30:28 Progress (1): 35 kB
Progress (2): 35 kB | 4.1/29 kB
Progress (2): 35 kB | 7.7/29 kB
Progress (2): 35 kB | 12/29 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.3 MB/s)
08:30:28 Progress (2): 12/29 kB | 4.1/21 kB
Progress (2): 16/29 kB | 4.1/21 kB
Progress (2): 16/29 kB | 7.7/21 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
08:30:28 Progress (2): 16/29 kB | 12/21 kB
Progress (2): 20/29 kB | 12/21 kB
Progress (2): 20/29 kB | 16/21 kB
Progress (2): 24/29 kB | 16/21 kB
Progress (2): 28/29 kB | 16/21 kB
Progress (2): 28/29 kB | 20/21 kB
Progress (2): 29 kB | 20/21 kB   
Progress (2): 29 kB | 21 kB   
Progress (3): 29 kB | 21 kB | 4.1/9.9 kB
Progress (3): 29 kB | 21 kB | 7.7/9.9 kB
Progress (3): 29 kB | 21 kB | 9.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.jar (29 kB at 964 kB/s)
08:30:28 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 716 kB/s)
08:30:28 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
08:30:28 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
08:30:28 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 331 kB/s)
08:30:28 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
08:30:28 Progress (1): 4.1/152 kB
Progress (1): 7.7/152 kB
Progress (1): 12/152 kB 
Progress (1): 16/152 kB
Progress (1): 20/152 kB
Progress (1): 24/152 kB
Progress (1): 28/152 kB
Progress (1): 32/152 kB
Progress (2): 32/152 kB | 4.1/14 kB
Progress (2): 32/152 kB | 7.7/14 kB
Progress (2): 32/152 kB | 12/14 kB 
Progress (2): 32/152 kB | 14 kB   
Progress (2): 36/152 kB | 14 kB
Progress (2): 40/152 kB | 14 kB
Progress (2): 45/152 kB | 14 kB
Progress (2): 49/152 kB | 14 kB
Progress (2): 53/152 kB | 14 kB
Progress (2): 57/152 kB | 14 kB
Progress (2): 61/152 kB | 14 kB
Progress (3): 61/152 kB | 14 kB | 4.1/116 kB
Progress (3): 65/152 kB | 14 kB | 4.1/116 kB
Progress (3): 65/152 kB | 14 kB | 7.7/116 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 389 kB/s)
08:30:28 Progress (2): 69/152 kB | 7.7/116 kB
Progress (2): 69/152 kB | 12/116 kB 
Progress (2): 73/152 kB | 12/116 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
08:30:28 Progress (2): 77/152 kB | 12/116 kB
Progress (2): 77/152 kB | 16/116 kB
Progress (2): 81/152 kB | 16/116 kB
Progress (2): 85/152 kB | 16/116 kB
Progress (2): 85/152 kB | 20/116 kB
Progress (2): 90/152 kB | 20/116 kB
Progress (2): 90/152 kB | 24/116 kB
Progress (2): 94/152 kB | 24/116 kB
Progress (2): 94/152 kB | 28/116 kB
Progress (2): 98/152 kB | 28/116 kB
Progress (2): 98/152 kB | 32/116 kB
Progress (2): 102/152 kB | 32/116 kB
Progress (2): 106/152 kB | 32/116 kB
Progress (2): 106/152 kB | 36/116 kB
Progress (2): 110/152 kB | 36/116 kB
Progress (2): 110/152 kB | 40/116 kB
Progress (3): 110/152 kB | 40/116 kB | 4.1/30 kB
Progress (3): 114/152 kB | 40/116 kB | 4.1/30 kB
Progress (3): 114/152 kB | 40/116 kB | 7.7/30 kB
Progress (3): 114/152 kB | 45/116 kB | 7.7/30 kB
Progress (3): 114/152 kB | 45/116 kB | 12/30 kB 
Progress (3): 114/152 kB | 49/116 kB | 12/30 kB
Progress (3): 114/152 kB | 49/116 kB | 16/30 kB
Progress (3): 118/152 kB | 49/116 kB | 16/30 kB
Progress (3): 122/152 kB | 49/116 kB | 16/30 kB
Progress (3): 126/152 kB | 49/116 kB | 16/30 kB
Progress (3): 131/152 kB | 49/116 kB | 16/30 kB
Progress (3): 131/152 kB | 49/116 kB | 20/30 kB
Progress (3): 131/152 kB | 49/116 kB | 24/30 kB
Progress (3): 131/152 kB | 53/116 kB | 24/30 kB
Progress (3): 131/152 kB | 53/116 kB | 28/30 kB
Progress (3): 135/152 kB | 53/116 kB | 28/30 kB
Progress (3): 135/152 kB | 57/116 kB | 28/30 kB
Progress (3): 135/152 kB | 57/116 kB | 30 kB   
Progress (3): 139/152 kB | 57/116 kB | 30 kB
Progress (3): 139/152 kB | 61/116 kB | 30 kB
Progress (3): 143/152 kB | 61/116 kB | 30 kB
Progress (3): 143/152 kB | 65/116 kB | 30 kB
Progress (3): 147/152 kB | 65/116 kB | 30 kB
Progress (3): 151/152 kB | 65/116 kB | 30 kB
Progress (3): 152 kB | 65/116 kB | 30 kB    
Progress (3): 152 kB | 69/116 kB | 30 kB
Progress (3): 152 kB | 73/116 kB | 30 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 700 kB/s)
08:30:28 Progress (2): 152 kB | 77/116 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
08:30:28 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 3.4 MB/s)
08:30:28 Progress (1): 81/116 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
08:30:28 Progress (2): 81/116 kB | 4.1/5.9 kB
Progress (3): 81/116 kB | 4.1/5.9 kB | 4.1/24 kB
Progress (3): 81/116 kB | 5.9 kB | 4.1/24 kB    
Progress (3): 85/116 kB | 5.9 kB | 4.1/24 kB
Progress (4): 85/116 kB | 5.9 kB | 4.1/24 kB | 4.1/37 kB
Progress (4): 85/116 kB | 5.9 kB | 7.7/24 kB | 4.1/37 kB
Progress (4): 85/116 kB | 5.9 kB | 7.7/24 kB | 7.7/37 kB
Progress (4): 90/116 kB | 5.9 kB | 7.7/24 kB | 7.7/37 kB
Progress (4): 90/116 kB | 5.9 kB | 7.7/24 kB | 12/37 kB 
Progress (4): 90/116 kB | 5.9 kB | 12/24 kB | 12/37 kB 
Progress (5): 90/116 kB | 5.9 kB | 12/24 kB | 12/37 kB | 4.1/13 kB
Progress (5): 90/116 kB | 5.9 kB | 12/24 kB | 16/37 kB | 4.1/13 kB
Progress (5): 94/116 kB | 5.9 kB | 12/24 kB | 16/37 kB | 4.1/13 kB
Progress (5): 94/116 kB | 5.9 kB | 12/24 kB | 16/37 kB | 7.7/13 kB
Progress (5): 94/116 kB | 5.9 kB | 16/24 kB | 16/37 kB | 7.7/13 kB
Progress (5): 94/116 kB | 5.9 kB | 16/24 kB | 16/37 kB | 12/13 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 86 kB/s)
08:30:28 Progress (4): 98/116 kB | 16/24 kB | 16/37 kB | 12/13 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
08:30:28 Progress (4): 98/116 kB | 20/24 kB | 16/37 kB | 12/13 kB
Progress (4): 98/116 kB | 20/24 kB | 16/37 kB | 13 kB   
Progress (4): 98/116 kB | 20/24 kB | 20/37 kB | 13 kB
Progress (4): 98/116 kB | 24/24 kB | 20/37 kB | 13 kB
Progress (4): 102/116 kB | 24/24 kB | 20/37 kB | 13 kB
Progress (4): 102/116 kB | 24/24 kB | 24/37 kB | 13 kB
Progress (4): 106/116 kB | 24/24 kB | 24/37 kB | 13 kB
Progress (4): 106/116 kB | 24 kB | 24/37 kB | 13 kB   
Progress (4): 110/116 kB | 24 kB | 24/37 kB | 13 kB
Progress (4): 110/116 kB | 24 kB | 28/37 kB | 13 kB
Progress (4): 114/116 kB | 24 kB | 28/37 kB | 13 kB
Progress (4): 114/116 kB | 24 kB | 32/37 kB | 13 kB
Progress (5): 114/116 kB | 24 kB | 32/37 kB | 13 kB | 4.1/38 kB
Progress (5): 114/116 kB | 24 kB | 36/37 kB | 13 kB | 4.1/38 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 186 kB/s)
08:30:28 Progress (4): 116 kB | 24 kB | 36/37 kB | 4.1/38 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
08:30:28 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 335 kB/s)
08:30:28 Progress (3): 116 kB | 37 kB | 4.1/38 kB
Progress (3): 116 kB | 37 kB | 7.7/38 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
08:30:28 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.5 MB/s)
08:30:28 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
08:30:28 Progress (2): 37 kB | 12/38 kB
                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 492 kB/s)
08:30:28 Progress (2): 12/38 kB | 4.1/87 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
08:30:28 Progress (2): 16/38 kB | 4.1/87 kB
Progress (3): 16/38 kB | 4.1/87 kB | 4.1/49 kB
Progress (3): 16/38 kB | 7.7/87 kB | 4.1/49 kB
Progress (3): 16/38 kB | 7.7/87 kB | 7.7/49 kB
Progress (3): 16/38 kB | 12/87 kB | 7.7/49 kB 
Progress (3): 16/38 kB | 12/87 kB | 12/49 kB 
Progress (3): 20/38 kB | 12/87 kB | 12/49 kB
Progress (3): 20/38 kB | 16/87 kB | 12/49 kB
Progress (3): 24/38 kB | 16/87 kB | 12/49 kB
Progress (3): 24/38 kB | 16/87 kB | 16/49 kB
Progress (3): 28/38 kB | 16/87 kB | 16/49 kB
Progress (3): 32/38 kB | 16/87 kB | 16/49 kB
Progress (3): 32/38 kB | 20/87 kB | 16/49 kB
Progress (3): 36/38 kB | 20/87 kB | 16/49 kB
Progress (3): 36/38 kB | 20/87 kB | 20/49 kB
Progress (3): 36/38 kB | 24/87 kB | 20/49 kB
Progress (3): 36/38 kB | 24/87 kB | 24/49 kB
Progress (3): 38 kB | 24/87 kB | 24/49 kB   
Progress (3): 38 kB | 24/87 kB | 28/49 kB
Progress (3): 38 kB | 28/87 kB | 28/49 kB
Progress (3): 38 kB | 28/87 kB | 32/49 kB
Progress (3): 38 kB | 32/87 kB | 32/49 kB
Progress (3): 38 kB | 32/87 kB | 36/49 kB
Progress (3): 38 kB | 32/87 kB | 40/49 kB
Progress (3): 38 kB | 36/87 kB | 40/49 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 479 kB/s)
08:30:28 Progress (2): 40/87 kB | 40/49 kB
Progress (2): 40/87 kB | 45/49 kB
Progress (2): 45/87 kB | 45/49 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
08:30:28 Progress (2): 49/87 kB | 45/49 kB
Progress (2): 49/87 kB | 49/49 kB
Progress (2): 49/87 kB | 49 kB   
Progress (2): 53/87 kB | 49 kB
Progress (2): 57/87 kB | 49 kB
Progress (2): 61/87 kB | 49 kB
Progress (2): 65/87 kB | 49 kB
Progress (2): 69/87 kB | 49 kB
Progress (3): 69/87 kB | 49 kB | 4.1/121 kB
Progress (3): 73/87 kB | 49 kB | 4.1/121 kB
Progress (3): 73/87 kB | 49 kB | 7.7/121 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 599 kB/s)
08:30:28 Progress (2): 73/87 kB | 12/121 kB
Progress (2): 77/87 kB | 12/121 kB
Progress (2): 77/87 kB | 16/121 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
08:30:28 Progress (2): 81/87 kB | 16/121 kB
Progress (2): 81/87 kB | 20/121 kB
Progress (2): 85/87 kB | 20/121 kB
Progress (2): 85/87 kB | 24/121 kB
Progress (2): 87 kB | 24/121 kB   
Progress (2): 87 kB | 28/121 kB
Progress (2): 87 kB | 32/121 kB
Progress (2): 87 kB | 36/121 kB
Progress (2): 87 kB | 40/121 kB
Progress (2): 87 kB | 45/121 kB
Progress (2): 87 kB | 49/121 kB
Progress (2): 87 kB | 53/121 kB
Progress (2): 87 kB | 57/121 kB
Progress (2): 87 kB | 61/121 kB
Progress (3): 87 kB | 61/121 kB | 4.1/223 kB
Progress (3): 87 kB | 65/121 kB | 4.1/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 1.0 MB/s)
08:30:28 Progress (2): 65/121 kB | 7.7/223 kB
Progress (2): 69/121 kB | 7.7/223 kB
                                    
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
08:30:28 Progress (2): 73/121 kB | 7.7/223 kB
Progress (2): 73/121 kB | 12/223 kB 
Progress (2): 77/121 kB | 12/223 kB
Progress (2): 77/121 kB | 16/223 kB
Progress (2): 81/121 kB | 16/223 kB
Progress (2): 85/121 kB | 16/223 kB
Progress (2): 90/121 kB | 16/223 kB
Progress (2): 94/121 kB | 16/223 kB
Progress (2): 98/121 kB | 16/223 kB
Progress (2): 98/121 kB | 20/223 kB
Progress (2): 98/121 kB | 24/223 kB
Progress (2): 98/121 kB | 28/223 kB
Progress (2): 102/121 kB | 28/223 kB
Progress (3): 102/121 kB | 28/223 kB | 4.1/35 kB
Progress (3): 102/121 kB | 32/223 kB | 4.1/35 kB
Progress (3): 102/121 kB | 32/223 kB | 7.7/35 kB
Progress (3): 106/121 kB | 32/223 kB | 7.7/35 kB
Progress (3): 106/121 kB | 32/223 kB | 12/35 kB 
Progress (3): 110/121 kB | 32/223 kB | 12/35 kB
Progress (3): 110/121 kB | 32/223 kB | 16/35 kB
Progress (3): 114/121 kB | 32/223 kB | 16/35 kB
Progress (3): 114/121 kB | 36/223 kB | 16/35 kB
Progress (3): 118/121 kB | 36/223 kB | 16/35 kB
Progress (3): 118/121 kB | 40/223 kB | 16/35 kB
Progress (3): 121 kB | 40/223 kB | 16/35 kB    
Progress (3): 121 kB | 40/223 kB | 20/35 kB
Progress (3): 121 kB | 45/223 kB | 20/35 kB
Progress (3): 121 kB | 45/223 kB | 24/35 kB
Progress (3): 121 kB | 49/223 kB | 24/35 kB
Progress (4): 121 kB | 49/223 kB | 24/35 kB | 4.1/86 kB
Progress (5): 121 kB | 49/223 kB | 24/35 kB | 4.1/86 kB | 4.1/10 kB
Progress (5): 121 kB | 49/223 kB | 28/35 kB | 4.1/86 kB | 4.1/10 kB
Progress (5): 121 kB | 49/223 kB | 28/35 kB | 4.1/86 kB | 7.7/10 kB
Progress (5): 121 kB | 49/223 kB | 28/35 kB | 7.7/86 kB | 7.7/10 kB
Progress (5): 121 kB | 49/223 kB | 28/35 kB | 7.7/86 kB | 10 kB    
Progress (5): 121 kB | 49/223 kB | 32/35 kB | 7.7/86 kB | 10 kB
Progress (5): 121 kB | 53/223 kB | 32/35 kB | 7.7/86 kB | 10 kB
Progress (5): 121 kB | 53/223 kB | 32/35 kB | 12/86 kB | 10 kB 
Progress (5): 121 kB | 57/223 kB | 32/35 kB | 12/86 kB | 10 kB
Progress (5): 121 kB | 57/223 kB | 35 kB | 12/86 kB | 10 kB   
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.3 MB/s)
08:30:28 Progress (4): 61/223 kB | 35 kB | 12/86 kB | 10 kB
Progress (4): 61/223 kB | 35 kB | 16/86 kB | 10 kB
Progress (4): 65/223 kB | 35 kB | 16/86 kB | 10 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
08:30:28 Progress (4): 65/223 kB | 35 kB | 20/86 kB | 10 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 363 kB/s)
08:30:28 Progress (3): 69/223 kB | 20/86 kB | 10 kB
Progress (3): 69/223 kB | 24/86 kB | 10 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
08:30:28 Progress (4): 69/223 kB | 24/86 kB | 10 kB | 4.1/6.8 kB
Progress (4): 69/223 kB | 28/86 kB | 10 kB | 4.1/6.8 kB
Progress (4): 73/223 kB | 28/86 kB | 10 kB | 4.1/6.8 kB
Progress (4): 73/223 kB | 32/86 kB | 10 kB | 4.1/6.8 kB
Progress (4): 73/223 kB | 32/86 kB | 10 kB | 6.8 kB    
Progress (4): 77/223 kB | 32/86 kB | 10 kB | 6.8 kB
Progress (4): 81/223 kB | 32/86 kB | 10 kB | 6.8 kB
Progress (4): 81/223 kB | 36/86 kB | 10 kB | 6.8 kB
Progress (4): 81/223 kB | 40/86 kB | 10 kB | 6.8 kB
Progress (4): 81/223 kB | 45/86 kB | 10 kB | 6.8 kB
Progress (4): 81/223 kB | 49/86 kB | 10 kB | 6.8 kB
Progress (5): 81/223 kB | 49/86 kB | 10 kB | 6.8 kB | 4.1/61 kB
Progress (5): 85/223 kB | 49/86 kB | 10 kB | 6.8 kB | 4.1/61 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 69 kB/s)
08:30:28 Progress (4): 85/223 kB | 53/86 kB | 10 kB | 4.1/61 kB
Progress (4): 85/223 kB | 53/86 kB | 10 kB | 7.7/61 kB
Progress (4): 85/223 kB | 57/86 kB | 10 kB | 7.7/61 kB
Progress (4): 90/223 kB | 57/86 kB | 10 kB | 7.7/61 kB
Progress (4): 90/223 kB | 61/86 kB | 10 kB | 7.7/61 kB
Progress (4): 90/223 kB | 61/86 kB | 10 kB | 12/61 kB 
Progress (4): 90/223 kB | 65/86 kB | 10 kB | 12/61 kB
Progress (4): 94/223 kB | 65/86 kB | 10 kB | 12/61 kB
Progress (4): 94/223 kB | 65/86 kB | 10 kB | 16/61 kB
Progress (4): 98/223 kB | 65/86 kB | 10 kB | 16/61 kB
Progress (4): 98/223 kB | 69/86 kB | 10 kB | 16/61 kB
Progress (4): 98/223 kB | 73/86 kB | 10 kB | 16/61 kB
Progress (4): 98/223 kB | 77/86 kB | 10 kB | 16/61 kB
Progress (4): 98/223 kB | 77/86 kB | 10 kB | 20/61 kB
Progress (4): 98/223 kB | 81/86 kB | 10 kB | 20/61 kB
Progress (4): 98/223 kB | 81/86 kB | 10 kB | 24/61 kB
Progress (4): 98/223 kB | 81/86 kB | 10 kB | 28/61 kB
Progress (4): 98/223 kB | 85/86 kB | 10 kB | 28/61 kB
Progress (4): 102/223 kB | 85/86 kB | 10 kB | 28/61 kB
Progress (4): 102/223 kB | 86 kB | 10 kB | 28/61 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 101 kB/s)
08:30:28 Progress (3): 102/223 kB | 86 kB | 32/61 kB
Progress (3): 106/223 kB | 86 kB | 32/61 kB
Progress (3): 110/223 kB | 86 kB | 32/61 kB
Progress (3): 114/223 kB | 86 kB | 32/61 kB
Progress (3): 114/223 kB | 86 kB | 36/61 kB
Progress (3): 114/223 kB | 86 kB | 40/61 kB
Progress (3): 114/223 kB | 86 kB | 45/61 kB
Progress (3): 118/223 kB | 86 kB | 45/61 kB
Progress (3): 118/223 kB | 86 kB | 49/61 kB
Progress (3): 122/223 kB | 86 kB | 49/61 kB
Progress (3): 126/223 kB | 86 kB | 49/61 kB
Progress (3): 131/223 kB | 86 kB | 49/61 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 839 kB/s)
08:30:28 Progress (2): 131/223 kB | 53/61 kB
Progress (2): 131/223 kB | 57/61 kB
Progress (2): 135/223 kB | 57/61 kB
Progress (2): 135/223 kB | 61/61 kB
Progress (2): 139/223 kB | 61/61 kB
Progress (2): 139/223 kB | 61 kB   
Progress (2): 143/223 kB | 61 kB
Progress (2): 147/223 kB | 61 kB
Progress (2): 151/223 kB | 61 kB
Progress (2): 155/223 kB | 61 kB
Progress (2): 159/223 kB | 61 kB
Progress (2): 163/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 366 kB/s)
08:30:28 Progress (1): 167/223 kB
Progress (1): 171/223 kB
Progress (1): 176/223 kB
Progress (1): 180/223 kB
Progress (1): 184/223 kB
Progress (1): 188/223 kB
Progress (1): 192/223 kB
Progress (1): 196/223 kB
Progress (1): 200/223 kB
Progress (1): 204/223 kB
Progress (1): 208/223 kB
Progress (1): 212/223 kB
Progress (1): 217/223 kB
Progress (1): 221/223 kB
Progress (1): 223 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.3 MB/s)
08:30:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:28 [INFO] Copying 1 resource
08:30:28 [INFO] 
08:30:28 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.common ---
08:30:28 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
08:30:28 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
08:30:28 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 231 kB/s)
08:30:28 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
08:30:28 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
08:30:28 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 241 kB/s)
08:30:28 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
08:30:28 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
08:30:28 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 1.3 MB/s)
08:30:28 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
08:30:28 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
08:30:28 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)
08:30:28 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom
08:30:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom
08:30:28 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom (2.4 kB at 118 kB/s)
08:30:28 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom
08:30:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom
08:30:28 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom (1.6 kB at 56 kB/s)
08:30:28 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom
08:30:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom
08:30:28 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom (1.7 kB at 67 kB/s)
08:30:28 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
08:30:28 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar
08:30:28 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar
08:30:28 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
08:30:28 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar
08:30:28 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
08:30:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar
08:30:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar
08:30:28 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
08:30:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar
08:30:28 Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar (4.7 kB at 214 kB/s)
08:30:28 Progress (1): 3.5 kB
Progress (2): 3.5 kB | 4.1/17 kB
Progress (2): 3.5 kB | 7.7/17 kB
Progress (3): 3.5 kB | 7.7/17 kB | 4.1/27 kB
Progress (3): 3.5 kB | 12/17 kB | 4.1/27 kB 
Progress (3): 3.5 kB | 12/17 kB | 7.7/27 kB
Progress (3): 3.5 kB | 16/17 kB | 7.7/27 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar (3.5 kB at 86 kB/s)
08:30:28 Progress (2): 16/17 kB | 12/27 kB
Progress (2): 17 kB | 12/27 kB   
Progress (2): 17 kB | 16/27 kB
Progress (2): 17 kB | 20/27 kB
Progress (2): 17 kB | 24/27 kB
Progress (2): 17 kB | 27 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar (17 kB at 354 kB/s)
08:30:28 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 553 kB/s)
08:30:28 Progress (1): 0/2.9 MB
Progress (1): 0/2.9 MB
Progress (1): 0/2.9 MB
Progress (1): 0.1/2.9 MB
Progress (1): 0.1/2.9 MB
Progress (1): 0.1/2.9 MB
Progress (1): 0.1/2.9 MB
Progress (1): 0.1/2.9 MB
Progress (1): 0.1/2.9 MB
Progress (1): 0.2/2.9 MB
Progress (1): 0.2/2.9 MB
Progress (1): 0.2/2.9 MB
Progress (1): 0.2/2.9 MB
Progress (1): 0.2/2.9 MB
Progress (1): 0.2/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.7/2.9 MB
Progress (1): 0.7/2.9 MB
Progress (1): 0.7/2.9 MB
Progress (1): 0.7/2.9 MB
Progress (1): 0.7/2.9 MB
Progress (1): 0.7/2.9 MB
Progress (1): 0.8/2.9 MB
Progress (1): 0.8/2.9 MB
Progress (1): 0.8/2.9 MB
Progress (1): 0.8/2.9 MB
Progress (1): 0.8/2.9 MB
Progress (1): 0.8/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar (2.9 MB at 7.5 MB/s)
08:30:28 [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!
08:30:28 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/bin
08:30:29 [INFO] 
08:30:29 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common ---
08:30:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/src/test/resources
08:30:29 [INFO] 
08:30:29 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.common ---
08:30:29 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.9.0-SNAPSHOT-sources.jar
08:30:29 [INFO] 
08:30:29 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.common ---
08:30:30 [INFO] 
08:30:30 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common ---
08:30:30 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.9.0-SNAPSHOT.jar
08:30:30 [INFO] 
08:30:30 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common ---
08:30:30 [INFO] 
08:30:30 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.common ---
08:30:30 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.9.0-SNAPSHOT.jar
08:30:30 [INFO] 
08:30:30 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.common ---
08:30:30 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.9.0-SNAPSHOT.jar
08:30:32 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.9.0-SNAPSHOT-sources.jar
08:30:33 [INFO] 
08:30:33 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.common ---
08:30:33 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.9.0-SNAPSHOT.jar
08:30:33 [INFO] 
08:30:33 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.common ---
08:30:33 [INFO] 
08:30:33 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >-------
08:30:33 [INFO] Building RedDeer Workbench Core 2.9.0-SNAPSHOT                    [4/59]
08:30:33 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:30:33 [INFO] 
08:30:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] 
08:30:33 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:30:33 [INFO] 
08:30:33 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] 
08:30:33 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] 
08:30:33 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [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/**/*
08:30:33 [INFO] 
08:30:33 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/resources
08:30:33 [INFO] 
08:30:33 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [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!
08:30:33 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/bin
08:30:33 [INFO] 
08:30:33 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/src/test/resources
08:30:33 [INFO] 
08:30:33 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.9.0-SNAPSHOT-sources.jar
08:30:33 [INFO] 
08:30:33 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] 
08:30:33 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.9.0-SNAPSHOT.jar
08:30:33 [INFO] 
08:30:33 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] 
08:30:33 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.9.0-SNAPSHOT.jar
08:30:33 [INFO] 
08:30:33 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.workbench.core ---
08:30:33 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.9.0-SNAPSHOT.jar
08:30:36 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.9.0-SNAPSHOT-sources.jar
08:30:37 [INFO] 
08:30:37 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.workbench.core ---
08:30:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.9.0-SNAPSHOT.jar
08:30:37 [INFO] 
08:30:37 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.workbench.core ---
08:30:37 [INFO] 
08:30:37 [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core >------
08:30:37 [INFO] Building RedDeer E4 Workbench Core 2.9.0-SNAPSHOT                 [5/59]
08:30:37 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:30:37 [INFO] 
08:30:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] 
08:30:37 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:30:37 [INFO] 
08:30:37 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] 
08:30:37 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] 
08:30:37 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [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/**/*
08:30:37 [INFO] 
08:30:37 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/resources
08:30:37 [INFO] 
08:30:37 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [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!
08:30:37 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/bin
08:30:37 [INFO] 
08:30:37 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources
08:30:37 [INFO] 
08:30:37 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.9.0-SNAPSHOT-sources.jar
08:30:37 [INFO] 
08:30:37 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] 
08:30:37 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.9.0-SNAPSHOT.jar
08:30:37 [INFO] 
08:30:37 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] 
08:30:37 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.9.0-SNAPSHOT.jar
08:30:37 [INFO] 
08:30:37 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:37 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.9.0-SNAPSHOT.jar
08:30:39 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.9.0-SNAPSHOT-sources.jar
08:30:40 [INFO] 
08:30:40 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.9.0-SNAPSHOT.jar
08:30:40 [INFO] 
08:30:40 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench.core ---
08:30:40 [INFO] 
08:30:40 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------
08:30:40 [INFO] Building RedDeer Core 2.9.0-SNAPSHOT                              [6/59]
08:30:40 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:30:40 [INFO] 
08:30:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core ---
08:30:40 [INFO] 
08:30:40 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core ---
08:30:40 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:30:40 [INFO] 
08:30:40 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.core ---
08:30:40 [INFO] 
08:30:40 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.core ---
08:30:40 [INFO] 
08:30:40 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core ---
08:30:40 [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/**/*
08:30:40 [INFO] 
08:30:40 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core ---
08:30:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/resources
08:30:40 [INFO] 
08:30:40 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.core ---
08:30:40 [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!
08:30:40 [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/bin
08:30:41 [INFO] 
08:30:41 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core ---
08:30:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/src/test/resources
08:30:41 [INFO] 
08:30:41 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.core ---
08:30:41 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.9.0-SNAPSHOT-sources.jar
08:30:41 [INFO] 
08:30:41 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.core ---
08:30:41 [INFO] 
08:30:41 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core ---
08:30:41 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.9.0-SNAPSHOT.jar
08:30:41 [INFO] 
08:30:41 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core ---
08:30:41 [INFO] 
08:30:41 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.core ---
08:30:41 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.9.0-SNAPSHOT.jar
08:30:41 [INFO] 
08:30:41 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.core ---
08:30:41 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.9.0-SNAPSHOT.jar
08:30:43 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.9.0-SNAPSHOT-sources.jar
08:30:44 [INFO] 
08:30:44 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.core ---
08:30:44 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.9.0-SNAPSHOT.jar
08:30:44 [INFO] 
08:30:44 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.core ---
08:30:44 [INFO] 
08:30:44 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >-------------
08:30:44 [INFO] Building RedDeer SWT 2.9.0-SNAPSHOT                               [7/59]
08:30:44 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:30:44 [INFO] 
08:30:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt ---
08:30:44 [INFO] 
08:30:44 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt ---
08:30:44 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:30:44 [INFO] 
08:30:44 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.swt ---
08:30:44 [INFO] 
08:30:44 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.swt ---
08:30:44 [INFO] 
08:30:44 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt ---
08:30:44 [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/**/*
08:30:44 [INFO] 
08:30:44 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt ---
08:30:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/resources
08:30:44 [INFO] 
08:30:44 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.swt ---
08:30:44 [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!
08:30:44 [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/bin
08:30:45 [INFO] 
08:30:45 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt ---
08:30:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/src/test/resources
08:30:45 [INFO] 
08:30:45 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.swt ---
08:30:45 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.9.0-SNAPSHOT-sources.jar
08:30:45 [INFO] 
08:30:45 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.swt ---
08:30:45 [INFO] 
08:30:45 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt ---
08:30:45 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.9.0-SNAPSHOT.jar
08:30:45 [INFO] 
08:30:45 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt ---
08:30:45 [INFO] 
08:30:45 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.swt ---
08:30:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.9.0-SNAPSHOT.jar
08:30:45 [INFO] 
08:30:45 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.swt ---
08:30:45 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.9.0-SNAPSHOT.jar
08:30:47 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.9.0-SNAPSHOT-sources.jar
08:30:48 [INFO] 
08:30:48 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.swt ---
08:30:48 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.9.0-SNAPSHOT.jar
08:30:48 [INFO] 
08:30:48 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.swt ---
08:30:48 [INFO] 
08:30:48 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------
08:30:48 [INFO] Building RedDeer JFace 2.9.0-SNAPSHOT                             [8/59]
08:30:48 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:30:48 [INFO] 
08:30:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] 
08:30:48 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:30:48 [INFO] 
08:30:48 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] 
08:30:48 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] 
08:30:48 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface ---
08:30:48 [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/**/*
08:30:48 [INFO] 
08:30:48 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/resources
08:30:48 [INFO] 
08:30:48 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.jface ---
08:30:48 [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!
08:30:48 [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/bin
08:30:48 [INFO] 
08:30:48 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/src/test/resources
08:30:48 [INFO] 
08:30:48 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.9.0-SNAPSHOT-sources.jar
08:30:48 [INFO] 
08:30:48 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] 
08:30:48 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.9.0-SNAPSHOT.jar
08:30:48 [INFO] 
08:30:48 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] 
08:30:48 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.jface ---
08:30:48 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.9.0-SNAPSHOT.jar
08:30:49 [INFO] 
08:30:49 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.jface ---
08:30:49 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.9.0-SNAPSHOT.jar
08:30:50 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.9.0-SNAPSHOT-sources.jar
08:30:51 [INFO] 
08:30:51 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.jface ---
08:30:51 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.9.0-SNAPSHOT.jar
08:30:51 [INFO] 
08:30:51 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.jface ---
08:30:51 [INFO] 
08:30:51 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >----------
08:30:51 [INFO] Building RedDeer Workbench 2.9.0-SNAPSHOT                         [9/59]
08:30:51 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:30:51 [INFO] 
08:30:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench ---
08:30:51 [INFO] 
08:30:51 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench ---
08:30:51 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:30:51 [INFO] 
08:30:51 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench ---
08:30:51 [INFO] 
08:30:51 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench ---
08:30:51 [INFO] 
08:30:51 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench ---
08:30:51 [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/**/*
08:30:51 [INFO] 
08:30:51 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench ---
08:30:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/resources
08:30:51 [INFO] 
08:30:51 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.workbench ---
08:30:51 [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!
08:30:51 [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/bin
08:30:51 [INFO] 
08:30:51 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench ---
08:30:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/src/test/resources
08:30:51 [INFO] 
08:30:51 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench ---
08:30:51 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.9.0-SNAPSHOT-sources.jar
08:30:51 [INFO] 
08:30:51 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench ---
08:30:51 [INFO] 
08:30:51 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench ---
08:30:51 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.9.0-SNAPSHOT.jar
08:30:52 [INFO] 
08:30:52 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench ---
08:30:52 [INFO] 
08:30:52 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.workbench ---
08:30:52 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.9.0-SNAPSHOT.jar
08:30:52 [INFO] 
08:30:52 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.workbench ---
08:30:52 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.9.0-SNAPSHOT.jar
08:30:53 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.9.0-SNAPSHOT-sources.jar
08:30:54 [INFO] 
08:30:54 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.workbench ---
08:30:54 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.9.0-SNAPSHOT.jar
08:30:54 [INFO] 
08:30:54 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.workbench ---
08:30:54 [INFO] 
08:30:54 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >--------
08:30:54 [INFO] Building RedDeer E4 Workbench 2.9.0-SNAPSHOT                     [10/59]
08:30:54 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:30:54 [INFO] 
08:30:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench ---
08:30:54 [INFO] 
08:30:54 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench ---
08:30:54 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:30:54 [INFO] 
08:30:54 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench ---
08:30:54 [INFO] 
08:30:54 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench ---
08:30:54 [INFO] 
08:30:54 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench ---
08:30:54 [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/**/*
08:30:54 [INFO] 
08:30:54 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench ---
08:30:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/resources
08:30:54 [INFO] 
08:30:54 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.e4.workbench ---
08:30:54 [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!
08:30:54 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/bin
08:30:54 [INFO] 
08:30:54 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench ---
08:30:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources
08:30:54 [INFO] 
08:30:54 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench ---
08:30:54 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.9.0-SNAPSHOT-sources.jar
08:30:54 [INFO] 
08:30:54 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench ---
08:30:55 [INFO] 
08:30:55 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench ---
08:30:55 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.9.0-SNAPSHOT.jar
08:30:55 [INFO] 
08:30:55 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench ---
08:30:55 [INFO] 
08:30:55 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.workbench ---
08:30:55 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.9.0-SNAPSHOT.jar
08:30:55 [INFO] 
08:30:55 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.workbench ---
08:30:55 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.9.0-SNAPSHOT.jar
08:30:56 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.9.0-SNAPSHOT-sources.jar
08:30:57 [INFO] 
08:30:57 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.e4.workbench ---
08:30:57 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.9.0-SNAPSHOT.jar
08:30:57 [INFO] 
08:30:57 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench ---
08:30:57 [INFO] 
08:30:57 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >-----------
08:30:57 [INFO] Building RedDeer UIForms 2.9.0-SNAPSHOT                          [11/59]
08:30:57 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:30:57 [INFO] 
08:30:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] 
08:30:57 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:30:57 [INFO] 
08:30:57 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] 
08:30:57 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] 
08:30:57 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms ---
08:30:57 [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/**/*
08:30:57 [INFO] 
08:30:57 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/resources
08:30:57 [INFO] 
08:30:57 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.uiforms ---
08:30:57 [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!
08:30:57 [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/bin
08:30:57 [INFO] 
08:30:57 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:30:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/src/test/resources
08:30:57 [INFO] 
08:30:57 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.9.0-SNAPSHOT-sources.jar
08:30:57 [INFO] 
08:30:57 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] 
08:30:57 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.9.0-SNAPSHOT.jar
08:30:57 [INFO] 
08:30:57 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] 
08:30:57 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.9.0-SNAPSHOT.jar
08:30:57 [INFO] 
08:30:57 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.uiforms ---
08:30:57 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.9.0-SNAPSHOT.jar
08:30:59 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.9.0-SNAPSHOT-sources.jar
08:31:00 [INFO] 
08:31:00 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.uiforms ---
08:31:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.9.0-SNAPSHOT.jar
08:31:00 [INFO] 
08:31:00 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.uiforms ---
08:31:00 [INFO] 
08:31:00 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >-----------
08:31:00 [INFO] Building RedDeer Direct 2.9.0-SNAPSHOT                           [12/59]
08:31:00 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:00 [INFO] 
08:31:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] 
08:31:00 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:00 [INFO] 
08:31:00 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] 
08:31:00 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] 
08:31:00 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct ---
08:31:00 [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/**/*
08:31:00 [INFO] 
08:31:00 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/resources
08:31:00 [INFO] 
08:31:00 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.direct ---
08:31:00 [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!
08:31:00 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/bin
08:31:00 [INFO] 
08:31:00 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/src/test/resources
08:31:00 [INFO] 
08:31:00 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.9.0-SNAPSHOT-sources.jar
08:31:00 [INFO] 
08:31:00 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] 
08:31:00 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.9.0-SNAPSHOT.jar
08:31:00 [INFO] 
08:31:00 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] 
08:31:00 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.9.0-SNAPSHOT.jar
08:31:00 [INFO] 
08:31:00 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.direct ---
08:31:00 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.9.0-SNAPSHOT.jar
08:31:01 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.9.0-SNAPSHOT-sources.jar
08:31:02 [INFO] 
08:31:02 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.direct ---
08:31:02 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.9.0-SNAPSHOT.jar
08:31:02 [INFO] 
08:31:02 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.direct ---
08:31:02 [INFO] 
08:31:02 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------
08:31:02 [INFO] Building RedDeer JUnit 2.9.0-SNAPSHOT                            [13/59]
08:31:02 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:02 [INFO] 
08:31:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit ---
08:31:02 [INFO] 
08:31:02 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit ---
08:31:02 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:02 [INFO] 
08:31:02 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.junit ---
08:31:02 [INFO] 
08:31:02 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.junit ---
08:31:02 [INFO] 
08:31:02 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit ---
08:31:02 [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/**/*
08:31:02 [INFO] 
08:31:02 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit ---
08:31:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/resources
08:31:02 [INFO] 
08:31:02 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.junit ---
08:31:02 [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!
08:31:02 [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/bin
08:31:03 [INFO] 
08:31:03 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit ---
08:31:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/src/test/resources
08:31:03 [INFO] 
08:31:03 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.junit ---
08:31:03 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.9.0-SNAPSHOT-sources.jar
08:31:03 [INFO] 
08:31:03 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.junit ---
08:31:03 [INFO] 
08:31:03 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit ---
08:31:03 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.9.0-SNAPSHOT.jar
08:31:03 [INFO] 
08:31:03 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit ---
08:31:03 [INFO] 
08:31:03 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.junit ---
08:31:03 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.9.0-SNAPSHOT.jar
08:31:03 [INFO] 
08:31:03 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.junit ---
08:31:03 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.9.0-SNAPSHOT.jar
08:31:04 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.9.0-SNAPSHOT-sources.jar
08:31:05 [INFO] 
08:31:05 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.junit ---
08:31:05 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.9.0-SNAPSHOT.jar
08:31:05 [INFO] 
08:31:05 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit ---
08:31:05 [INFO] 
08:31:05 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >-----------
08:31:05 [INFO] Building RedDeer Eclipse 2.9.0-SNAPSHOT                          [14/59]
08:31:05 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:06 [INFO] 
08:31:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse ---
08:31:06 [INFO] 
08:31:06 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse ---
08:31:06 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:06 [INFO] 
08:31:06 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse ---
08:31:06 [INFO] 
08:31:06 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse ---
08:31:06 [INFO] 
08:31:06 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse ---
08:31:06 [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/**/*
08:31:06 [INFO] 
08:31:06 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse ---
08:31:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/resources
08:31:06 [INFO] 
08:31:06 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.eclipse ---
08:31:06 [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!
08:31:06 [INFO] Compiling 254 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/bin
08:31:06 [INFO] 
08:31:06 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse ---
08:31:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/src/test/resources
08:31:06 [INFO] 
08:31:06 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse ---
08:31:06 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.9.0-SNAPSHOT-sources.jar
08:31:07 [INFO] 
08:31:07 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse ---
08:31:07 [INFO] 
08:31:07 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse ---
08:31:07 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.9.0-SNAPSHOT.jar
08:31:07 [INFO] 
08:31:07 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse ---
08:31:07 [INFO] 
08:31:07 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.eclipse ---
08:31:07 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.9.0-SNAPSHOT.jar
08:31:07 [INFO] 
08:31:07 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.eclipse ---
08:31:07 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.9.0-SNAPSHOT.jar
08:31:09 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.9.0-SNAPSHOT-sources.jar
08:31:10 [INFO] 
08:31:10 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.eclipse ---
08:31:10 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.9.0-SNAPSHOT.jar
08:31:10 [INFO] 
08:31:10 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.eclipse ---
08:31:10 [INFO] 
08:31:10 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >-------------
08:31:10 [INFO] Building RedDeer GEF 2.9.0-SNAPSHOT                              [15/59]
08:31:10 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:10 [INFO] 
08:31:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef ---
08:31:10 [INFO] 
08:31:10 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef ---
08:31:10 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:10 [INFO] 
08:31:10 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.gef ---
08:31:10 [INFO] 
08:31:10 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.gef ---
08:31:10 [INFO] 
08:31:10 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef ---
08:31:10 [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/**/*
08:31:10 [INFO] 
08:31:10 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef ---
08:31:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/resources
08:31:10 [INFO] 
08:31:10 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.gef ---
08:31:10 [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!
08:31:10 [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/bin
08:31:11 [INFO] 
08:31:11 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef ---
08:31:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/src/test/resources
08:31:11 [INFO] 
08:31:11 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.gef ---
08:31:11 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.9.0-SNAPSHOT-sources.jar
08:31:11 [INFO] 
08:31:11 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.gef ---
08:31:11 [INFO] 
08:31:11 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef ---
08:31:11 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.9.0-SNAPSHOT.jar
08:31:11 [INFO] 
08:31:11 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef ---
08:31:11 [INFO] 
08:31:11 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.gef ---
08:31:11 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.9.0-SNAPSHOT.jar
08:31:11 [INFO] 
08:31:11 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef ---
08:31:11 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.9.0-SNAPSHOT.jar
08:31:12 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.9.0-SNAPSHOT-sources.jar
08:31:13 [INFO] 
08:31:13 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.gef ---
08:31:13 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.9.0-SNAPSHOT.jar
08:31:13 [INFO] 
08:31:13 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef ---
08:31:13 [INFO] 
08:31:13 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >-----------
08:31:13 [INFO] Building RedDeer GEF Spy 2.9.0-SNAPSHOT                          [16/59]
08:31:13 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:13 [INFO] 
08:31:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy ---
08:31:13 [INFO] 
08:31:13 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy ---
08:31:13 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:13 [INFO] 
08:31:13 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy ---
08:31:13 [INFO] 
08:31:13 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy ---
08:31:13 [INFO] 
08:31:13 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy ---
08:31:13 [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/**/*
08:31:13 [INFO] 
08:31:13 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.spy ---
08:31:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/resources
08:31:13 [INFO] 
08:31:13 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.gef.spy ---
08:31:13 [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!
08:31:13 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/bin
08:31:13 [INFO] 
08:31:13 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.spy ---
08:31:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/src/test/resources
08:31:13 [INFO] 
08:31:13 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy ---
08:31:13 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.9.0-SNAPSHOT-sources.jar
08:31:13 [INFO] 
08:31:13 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy ---
08:31:14 [INFO] 
08:31:14 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy ---
08:31:14 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.9.0-SNAPSHOT.jar
08:31:14 [INFO] 
08:31:14 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy ---
08:31:14 [INFO] 
08:31:14 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.gef.spy ---
08:31:14 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.9.0-SNAPSHOT.jar
08:31:14 [INFO] 
08:31:14 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef.spy ---
08:31:14 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.9.0-SNAPSHOT.jar
08:31:15 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.9.0-SNAPSHOT-sources.jar
08:31:16 [INFO] 
08:31:16 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.gef.spy ---
08:31:16 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.9.0-SNAPSHOT.jar
08:31:16 [INFO] 
08:31:16 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef.spy ---
08:31:16 [INFO] 
08:31:16 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >----------
08:31:16 [INFO] Building RedDeer Graphiti 2.9.0-SNAPSHOT                         [17/59]
08:31:16 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:16 [INFO] 
08:31:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] 
08:31:16 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:16 [INFO] 
08:31:16 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] 
08:31:16 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] 
08:31:16 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti ---
08:31:16 [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/**/*
08:31:16 [INFO] 
08:31:16 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/resources
08:31:16 [INFO] 
08:31:16 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.graphiti ---
08:31:16 [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!
08:31:16 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/bin
08:31:16 [INFO] 
08:31:16 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/src/test/resources
08:31:16 [INFO] 
08:31:16 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.9.0-SNAPSHOT-sources.jar
08:31:16 [INFO] 
08:31:16 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] 
08:31:16 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.9.0-SNAPSHOT.jar
08:31:16 [INFO] 
08:31:16 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] 
08:31:16 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.9.0-SNAPSHOT.jar
08:31:16 [INFO] 
08:31:16 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.graphiti ---
08:31:16 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.9.0-SNAPSHOT.jar
08:31:17 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.9.0-SNAPSHOT-sources.jar
08:31:18 [INFO] 
08:31:18 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.graphiti ---
08:31:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.9.0-SNAPSHOT.jar
08:31:18 [INFO] 
08:31:18 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.graphiti ---
08:31:18 [INFO] 
08:31:18 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >----------
08:31:18 [INFO] Building RedDeer JDT Junit 2.9.0-SNAPSHOT                        [18/59]
08:31:18 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:18 [INFO] 
08:31:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jdt.junit ---
08:31:18 [INFO] 
08:31:18 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit ---
08:31:18 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:18 [INFO] 
08:31:18 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit ---
08:31:18 [INFO] 
08:31:18 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.jdt.junit ---
08:31:18 [INFO] 
08:31:18 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jdt.junit ---
08:31:18 [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/**/*
08:31:18 [INFO] 
08:31:18 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jdt.junit ---
08:31:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/resources
08:31:18 [INFO] 
08:31:18 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.jdt.junit ---
08:31:18 [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!
08:31:18 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/bin
08:31:19 [INFO] 
08:31:19 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jdt.junit ---
08:31:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources
08:31:19 [INFO] 
08:31:19 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit ---
08:31:19 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.9.0-SNAPSHOT-sources.jar
08:31:19 [INFO] 
08:31:19 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit ---
08:31:19 [INFO] 
08:31:19 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit ---
08:31:19 [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.
08:31:19 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.9.0-SNAPSHOT.jar
08:31:19 [INFO] 
08:31:19 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit ---
08:31:19 [INFO] 
08:31:19 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.jdt.junit ---
08:31:19 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.9.0-SNAPSHOT.jar
08:31:19 [INFO] 
08:31:19 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.jdt.junit ---
08:31:19 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.9.0-SNAPSHOT.jar
08:31:20 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.9.0-SNAPSHOT-sources.jar
08:31:21 [INFO] 
08:31:21 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.jdt.junit ---
08:31:21 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.9.0-SNAPSHOT.jar
08:31:21 [INFO] 
08:31:21 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.jdt.junit ---
08:31:21 [INFO] 
08:31:21 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.junit.extension >-------
08:31:21 [INFO] Building RedDeer JUnit Extensions 2.9.0-SNAPSHOT                 [19/59]
08:31:21 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:21 [INFO] 
08:31:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] 
08:31:21 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:21 [INFO] 
08:31:21 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] 
08:31:21 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] 
08:31:21 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [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/**/*
08:31:21 [INFO] 
08:31:21 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/resources
08:31:21 [INFO] 
08:31:21 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [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!
08:31:21 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/bin
08:31:21 [INFO] 
08:31:21 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/src/test/resources
08:31:21 [INFO] 
08:31:21 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.9.0-SNAPSHOT-sources.jar
08:31:21 [INFO] 
08:31:21 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] 
08:31:21 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.9.0-SNAPSHOT.jar
08:31:21 [INFO] 
08:31:21 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] 
08:31:21 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.9.0-SNAPSHOT.jar
08:31:21 [INFO] 
08:31:21 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.junit.extension ---
08:31:21 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.9.0-SNAPSHOT.jar
08:31:22 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.9.0-SNAPSHOT-sources.jar
08:31:24 [INFO] 
08:31:24 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.junit.extension ---
08:31:24 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.9.0-SNAPSHOT.jar
08:31:24 [INFO] 
08:31:24 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit.extension ---
08:31:24 [INFO] 
08:31:24 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.selenium >----------
08:31:24 [INFO] Building RedDeer Selenium 2.9.0-SNAPSHOT                         [20/59]
08:31:24 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:24 [INFO] 
08:31:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] 
08:31:24 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:24 [INFO] 
08:31:24 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] 
08:31:24 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] 
08:31:24 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
08:31:24 [INFO] 
08:31:24 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/resources
08:31:24 [INFO] 
08:31:24 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.selenium ---
08:31:24 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/.settings/org.eclipse.jdt.core.prefs' could not be found!
08:31:24 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/bin
08:31:24 [INFO] 
08:31:24 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/src/test/resources
08:31:24 [INFO] 
08:31:24 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.9.0-SNAPSHOT-sources.jar
08:31:24 [INFO] 
08:31:24 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] 
08:31:24 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.9.0-SNAPSHOT.jar
08:31:24 [INFO] 
08:31:24 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] 
08:31:24 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.9.0-SNAPSHOT.jar
08:31:24 [INFO] 
08:31:24 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.selenium ---
08:31:24 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.9.0-SNAPSHOT.jar
08:31:25 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.9.0-SNAPSHOT-sources.jar
08:31:26 [INFO] 
08:31:26 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.selenium ---
08:31:26 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.9.0-SNAPSHOT.jar
08:31:26 [INFO] 
08:31:26 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.selenium ---
08:31:26 [INFO] 
08:31:26 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >--------
08:31:26 [INFO] Building RedDeer Requirements 2.9.0-SNAPSHOT                     [21/59]
08:31:26 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:26 [INFO] 
08:31:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] 
08:31:26 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:26 [INFO] 
08:31:26 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] 
08:31:26 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] 
08:31:26 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements ---
08:31:26 [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/**/*
08:31:26 [INFO] 
08:31:26 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/resources
08:31:26 [INFO] 
08:31:26 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.requirements ---
08:31:26 [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!
08:31:26 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/bin
08:31:26 [INFO] 
08:31:26 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/src/test/resources
08:31:26 [INFO] 
08:31:26 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.9.0-SNAPSHOT-sources.jar
08:31:26 [INFO] 
08:31:26 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] 
08:31:26 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.9.0-SNAPSHOT.jar
08:31:26 [INFO] 
08:31:26 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] 
08:31:26 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.9.0-SNAPSHOT.jar
08:31:26 [INFO] 
08:31:26 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.requirements ---
08:31:26 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.9.0-SNAPSHOT.jar
08:31:27 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.9.0-SNAPSHOT-sources.jar
08:31:29 [INFO] 
08:31:29 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.requirements ---
08:31:29 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.9.0-SNAPSHOT.jar
08:31:29 [INFO] 
08:31:29 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.requirements ---
08:31:29 [INFO] 
08:31:29 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >-------------
08:31:29 [INFO] Building RedDeer UI 2.9.0-SNAPSHOT                               [22/59]
08:31:29 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:29 [INFO] 
08:31:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] 
08:31:29 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:29 [INFO] 
08:31:29 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] 
08:31:29 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] 
08:31:29 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui ---
08:31:29 [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/**/*
08:31:29 [INFO] 
08:31:29 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:29 [INFO] Copying 2 resources
08:31:29 [INFO] 
08:31:29 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.ui ---
08:31:29 [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!
08:31:29 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/bin
08:31:29 [INFO] 
08:31:29 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/src/test/resources
08:31:29 [INFO] 
08:31:29 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.9.0-SNAPSHOT-sources.jar
08:31:29 [INFO] 
08:31:29 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] 
08:31:29 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.9.0-SNAPSHOT.jar
08:31:29 [INFO] 
08:31:29 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] 
08:31:29 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.9.0-SNAPSHOT.jar
08:31:29 [INFO] 
08:31:29 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.ui ---
08:31:29 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.9.0-SNAPSHOT.jar
08:31:30 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.9.0-SNAPSHOT-sources.jar
08:31:32 [INFO] 
08:31:32 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.ui ---
08:31:32 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.9.0-SNAPSHOT.jar
08:31:32 [INFO] 
08:31:32 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.ui ---
08:31:32 [INFO] 
08:31:32 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >-------------
08:31:32 [INFO] Building RedDeer Spy 2.9.0-SNAPSHOT                              [23/59]
08:31:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:32 [INFO] 
08:31:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] 
08:31:32 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:32 [INFO] 
08:31:32 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] 
08:31:32 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] 
08:31:32 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy ---
08:31:32 [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/**/*
08:31:32 [INFO] 
08:31:32 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:32 [INFO] Copying 1 resource
08:31:32 [INFO] 
08:31:32 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.spy ---
08:31:32 [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!
08:31:32 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/bin
08:31:32 [INFO] 
08:31:32 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/src/test/resources
08:31:32 [INFO] 
08:31:32 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.9.0-SNAPSHOT-sources.jar
08:31:32 [INFO] 
08:31:32 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] 
08:31:32 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.9.0-SNAPSHOT.jar
08:31:32 [INFO] 
08:31:32 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] 
08:31:32 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.9.0-SNAPSHOT.jar
08:31:32 [INFO] 
08:31:32 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.spy ---
08:31:32 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.9.0-SNAPSHOT.jar
08:31:33 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.9.0-SNAPSHOT-sources.jar
08:31:34 [INFO] 
08:31:34 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.spy ---
08:31:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.9.0-SNAPSHOT.jar
08:31:34 [INFO] 
08:31:34 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.spy ---
08:31:34 [INFO] 
08:31:34 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >----------
08:31:34 [INFO] Building RedDeer Recorder 2.9.0-SNAPSHOT                         [24/59]
08:31:34 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:34 [INFO] 
08:31:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder ---
08:31:34 [INFO] 
08:31:34 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder ---
08:31:34 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:34 [INFO] 
08:31:34 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder ---
08:31:34 [INFO] 
08:31:34 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder ---
08:31:34 [INFO] 
08:31:34 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder ---
08:31:34 [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/**/*
08:31:34 [INFO] 
08:31:34 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.recorder ---
08:31:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/resources
08:31:34 [INFO] 
08:31:34 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.recorder ---
08:31:34 [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!
08:31:34 [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/bin
08:31:35 [INFO] 
08:31:35 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.recorder ---
08:31:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/src/test/resources
08:31:35 [INFO] 
08:31:35 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder ---
08:31:35 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.9.0-SNAPSHOT-sources.jar
08:31:35 [INFO] 
08:31:35 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder ---
08:31:35 [INFO] 
08:31:35 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder ---
08:31:35 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.9.0-SNAPSHOT.jar
08:31:35 [INFO] 
08:31:35 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder ---
08:31:35 [INFO] 
08:31:35 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.recorder ---
08:31:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.9.0-SNAPSHOT.jar
08:31:35 [INFO] 
08:31:35 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.recorder ---
08:31:35 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.9.0-SNAPSHOT.jar
08:31:36 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.9.0-SNAPSHOT-sources.jar
08:31:37 [INFO] 
08:31:37 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.recorder ---
08:31:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.9.0-SNAPSHOT.jar
08:31:37 [INFO] 
08:31:37 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.recorder ---
08:31:37 [INFO] 
08:31:37 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >-------------
08:31:37 [INFO] Building RedDeer Go 2.9.0-SNAPSHOT                               [25/59]
08:31:37 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:37 [INFO] 
08:31:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] 
08:31:37 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:37 [INFO] 
08:31:37 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] 
08:31:37 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] 
08:31:37 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.go ---
08:31:37 [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/**/*
08:31:37 [INFO] 
08:31:37 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/resources
08:31:37 [INFO] 
08:31:37 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] No sources to compile
08:31:37 [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/src does not exist
08:31:37 [INFO] 
08:31:37 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/src/test/resources
08:31:37 [INFO] 
08:31:37 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.9.0-SNAPSHOT-sources.jar
08:31:37 [INFO] 
08:31:37 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] 
08:31:37 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.9.0-SNAPSHOT.jar
08:31:37 [INFO] 
08:31:37 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] 
08:31:37 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.9.0-SNAPSHOT.jar
08:31:37 [INFO] 
08:31:37 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.go ---
08:31:37 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.9.0-SNAPSHOT.jar
08:31:38 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.9.0-SNAPSHOT-sources.jar
08:31:40 [INFO] 
08:31:40 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.go ---
08:31:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.9.0-SNAPSHOT.jar
08:31:40 [INFO] 
08:31:40 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.go ---
08:31:40 [INFO] 
08:31:40 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >----------
08:31:40 [INFO] Building RedDeer Log Parser 2.9.0-SNAPSHOT                       [26/59]
08:31:40 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:40 [INFO] 
08:31:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] 
08:31:40 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:40 [INFO] 
08:31:40 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] 
08:31:40 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] 
08:31:40 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser ---
08:31:40 [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/**/*
08:31:40 [INFO] 
08:31:40 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/resources
08:31:40 [INFO] 
08:31:40 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.logparser ---
08:31:40 [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!
08:31:40 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/bin
08:31:40 [INFO] 
08:31:40 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/src/test/resources
08:31:40 [INFO] 
08:31:40 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.9.0-SNAPSHOT-sources.jar
08:31:40 [INFO] 
08:31:40 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] 
08:31:40 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.9.0-SNAPSHOT.jar
08:31:40 [INFO] 
08:31:40 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] 
08:31:40 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.9.0-SNAPSHOT.jar
08:31:40 [INFO] 
08:31:40 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.logparser ---
08:31:40 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.9.0-SNAPSHOT.jar
08:31:41 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.9.0-SNAPSHOT-sources.jar
08:31:42 [INFO] 
08:31:42 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.logparser ---
08:31:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.9.0-SNAPSHOT.jar
08:31:42 [INFO] 
08:31:42 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.logparser ---
08:31:42 [INFO] 
08:31:42 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >-----------
08:31:42 [INFO] Building RedDeer CodeGen 2.9.0-SNAPSHOT                          [27/59]
08:31:42 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:42 [INFO] 
08:31:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen ---
08:31:42 [INFO] 
08:31:42 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen ---
08:31:42 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:42 [INFO] 
08:31:42 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen ---
08:31:42 [INFO] 
08:31:42 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen ---
08:31:42 [INFO] 
08:31:42 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen ---
08:31:42 [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/**/*
08:31:42 [INFO] 
08:31:42 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.codegen ---
08:31:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/resources
08:31:42 [INFO] 
08:31:42 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.codegen ---
08:31:42 [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!
08:31:42 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/bin
08:31:43 [INFO] 
08:31:43 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.codegen ---
08:31:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/src/test/resources
08:31:43 [INFO] 
08:31:43 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen ---
08:31:43 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.9.0-SNAPSHOT-sources.jar
08:31:43 [INFO] 
08:31:43 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen ---
08:31:43 [INFO] 
08:31:43 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen ---
08:31:43 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.9.0-SNAPSHOT.jar
08:31:43 [INFO] 
08:31:43 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen ---
08:31:43 [INFO] 
08:31:43 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.codegen ---
08:31:43 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.9.0-SNAPSHOT.jar
08:31:43 [INFO] 
08:31:43 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.codegen ---
08:31:43 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.9.0-SNAPSHOT.jar
08:31:44 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.9.0-SNAPSHOT-sources.jar
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.codegen ---
08:31:45 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.9.0-SNAPSHOT.jar
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.codegen ---
08:31:45 [INFO] 
08:31:45 [INFO] -------------------< org.eclipse.reddeer:test-apps >--------------------
08:31:45 [INFO] Building RedDeer Test-Apps 2.9.0-SNAPSHOT                        [28/59]
08:31:45 [INFO] --------------------------------[ pom ]---------------------------------
08:31:45 [INFO] 
08:31:45 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-apps ---
08:31:45 [INFO] 
08:31:45 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ test-apps ---
08:31:45 [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/**/*
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ test-apps ---
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ test-apps ---
08:31:45 [INFO] 
08:31:45 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ test-apps ---
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ test-apps ---
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ test-apps ---
08:31:45 [INFO] 
08:31:45 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >-------------
08:31:45 [INFO] Building RedDeer E4 Test App 2.9.0-SNAPSHOT                      [29/59]
08:31:45 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:31:45 [INFO] 
08:31:45 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] 
08:31:45 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4 ---
08:31:45 [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/**/*
08:31:45 [INFO] 
08:31:45 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/resources
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.e4 ---
08:31:45 [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!
08:31:45 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/bin
08:31:45 [INFO] 
08:31:45 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/src/test/resources
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 ---
08:31:45 [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
08:31:45 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.9.0-SNAPSHOT-sources.jar
08:31:45 [INFO] 
08:31:45 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.9.0-SNAPSHOT.jar
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] 
08:31:45 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.9.0-SNAPSHOT.jar
08:31:45 [INFO] 
08:31:45 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4 ---
08:31:45 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.9.0-SNAPSHOT.jar
08:31:47 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.9.0-SNAPSHOT-sources.jar
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.e4 ---
08:31:48 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.9.0-SNAPSHOT.jar
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4 ---
08:31:48 [INFO] 
08:31:48 [INFO] ---------------------< org.eclipse.reddeer:tests >----------------------
08:31:48 [INFO] Building RedDeer Tests 2.9.0-SNAPSHOT                            [30/59]
08:31:48 [INFO] --------------------------------[ pom ]---------------------------------
08:31:48 [INFO] 
08:31:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests ---
08:31:48 [INFO] 
08:31:48 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ tests ---
08:31:48 [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/**/*
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ tests ---
08:31:48 [INFO] 
08:31:48 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ tests ---
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ tests ---
08:31:48 [INFO] 
08:31:48 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ tests ---
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ tests ---
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ tests ---
08:31:48 [INFO] 
08:31:48 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >---------
08:31:48 [INFO] Building RedDeer Common Tests 2.9.0-SNAPSHOT                     [31/59]
08:31:48 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:31:48 [INFO] 
08:31:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] 
08:31:48 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common.test ---
08:31:48 [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/**/*
08:31:48 [INFO] 
08:31:48 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/resources
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.common.test ---
08:31:48 [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!
08:31:48 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/bin
08:31:48 [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/resources does not exist
08:31:48 [INFO] 
08:31:48 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/src/test/resources
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.9.0-SNAPSHOT-sources.jar
08:31:48 [INFO] 
08:31:48 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.9.0-SNAPSHOT.jar
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] 
08:31:48 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] Skipping tests
08:31:48 [INFO] 
08:31:48 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test ---
08:31:48 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:31:48 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:31:48 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:31:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:31:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:31:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:31:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:31:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:31:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:31:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:31:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:31:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:31:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:31:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:31:50 [INFO] 
08:31:50 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.common.test ---
08:31:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.9.0-SNAPSHOT.jar
08:31:50 [INFO] 
08:31:50 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.common.test ---
08:31:50 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.9.0-SNAPSHOT.jar
08:31:51 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.9.0-SNAPSHOT-sources.jar
08:31:52 [INFO] 
08:31:52 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.common.test ---
08:31:52 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.9.0-SNAPSHOT.jar
08:31:52 [INFO] 
08:31:52 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.common.test ---
08:31:52 [INFO] 
08:31:52 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >----------
08:31:52 [INFO] Building RedDeer SWT Tests 2.9.0-SNAPSHOT                        [32/59]
08:31:52 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:31:52 [INFO] 
08:31:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt.test ---
08:31:52 [INFO] 
08:31:52 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test ---
08:31:52 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:52 [INFO] 
08:31:52 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test ---
08:31:52 [INFO] 
08:31:52 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test ---
08:31:52 [INFO] 
08:31:52 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.test ---
08:31:52 [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/**/*
08:31:52 [INFO] 
08:31:52 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test ---
08:31:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/resources
08:31:52 [INFO] 
08:31:52 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.swt.test ---
08:31:52 [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!
08:31:52 [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/bin
08:31:53 [INFO] 
08:31:53 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test ---
08:31:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/src/test/resources
08:31:53 [INFO] 
08:31:53 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test ---
08:31:53 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.9.0-SNAPSHOT-sources.jar
08:31:53 [INFO] 
08:31:53 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test ---
08:31:53 [INFO] 
08:31:53 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test ---
08:31:53 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.9.0-SNAPSHOT.jar
08:31:53 [INFO] 
08:31:53 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test ---
08:31:53 [INFO] 
08:31:53 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.swt.test ---
08:31:53 [INFO] Skipping tests
08:31:53 [INFO] 
08:31:53 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.swt.test ---
08:31:53 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:31:53 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:31:53 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:31:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:31:54 [INFO] 
08:31:54 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.swt.test ---
08:31:54 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.9.0-SNAPSHOT.jar
08:31:54 [INFO] 
08:31:54 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.swt.test ---
08:31:54 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.9.0-SNAPSHOT.jar
08:31:56 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.9.0-SNAPSHOT-sources.jar
08:31:57 [INFO] 
08:31:57 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.swt.test ---
08:31:57 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.9.0-SNAPSHOT.jar
08:31:57 [INFO] 
08:31:57 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.swt.test ---
08:31:57 [INFO] 
08:31:57 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >----------
08:31:57 [INFO] Building RedDeer Core Tests 2.9.0-SNAPSHOT                       [33/59]
08:31:57 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:31:57 [INFO] 
08:31:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] 
08:31:57 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:31:57 [INFO] 
08:31:57 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] 
08:31:57 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] 
08:31:57 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core.test ---
08:31:57 [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/**/*
08:31:57 [INFO] 
08:31:57 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/resources
08:31:57 [INFO] 
08:31:57 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.core.test ---
08:31:57 [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!
08:31:57 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/bin
08:31:57 [INFO] 
08:31:57 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:31:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/src/test/resources
08:31:57 [INFO] 
08:31:57 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.9.0-SNAPSHOT-sources.jar
08:31:57 [INFO] 
08:31:57 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] 
08:31:57 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.9.0-SNAPSHOT.jar
08:31:57 [INFO] 
08:31:57 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] 
08:31:57 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.core.test ---
08:31:57 [INFO] Skipping tests
08:31:57 [INFO] 
08:31:57 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.core.test ---
08:31:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:31:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:31:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:31:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:31:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes
08:31:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:31:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:31:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:31:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:31:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:31:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:31:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:31:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:31:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:31:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:31:59 [INFO] 
08:31:59 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.core.test ---
08:31:59 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.9.0-SNAPSHOT.jar
08:31:59 [INFO] 
08:31:59 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.core.test ---
08:31:59 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.9.0-SNAPSHOT.jar
08:32:00 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.9.0-SNAPSHOT-sources.jar
08:32:01 [INFO] 
08:32:01 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.core.test ---
08:32:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.9.0-SNAPSHOT.jar
08:32:01 [INFO] 
08:32:01 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.core.test ---
08:32:01 [INFO] 
08:32:01 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >-------
08:32:01 [INFO] Building RedDeer Workbench Tests 2.9.0-SNAPSHOT                  [34/59]
08:32:01 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:01 [INFO] 
08:32:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.test ---
08:32:01 [INFO] 
08:32:01 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test ---
08:32:01 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:01 [INFO] 
08:32:01 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test ---
08:32:01 [INFO] 
08:32:01 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test ---
08:32:01 [INFO] 
08:32:01 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test ---
08:32:01 [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/**/*
08:32:01 [INFO] 
08:32:01 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test ---
08:32:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:01 [INFO] Copying 5 resources
08:32:01 [INFO] 
08:32:01 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.workbench.test ---
08:32:01 [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!
08:32:01 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/bin
08:32:02 [INFO] 
08:32:02 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test ---
08:32:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/src/test/resources
08:32:02 [INFO] 
08:32:02 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test ---
08:32:02 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.9.0-SNAPSHOT-sources.jar
08:32:02 [INFO] 
08:32:02 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test ---
08:32:02 [INFO] 
08:32:02 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test ---
08:32:02 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.9.0-SNAPSHOT.jar
08:32:02 [INFO] 
08:32:02 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test ---
08:32:02 [INFO] 
08:32:02 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.workbench.test ---
08:32:02 [INFO] Skipping tests
08:32:02 [INFO] 
08:32:02 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.workbench.test ---
08:32:02 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:02 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:02 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:02 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:02 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:32:03 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:03 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:03 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:03 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:32:03 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:03 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:03 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:32:03 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:32:03 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:03 [INFO] 
08:32:03 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.workbench.test ---
08:32:03 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.9.0-SNAPSHOT.jar
08:32:03 [INFO] 
08:32:03 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.workbench.test ---
08:32:03 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.9.0-SNAPSHOT.jar
08:32:09 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.9.0-SNAPSHOT-sources.jar
08:32:10 [INFO] 
08:32:10 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.workbench.test ---
08:32:10 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.9.0-SNAPSHOT.jar
08:32:10 [INFO] 
08:32:10 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.workbench.test ---
08:32:10 [INFO] 
08:32:10 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test >--------
08:32:10 [INFO] Building RedDeer UIForms Test 2.9.0-SNAPSHOT                     [35/59]
08:32:10 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:10 [INFO] 
08:32:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms.test ---
08:32:10 [INFO] 
08:32:10 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test ---
08:32:10 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:10 [INFO] 
08:32:10 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test ---
08:32:10 [INFO] 
08:32:10 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test ---
08:32:10 [INFO] 
08:32:10 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test ---
08:32:10 [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/**/*
08:32:10 [INFO] 
08:32:10 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test ---
08:32:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/resources
08:32:10 [INFO] 
08:32:10 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.uiforms.test ---
08:32:10 [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!
08:32:10 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/bin
08:32:11 [INFO] 
08:32:11 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test ---
08:32:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/src/test/resources
08:32:11 [INFO] 
08:32:11 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test ---
08:32:11 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.9.0-SNAPSHOT-sources.jar
08:32:11 [INFO] 
08:32:11 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test ---
08:32:11 [INFO] 
08:32:11 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test ---
08:32:11 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.9.0-SNAPSHOT.jar
08:32:11 [INFO] 
08:32:11 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test ---
08:32:11 [INFO] 
08:32:11 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.uiforms.test ---
08:32:11 [INFO] Skipping tests
08:32:11 [INFO] 
08:32:11 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.uiforms.test ---
08:32:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:32:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:32:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:32:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:32:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:12 [INFO] 
08:32:12 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.uiforms.test ---
08:32:12 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.9.0-SNAPSHOT.jar
08:32:12 [INFO] 
08:32:12 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.uiforms.test ---
08:32:12 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.9.0-SNAPSHOT.jar
08:32:13 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.9.0-SNAPSHOT-sources.jar
08:32:14 [INFO] 
08:32:14 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.uiforms.test ---
08:32:14 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.9.0-SNAPSHOT.jar
08:32:14 [INFO] 
08:32:14 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.uiforms.test ---
08:32:14 [INFO] 
08:32:14 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jface.test >---------
08:32:14 [INFO] Building RedDeer JFace Tests 2.9.0-SNAPSHOT                      [36/59]
08:32:14 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:14 [INFO] 
08:32:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface.test ---
08:32:14 [INFO] 
08:32:14 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test ---
08:32:14 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:14 [INFO] 
08:32:14 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test ---
08:32:14 [INFO] 
08:32:14 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test ---
08:32:14 [INFO] 
08:32:14 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test ---
08:32:14 [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/**/*
08:32:14 [INFO] 
08:32:14 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test ---
08:32:14 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:14 [INFO] Copying 1 resource
08:32:14 [INFO] 
08:32:14 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.jface.test ---
08:32:14 [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!
08:32:14 [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/bin
08:32:14 [INFO] 
08:32:14 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test ---
08:32:14 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/src/test/resources
08:32:14 [INFO] 
08:32:14 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test ---
08:32:14 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.9.0-SNAPSHOT-sources.jar
08:32:14 [INFO] 
08:32:14 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test ---
08:32:15 [INFO] 
08:32:15 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test ---
08:32:15 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.9.0-SNAPSHOT.jar
08:32:15 [INFO] 
08:32:15 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test ---
08:32:15 [INFO] 
08:32:15 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.jface.test ---
08:32:15 [INFO] Skipping tests
08:32:15 [INFO] 
08:32:15 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.jface.test ---
08:32:15 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:15 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:15 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:15 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:15 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:32:15 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:15 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:32:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:32:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:32:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes
08:32:16 [INFO] 
08:32:16 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.jface.test ---
08:32:16 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.9.0-SNAPSHOT.jar
08:32:16 [INFO] 
08:32:16 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.jface.test ---
08:32:16 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.9.0-SNAPSHOT.jar
08:32:17 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.9.0-SNAPSHOT-sources.jar
08:32:18 [INFO] 
08:32:18 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.jface.test ---
08:32:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.9.0-SNAPSHOT.jar
08:32:18 [INFO] 
08:32:18 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.jface.test ---
08:32:18 [INFO] 
08:32:18 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >--------
08:32:18 [INFO] Building RedDeer Eclipse Tests 2.9.0-SNAPSHOT                    [37/59]
08:32:18 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:18 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
08:32:18 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 35 kB/s)
08:32:19 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
08:32:19 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)
08:32:19 [INFO] 
08:32:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [INFO] 
08:32:19 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:19 [INFO] 
08:32:19 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [INFO] 
08:32:19 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [INFO] 
08:32:19 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [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/**/*
08:32:19 [INFO] 
08:32:19 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:19 [INFO] Copying 12 resources
08:32:19 [INFO] 
08:32:19 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [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!
08:32:19 [INFO] Compiling 98 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/bin
08:32:19 [INFO] 
08:32:19 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/src/test/resources
08:32:19 [INFO] 
08:32:19 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.9.0-SNAPSHOT-sources.jar
08:32:19 [INFO] 
08:32:19 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [INFO] 
08:32:19 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.9.0-SNAPSHOT.jar
08:32:19 [INFO] 
08:32:19 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 [INFO] 
08:32:19 [INFO] --- maven-dependency-plugin:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test ---
08:32:19 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
08:32:19 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
08:32:19 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 30 kB/s)
08:32:19 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
08:32:19 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
08:32:20 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 511 kB/s)
08:32:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom
08:32:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom
08:32:20 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 431 kB/s)
08:32:20 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
08:32:20 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
08:32:20 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 96 kB/s)
08:32:20 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
08:32:20 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
08:32:20 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 57 kB/s)
08:32:20 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
08:32:20 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
08:32:20 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 71 kB/s)
08:32:20 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
08:32:20 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
08:32:20 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 89 kB/s)
08:32:20 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
08:32:20 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
08:32:20 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 11 kB/s)
08:32:20 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
08:32:20 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
08:32:20 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 62 kB/s)
08:32:20 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
08:32:20 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
08:32:20 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 11 kB/s)
08:32:20 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
08:32:20 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
08:32:20 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 35 kB/s)
08:32:20 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
08:32:20 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
08:32:20 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 47 kB/s)
08:32:20 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
08:32:20 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
08:32:20 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 410 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 103 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 82 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 74 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 54 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 436 kB/s)
08:32:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom
08:32:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom
08:32:21 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.1 MB/s)
08:32:21 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
08:32:21 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
08:32:21 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 109 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 44 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 54 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 169 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 96 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 366 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 184 kB/s)
08:32:21 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
08:32:21 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
08:32:21 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 309 kB/s)
08:32:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
08:32:21 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
08:32:21 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 380 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 137 kB/s)
08:32:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
08:32:21 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
08:32:21 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 690 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 113 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 104 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 100 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 59 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 57 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 345 kB/s)
08:32:21 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
08:32:21 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
08:32:21 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 348 kB/s)
08:32:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.pom
08:32:21 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
08:32:21 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 823 kB/s)
08:32:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom
08:32:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom
08:32:21 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 1.1 MB/s)
08:32:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
08:32:21 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
08:32:22 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 11 kB/s)
08:32:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
08:32:22 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
08:32:22 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 124 kB/s)
08:32:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom
08:32:22 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
08:32:22 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 96 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 123 kB/s)
08:32:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
08:32:22 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
08:32:22 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 118 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 92 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 196 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 206 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 374 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 59 kB/s)
08:32:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
08:32:22 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
08:32:22 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 136 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 80 kB/s)
08:32:22 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
08:32:22 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
08:32:22 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 124 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 92 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 54 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 65 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 48 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 357 kB/s)
08:32:22 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
08:32:22 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
08:32:22 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 132 kB/s)
08:32:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
08:32:22 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
08:32:22 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 774 kB/s)
08:32:22 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
08:32:22 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
08:32:23 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 2.1 kB/s)
08:32:23 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
08:32:23 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
08:32:23 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 231 kB/s)
08:32:23 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
08:32:23 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
08:32:23 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 109 kB/s)
08:32:23 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
08:32:23 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
08:32:23 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)
08:32:23 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
08:32:23 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
08:32:23 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 78 kB/s)
08:32:23 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
08:32:23 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
08:32:23 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 61 kB/s)
08:32:23 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
08:32:23 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
08:32:23 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 102 kB/s)
08:32:23 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
08:32:24 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
08:32:24 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 235 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 95 kB/s)
08:32:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
08:32:24 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
08:32:24 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 448 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 116 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 143 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 137 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 107 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 150 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 91 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 100 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 83 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 95 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 212 kB/s)
08:32:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
08:32:24 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
08:32:24 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 140 kB/s)
08:32:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom
08:32:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
08:32:24 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 772 kB/s)
08:32:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom
08:32:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
08:32:24 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 3.8 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 178 kB/s)
08:32:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom
08:32:24 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
08:32:24 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 55 kB/s)
08:32:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom
08:32:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
08:32:24 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 22 kB/s)
08:32:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.2/junit-3.8.2.pom
08:32:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom
08:32:24 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 32 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 254 kB/s)
08:32:24 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
08:32:24 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
08:32:24 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 406 kB/s)
08:32:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom
08:32:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom
08:32:24 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 1.4 MB/s)
08:32:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
08:32:24 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
08:32:24 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 343 kB/s)
08:32:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom
08:32:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
08:32:24 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 1.2 MB/s)
08:32:24 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.jar
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 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
08:32:25 Progress (1): 4.1/89 kB
Progress (1): 7.7/89 kB
Progress (1): 12/89 kB 
Progress (1): 16/89 kB
Progress (1): 20/89 kB
Progress (1): 24/89 kB
Progress (1): 28/89 kB
Progress (1): 32/89 kB
Progress (1): 36/89 kB
Progress (1): 40/89 kB
Progress (1): 45/89 kB
Progress (1): 49/89 kB
Progress (1): 53/89 kB
Progress (1): 57/89 kB
Progress (1): 61/89 kB
Progress (1): 65/89 kB
Progress (1): 69/89 kB
Progress (1): 73/89 kB
Progress (1): 77/89 kB
Progress (1): 81/89 kB
Progress (1): 85/89 kB
Progress (1): 89 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 2.8 MB/s)
08:32:25 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
08:32:25 Progress (1): 4.1/29 kB
Progress (1): 7.7/29 kB
Progress (1): 12/29 kB 
Progress (1): 16/29 kB
Progress (2): 16/29 kB | 4.1/49 kB
Progress (2): 16/29 kB | 7.7/49 kB
Progress (2): 16/29 kB | 12/49 kB 
Progress (2): 16/29 kB | 16/49 kB
Progress (3): 16/29 kB | 16/49 kB | 4.1/13 kB
Progress (3): 16/29 kB | 16/49 kB | 7.7/13 kB
Progress (3): 16/29 kB | 16/49 kB | 12/13 kB 
Progress (3): 16/29 kB | 16/49 kB | 13 kB   
Progress (3): 16/29 kB | 20/49 kB | 13 kB
Progress (3): 16/29 kB | 24/49 kB | 13 kB
Progress (3): 16/29 kB | 28/49 kB | 13 kB
Progress (3): 16/29 kB | 32/49 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.9/maven-plugin-api-2.0.9.jar (13 kB at 286 kB/s)
08:32:25 Progress (2): 16/29 kB | 36/49 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
08:32:25 Progress (2): 16/29 kB | 40/49 kB
Progress (2): 16/29 kB | 45/49 kB
Progress (2): 16/29 kB | 49/49 kB
Progress (2): 16/29 kB | 49 kB   
Progress (2): 20/29 kB | 49 kB
Progress (2): 24/29 kB | 49 kB
Progress (2): 28/29 kB | 49 kB
Progress (2): 29 kB | 49 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.0 MB/s)
08:32:25 Progress (2): 29 kB | 4.1/87 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
08:32:25 Progress (2): 29 kB | 7.7/87 kB
Progress (2): 29 kB | 12/87 kB 
Progress (2): 29 kB | 16/87 kB
Progress (2): 29 kB | 20/87 kB
Progress (2): 29 kB | 24/87 kB
Progress (2): 29 kB | 28/87 kB
Progress (2): 29 kB | 32/87 kB
Progress (2): 29 kB | 36/87 kB
Progress (2): 29 kB | 40/87 kB
Progress (2): 29 kB | 45/87 kB
Progress (2): 29 kB | 49/87 kB
Progress (2): 29 kB | 53/87 kB
Progress (2): 29 kB | 57/87 kB
Progress (2): 29 kB | 61/87 kB
Progress (2): 29 kB | 65/87 kB
Progress (2): 29 kB | 69/87 kB
Progress (2): 29 kB | 73/87 kB
Progress (2): 29 kB | 77/87 kB
Progress (2): 29 kB | 81/87 kB
Progress (2): 29 kB | 85/87 kB
Progress (2): 29 kB | 87 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 1.6 MB/s)
08:32:25 Progress (2): 29 kB | 4.1/122 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
08:32:25 Progress (2): 29 kB | 7.7/122 kB
Progress (2): 29 kB | 12/122 kB 
Progress (2): 29 kB | 16/122 kB
Progress (2): 29 kB | 20/122 kB
Progress (2): 29 kB | 24/122 kB
Progress (2): 29 kB | 28/122 kB
Progress (2): 29 kB | 32/122 kB
Progress (3): 29 kB | 32/122 kB | 4.1/21 kB
Progress (3): 29 kB | 32/122 kB | 7.7/21 kB
Progress (3): 29 kB | 32/122 kB | 12/21 kB 
Progress (3): 29 kB | 32/122 kB | 16/21 kB
Progress (3): 29 kB | 36/122 kB | 16/21 kB
Progress (3): 29 kB | 40/122 kB | 16/21 kB
Progress (3): 29 kB | 40/122 kB | 20/21 kB
Progress (3): 29 kB | 45/122 kB | 20/21 kB
Progress (3): 29 kB | 45/122 kB | 21 kB   
Progress (3): 29 kB | 49/122 kB | 21 kB
Progress (3): 29 kB | 53/122 kB | 21 kB
Progress (3): 29 kB | 57/122 kB | 21 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 348 kB/s)
08:32:25 Progress (2): 29 kB | 61/122 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
08:32:25 Progress (2): 29 kB | 65/122 kB
Progress (2): 29 kB | 69/122 kB
Progress (2): 29 kB | 73/122 kB
Progress (3): 29 kB | 73/122 kB | 4.1/160 kB
Progress (3): 29 kB | 77/122 kB | 4.1/160 kB
Progress (3): 29 kB | 77/122 kB | 7.7/160 kB
Progress (3): 29 kB | 81/122 kB | 7.7/160 kB
Progress (3): 29 kB | 81/122 kB | 12/160 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 469 kB/s)
08:32:25 Progress (2): 85/122 kB | 12/160 kB
Progress (2): 85/122 kB | 16/160 kB
Progress (3): 85/122 kB | 16/160 kB | 4.1/14 kB
Progress (3): 90/122 kB | 16/160 kB | 4.1/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
08:32:25 Progress (3): 94/122 kB | 16/160 kB | 4.1/14 kB
Progress (3): 94/122 kB | 16/160 kB | 7.7/14 kB
Progress (3): 94/122 kB | 20/160 kB | 7.7/14 kB
Progress (3): 98/122 kB | 20/160 kB | 7.7/14 kB
Progress (4): 98/122 kB | 20/160 kB | 7.7/14 kB | 4.1/35 kB
Progress (4): 98/122 kB | 24/160 kB | 7.7/14 kB | 4.1/35 kB
Progress (4): 98/122 kB | 24/160 kB | 12/14 kB | 4.1/35 kB 
Progress (4): 98/122 kB | 28/160 kB | 12/14 kB | 4.1/35 kB
Progress (4): 98/122 kB | 28/160 kB | 12/14 kB | 7.7/35 kB
Progress (4): 98/122 kB | 32/160 kB | 12/14 kB | 7.7/35 kB
Progress (4): 102/122 kB | 32/160 kB | 12/14 kB | 7.7/35 kB
Progress (4): 102/122 kB | 32/160 kB | 14 kB | 7.7/35 kB   
Progress (4): 106/122 kB | 32/160 kB | 14 kB | 7.7/35 kB
Progress (4): 106/122 kB | 36/160 kB | 14 kB | 7.7/35 kB
Progress (4): 106/122 kB | 36/160 kB | 14 kB | 12/35 kB 
Progress (4): 106/122 kB | 40/160 kB | 14 kB | 12/35 kB
Progress (4): 110/122 kB | 40/160 kB | 14 kB | 12/35 kB
Progress (4): 110/122 kB | 45/160 kB | 14 kB | 12/35 kB
Progress (4): 110/122 kB | 45/160 kB | 14 kB | 16/35 kB
Progress (4): 110/122 kB | 49/160 kB | 14 kB | 16/35 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 206 kB/s)
08:32:25 Progress (3): 114/122 kB | 49/160 kB | 16/35 kB
Progress (3): 114/122 kB | 49/160 kB | 20/35 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
08:32:25 Progress (3): 118/122 kB | 49/160 kB | 20/35 kB
Progress (3): 118/122 kB | 49/160 kB | 24/35 kB
Progress (3): 118/122 kB | 53/160 kB | 24/35 kB
Progress (3): 118/122 kB | 53/160 kB | 28/35 kB
Progress (3): 122 kB | 53/160 kB | 28/35 kB    
Progress (3): 122 kB | 53/160 kB | 32/35 kB
Progress (3): 122 kB | 57/160 kB | 32/35 kB
Progress (3): 122 kB | 61/160 kB | 32/35 kB
Progress (3): 122 kB | 61/160 kB | 35 kB   
Progress (3): 122 kB | 65/160 kB | 35 kB
Progress (4): 122 kB | 65/160 kB | 35 kB | 4.1/10 kB
Progress (4): 122 kB | 65/160 kB | 35 kB | 7.7/10 kB
Progress (4): 122 kB | 65/160 kB | 35 kB | 10 kB    
Progress (4): 122 kB | 69/160 kB | 35 kB | 10 kB
Progress (4): 122 kB | 73/160 kB | 35 kB | 10 kB
Progress (4): 122 kB | 77/160 kB | 35 kB | 10 kB
Progress (4): 122 kB | 81/160 kB | 35 kB | 10 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 145 kB/s)
08:32:25 Progress (3): 122 kB | 85/160 kB | 35 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
08:32:25 Progress (3): 122 kB | 90/160 kB | 35 kB
Progress (3): 122 kB | 94/160 kB | 35 kB
Progress (3): 122 kB | 98/160 kB | 35 kB
Progress (3): 122 kB | 102/160 kB | 35 kB
Progress (3): 122 kB | 106/160 kB | 35 kB
Progress (3): 122 kB | 110/160 kB | 35 kB
Progress (3): 122 kB | 114/160 kB | 35 kB
Progress (4): 122 kB | 114/160 kB | 35 kB | 4.1/37 kB
Progress (4): 122 kB | 118/160 kB | 35 kB | 4.1/37 kB
Progress (4): 122 kB | 118/160 kB | 35 kB | 7.7/37 kB
Progress (4): 122 kB | 122/160 kB | 35 kB | 7.7/37 kB
Progress (4): 122 kB | 122/160 kB | 35 kB | 12/37 kB 
Progress (4): 122 kB | 126/160 kB | 35 kB | 12/37 kB
Progress (4): 122 kB | 126/160 kB | 35 kB | 16/37 kB
Progress (4): 122 kB | 131/160 kB | 35 kB | 16/37 kB
Progress (4): 122 kB | 131/160 kB | 35 kB | 20/37 kB
Progress (4): 122 kB | 135/160 kB | 35 kB | 20/37 kB
Progress (4): 122 kB | 135/160 kB | 35 kB | 24/37 kB
Progress (4): 122 kB | 139/160 kB | 35 kB | 24/37 kB
Progress (4): 122 kB | 139/160 kB | 35 kB | 28/37 kB
Progress (4): 122 kB | 143/160 kB | 35 kB | 28/37 kB
Progress (4): 122 kB | 143/160 kB | 35 kB | 32/37 kB
Progress (4): 122 kB | 147/160 kB | 35 kB | 32/37 kB
Progress (4): 122 kB | 147/160 kB | 35 kB | 36/37 kB
Progress (4): 122 kB | 147/160 kB | 35 kB | 37 kB   
Progress (4): 122 kB | 151/160 kB | 35 kB | 37 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.6 MB/s)
08:32:25 Progress (3): 155/160 kB | 35 kB | 37 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
08:32:25 Progress (3): 159/160 kB | 35 kB | 37 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 453 kB/s)
08:32:25 Progress (2): 160 kB | 37 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
08:32:25 Progress (3): 160 kB | 37 kB | 4.1/25 kB
Progress (3): 160 kB | 37 kB | 7.7/25 kB
Progress (3): 160 kB | 37 kB | 12/25 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 2.0 MB/s)
08:32:25 Progress (2): 37 kB | 16/25 kB
                              
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
08:32:25 Progress (3): 37 kB | 16/25 kB | 4.1/11 kB
Progress (3): 37 kB | 16/25 kB | 7.7/11 kB
Progress (3): 37 kB | 16/25 kB | 11 kB    
Progress (4): 37 kB | 16/25 kB | 11 kB | 4.1/21 kB
Progress (4): 37 kB | 16/25 kB | 11 kB | 7.7/21 kB
Progress (4): 37 kB | 16/25 kB | 11 kB | 12/21 kB 
Progress (4): 37 kB | 16/25 kB | 11 kB | 16/21 kB
Progress (5): 37 kB | 16/25 kB | 11 kB | 16/21 kB | 4.1/58 kB
Progress (5): 37 kB | 16/25 kB | 11 kB | 20/21 kB | 4.1/58 kB
Progress (5): 37 kB | 20/25 kB | 11 kB | 20/21 kB | 4.1/58 kB
Progress (5): 37 kB | 20/25 kB | 11 kB | 21 kB | 4.1/58 kB   
Progress (5): 37 kB | 20/25 kB | 11 kB | 21 kB | 7.7/58 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 87 kB/s)
08:32:25 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 294 kB/s)
08:32:25 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
08:32:25 Progress (3): 20/25 kB | 21 kB | 12/58 kB
Progress (3): 24/25 kB | 21 kB | 12/58 kB
Progress (3): 24/25 kB | 21 kB | 16/58 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar
08:32:25 Progress (3): 25 kB | 21 kB | 16/58 kB
Progress (3): 25 kB | 21 kB | 20/58 kB
Progress (3): 25 kB | 21 kB | 24/58 kB
Progress (3): 25 kB | 21 kB | 28/58 kB
Progress (3): 25 kB | 21 kB | 32/58 kB
Progress (3): 25 kB | 21 kB | 36/58 kB
Progress (3): 25 kB | 21 kB | 40/58 kB
Progress (4): 25 kB | 21 kB | 40/58 kB | 4.1/41 kB
Progress (4): 25 kB | 21 kB | 45/58 kB | 4.1/41 kB
Progress (4): 25 kB | 21 kB | 45/58 kB | 7.7/41 kB
Progress (4): 25 kB | 21 kB | 49/58 kB | 7.7/41 kB
Progress (4): 25 kB | 21 kB | 49/58 kB | 12/41 kB 
Progress (4): 25 kB | 21 kB | 49/58 kB | 16/41 kB
Progress (4): 25 kB | 21 kB | 53/58 kB | 16/41 kB
Progress (4): 25 kB | 21 kB | 57/58 kB | 16/41 kB
Progress (4): 25 kB | 21 kB | 58 kB | 16/41 kB   
Progress (4): 25 kB | 21 kB | 58 kB | 20/41 kB
Progress (4): 25 kB | 21 kB | 58 kB | 24/41 kB
Progress (4): 25 kB | 21 kB | 58 kB | 28/41 kB
Progress (4): 25 kB | 21 kB | 58 kB | 32/41 kB
Progress (4): 25 kB | 21 kB | 58 kB | 36/41 kB
Progress (4): 25 kB | 21 kB | 58 kB | 40/41 kB
Progress (4): 25 kB | 21 kB | 58 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 311 kB/s)
08:32:25 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
08:32:25 Progress (4): 25 kB | 21 kB | 58 kB | 4.1/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 7.7/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 12/109 kB 
Progress (4): 25 kB | 21 kB | 58 kB | 16/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 20/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 24/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 28/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 32/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 36/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 40/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 45/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 49/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 53/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 57/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 61/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 65/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 69/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 73/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 77/109 kB
Progress (4): 25 kB | 21 kB | 58 kB | 81/109 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 148 kB/s)
08:32:25 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
08:32:25 Progress (4): 25 kB | 58 kB | 81/109 kB | 4.1/55 kB
Progress (4): 25 kB | 58 kB | 85/109 kB | 4.1/55 kB
Progress (4): 25 kB | 58 kB | 85/109 kB | 7.7/55 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 175 kB/s)
08:32:25 Progress (3): 58 kB | 85/109 kB | 12/55 kB
Progress (3): 58 kB | 90/109 kB | 12/55 kB
Progress (3): 58 kB | 90/109 kB | 16/55 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
08:32:25 Progress (3): 58 kB | 94/109 kB | 16/55 kB
Progress (3): 58 kB | 98/109 kB | 16/55 kB
Progress (3): 58 kB | 98/109 kB | 20/55 kB
Progress (4): 58 kB | 98/109 kB | 20/55 kB | 4.1/10 kB
Progress (4): 58 kB | 98/109 kB | 24/55 kB | 4.1/10 kB
Progress (4): 58 kB | 98/109 kB | 24/55 kB | 7.7/10 kB
Progress (4): 58 kB | 98/109 kB | 28/55 kB | 7.7/10 kB
Progress (4): 58 kB | 102/109 kB | 28/55 kB | 7.7/10 kB
Progress (4): 58 kB | 102/109 kB | 32/55 kB | 7.7/10 kB
Progress (4): 58 kB | 102/109 kB | 32/55 kB | 10 kB    
Progress (4): 58 kB | 106/109 kB | 32/55 kB | 10 kB
Progress (4): 58 kB | 109 kB | 32/55 kB | 10 kB    
Progress (5): 58 kB | 109 kB | 32/55 kB | 10 kB | 4.1/47 kB
Progress (5): 58 kB | 109 kB | 36/55 kB | 10 kB | 4.1/47 kB
Progress (5): 58 kB | 109 kB | 36/55 kB | 10 kB | 7.7/47 kB
Progress (5): 58 kB | 109 kB | 40/55 kB | 10 kB | 7.7/47 kB
Progress (5): 58 kB | 109 kB | 40/55 kB | 10 kB | 12/47 kB 
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 70 kB/s)
08:32:25 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 757 kB/s)
08:32:25 Progress (3): 58 kB | 40/55 kB | 16/47 kB
Progress (3): 58 kB | 45/55 kB | 16/47 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
08:32:25 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
08:32:25 Progress (3): 58 kB | 45/55 kB | 20/47 kB
Progress (3): 58 kB | 49/55 kB | 20/47 kB
Progress (3): 58 kB | 49/55 kB | 24/47 kB
Progress (3): 58 kB | 49/55 kB | 28/47 kB
Progress (3): 58 kB | 53/55 kB | 28/47 kB
Progress (3): 58 kB | 53/55 kB | 32/47 kB
Progress (3): 58 kB | 55 kB | 32/47 kB   
Progress (3): 58 kB | 55 kB | 36/47 kB
Progress (3): 58 kB | 55 kB | 40/47 kB
Progress (4): 58 kB | 55 kB | 40/47 kB | 4.1/47 kB
Progress (4): 58 kB | 55 kB | 45/47 kB | 4.1/47 kB
Progress (4): 58 kB | 55 kB | 45/47 kB | 7.7/47 kB
Progress (5): 58 kB | 55 kB | 45/47 kB | 7.7/47 kB | 4.1/49 kB
Progress (5): 58 kB | 55 kB | 47 kB | 7.7/47 kB | 4.1/49 kB   
Progress (5): 58 kB | 55 kB | 47 kB | 7.7/47 kB | 7.7/49 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 374 kB/s)
08:32:25 Progress (4): 58 kB | 47 kB | 12/47 kB | 7.7/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
08:32:25 Progress (4): 58 kB | 47 kB | 12/47 kB | 12/49 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 314 kB/s)
08:32:25 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
08:32:25 Progress (3): 58 kB | 16/47 kB | 12/49 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 388 kB/s)
08:32:25 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
08:32:25 Progress (2): 16/47 kB | 16/49 kB
Progress (3): 16/47 kB | 16/49 kB | 4.1/19 kB
Progress (3): 20/47 kB | 16/49 kB | 4.1/19 kB
Progress (3): 20/47 kB | 16/49 kB | 7.7/19 kB
Progress (3): 24/47 kB | 16/49 kB | 7.7/19 kB
Progress (3): 24/47 kB | 16/49 kB | 12/19 kB 
Progress (3): 28/47 kB | 16/49 kB | 12/19 kB
Progress (3): 28/47 kB | 20/49 kB | 12/19 kB
Progress (4): 28/47 kB | 20/49 kB | 12/19 kB | 4.1/28 kB
Progress (4): 28/47 kB | 20/49 kB | 16/19 kB | 4.1/28 kB
Progress (4): 28/47 kB | 20/49 kB | 16/19 kB | 7.7/28 kB
Progress (4): 28/47 kB | 24/49 kB | 16/19 kB | 7.7/28 kB
Progress (4): 32/47 kB | 24/49 kB | 16/19 kB | 7.7/28 kB
Progress (4): 32/47 kB | 28/49 kB | 16/19 kB | 7.7/28 kB
Progress (4): 32/47 kB | 28/49 kB | 16/19 kB | 12/28 kB 
Progress (4): 32/47 kB | 28/49 kB | 19 kB | 12/28 kB   
Progress (5): 32/47 kB | 28/49 kB | 19 kB | 12/28 kB | 4.1/22 kB
Progress (5): 32/47 kB | 28/49 kB | 19 kB | 16/28 kB | 4.1/22 kB
Progress (5): 36/47 kB | 28/49 kB | 19 kB | 16/28 kB | 4.1/22 kB
Progress (5): 36/47 kB | 32/49 kB | 19 kB | 16/28 kB | 4.1/22 kB
Progress (5): 40/47 kB | 32/49 kB | 19 kB | 16/28 kB | 4.1/22 kB
Progress (5): 40/47 kB | 32/49 kB | 19 kB | 16/28 kB | 7.7/22 kB
Progress (5): 45/47 kB | 32/49 kB | 19 kB | 16/28 kB | 7.7/22 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 122 kB/s)
08:32:25 Progress (4): 45/47 kB | 32/49 kB | 20/28 kB | 7.7/22 kB
                                                        
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
08:32:25 Progress (4): 45/47 kB | 36/49 kB | 20/28 kB | 7.7/22 kB
Progress (4): 47 kB | 36/49 kB | 20/28 kB | 7.7/22 kB   
Progress (4): 47 kB | 36/49 kB | 20/28 kB | 12/22 kB 
Progress (4): 47 kB | 40/49 kB | 20/28 kB | 12/22 kB
Progress (4): 47 kB | 40/49 kB | 24/28 kB | 12/22 kB
Progress (4): 47 kB | 45/49 kB | 24/28 kB | 12/22 kB
Progress (4): 47 kB | 45/49 kB | 24/28 kB | 16/22 kB
Progress (4): 47 kB | 49/49 kB | 24/28 kB | 16/22 kB
Progress (4): 47 kB | 49/49 kB | 28 kB | 16/22 kB   
Progress (4): 47 kB | 49 kB | 28 kB | 16/22 kB   
Progress (4): 47 kB | 49 kB | 28 kB | 20/22 kB
Progress (4): 47 kB | 49 kB | 28 kB | 22 kB   
Progress (5): 47 kB | 49 kB | 28 kB | 22 kB | 4.1/186 kB
Progress (5): 47 kB | 49 kB | 28 kB | 22 kB | 7.7/186 kB
Progress (5): 47 kB | 49 kB | 28 kB | 22 kB | 12/186 kB 
Progress (5): 47 kB | 49 kB | 28 kB | 22 kB | 16/186 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 178 kB/s)
08:32:25 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 140 kB/s)
08:32:25 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 314 kB/s)
08:32:25 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
08:32:25 Progress (2): 47 kB | 20/186 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar
08:32:25 Progress (2): 47 kB | 24/186 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar
08:32:25 Progress (2): 47 kB | 28/186 kB
Progress (2): 47 kB | 32/186 kB
Progress (2): 47 kB | 36/186 kB
Progress (2): 47 kB | 40/186 kB
Progress (2): 47 kB | 45/186 kB
Progress (2): 47 kB | 49/186 kB
Progress (2): 47 kB | 53/186 kB
Progress (2): 47 kB | 57/186 kB
Progress (2): 47 kB | 61/186 kB
Progress (2): 47 kB | 65/186 kB
Progress (2): 47 kB | 69/186 kB
Progress (2): 47 kB | 73/186 kB
Progress (2): 47 kB | 77/186 kB
Progress (2): 47 kB | 81/186 kB
Progress (2): 47 kB | 85/186 kB
Progress (2): 47 kB | 90/186 kB
Progress (2): 47 kB | 94/186 kB
Progress (2): 47 kB | 98/186 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 291 kB/s)
08:32:25 Progress (1): 102/186 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
08:32:25 Progress (1): 106/186 kB
Progress (1): 110/186 kB
Progress (1): 114/186 kB
Progress (1): 118/186 kB
Progress (1): 122/186 kB
Progress (1): 126/186 kB
Progress (1): 131/186 kB
Progress (2): 131/186 kB | 4.1/58 kB
Progress (3): 131/186 kB | 4.1/58 kB | 4.1/232 kB
Progress (3): 131/186 kB | 7.7/58 kB | 4.1/232 kB
Progress (3): 131/186 kB | 7.7/58 kB | 7.7/232 kB
Progress (3): 131/186 kB | 12/58 kB | 7.7/232 kB 
Progress (3): 131/186 kB | 12/58 kB | 12/232 kB 
Progress (3): 131/186 kB | 16/58 kB | 12/232 kB
Progress (3): 135/186 kB | 16/58 kB | 12/232 kB
Progress (3): 135/186 kB | 16/58 kB | 16/232 kB
Progress (3): 139/186 kB | 16/58 kB | 16/232 kB
Progress (3): 143/186 kB | 16/58 kB | 16/232 kB
Progress (3): 147/186 kB | 16/58 kB | 16/232 kB
Progress (3): 147/186 kB | 20/58 kB | 16/232 kB
Progress (3): 147/186 kB | 24/58 kB | 16/232 kB
Progress (3): 147/186 kB | 24/58 kB | 20/232 kB
Progress (3): 147/186 kB | 28/58 kB | 20/232 kB
Progress (3): 147/186 kB | 28/58 kB | 24/232 kB
Progress (3): 147/186 kB | 32/58 kB | 24/232 kB
Progress (3): 147/186 kB | 32/58 kB | 28/232 kB
Progress (3): 151/186 kB | 32/58 kB | 28/232 kB
Progress (3): 151/186 kB | 32/58 kB | 32/232 kB
Progress (3): 155/186 kB | 32/58 kB | 32/232 kB
Progress (3): 159/186 kB | 32/58 kB | 32/232 kB
Progress (3): 159/186 kB | 36/58 kB | 32/232 kB
Progress (3): 163/186 kB | 36/58 kB | 32/232 kB
Progress (3): 163/186 kB | 40/58 kB | 32/232 kB
Progress (3): 163/186 kB | 40/58 kB | 36/232 kB
Progress (3): 163/186 kB | 45/58 kB | 36/232 kB
Progress (3): 163/186 kB | 45/58 kB | 40/232 kB
Progress (3): 163/186 kB | 49/58 kB | 40/232 kB
Progress (3): 163/186 kB | 49/58 kB | 45/232 kB
Progress (3): 167/186 kB | 49/58 kB | 45/232 kB
Progress (3): 167/186 kB | 49/58 kB | 49/232 kB
Progress (3): 171/186 kB | 49/58 kB | 49/232 kB
Progress (3): 171/186 kB | 53/58 kB | 49/232 kB
Progress (3): 176/186 kB | 53/58 kB | 49/232 kB
Progress (3): 176/186 kB | 57/58 kB | 49/232 kB
Progress (3): 180/186 kB | 57/58 kB | 49/232 kB
Progress (3): 180/186 kB | 58 kB | 49/232 kB   
Progress (3): 180/186 kB | 58 kB | 53/232 kB
Progress (3): 180/186 kB | 58 kB | 57/232 kB
Progress (3): 184/186 kB | 58 kB | 57/232 kB
Progress (3): 184/186 kB | 58 kB | 61/232 kB
Progress (3): 186 kB | 58 kB | 61/232 kB    
Progress (3): 186 kB | 58 kB | 65/232 kB
Progress (3): 186 kB | 58 kB | 69/232 kB
Progress (3): 186 kB | 58 kB | 73/232 kB
Progress (3): 186 kB | 58 kB | 77/232 kB
Progress (3): 186 kB | 58 kB | 81/232 kB
Progress (3): 186 kB | 58 kB | 85/232 kB
Progress (3): 186 kB | 58 kB | 90/232 kB
Progress (3): 186 kB | 58 kB | 94/232 kB
Progress (3): 186 kB | 58 kB | 98/232 kB
Progress (3): 186 kB | 58 kB | 102/232 kB
Progress (3): 186 kB | 58 kB | 106/232 kB
Progress (3): 186 kB | 58 kB | 110/232 kB
Progress (3): 186 kB | 58 kB | 114/232 kB
Progress (3): 186 kB | 58 kB | 118/232 kB
Progress (3): 186 kB | 58 kB | 122/232 kB
Progress (3): 186 kB | 58 kB | 126/232 kB
Progress (3): 186 kB | 58 kB | 131/232 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 248 kB/s)
08:32:25 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 800 kB/s)
08:32:25 Progress (1): 135/232 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
08:32:25 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
08:32:25 Progress (1): 139/232 kB
Progress (1): 143/232 kB
Progress (1): 147/232 kB
Progress (1): 151/232 kB
Progress (1): 155/232 kB
Progress (1): 159/232 kB
Progress (1): 163/232 kB
Progress (2): 163/232 kB | 4.1/29 kB
Progress (2): 163/232 kB | 7.7/29 kB
Progress (2): 167/232 kB | 7.7/29 kB
Progress (2): 167/232 kB | 12/29 kB 
Progress (2): 171/232 kB | 12/29 kB
Progress (3): 171/232 kB | 12/29 kB | 4.1/32 kB
Progress (3): 176/232 kB | 12/29 kB | 4.1/32 kB
Progress (3): 176/232 kB | 16/29 kB | 4.1/32 kB
Progress (3): 180/232 kB | 16/29 kB | 4.1/32 kB
Progress (3): 180/232 kB | 16/29 kB | 7.7/32 kB
Progress (3): 180/232 kB | 16/29 kB | 12/32 kB 
Progress (3): 180/232 kB | 16/29 kB | 16/32 kB
Progress (3): 180/232 kB | 20/29 kB | 16/32 kB
Progress (3): 180/232 kB | 24/29 kB | 16/32 kB
Progress (3): 184/232 kB | 24/29 kB | 16/32 kB
Progress (3): 184/232 kB | 28/29 kB | 16/32 kB
Progress (3): 188/232 kB | 28/29 kB | 16/32 kB
Progress (3): 188/232 kB | 28/29 kB | 20/32 kB
Progress (3): 188/232 kB | 29 kB | 20/32 kB   
Progress (3): 188/232 kB | 29 kB | 24/32 kB
Progress (3): 192/232 kB | 29 kB | 24/32 kB
Progress (3): 192/232 kB | 29 kB | 28/32 kB
Progress (3): 196/232 kB | 29 kB | 28/32 kB
Progress (3): 196/232 kB | 29 kB | 32 kB   
Progress (3): 200/232 kB | 29 kB | 32 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 121 kB/s)
08:32:25 Progress (2): 204/232 kB | 32 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
08:32:25 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 132 kB/s)
08:32:25 Progress (1): 208/232 kB
Progress (1): 212/232 kB
Progress (1): 217/232 kB
Progress (1): 221/232 kB
Progress (1): 225/232 kB
Progress (2): 225/232 kB | 4.1/284 kB
Progress (2): 229/232 kB | 4.1/284 kB
Progress (2): 229/232 kB | 7.7/284 kB
Progress (2): 229/232 kB | 12/284 kB 
Progress (2): 232 kB | 12/284 kB    
Progress (2): 232 kB | 16/284 kB
Progress (2): 232 kB | 20/284 kB
Progress (2): 232 kB | 24/284 kB
Progress (2): 232 kB | 28/284 kB
Progress (2): 232 kB | 32/284 kB
Progress (2): 232 kB | 36/284 kB
Progress (2): 232 kB | 40/284 kB
Progress (2): 232 kB | 45/284 kB
Progress (2): 232 kB | 49/284 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 951 kB/s)
08:32:25 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 1.1 MB/s)
08:32:25 Progress (1): 4.1/27 kB
Progress (1): 7.7/27 kB
Progress (1): 12/27 kB 
Progress (1): 16/27 kB
Progress (1): 20/27 kB
Progress (1): 24/27 kB
Progress (1): 27 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 75 kB/s)
08:32:25 Progress (1): 4.1/60 kB
Progress (1): 7.7/60 kB
Progress (1): 12/60 kB 
Progress (1): 16/60 kB
Progress (1): 20/60 kB
Progress (1): 24/60 kB
Progress (1): 28/60 kB
Progress (1): 32/60 kB
Progress (1): 36/60 kB
Progress (1): 40/60 kB
Progress (1): 45/60 kB
Progress (1): 49/60 kB
Progress (1): 53/60 kB
Progress (1): 57/60 kB
Progress (1): 60 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 161 kB/s)
08:32:25 [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar
08:32:25 [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
08:32:25 [INFO] 
08:32:25 [INFO] --- download-maven-plugin:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test ---
08:32:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom
08:32:25 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
08:32:25 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 2.8 MB/s)
08:32:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0/maven-2.0.pom
08:32:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
08:32:25 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)
08:32:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom
08:32:25 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
08:32:25 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 690 kB/s)
08:32:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
08:32:25 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
08:32:25 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 802 kB/s)
08:32:25 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
08:32:25 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
08:32:25 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 363 kB/s)
08:32:25 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
08:32:25 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
08:32:25 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 69 kB/s)
08:32:25 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
08:32:25 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
08:32:25 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 65 kB/s)
08:32:25 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
08:32:25 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
08:32:25 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 22 kB/s)
08:32:25 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
08:32:25 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
08:32:26 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 78 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
08:32:26 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
08:32:26 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 69 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
08:32:26 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
08:32:26 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 36 kB/s)
08:32:26 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
08:32:26 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
08:32:26 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 82 kB/s)
08:32:26 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
08:32:26 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
08:32:26 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 31 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
08:32:26 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
08:32:26 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)
08:32:26 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
08:32:26 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
08:32:26 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 90 kB/s)
08:32:26 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
08:32:26 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
08:32:26 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 64 kB/s)
08:32:26 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
08:32:26 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
08:32:26 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 33 kB/s)
08:32:26 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
08:32:26 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
08:32:26 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom (1.5 kB at 46 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom
08:32:26 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
08:32:26 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 18 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom
08:32:26 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
08:32:26 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 298 kB/s)
08:32:26 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
08:32:26 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
08:32:26 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 438 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/4.0/project-4.0.pom
08:32:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
08:32:26 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 624 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom
08:32:26 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
08:32:26 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 135 kB/s)
08:32:26 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
08:32:26 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
08:32:26 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 462 kB/s)
08:32:26 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
08:32:26 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
08:32:26 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 1.1 MB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom
08:32:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
08:32:26 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 668 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
08:32:26 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
08:32:26 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 305 kB/s)
08:32:26 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
08:32:26 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
08:32:26 Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom (3.5 kB at 131 kB/s)
08:32:26 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
08:32:26 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
08:32:26 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 116 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
08:32:26 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
08:32:26 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 366 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/28/commons-parent-28.pom
08:32:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom
08:32:26 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.8 MB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.2/xz-1.2.pom
08:32:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom
08:32:26 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 100 kB/s)
08:32:26 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
08:32:26 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
08:32:26 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 343 kB/s)
08:32:26 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
08:32:26 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
08:32:26 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 123 kB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
08:32:26 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
08:32:26 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 1.3 MB/s)
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.jar
08:32:26 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
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar
08:32:26 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
08:32:26 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
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
08:32:26 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
08:32:26 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
08:32:26 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
08:32:26 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
08:32:26 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
08:32:26 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
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar
08:32:26 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
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar
08:32:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar
08:32:27 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
08:32:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
08:32:27 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
08:32:27 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
08:32:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
08:32:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.2/xz-1.2.jar
08:32:27 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
08:32:27 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
08:32:27 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
08:32:27 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
08:32:27 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
08:32:27 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
08:32:27 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
08:32:27 Progress (1): 4.1/43 kB
Progress (2): 4.1/43 kB | 4.1/6.6 kB
Progress (2): 7.7/43 kB | 4.1/6.6 kB
Progress (2): 7.7/43 kB | 6.6 kB    
Progress (2): 12/43 kB | 6.6 kB 
Progress (2): 16/43 kB | 6.6 kB
Progress (2): 20/43 kB | 6.6 kB
Progress (2): 24/43 kB | 6.6 kB
Progress (2): 28/43 kB | 6.6 kB
Progress (2): 32/43 kB | 6.6 kB
Progress (3): 32/43 kB | 6.6 kB | 4.1/136 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar (6.6 kB at 313 kB/s)
08:32:27 Progress (2): 36/43 kB | 4.1/136 kB
Progress (2): 36/43 kB | 7.7/136 kB
Progress (2): 40/43 kB | 7.7/136 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
08:32:27 Progress (3): 40/43 kB | 7.7/136 kB | 4.1/4.3 kB
Progress (3): 43 kB | 7.7/136 kB | 4.1/4.3 kB   
Progress (3): 43 kB | 12/136 kB | 4.1/4.3 kB 
Progress (3): 43 kB | 12/136 kB | 4.3 kB    
Progress (3): 43 kB | 16/136 kB | 4.3 kB
Progress (3): 43 kB | 20/136 kB | 4.3 kB
Progress (3): 43 kB | 24/136 kB | 4.3 kB
Progress (4): 43 kB | 24/136 kB | 4.3 kB | 4.1/30 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar (43 kB at 1.6 MB/s)
08:32:27 Progress (3): 28/136 kB | 4.3 kB | 4.1/30 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
08:32:27 Progress (3): 28/136 kB | 4.3 kB | 7.7/30 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 159 kB/s)
08:32:27 Progress (2): 28/136 kB | 12/30 kB
Progress (2): 32/136 kB | 12/30 kB
Progress (3): 32/136 kB | 12/30 kB | 4.1/18 kB
Progress (3): 32/136 kB | 16/30 kB | 4.1/18 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
08:32:27 Progress (3): 32/136 kB | 20/30 kB | 4.1/18 kB
Progress (3): 36/136 kB | 20/30 kB | 4.1/18 kB
Progress (3): 36/136 kB | 20/30 kB | 7.7/18 kB
Progress (4): 36/136 kB | 20/30 kB | 7.7/18 kB | 4.1/195 kB
Progress (5): 36/136 kB | 20/30 kB | 7.7/18 kB | 4.1/195 kB | 4.1/78 kB
Progress (5): 36/136 kB | 20/30 kB | 12/18 kB | 4.1/195 kB | 4.1/78 kB 
Progress (5): 40/136 kB | 20/30 kB | 12/18 kB | 4.1/195 kB | 4.1/78 kB
Progress (5): 40/136 kB | 24/30 kB | 12/18 kB | 4.1/195 kB | 4.1/78 kB
Progress (5): 45/136 kB | 24/30 kB | 12/18 kB | 4.1/195 kB | 4.1/78 kB
Progress (5): 45/136 kB | 24/30 kB | 16/18 kB | 4.1/195 kB | 4.1/78 kB
Progress (5): 45/136 kB | 24/30 kB | 16/18 kB | 4.1/195 kB | 7.7/78 kB
Progress (5): 45/136 kB | 24/30 kB | 16/18 kB | 7.7/195 kB | 7.7/78 kB
Progress (5): 45/136 kB | 24/30 kB | 16/18 kB | 7.7/195 kB | 12/78 kB 
Progress (5): 45/136 kB | 24/30 kB | 18 kB | 7.7/195 kB | 12/78 kB   
Progress (5): 49/136 kB | 24/30 kB | 18 kB | 7.7/195 kB | 12/78 kB
Progress (5): 49/136 kB | 28/30 kB | 18 kB | 7.7/195 kB | 12/78 kB
Progress (5): 49/136 kB | 28/30 kB | 18 kB | 7.7/195 kB | 16/78 kB
Progress (5): 49/136 kB | 28/30 kB | 18 kB | 12/195 kB | 16/78 kB 
Progress (5): 49/136 kB | 30 kB | 18 kB | 12/195 kB | 16/78 kB   
Progress (5): 49/136 kB | 30 kB | 18 kB | 16/195 kB | 16/78 kB
Progress (5): 53/136 kB | 30 kB | 18 kB | 16/195 kB | 16/78 kB
Progress (5): 53/136 kB | 30 kB | 18 kB | 16/195 kB | 20/78 kB
Progress (5): 57/136 kB | 30 kB | 18 kB | 16/195 kB | 20/78 kB
Progress (5): 57/136 kB | 30 kB | 18 kB | 16/195 kB | 24/78 kB
Progress (5): 61/136 kB | 30 kB | 18 kB | 16/195 kB | 24/78 kB
Progress (5): 61/136 kB | 30 kB | 18 kB | 20/195 kB | 24/78 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 585 kB/s)
08:32:27 Progress (4): 65/136 kB | 18 kB | 20/195 kB | 24/78 kB
Progress (4): 65/136 kB | 18 kB | 20/195 kB | 28/78 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 333 kB/s)
08:32:27 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
08:32:27 Progress (3): 65/136 kB | 20/195 kB | 32/78 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar
08:32:27 Progress (3): 65/136 kB | 24/195 kB | 32/78 kB
Progress (3): 65/136 kB | 24/195 kB | 36/78 kB
Progress (3): 69/136 kB | 24/195 kB | 36/78 kB
Progress (3): 69/136 kB | 24/195 kB | 40/78 kB
Progress (3): 69/136 kB | 28/195 kB | 40/78 kB
Progress (4): 69/136 kB | 28/195 kB | 40/78 kB | 4.1/10 kB
Progress (4): 69/136 kB | 28/195 kB | 45/78 kB | 4.1/10 kB
Progress (4): 73/136 kB | 28/195 kB | 45/78 kB | 4.1/10 kB
Progress (4): 73/136 kB | 28/195 kB | 49/78 kB | 4.1/10 kB
Progress (4): 73/136 kB | 28/195 kB | 49/78 kB | 7.7/10 kB
Progress (4): 73/136 kB | 32/195 kB | 49/78 kB | 7.7/10 kB
Progress (4): 73/136 kB | 32/195 kB | 49/78 kB | 10 kB    
Progress (5): 73/136 kB | 32/195 kB | 49/78 kB | 10 kB | 4.1/21 kB
Progress (5): 73/136 kB | 32/195 kB | 53/78 kB | 10 kB | 4.1/21 kB
Progress (5): 77/136 kB | 32/195 kB | 53/78 kB | 10 kB | 4.1/21 kB
Progress (5): 77/136 kB | 32/195 kB | 57/78 kB | 10 kB | 4.1/21 kB
Progress (5): 77/136 kB | 32/195 kB | 57/78 kB | 10 kB | 7.7/21 kB
Progress (5): 77/136 kB | 32/195 kB | 61/78 kB | 10 kB | 7.7/21 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 180 kB/s)
08:32:27 Progress (4): 81/136 kB | 32/195 kB | 61/78 kB | 7.7/21 kB
Progress (4): 81/136 kB | 36/195 kB | 61/78 kB | 7.7/21 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar
08:32:27 Progress (4): 81/136 kB | 36/195 kB | 65/78 kB | 7.7/21 kB
Progress (4): 81/136 kB | 36/195 kB | 65/78 kB | 12/21 kB 
Progress (4): 85/136 kB | 36/195 kB | 65/78 kB | 12/21 kB
Progress (4): 85/136 kB | 40/195 kB | 65/78 kB | 12/21 kB
Progress (4): 85/136 kB | 40/195 kB | 69/78 kB | 12/21 kB
Progress (4): 90/136 kB | 40/195 kB | 69/78 kB | 12/21 kB
Progress (4): 90/136 kB | 40/195 kB | 69/78 kB | 16/21 kB
Progress (4): 94/136 kB | 40/195 kB | 69/78 kB | 16/21 kB
Progress (4): 94/136 kB | 40/195 kB | 73/78 kB | 16/21 kB
Progress (4): 94/136 kB | 45/195 kB | 73/78 kB | 16/21 kB
Progress (4): 94/136 kB | 45/195 kB | 77/78 kB | 16/21 kB
Progress (4): 94/136 kB | 45/195 kB | 77/78 kB | 20/21 kB
Progress (4): 98/136 kB | 45/195 kB | 77/78 kB | 20/21 kB
Progress (4): 98/136 kB | 45/195 kB | 77/78 kB | 21 kB   
Progress (4): 98/136 kB | 45/195 kB | 78 kB | 21 kB   
Progress (4): 98/136 kB | 49/195 kB | 78 kB | 21 kB
Progress (5): 98/136 kB | 49/195 kB | 78 kB | 21 kB | 4.1/25 kB
Progress (5): 98/136 kB | 49/195 kB | 78 kB | 21 kB | 7.7/25 kB
Progress (5): 102/136 kB | 49/195 kB | 78 kB | 21 kB | 7.7/25 kB
Progress (5): 102/136 kB | 49/195 kB | 78 kB | 21 kB | 12/25 kB 
Progress (5): 106/136 kB | 49/195 kB | 78 kB | 21 kB | 12/25 kB
Progress (5): 106/136 kB | 53/195 kB | 78 kB | 21 kB | 12/25 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (78 kB at 1.3 MB/s)
08:32:27 Progress (4): 106/136 kB | 53/195 kB | 21 kB | 16/25 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
08:32:27 Progress (4): 106/136 kB | 57/195 kB | 21 kB | 16/25 kB
Progress (4): 110/136 kB | 57/195 kB | 21 kB | 16/25 kB
Progress (4): 114/136 kB | 57/195 kB | 21 kB | 16/25 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 328 kB/s)
08:32:27 Progress (3): 118/136 kB | 57/195 kB | 16/25 kB
Progress (3): 118/136 kB | 61/195 kB | 16/25 kB
Progress (3): 118/136 kB | 61/195 kB | 20/25 kB
Progress (3): 118/136 kB | 65/195 kB | 20/25 kB
Progress (3): 122/136 kB | 65/195 kB | 20/25 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar
08:32:27 Progress (3): 126/136 kB | 65/195 kB | 20/25 kB
Progress (3): 126/136 kB | 65/195 kB | 24/25 kB
Progress (3): 131/136 kB | 65/195 kB | 24/25 kB
Progress (4): 131/136 kB | 65/195 kB | 24/25 kB | 4.1/33 kB
Progress (4): 131/136 kB | 69/195 kB | 24/25 kB | 4.1/33 kB
Progress (4): 135/136 kB | 69/195 kB | 24/25 kB | 4.1/33 kB
Progress (4): 135/136 kB | 69/195 kB | 24/25 kB | 7.7/33 kB
Progress (4): 135/136 kB | 69/195 kB | 25 kB | 7.7/33 kB   
Progress (4): 135/136 kB | 69/195 kB | 25 kB | 12/33 kB 
Progress (4): 136 kB | 69/195 kB | 25 kB | 12/33 kB    
Progress (4): 136 kB | 73/195 kB | 25 kB | 12/33 kB
Progress (4): 136 kB | 73/195 kB | 25 kB | 16/33 kB
Progress (4): 136 kB | 77/195 kB | 25 kB | 16/33 kB
Progress (5): 136 kB | 77/195 kB | 25 kB | 16/33 kB | 4.1/51 kB
Progress (5): 136 kB | 81/195 kB | 25 kB | 16/33 kB | 4.1/51 kB
Progress (5): 136 kB | 81/195 kB | 25 kB | 16/33 kB | 7.7/51 kB
Progress (5): 136 kB | 81/195 kB | 25 kB | 20/33 kB | 7.7/51 kB
Progress (5): 136 kB | 81/195 kB | 25 kB | 20/33 kB | 12/51 kB 
Progress (5): 136 kB | 81/195 kB | 25 kB | 24/33 kB | 12/51 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.jar (136 kB at 2.0 MB/s)
08:32:27 Progress (4): 81/195 kB | 25 kB | 28/33 kB | 12/51 kB
Progress (4): 85/195 kB | 25 kB | 28/33 kB | 12/51 kB
Progress (4): 85/195 kB | 25 kB | 28/33 kB | 16/51 kB
Progress (4): 90/195 kB | 25 kB | 28/33 kB | 16/51 kB
Progress (4): 90/195 kB | 25 kB | 32/33 kB | 16/51 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar
08:32:27 Progress (4): 90/195 kB | 25 kB | 33 kB | 16/51 kB
Progress (4): 94/195 kB | 25 kB | 33 kB | 16/51 kB
Progress (4): 94/195 kB | 25 kB | 33 kB | 20/51 kB
Progress (4): 98/195 kB | 25 kB | 33 kB | 20/51 kB
Progress (4): 98/195 kB | 25 kB | 33 kB | 24/51 kB
Progress (4): 98/195 kB | 25 kB | 33 kB | 28/51 kB
Progress (4): 98/195 kB | 25 kB | 33 kB | 32/51 kB
Progress (4): 102/195 kB | 25 kB | 33 kB | 32/51 kB
Progress (4): 106/195 kB | 25 kB | 33 kB | 32/51 kB
Progress (5): 106/195 kB | 25 kB | 33 kB | 32/51 kB | 4.1/7.6 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 473 kB/s)
08:32:27 Progress (4): 106/195 kB | 25 kB | 32/51 kB | 7.6 kB
Progress (4): 106/195 kB | 25 kB | 36/51 kB | 7.6 kB
Progress (4): 110/195 kB | 25 kB | 36/51 kB | 7.6 kB
Progress (4): 110/195 kB | 25 kB | 40/51 kB | 7.6 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 355 kB/s)
08:32:27 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
08:32:27 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
08:32:27 Progress (3): 110/195 kB | 45/51 kB | 7.6 kB
Progress (3): 114/195 kB | 45/51 kB | 7.6 kB
Progress (3): 114/195 kB | 49/51 kB | 7.6 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 105 kB/s)
08:32:27 Progress (2): 114/195 kB | 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
08:32:27 Progress (3): 114/195 kB | 51 kB | 4.1/10 kB
Progress (3): 118/195 kB | 51 kB | 4.1/10 kB
Progress (3): 118/195 kB | 51 kB | 7.7/10 kB
Progress (3): 122/195 kB | 51 kB | 7.7/10 kB
Progress (3): 122/195 kB | 51 kB | 10 kB    
Progress (3): 126/195 kB | 51 kB | 10 kB
Progress (3): 131/195 kB | 51 kB | 10 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 684 kB/s)
08:32:27 Progress (3): 131/195 kB | 10 kB | 4.1/79 kB
Progress (3): 135/195 kB | 10 kB | 4.1/79 kB
Progress (3): 135/195 kB | 10 kB | 7.7/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
08:32:27 Progress (3): 135/195 kB | 10 kB | 12/79 kB
Progress (3): 139/195 kB | 10 kB | 12/79 kB
Progress (4): 139/195 kB | 10 kB | 12/79 kB | 4.1/105 kB
Progress (4): 143/195 kB | 10 kB | 12/79 kB | 4.1/105 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 135 kB/s)
08:32:27 Progress (3): 143/195 kB | 16/79 kB | 4.1/105 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar
08:32:27 Progress (3): 147/195 kB | 16/79 kB | 4.1/105 kB
Progress (3): 147/195 kB | 16/79 kB | 7.7/105 kB
Progress (4): 147/195 kB | 16/79 kB | 7.7/105 kB | 4.1/276 kB
Progress (4): 147/195 kB | 20/79 kB | 7.7/105 kB | 4.1/276 kB
Progress (4): 147/195 kB | 20/79 kB | 12/105 kB | 4.1/276 kB 
Progress (4): 147/195 kB | 24/79 kB | 12/105 kB | 4.1/276 kB
Progress (4): 151/195 kB | 24/79 kB | 12/105 kB | 4.1/276 kB
Progress (4): 151/195 kB | 24/79 kB | 12/105 kB | 7.7/276 kB
Progress (4): 155/195 kB | 24/79 kB | 12/105 kB | 7.7/276 kB
Progress (4): 155/195 kB | 28/79 kB | 12/105 kB | 7.7/276 kB
Progress (4): 155/195 kB | 28/79 kB | 16/105 kB | 7.7/276 kB
Progress (4): 155/195 kB | 32/79 kB | 16/105 kB | 7.7/276 kB
Progress (4): 159/195 kB | 32/79 kB | 16/105 kB | 7.7/276 kB
Progress (4): 159/195 kB | 32/79 kB | 16/105 kB | 12/276 kB 
Progress (4): 163/195 kB | 32/79 kB | 16/105 kB | 12/276 kB
Progress (4): 163/195 kB | 32/79 kB | 16/105 kB | 16/276 kB
Progress (4): 163/195 kB | 32/79 kB | 20/105 kB | 16/276 kB
Progress (5): 163/195 kB | 32/79 kB | 20/105 kB | 16/276 kB | 4.1/172 kB
Progress (5): 163/195 kB | 32/79 kB | 24/105 kB | 16/276 kB | 4.1/172 kB
Progress (5): 163/195 kB | 36/79 kB | 24/105 kB | 16/276 kB | 4.1/172 kB
Progress (5): 163/195 kB | 36/79 kB | 28/105 kB | 16/276 kB | 4.1/172 kB
Progress (5): 167/195 kB | 36/79 kB | 28/105 kB | 16/276 kB | 4.1/172 kB
Progress (5): 167/195 kB | 36/79 kB | 28/105 kB | 16/276 kB | 7.7/172 kB
Progress (5): 171/195 kB | 36/79 kB | 28/105 kB | 16/276 kB | 7.7/172 kB
Progress (5): 171/195 kB | 36/79 kB | 32/105 kB | 16/276 kB | 7.7/172 kB
Progress (5): 171/195 kB | 40/79 kB | 32/105 kB | 16/276 kB | 7.7/172 kB
Progress (5): 171/195 kB | 40/79 kB | 32/105 kB | 20/276 kB | 7.7/172 kB
Progress (5): 171/195 kB | 45/79 kB | 32/105 kB | 20/276 kB | 7.7/172 kB
Progress (5): 176/195 kB | 45/79 kB | 32/105 kB | 20/276 kB | 7.7/172 kB
Progress (5): 176/195 kB | 45/79 kB | 32/105 kB | 20/276 kB | 12/172 kB 
Progress (5): 180/195 kB | 45/79 kB | 32/105 kB | 20/276 kB | 12/172 kB
Progress (5): 180/195 kB | 45/79 kB | 36/105 kB | 20/276 kB | 12/172 kB
Progress (5): 180/195 kB | 49/79 kB | 36/105 kB | 20/276 kB | 12/172 kB
Progress (5): 180/195 kB | 49/79 kB | 36/105 kB | 24/276 kB | 12/172 kB
Progress (5): 180/195 kB | 49/79 kB | 40/105 kB | 24/276 kB | 12/172 kB
Progress (5): 180/195 kB | 49/79 kB | 40/105 kB | 24/276 kB | 16/172 kB
Progress (5): 180/195 kB | 49/79 kB | 45/105 kB | 24/276 kB | 16/172 kB
Progress (5): 184/195 kB | 49/79 kB | 45/105 kB | 24/276 kB | 16/172 kB
Progress (5): 184/195 kB | 49/79 kB | 45/105 kB | 28/276 kB | 16/172 kB
Progress (5): 188/195 kB | 49/79 kB | 45/105 kB | 28/276 kB | 16/172 kB
Progress (5): 188/195 kB | 49/79 kB | 45/105 kB | 28/276 kB | 20/172 kB
Progress (5): 188/195 kB | 49/79 kB | 49/105 kB | 28/276 kB | 20/172 kB
Progress (5): 188/195 kB | 53/79 kB | 49/105 kB | 28/276 kB | 20/172 kB
Progress (5): 188/195 kB | 53/79 kB | 49/105 kB | 28/276 kB | 24/172 kB
Progress (5): 192/195 kB | 53/79 kB | 49/105 kB | 28/276 kB | 24/172 kB
Progress (5): 192/195 kB | 53/79 kB | 49/105 kB | 32/276 kB | 24/172 kB
Progress (5): 192/195 kB | 53/79 kB | 53/105 kB | 32/276 kB | 24/172 kB
Progress (5): 195 kB | 53/79 kB | 53/105 kB | 32/276 kB | 24/172 kB    
Progress (5): 195 kB | 53/79 kB | 53/105 kB | 32/276 kB | 28/172 kB
Progress (5): 195 kB | 57/79 kB | 53/105 kB | 32/276 kB | 28/172 kB
Progress (5): 195 kB | 57/79 kB | 53/105 kB | 36/276 kB | 28/172 kB
Progress (5): 195 kB | 57/79 kB | 53/105 kB | 36/276 kB | 32/172 kB
Progress (5): 195 kB | 57/79 kB | 57/105 kB | 36/276 kB | 32/172 kB
Progress (5): 195 kB | 57/79 kB | 57/105 kB | 40/276 kB | 32/172 kB
Progress (5): 195 kB | 61/79 kB | 57/105 kB | 40/276 kB | 32/172 kB
Progress (5): 195 kB | 61/79 kB | 57/105 kB | 45/276 kB | 32/172 kB
Progress (5): 195 kB | 61/79 kB | 61/105 kB | 45/276 kB | 32/172 kB
Progress (5): 195 kB | 61/79 kB | 61/105 kB | 49/276 kB | 32/172 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 2.3 MB/s)
08:32:27 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
08:32:27 Progress (4): 61/79 kB | 61/105 kB | 49/276 kB | 36/172 kB
Progress (4): 65/79 kB | 61/105 kB | 49/276 kB | 36/172 kB
Progress (4): 65/79 kB | 61/105 kB | 49/276 kB | 40/172 kB
Progress (4): 65/79 kB | 61/105 kB | 49/276 kB | 45/172 kB
Progress (4): 65/79 kB | 61/105 kB | 49/276 kB | 49/172 kB
Progress (4): 69/79 kB | 61/105 kB | 49/276 kB | 49/172 kB
Progress (4): 73/79 kB | 61/105 kB | 49/276 kB | 49/172 kB
Progress (4): 77/79 kB | 61/105 kB | 49/276 kB | 49/172 kB
Progress (4): 79 kB | 61/105 kB | 49/276 kB | 49/172 kB   
Progress (5): 79 kB | 61/105 kB | 49/276 kB | 49/172 kB | 4.1/61 kB
Progress (5): 79 kB | 61/105 kB | 49/276 kB | 49/172 kB | 7.7/61 kB
Progress (5): 79 kB | 61/105 kB | 49/276 kB | 49/172 kB | 12/61 kB 
Progress (5): 79 kB | 61/105 kB | 49/276 kB | 49/172 kB | 16/61 kB
Progress (5): 79 kB | 61/105 kB | 53/276 kB | 49/172 kB | 16/61 kB
Progress (5): 79 kB | 65/105 kB | 53/276 kB | 49/172 kB | 16/61 kB
Progress (5): 79 kB | 65/105 kB | 57/276 kB | 49/172 kB | 16/61 kB
Progress (5): 79 kB | 65/105 kB | 57/276 kB | 53/172 kB | 16/61 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 532 kB/s)
08:32:27 Progress (4): 69/105 kB | 57/276 kB | 53/172 kB | 16/61 kB
Progress (4): 69/105 kB | 57/276 kB | 57/172 kB | 16/61 kB
Progress (4): 69/105 kB | 57/276 kB | 57/172 kB | 20/61 kB
Progress (4): 69/105 kB | 61/276 kB | 57/172 kB | 20/61 kB
Progress (4): 69/105 kB | 61/276 kB | 57/172 kB | 24/61 kB
Progress (4): 69/105 kB | 61/276 kB | 61/172 kB | 24/61 kB
Progress (4): 73/105 kB | 61/276 kB | 61/172 kB | 24/61 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
08:32:27 Progress (4): 77/105 kB | 61/276 kB | 61/172 kB | 24/61 kB
Progress (4): 77/105 kB | 61/276 kB | 65/172 kB | 24/61 kB
Progress (4): 77/105 kB | 61/276 kB | 65/172 kB | 28/61 kB
Progress (4): 77/105 kB | 65/276 kB | 65/172 kB | 28/61 kB
Progress (4): 77/105 kB | 65/276 kB | 65/172 kB | 32/61 kB
Progress (4): 81/105 kB | 65/276 kB | 65/172 kB | 32/61 kB
Progress (4): 81/105 kB | 65/276 kB | 69/172 kB | 32/61 kB
Progress (4): 81/105 kB | 69/276 kB | 69/172 kB | 32/61 kB
Progress (4): 81/105 kB | 69/276 kB | 69/172 kB | 36/61 kB
Progress (4): 81/105 kB | 69/276 kB | 73/172 kB | 36/61 kB
Progress (4): 81/105 kB | 69/276 kB | 73/172 kB | 40/61 kB
Progress (4): 81/105 kB | 73/276 kB | 73/172 kB | 40/61 kB
Progress (4): 81/105 kB | 73/276 kB | 73/172 kB | 45/61 kB
Progress (4): 85/105 kB | 73/276 kB | 73/172 kB | 45/61 kB
Progress (4): 85/105 kB | 73/276 kB | 77/172 kB | 45/61 kB
Progress (4): 90/105 kB | 73/276 kB | 77/172 kB | 45/61 kB
Progress (5): 90/105 kB | 73/276 kB | 77/172 kB | 45/61 kB | 4.1/47 kB
Progress (5): 90/105 kB | 73/276 kB | 77/172 kB | 49/61 kB | 4.1/47 kB
Progress (5): 90/105 kB | 77/276 kB | 77/172 kB | 49/61 kB | 4.1/47 kB
Progress (5): 90/105 kB | 77/276 kB | 77/172 kB | 49/61 kB | 7.7/47 kB
Progress (5): 94/105 kB | 77/276 kB | 77/172 kB | 49/61 kB | 7.7/47 kB
Progress (5): 94/105 kB | 77/276 kB | 81/172 kB | 49/61 kB | 7.7/47 kB
Progress (5): 98/105 kB | 77/276 kB | 81/172 kB | 49/61 kB | 7.7/47 kB
Progress (5): 98/105 kB | 77/276 kB | 81/172 kB | 53/61 kB | 7.7/47 kB
Progress (5): 98/105 kB | 77/276 kB | 81/172 kB | 53/61 kB | 12/47 kB 
Progress (5): 98/105 kB | 81/276 kB | 81/172 kB | 53/61 kB | 12/47 kB
Progress (5): 98/105 kB | 81/276 kB | 85/172 kB | 53/61 kB | 12/47 kB
Progress (5): 98/105 kB | 81/276 kB | 85/172 kB | 53/61 kB | 16/47 kB
Progress (5): 102/105 kB | 81/276 kB | 85/172 kB | 53/61 kB | 16/47 kB
Progress (5): 102/105 kB | 81/276 kB | 85/172 kB | 57/61 kB | 16/47 kB
Progress (5): 102/105 kB | 85/276 kB | 85/172 kB | 57/61 kB | 16/47 kB
Progress (5): 105 kB | 85/276 kB | 85/172 kB | 57/61 kB | 16/47 kB    
Progress (5): 105 kB | 85/276 kB | 85/172 kB | 57/61 kB | 20/47 kB
Progress (5): 105 kB | 85/276 kB | 90/172 kB | 57/61 kB | 20/47 kB
Progress (5): 105 kB | 85/276 kB | 90/172 kB | 57/61 kB | 24/47 kB
Progress (5): 105 kB | 90/276 kB | 90/172 kB | 57/61 kB | 24/47 kB
Progress (5): 105 kB | 90/276 kB | 90/172 kB | 61 kB | 24/47 kB   
Progress (5): 105 kB | 94/276 kB | 90/172 kB | 61 kB | 24/47 kB
Progress (5): 105 kB | 94/276 kB | 90/172 kB | 61 kB | 28/47 kB
Progress (5): 105 kB | 94/276 kB | 94/172 kB | 61 kB | 28/47 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 671 kB/s)
08:32:27 Progress (4): 94/276 kB | 94/172 kB | 61 kB | 32/47 kB
Progress (4): 98/276 kB | 94/172 kB | 61 kB | 32/47 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 387 kB/s)
08:32:27 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
08:32:27 Progress (3): 98/276 kB | 98/172 kB | 32/47 kB
Progress (3): 102/276 kB | 98/172 kB | 32/47 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
08:32:27 Progress (3): 102/276 kB | 98/172 kB | 36/47 kB
Progress (3): 106/276 kB | 98/172 kB | 36/47 kB
Progress (3): 106/276 kB | 98/172 kB | 40/47 kB
Progress (3): 106/276 kB | 102/172 kB | 40/47 kB
Progress (3): 106/276 kB | 102/172 kB | 45/47 kB
Progress (3): 110/276 kB | 102/172 kB | 45/47 kB
Progress (3): 110/276 kB | 102/172 kB | 47 kB   
Progress (3): 110/276 kB | 106/172 kB | 47 kB
Progress (3): 114/276 kB | 106/172 kB | 47 kB
Progress (3): 114/276 kB | 110/172 kB | 47 kB
Progress (3): 114/276 kB | 114/172 kB | 47 kB
Progress (4): 114/276 kB | 114/172 kB | 47 kB | 4.1/164 kB
Progress (4): 114/276 kB | 114/172 kB | 47 kB | 7.7/164 kB
Progress (4): 118/276 kB | 114/172 kB | 47 kB | 7.7/164 kB
Progress (4): 118/276 kB | 114/172 kB | 47 kB | 12/164 kB 
Progress (4): 122/276 kB | 114/172 kB | 47 kB | 12/164 kB
Progress (4): 122/276 kB | 114/172 kB | 47 kB | 16/164 kB
Progress (4): 122/276 kB | 118/172 kB | 47 kB | 16/164 kB
Progress (4): 126/276 kB | 118/172 kB | 47 kB | 16/164 kB
Progress (4): 126/276 kB | 122/172 kB | 47 kB | 16/164 kB
Progress (4): 131/276 kB | 122/172 kB | 47 kB | 16/164 kB
Progress (4): 131/276 kB | 126/172 kB | 47 kB | 16/164 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 290 kB/s)
08:32:27 Progress (3): 135/276 kB | 126/172 kB | 16/164 kB
Progress (3): 135/276 kB | 126/172 kB | 20/164 kB
Progress (3): 135/276 kB | 131/172 kB | 20/164 kB
Progress (4): 135/276 kB | 131/172 kB | 20/164 kB | 4.1/59 kB
Progress (4): 135/276 kB | 131/172 kB | 24/164 kB | 4.1/59 kB
Progress (4): 139/276 kB | 131/172 kB | 24/164 kB | 4.1/59 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
08:32:27 Progress (4): 139/276 kB | 135/172 kB | 24/164 kB | 4.1/59 kB
Progress (4): 143/276 kB | 135/172 kB | 24/164 kB | 4.1/59 kB
Progress (4): 143/276 kB | 135/172 kB | 28/164 kB | 4.1/59 kB
Progress (4): 143/276 kB | 135/172 kB | 28/164 kB | 7.7/59 kB
Progress (4): 143/276 kB | 135/172 kB | 32/164 kB | 7.7/59 kB
Progress (4): 147/276 kB | 135/172 kB | 32/164 kB | 7.7/59 kB
Progress (4): 147/276 kB | 139/172 kB | 32/164 kB | 7.7/59 kB
Progress (4): 147/276 kB | 139/172 kB | 32/164 kB | 12/59 kB 
Progress (4): 147/276 kB | 143/172 kB | 32/164 kB | 12/59 kB
Progress (4): 147/276 kB | 143/172 kB | 32/164 kB | 16/59 kB
Progress (4): 147/276 kB | 147/172 kB | 32/164 kB | 16/59 kB
Progress (4): 151/276 kB | 147/172 kB | 32/164 kB | 16/59 kB
Progress (4): 151/276 kB | 147/172 kB | 36/164 kB | 16/59 kB
Progress (4): 155/276 kB | 147/172 kB | 36/164 kB | 16/59 kB
Progress (4): 155/276 kB | 147/172 kB | 40/164 kB | 16/59 kB
Progress (5): 155/276 kB | 147/172 kB | 40/164 kB | 16/59 kB | 4.1/256 kB
Progress (5): 159/276 kB | 147/172 kB | 40/164 kB | 16/59 kB | 4.1/256 kB
Progress (5): 159/276 kB | 147/172 kB | 40/164 kB | 20/59 kB | 4.1/256 kB
Progress (5): 163/276 kB | 147/172 kB | 40/164 kB | 20/59 kB | 4.1/256 kB
Progress (5): 163/276 kB | 147/172 kB | 40/164 kB | 20/59 kB | 7.7/256 kB
Progress (5): 163/276 kB | 147/172 kB | 45/164 kB | 20/59 kB | 7.7/256 kB
Progress (5): 163/276 kB | 151/172 kB | 45/164 kB | 20/59 kB | 7.7/256 kB
Progress (5): 163/276 kB | 151/172 kB | 49/164 kB | 20/59 kB | 7.7/256 kB
Progress (5): 163/276 kB | 151/172 kB | 49/164 kB | 20/59 kB | 12/256 kB 
Progress (5): 163/276 kB | 151/172 kB | 49/164 kB | 24/59 kB | 12/256 kB
Progress (5): 163/276 kB | 151/172 kB | 49/164 kB | 24/59 kB | 16/256 kB
Progress (5): 163/276 kB | 155/172 kB | 49/164 kB | 24/59 kB | 16/256 kB
Progress (5): 167/276 kB | 155/172 kB | 49/164 kB | 24/59 kB | 16/256 kB
Progress (5): 167/276 kB | 159/172 kB | 49/164 kB | 24/59 kB | 16/256 kB
Progress (5): 167/276 kB | 159/172 kB | 53/164 kB | 24/59 kB | 16/256 kB
Progress (5): 167/276 kB | 159/172 kB | 53/164 kB | 28/59 kB | 16/256 kB
Progress (5): 167/276 kB | 159/172 kB | 53/164 kB | 28/59 kB | 20/256 kB
Progress (5): 167/276 kB | 159/172 kB | 57/164 kB | 28/59 kB | 20/256 kB
Progress (5): 167/276 kB | 163/172 kB | 57/164 kB | 28/59 kB | 20/256 kB
Progress (5): 171/276 kB | 163/172 kB | 57/164 kB | 28/59 kB | 20/256 kB
Progress (5): 171/276 kB | 163/172 kB | 61/164 kB | 28/59 kB | 20/256 kB
Progress (5): 171/276 kB | 163/172 kB | 61/164 kB | 28/59 kB | 24/256 kB
Progress (5): 171/276 kB | 163/172 kB | 61/164 kB | 32/59 kB | 24/256 kB
Progress (5): 171/276 kB | 163/172 kB | 61/164 kB | 32/59 kB | 28/256 kB
Progress (5): 171/276 kB | 163/172 kB | 65/164 kB | 32/59 kB | 28/256 kB
Progress (5): 171/276 kB | 167/172 kB | 65/164 kB | 32/59 kB | 28/256 kB
Progress (5): 176/276 kB | 167/172 kB | 65/164 kB | 32/59 kB | 28/256 kB
Progress (5): 176/276 kB | 167/172 kB | 65/164 kB | 36/59 kB | 28/256 kB
Progress (5): 176/276 kB | 171/172 kB | 65/164 kB | 36/59 kB | 28/256 kB
Progress (5): 176/276 kB | 171/172 kB | 65/164 kB | 36/59 kB | 32/256 kB
Progress (5): 176/276 kB | 172 kB | 65/164 kB | 36/59 kB | 32/256 kB    
Progress (5): 176/276 kB | 172 kB | 69/164 kB | 36/59 kB | 32/256 kB
Progress (5): 176/276 kB | 172 kB | 69/164 kB | 40/59 kB | 32/256 kB
Progress (5): 180/276 kB | 172 kB | 69/164 kB | 40/59 kB | 32/256 kB
Progress (5): 180/276 kB | 172 kB | 69/164 kB | 45/59 kB | 32/256 kB
Progress (5): 180/276 kB | 172 kB | 73/164 kB | 45/59 kB | 32/256 kB
Progress (5): 180/276 kB | 172 kB | 73/164 kB | 49/59 kB | 32/256 kB
Progress (5): 180/276 kB | 172 kB | 73/164 kB | 49/59 kB | 36/256 kB
Progress (5): 184/276 kB | 172 kB | 73/164 kB | 49/59 kB | 36/256 kB
Progress (5): 184/276 kB | 172 kB | 77/164 kB | 49/59 kB | 36/256 kB
Progress (5): 184/276 kB | 172 kB | 77/164 kB | 53/59 kB | 36/256 kB
Progress (5): 188/276 kB | 172 kB | 77/164 kB | 53/59 kB | 36/256 kB
Progress (5): 188/276 kB | 172 kB | 77/164 kB | 53/59 kB | 40/256 kB
Progress (5): 192/276 kB | 172 kB | 77/164 kB | 53/59 kB | 40/256 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar (172 kB at 1.0 MB/s)
08:32:27 Progress (4): 192/276 kB | 77/164 kB | 57/59 kB | 40/256 kB
Progress (4): 192/276 kB | 81/164 kB | 57/59 kB | 40/256 kB
Progress (4): 192/276 kB | 81/164 kB | 59 kB | 40/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
08:32:27 Progress (4): 196/276 kB | 81/164 kB | 59 kB | 40/256 kB
Progress (4): 196/276 kB | 81/164 kB | 59 kB | 45/256 kB
Progress (4): 196/276 kB | 85/164 kB | 59 kB | 45/256 kB
Progress (4): 196/276 kB | 85/164 kB | 59 kB | 49/256 kB
Progress (4): 196/276 kB | 90/164 kB | 59 kB | 49/256 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar (59 kB at 338 kB/s)
08:32:27 Progress (3): 200/276 kB | 90/164 kB | 49/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
08:32:27 Progress (3): 200/276 kB | 94/164 kB | 49/256 kB
Progress (4): 200/276 kB | 94/164 kB | 49/256 kB | 4.1/95 kB
Progress (4): 200/276 kB | 94/164 kB | 53/256 kB | 4.1/95 kB
Progress (4): 204/276 kB | 94/164 kB | 53/256 kB | 4.1/95 kB
Progress (4): 204/276 kB | 94/164 kB | 57/256 kB | 4.1/95 kB
Progress (4): 204/276 kB | 94/164 kB | 57/256 kB | 7.7/95 kB
Progress (4): 204/276 kB | 98/164 kB | 57/256 kB | 7.7/95 kB
Progress (4): 204/276 kB | 98/164 kB | 57/256 kB | 12/95 kB 
Progress (4): 204/276 kB | 98/164 kB | 61/256 kB | 12/95 kB
Progress (4): 208/276 kB | 98/164 kB | 61/256 kB | 12/95 kB
Progress (4): 208/276 kB | 98/164 kB | 65/256 kB | 12/95 kB
Progress (4): 208/276 kB | 98/164 kB | 65/256 kB | 16/95 kB
Progress (4): 208/276 kB | 102/164 kB | 65/256 kB | 16/95 kB
Progress (4): 212/276 kB | 102/164 kB | 65/256 kB | 16/95 kB
Progress (4): 212/276 kB | 106/164 kB | 65/256 kB | 16/95 kB
Progress (4): 212/276 kB | 110/164 kB | 65/256 kB | 16/95 kB
Progress (5): 212/276 kB | 110/164 kB | 65/256 kB | 16/95 kB | 4.1/250 kB
Progress (5): 212/276 kB | 110/164 kB | 65/256 kB | 20/95 kB | 4.1/250 kB
Progress (5): 212/276 kB | 110/164 kB | 69/256 kB | 20/95 kB | 4.1/250 kB
Progress (5): 212/276 kB | 114/164 kB | 69/256 kB | 20/95 kB | 4.1/250 kB
Progress (5): 212/276 kB | 114/164 kB | 73/256 kB | 20/95 kB | 4.1/250 kB
Progress (5): 212/276 kB | 114/164 kB | 73/256 kB | 24/95 kB | 4.1/250 kB
Progress (5): 212/276 kB | 114/164 kB | 73/256 kB | 24/95 kB | 7.7/250 kB
Progress (5): 217/276 kB | 114/164 kB | 73/256 kB | 24/95 kB | 7.7/250 kB
Progress (5): 217/276 kB | 118/164 kB | 73/256 kB | 24/95 kB | 7.7/250 kB
Progress (5): 217/276 kB | 118/164 kB | 73/256 kB | 24/95 kB | 12/250 kB 
Progress (5): 217/276 kB | 118/164 kB | 73/256 kB | 28/95 kB | 12/250 kB
Progress (5): 217/276 kB | 118/164 kB | 77/256 kB | 28/95 kB | 12/250 kB
Progress (5): 217/276 kB | 118/164 kB | 77/256 kB | 32/95 kB | 12/250 kB
Progress (5): 217/276 kB | 118/164 kB | 77/256 kB | 32/95 kB | 16/250 kB
Progress (5): 217/276 kB | 122/164 kB | 77/256 kB | 32/95 kB | 16/250 kB
Progress (5): 221/276 kB | 122/164 kB | 77/256 kB | 32/95 kB | 16/250 kB
Progress (5): 221/276 kB | 126/164 kB | 77/256 kB | 32/95 kB | 16/250 kB
Progress (5): 221/276 kB | 126/164 kB | 77/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 81/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 85/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 90/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 94/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 98/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 102/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 106/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 110/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 114/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 118/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 122/256 kB | 32/95 kB | 20/250 kB
Progress (5): 221/276 kB | 126/164 kB | 122/256 kB | 32/95 kB | 24/250 kB
Progress (5): 221/276 kB | 126/164 kB | 122/256 kB | 36/95 kB | 24/250 kB
Progress (5): 221/276 kB | 131/164 kB | 122/256 kB | 36/95 kB | 24/250 kB
Progress (5): 225/276 kB | 131/164 kB | 122/256 kB | 36/95 kB | 24/250 kB
Progress (5): 225/276 kB | 131/164 kB | 122/256 kB | 40/95 kB | 24/250 kB
Progress (5): 225/276 kB | 131/164 kB | 122/256 kB | 40/95 kB | 28/250 kB
Progress (5): 225/276 kB | 131/164 kB | 126/256 kB | 40/95 kB | 28/250 kB
Progress (5): 225/276 kB | 135/164 kB | 126/256 kB | 40/95 kB | 28/250 kB
Progress (5): 225/276 kB | 135/164 kB | 126/256 kB | 40/95 kB | 32/250 kB
Progress (5): 225/276 kB | 135/164 kB | 126/256 kB | 45/95 kB | 32/250 kB
Progress (5): 229/276 kB | 135/164 kB | 126/256 kB | 45/95 kB | 32/250 kB
Progress (5): 229/276 kB | 135/164 kB | 126/256 kB | 49/95 kB | 32/250 kB
Progress (5): 229/276 kB | 139/164 kB | 126/256 kB | 49/95 kB | 32/250 kB
Progress (5): 229/276 kB | 139/164 kB | 131/256 kB | 49/95 kB | 32/250 kB
Progress (5): 229/276 kB | 143/164 kB | 131/256 kB | 49/95 kB | 32/250 kB
Progress (5): 229/276 kB | 143/164 kB | 131/256 kB | 49/95 kB | 36/250 kB
Progress (5): 229/276 kB | 143/164 kB | 131/256 kB | 53/95 kB | 36/250 kB
Progress (5): 229/276 kB | 147/164 kB | 131/256 kB | 53/95 kB | 36/250 kB
Progress (5): 233/276 kB | 147/164 kB | 131/256 kB | 53/95 kB | 36/250 kB
Progress (5): 233/276 kB | 147/164 kB | 135/256 kB | 53/95 kB | 36/250 kB
Progress (5): 233/276 kB | 147/164 kB | 135/256 kB | 57/95 kB | 36/250 kB
Progress (5): 233/276 kB | 147/164 kB | 135/256 kB | 57/95 kB | 40/250 kB
Progress (5): 233/276 kB | 147/164 kB | 135/256 kB | 61/95 kB | 40/250 kB
Progress (5): 233/276 kB | 147/164 kB | 139/256 kB | 61/95 kB | 40/250 kB
Progress (5): 237/276 kB | 147/164 kB | 139/256 kB | 61/95 kB | 40/250 kB
Progress (5): 237/276 kB | 147/164 kB | 143/256 kB | 61/95 kB | 40/250 kB
Progress (5): 237/276 kB | 147/164 kB | 143/256 kB | 65/95 kB | 40/250 kB
Progress (5): 237/276 kB | 147/164 kB | 143/256 kB | 65/95 kB | 45/250 kB
Progress (5): 237/276 kB | 151/164 kB | 143/256 kB | 65/95 kB | 45/250 kB
Progress (5): 237/276 kB | 151/164 kB | 143/256 kB | 65/95 kB | 49/250 kB
Progress (5): 237/276 kB | 151/164 kB | 147/256 kB | 65/95 kB | 49/250 kB
Progress (5): 241/276 kB | 151/164 kB | 147/256 kB | 65/95 kB | 49/250 kB
Progress (5): 241/276 kB | 151/164 kB | 147/256 kB | 69/95 kB | 49/250 kB
Progress (5): 241/276 kB | 155/164 kB | 147/256 kB | 69/95 kB | 49/250 kB
Progress (5): 241/276 kB | 155/164 kB | 147/256 kB | 73/95 kB | 49/250 kB
Progress (5): 245/276 kB | 155/164 kB | 147/256 kB | 73/95 kB | 49/250 kB
Progress (5): 245/276 kB | 155/164 kB | 147/256 kB | 77/95 kB | 49/250 kB
Progress (5): 245/276 kB | 155/164 kB | 147/256 kB | 77/95 kB | 53/250 kB
Progress (5): 245/276 kB | 159/164 kB | 147/256 kB | 77/95 kB | 53/250 kB
Progress (5): 245/276 kB | 159/164 kB | 147/256 kB | 77/95 kB | 57/250 kB
Progress (5): 245/276 kB | 159/164 kB | 147/256 kB | 81/95 kB | 57/250 kB
Progress (5): 245/276 kB | 159/164 kB | 151/256 kB | 81/95 kB | 57/250 kB
Progress (5): 245/276 kB | 159/164 kB | 151/256 kB | 81/95 kB | 61/250 kB
Progress (5): 249/276 kB | 159/164 kB | 151/256 kB | 81/95 kB | 61/250 kB
Progress (5): 249/276 kB | 163/164 kB | 151/256 kB | 81/95 kB | 61/250 kB
Progress (5): 253/276 kB | 163/164 kB | 151/256 kB | 81/95 kB | 61/250 kB
Progress (5): 253/276 kB | 163/164 kB | 151/256 kB | 85/95 kB | 61/250 kB
Progress (5): 253/276 kB | 163/164 kB | 151/256 kB | 85/95 kB | 65/250 kB
Progress (5): 253/276 kB | 163/164 kB | 155/256 kB | 85/95 kB | 65/250 kB
Progress (5): 253/276 kB | 163/164 kB | 155/256 kB | 90/95 kB | 65/250 kB
Progress (5): 258/276 kB | 163/164 kB | 155/256 kB | 90/95 kB | 65/250 kB
Progress (5): 258/276 kB | 164 kB | 155/256 kB | 90/95 kB | 65/250 kB    
Progress (5): 258/276 kB | 164 kB | 155/256 kB | 90/95 kB | 69/250 kB
Progress (5): 262/276 kB | 164 kB | 155/256 kB | 90/95 kB | 69/250 kB
Progress (5): 262/276 kB | 164 kB | 155/256 kB | 94/95 kB | 69/250 kB
Progress (5): 262/276 kB | 164 kB | 159/256 kB | 94/95 kB | 69/250 kB
Progress (5): 262/276 kB | 164 kB | 159/256 kB | 95 kB | 69/250 kB   
Progress (5): 262/276 kB | 164 kB | 159/256 kB | 95 kB | 73/250 kB
Progress (5): 266/276 kB | 164 kB | 159/256 kB | 95 kB | 73/250 kB
Progress (5): 266/276 kB | 164 kB | 163/256 kB | 95 kB | 73/250 kB
Progress (5): 270/276 kB | 164 kB | 163/256 kB | 95 kB | 73/250 kB
Progress (5): 270/276 kB | 164 kB | 163/256 kB | 95 kB | 77/250 kB
Progress (5): 274/276 kB | 164 kB | 163/256 kB | 95 kB | 77/250 kB
Progress (5): 274/276 kB | 164 kB | 163/256 kB | 95 kB | 81/250 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar (164 kB at 636 kB/s)
08:32:27 Progress (4): 276 kB | 163/256 kB | 95 kB | 81/250 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
08:32:27 Progress (4): 276 kB | 167/256 kB | 95 kB | 81/250 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar (95 kB at 366 kB/s)
08:32:27 Progress (3): 276 kB | 171/256 kB | 81/250 kB
Progress (3): 276 kB | 171/256 kB | 85/250 kB
Progress (3): 276 kB | 176/256 kB | 85/250 kB
Progress (3): 276 kB | 176/256 kB | 90/250 kB
Progress (3): 276 kB | 180/256 kB | 90/250 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar (276 kB at 1.1 MB/s)
08:32:27 Progress (2): 180/256 kB | 94/250 kB
Progress (3): 180/256 kB | 94/250 kB | 4.1/52 kB
Progress (3): 184/256 kB | 94/250 kB | 4.1/52 kB
Progress (3): 184/256 kB | 98/250 kB | 4.1/52 kB
Progress (3): 188/256 kB | 98/250 kB | 4.1/52 kB
Progress (3): 188/256 kB | 98/250 kB | 7.7/52 kB
Progress (3): 192/256 kB | 98/250 kB | 7.7/52 kB
Progress (3): 192/256 kB | 98/250 kB | 12/52 kB 
Progress (3): 196/256 kB | 98/250 kB | 12/52 kB
Progress (3): 196/256 kB | 98/250 kB | 16/52 kB
Progress (3): 196/256 kB | 102/250 kB | 16/52 kB
Progress (3): 196/256 kB | 106/250 kB | 16/52 kB
Progress (3): 196/256 kB | 110/250 kB | 16/52 kB
Progress (3): 196/256 kB | 114/250 kB | 16/52 kB
Progress (3): 196/256 kB | 114/250 kB | 20/52 kB
Progress (3): 200/256 kB | 114/250 kB | 20/52 kB
Progress (3): 200/256 kB | 114/250 kB | 24/52 kB
Progress (3): 204/256 kB | 114/250 kB | 24/52 kB
Progress (3): 204/256 kB | 114/250 kB | 28/52 kB
Progress (3): 208/256 kB | 114/250 kB | 28/52 kB
Progress (3): 208/256 kB | 114/250 kB | 32/52 kB
Progress (3): 212/256 kB | 114/250 kB | 32/52 kB
Progress (3): 212/256 kB | 118/250 kB | 32/52 kB
Progress (3): 212/256 kB | 122/250 kB | 32/52 kB
Progress (3): 212/256 kB | 126/250 kB | 32/52 kB
Progress (3): 212/256 kB | 126/250 kB | 36/52 kB
Progress (3): 212/256 kB | 131/250 kB | 36/52 kB
Progress (3): 212/256 kB | 131/250 kB | 40/52 kB
Progress (3): 217/256 kB | 131/250 kB | 40/52 kB
Progress (3): 217/256 kB | 131/250 kB | 45/52 kB
Progress (3): 221/256 kB | 131/250 kB | 45/52 kB
Progress (3): 221/256 kB | 131/250 kB | 49/52 kB
Progress (3): 225/256 kB | 131/250 kB | 49/52 kB
Progress (3): 225/256 kB | 131/250 kB | 52 kB   
Progress (3): 229/256 kB | 131/250 kB | 52 kB
Progress (3): 229/256 kB | 135/250 kB | 52 kB
Progress (3): 229/256 kB | 139/250 kB | 52 kB
Progress (3): 229/256 kB | 143/250 kB | 52 kB
Progress (3): 229/256 kB | 147/250 kB | 52 kB
Progress (3): 233/256 kB | 147/250 kB | 52 kB
Progress (3): 237/256 kB | 147/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 197 kB/s)
08:32:27 Progress (2): 237/256 kB | 151/250 kB
Progress (2): 241/256 kB | 151/250 kB
Progress (2): 241/256 kB | 155/250 kB
Progress (2): 245/256 kB | 155/250 kB
Progress (2): 245/256 kB | 159/250 kB
Progress (2): 245/256 kB | 163/250 kB
Progress (2): 249/256 kB | 163/250 kB
Progress (2): 253/256 kB | 163/250 kB
Progress (2): 256 kB | 163/250 kB    
Progress (2): 256 kB | 167/250 kB
Progress (2): 256 kB | 171/250 kB
Progress (2): 256 kB | 176/250 kB
Progress (2): 256 kB | 180/250 kB
Progress (2): 256 kB | 184/250 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 953 kB/s)
08:32:27 Progress (1): 188/250 kB
Progress (1): 192/250 kB
Progress (1): 196/250 kB
Progress (1): 200/250 kB
Progress (1): 204/250 kB
Progress (1): 208/250 kB
Progress (1): 212/250 kB
Progress (1): 217/250 kB
Progress (1): 221/250 kB
Progress (1): 225/250 kB
Progress (1): 229/250 kB
Progress (1): 233/250 kB
Progress (1): 237/250 kB
Progress (1): 241/250 kB
Progress (1): 245/250 kB
Progress (1): 249/250 kB
Progress (1): 250 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar (250 kB at 913 kB/s)
08:32:27 Downloading: https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar
08:32:27 10/2127K
21/2127K
32/2127K
48/2127K
64/2127K
80/2127K
96/2127K
112/2127K
128/2127K
144/2127K
160/2127K
176/2127K
192/2127K
208/2127K
224/2127K
240/2127K
256/2127K
268/2127K
280/2127K
292/2127K
308/2127K
324/2127K
340/2127K
356/2127K
372/2127K
388/2127K
404/2127K
420/2127K
436/2127K
452/2127K
468/2127K
484/2127K
500/2127K
516/2127K
532/2127K
544/2127K
560/2127K
576/2127K
592/2127K
608/2127K
624/2127K
640/2127K
656/2127K
672/2127K
688/2127K
704/2127K
720/2127K
736/2127K
752/2127K
768/2127K
784/2127K
800/2127K
816/2127K
832/2127K
848/2127K
864/2127K
880/2127K
896/2127K
912/2127K
928/2127K
944/2127K
960/2127K
976/2127K
992/2127K
1008/2127K
1024/2127K
1040/2127K
1056/2127K
1072/2127K
1088/2127K
1104/2127K
1120/2127K
1136/2127K
1152/2127K
1168/2127K
1184/2127K
1200/2127K
1216/2127K
1232/2127K
1248/2127K
1264/2127K
1280/2127K
1296/2127K
1312/2127K
1328/2127K
1344/2127K
1360/2127K
1376/2127K
1392/2127K
1408/2127K
1424/2127K
1440/2127K
1456/2127K
1472/2127K
1488/2127K
1504/2127K
1520/2127K
1536/2127K
1552/2127K
1568/2127K
1584/2127K
1600/2127K
1616/2127K
1632/2127K
1648/2127K
1664/2127K
1680/2127K
1696/2127K
1712/2127K
1728/2127K
1744/2127K
1760/2127K
1776/2127K
1792/2127K
1808/2127K
1824/2127K
1840/2127K
1856/2127K
1872/2127K
1888/2127K
1904/2127K
1920/2127K
1932/2127K
1948/2127K
1964/2127K
1980/2127K
1996/2127K
2012/2127K
2028/2127K
2040/2127K
2056/2127K
2072/2127K
2088/2127K
2104/2127K
2120/2127K
2127/2127K
2127K downloaded
08:32:27 [INFO] 
08:32:27 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.eclipse.test ---
08:32:27 [INFO] Skipping tests
08:32:27 [INFO] 
08:32:27 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.eclipse.test ---
08:32:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:32:28 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:28 [INFO] 
08:32:28 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.eclipse.test ---
08:32:28 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.9.0-SNAPSHOT.jar
08:32:29 [INFO] 
08:32:29 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.eclipse.test ---
08:32:29 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.9.0-SNAPSHOT.jar
08:32:30 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.9.0-SNAPSHOT-sources.jar
08:32:31 [INFO] 
08:32:31 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.eclipse.test ---
08:32:31 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.9.0-SNAPSHOT.jar
08:32:32 [INFO] 
08:32:32 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.eclipse.test ---
08:32:32 [INFO] 
08:32:32 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.test >----------
08:32:32 [INFO] Building RedDeer GEF Tests 2.9.0-SNAPSHOT                        [38/59]
08:32:32 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:32 [INFO] 
08:32:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] 
08:32:32 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:32 [INFO] 
08:32:32 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] 
08:32:32 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] 
08:32:32 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.test ---
08:32:32 [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/**/*
08:32:32 [INFO] 
08:32:32 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/resources
08:32:32 [INFO] 
08:32:32 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.gef.test ---
08:32:32 [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!
08:32:32 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/bin
08:32:32 [INFO] 
08:32:32 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/src/test/resources
08:32:32 [INFO] 
08:32:32 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.9.0-SNAPSHOT-sources.jar
08:32:32 [INFO] 
08:32:32 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] 
08:32:32 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.9.0-SNAPSHOT.jar
08:32:32 [INFO] 
08:32:32 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] 
08:32:32 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] Skipping tests
08:32:32 [INFO] 
08:32:32 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.gef.test ---
08:32:32 [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes
08:32:32 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:32 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:32 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:32 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:32:33 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:33 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:33 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:33 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:32:33 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:33 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:33 [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes
08:32:33 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:32:33 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:32:33 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:33 [INFO] 
08:32:33 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.gef.test ---
08:32:33 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.9.0-SNAPSHOT.jar
08:32:33 [INFO] 
08:32:33 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef.test ---
08:32:33 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.9.0-SNAPSHOT.jar
08:32:34 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.9.0-SNAPSHOT-sources.jar
08:32:35 [INFO] 
08:32:35 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.gef.test ---
08:32:35 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.9.0-SNAPSHOT.jar
08:32:35 [INFO] 
08:32:35 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef.test ---
08:32:35 [INFO] 
08:32:35 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test >--------
08:32:35 [INFO] Building RedDeer Graphiti Tests 2.9.0-SNAPSHOT                   [39/59]
08:32:35 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:35 [INFO] 
08:32:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti.test ---
08:32:35 [INFO] 
08:32:35 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti.test ---
08:32:35 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:35 [INFO] 
08:32:35 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.test ---
08:32:35 [INFO] 
08:32:35 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti.test ---
08:32:35 [INFO] 
08:32:35 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti.test ---
08:32:35 [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/**/*
08:32:35 [INFO] 
08:32:35 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti.test ---
08:32:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/resources
08:32:35 [INFO] 
08:32:35 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.graphiti.test ---
08:32:35 [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!
08:32:35 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/bin
08:32:36 [INFO] 
08:32:36 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti.test ---
08:32:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/src/test/resources
08:32:36 [INFO] 
08:32:36 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.test ---
08:32:36 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.9.0-SNAPSHOT-sources.jar
08:32:36 [INFO] 
08:32:36 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.test ---
08:32:36 [INFO] 
08:32:36 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti.test ---
08:32:36 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.9.0-SNAPSHOT.jar
08:32:36 [INFO] 
08:32:36 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.test ---
08:32:36 [INFO] 
08:32:36 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.graphiti.test ---
08:32:36 [INFO] Skipping tests
08:32:36 [INFO] 
08:32:36 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.graphiti.test ---
08:32:36 [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes
08:32:36 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:36 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:36 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:36 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes
08:32:37 [INFO] 
08:32:37 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.graphiti.test ---
08:32:37 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.9.0-SNAPSHOT.jar
08:32:37 [INFO] 
08:32:37 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.graphiti.test ---
08:32:37 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.9.0-SNAPSHOT.jar
08:32:38 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.9.0-SNAPSHOT-sources.jar
08:32:40 [INFO] 
08:32:40 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.graphiti.test ---
08:32:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.9.0-SNAPSHOT.jar
08:32:40 [INFO] 
08:32:40 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.graphiti.test ---
08:32:40 [INFO] 
08:32:40 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.direct.test >---------
08:32:40 [INFO] Building RedDeer Direct Tests 2.9.0-SNAPSHOT                     [40/59]
08:32:40 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:40 [INFO] 
08:32:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] 
08:32:40 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:40 [INFO] 
08:32:40 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] 
08:32:40 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] 
08:32:40 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct.test ---
08:32:40 [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/**/*
08:32:40 [INFO] 
08:32:40 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:40 [INFO] Copying 1 resource
08:32:40 [INFO] 
08:32:40 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.direct.test ---
08:32:40 [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!
08:32:40 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/bin
08:32:40 [INFO] 
08:32:40 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/src/test/resources
08:32:40 [INFO] 
08:32:40 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.9.0-SNAPSHOT-sources.jar
08:32:40 [INFO] 
08:32:40 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] 
08:32:40 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.9.0-SNAPSHOT.jar
08:32:40 [INFO] 
08:32:40 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] 
08:32:40 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] Skipping tests
08:32:40 [INFO] 
08:32:40 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.direct.test ---
08:32:40 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:40 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:40 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:40 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:40 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:32:40 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:32:41 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:41 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:41 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:41 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:32:41 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:41 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:41 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:32:41 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:41 [INFO] 
08:32:41 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.direct.test ---
08:32:41 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.9.0-SNAPSHOT.jar
08:32:41 [INFO] 
08:32:41 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.direct.test ---
08:32:41 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.9.0-SNAPSHOT.jar
08:32:42 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.9.0-SNAPSHOT-sources.jar
08:32:43 [INFO] 
08:32:43 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.direct.test ---
08:32:43 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.9.0-SNAPSHOT.jar
08:32:43 [INFO] 
08:32:43 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.direct.test ---
08:32:43 [INFO] 
08:32:43 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.junit.test >---------
08:32:43 [INFO] Building RedDeer JUnit Tests 2.9.0-SNAPSHOT                      [41/59]
08:32:43 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:43 [INFO] 
08:32:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.test ---
08:32:43 [INFO] 
08:32:43 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.test ---
08:32:43 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:43 [INFO] 
08:32:43 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.test ---
08:32:43 [INFO] 
08:32:43 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.test ---
08:32:43 [INFO] 
08:32:43 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.test ---
08:32:43 [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/**/*
08:32:43 [INFO] 
08:32:43 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.test ---
08:32:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:43 [INFO] Copying 9 resources
08:32:43 [INFO] 
08:32:43 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.junit.test ---
08:32:43 [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!
08:32:43 [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/bin
08:32:44 [INFO] 
08:32:44 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.test ---
08:32:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/src/test/resources
08:32:44 [INFO] 
08:32:44 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.test ---
08:32:44 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.9.0-SNAPSHOT-sources.jar
08:32:44 [INFO] 
08:32:44 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.test ---
08:32:44 [INFO] 
08:32:44 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.test ---
08:32:44 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.9.0-SNAPSHOT.jar
08:32:44 [INFO] 
08:32:44 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.test ---
08:32:44 [INFO] 
08:32:44 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.junit.test ---
08:32:44 [INFO] Skipping tests
08:32:44 [INFO] 
08:32:44 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.junit.test ---
08:32:44 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:44 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:44 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:44 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:44 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:32:44 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:44 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:32:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:32:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:32:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:45 [INFO] 
08:32:45 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.junit.test ---
08:32:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.9.0-SNAPSHOT.jar
08:32:45 [INFO] 
08:32:45 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.junit.test ---
08:32:45 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.9.0-SNAPSHOT.jar
08:32:46 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.9.0-SNAPSHOT-sources.jar
08:32:48 [INFO] 
08:32:48 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.junit.test ---
08:32:48 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.9.0-SNAPSHOT.jar
08:32:48 [INFO] 
08:32:48 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit.test ---
08:32:48 [INFO] 
08:32:48 [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.requirements.test >------
08:32:48 [INFO] Building RedDeer Requirements Tests 2.9.0-SNAPSHOT               [42/59]
08:32:48 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:48 [INFO] 
08:32:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [INFO] 
08:32:48 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:48 [INFO] 
08:32:48 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [INFO] 
08:32:48 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [INFO] 
08:32:48 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [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/**/*
08:32:48 [INFO] 
08:32:48 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/../../plugins/org.eclipse.reddeer.requirements/resources
08:32:48 [INFO] 
08:32:48 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [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!
08:32:48 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/bin
08:32:48 [INFO] 
08:32:48 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/src/test/resources
08:32:48 [INFO] 
08:32:48 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.9.0-SNAPSHOT-sources.jar
08:32:48 [INFO] 
08:32:48 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [INFO] 
08:32:48 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.9.0-SNAPSHOT.jar
08:32:48 [INFO] 
08:32:48 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements.test ---
08:32:48 [INFO] 
08:32:48 [INFO] --- download-maven-plugin:1.2.1:wget (install-apache-tomcat-7) @ org.eclipse.reddeer.requirements.test ---
08:32:48 Downloading: http://archive.apache.org/dist/tomcat/tomcat-7//v7.0.56/bin/apache-tomcat-7.0.56.zip
08:32:50 49/9244K
96/9244K
146/9244K
192/9244K
244/9244K
291/9244K
339/9244K
388/9244K
438/9244K
491/9244K
541/9244K
593/9244K
644/9244K
696/9244K
748/9244K
795/9244K
842/9244K
888/9244K
939/9244K
986/9244K
1037/9244K
1084/9244K
1137/9244K
1191/9244K
1239/9244K
1289/9244K
1337/9244K
1386/9244K
1434/9244K
1484/9244K
1530/9244K
1578/9244K
1629/9244K
1676/9244K
1723/9244K
1775/9244K
1826/9244K
1874/9244K
1922/9244K
1970/9244K
2018/9244K
2066/9244K
2114/9244K
2166/9244K
2214/9244K
2262/9244K
2310/9244K
2358/9244K
2406/9244K
2453/9244K
2500/9244K
2551/9244K
2598/9244K
2646/9244K
2697/9244K
2744/9244K
2792/9244K
2839/9244K
2885/9244K
2933/9244K
2980/9244K
3029/9244K
3077/9244K
3129/9244K
3177/9244K
3225/9244K
3273/9244K
3324/9244K
3376/9244K
3424/9244K
3473/9244K
3520/9244K
3570/9244K
3623/9244K
3673/9244K
3721/9244K
3769/9244K
3819/9244K
3866/9244K
3914/9244K
3966/9244K
4014/9244K
4062/9244K
4110/9244K
4158/9244K
4206/9244K
4254/9244K
4302/9244K
4350/9244K
4398/9244K
4446/9244K
4494/9244K
4542/9244K
4590/9244K
4638/9244K
4686/9244K
4734/9244K
4782/9244K
4830/9244K
4878/9244K
4926/9244K
4974/9244K
5022/9244K
5070/9244K
5117/9244K
5164/9244K
5214/9244K
5263/9244K
5311/9244K
5359/9244K
5407/9244K
5455/9244K
5503/9244K
5550/9244K
5598/9244K
5652/9244K
5704/9244K
5754/9244K
5800/9244K
5852/9244K
5900/9244K
5948/9244K
5996/9244K
6044/9244K
6092/9244K
6140/9244K
6188/9244K
6236/9244K
6284/9244K
6332/9244K
6380/9244K
6428/9244K
6476/9244K
6524/9244K
6572/9244K
6621/9244K
6672/9244K
6719/9244K
6768/9244K
6816/9244K
6863/9244K
6914/9244K
6967/9244K
7020/9244K
7068/9244K
7115/9244K
7162/9244K
7213/9244K
7260/9244K
7307/9244K
7357/9244K
7403/9244K
7454/9244K
7501/9244K
7548/9244K
7602/9244K
7655/9244K
7703/9244K
7752/9244K
7800/9244K
7849/9244K
7895/9244K
7942/9244K
7993/9244K
8046/9244K
8095/9244K
8144/9244K
8194/9244K
8244/9244K
8293/9244K
8339/9244K
8391/9244K
8442/9244K
8495/9244K
8541/9244K
8591/9244K
8638/9244K
8687/9244K
8734/9244K
8787/9244K
8837/9244K
8884/9244K
8934/9244K
8983/9244K
9031/9244K
9080/9244K
9130/9244K
9179/9244K
9230/9244K
9244/9244K
9244K downloaded
08:32:50 [INFO] 
08:32:50 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.requirements.test ---
08:32:50 [INFO] Skipping tests
08:32:50 [INFO] 
08:32:50 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.requirements.test ---
08:32:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:32:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:51 [INFO] 
08:32:51 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.requirements.test ---
08:32:51 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.9.0-SNAPSHOT.jar
08:32:51 [INFO] 
08:32:51 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.requirements.test ---
08:32:51 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.9.0-SNAPSHOT.jar
08:32:53 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.9.0-SNAPSHOT-sources.jar
08:32:54 [INFO] 
08:32:54 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.requirements.test ---
08:32:54 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.9.0-SNAPSHOT.jar
08:32:54 [INFO] 
08:32:54 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.requirements.test ---
08:32:54 [INFO] 
08:32:54 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.ui.test >-----------
08:32:54 [INFO] Building RedDeer UI Tests 2.9.0-SNAPSHOT                         [43/59]
08:32:54 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:54 [INFO] 
08:32:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] 
08:32:54 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:54 [INFO] 
08:32:54 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] 
08:32:54 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] 
08:32:54 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui.test ---
08:32:54 [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/**/*
08:32:54 [INFO] 
08:32:54 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/resources
08:32:54 [INFO] 
08:32:54 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.ui.test ---
08:32:54 [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!
08:32:54 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/bin
08:32:54 [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/resources does not exist
08:32:54 [INFO] 
08:32:54 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/src/test/resources
08:32:54 [INFO] 
08:32:54 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.9.0-SNAPSHOT-sources.jar
08:32:54 [INFO] 
08:32:54 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] 
08:32:54 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.9.0-SNAPSHOT.jar
08:32:54 [INFO] 
08:32:54 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] 
08:32:54 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] Skipping tests
08:32:54 [INFO] 
08:32:54 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.ui.test ---
08:32:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes
08:32:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes
08:32:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes
08:32:55 [INFO] 
08:32:55 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.ui.test ---
08:32:55 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.9.0-SNAPSHOT.jar
08:32:55 [INFO] 
08:32:55 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.ui.test ---
08:32:55 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.9.0-SNAPSHOT.jar
08:32:57 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.9.0-SNAPSHOT-sources.jar
08:32:58 [INFO] 
08:32:58 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.ui.test ---
08:32:58 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.9.0-SNAPSHOT.jar
08:32:58 [INFO] 
08:32:58 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.ui.test ---
08:32:58 [INFO] 
08:32:58 [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test >------
08:32:58 [INFO] Building RedDeer E4 Workbench Tests 2.9.0-SNAPSHOT               [44/59]
08:32:58 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:32:58 [INFO] 
08:32:58 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] 
08:32:58 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:32:58 [INFO] 
08:32:58 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] 
08:32:58 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] 
08:32:58 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [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/**/*
08:32:58 [INFO] 
08:32:58 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/resources
08:32:58 [INFO] 
08:32:58 [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [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!
08:32:58 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/bin
08:32:58 [INFO] 
08:32:58 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:32:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/src/test/resources
08:32:58 [INFO] 
08:32:58 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [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
08:32:58 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.9.0-SNAPSHOT-sources.jar
08:32:58 [INFO] 
08:32:58 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] 
08:32:58 [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.9.0-SNAPSHOT.jar
08:32:58 [INFO] 
08:32:58 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] 
08:32:58 [INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] Skipping tests
08:32:58 [INFO] 
08:32:58 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
08:32:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
08:32:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.e4' with 9 classes
08:32:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench' with 11 classes
08:32:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
08:32:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
08:32:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench.core' with 7 classes
08:32:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
08:32:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes
08:32:59 [INFO] 
08:32:59 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:59 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.9.0-SNAPSHOT.jar
08:32:59 [INFO] 
08:32:59 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.workbench.test ---
08:32:59 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.9.0-SNAPSHOT.jar
08:33:00 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.9.0-SNAPSHOT-sources.jar
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.e4.workbench.test ---
08:33:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.9.0-SNAPSHOT.jar
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench.test ---
08:33:01 [INFO] 
08:33:01 [INFO] --------------------< org.eclipse.reddeer:features >--------------------
08:33:01 [INFO] Building RedDeer Features 2.9.0-SNAPSHOT                         [45/59]
08:33:01 [INFO] --------------------------------[ pom ]---------------------------------
08:33:01 [INFO] 
08:33:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features ---
08:33:01 [INFO] 
08:33:01 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ features ---
08:33:01 [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/**/*
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ features ---
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ features ---
08:33:01 [INFO] 
08:33:01 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ features ---
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ features ---
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ features ---
08:33:01 [INFO] 
08:33:01 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.e4.feature >---------
08:33:01 [INFO] Building RedDeer E4 Feature 2.9.0-SNAPSHOT                       [46/59]
08:33:01 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:01 [INFO] 
08:33:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.feature ---
08:33:01 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/target
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.e4.feature ---
08:33:01 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.feature ---
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.feature ---
08:33:01 [INFO] 
08:33:01 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.feature ---
08:33:01 [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/**/*
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.feature ---
08:33:01 [INFO] 
08:33:01 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.feature ---
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.e4.feature ---
08:33:01 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.9.0-SNAPSHOT.jar
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.feature ---
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.e4.feature ---
08:33:01 [INFO] 
08:33:01 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.e4.feature ---
08:33:02 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:02 [INFO] 
08:33:02 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.e4.feature ---
08:33:02 [INFO] 
08:33:02 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.feature ---
08:33:02 [INFO] 
08:33:02 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.feature ---
08:33:02 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.9.0-SNAPSHOT.jar
08:33:03 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:04 [INFO] 
08:33:04 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.e4.feature ---
08:33:04 [INFO] 
08:33:04 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.feature ---
08:33:04 [INFO] 
08:33:04 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature >-------
08:33:04 [INFO] Building RedDeer Eclipse Feature 2.9.0-SNAPSHOT                  [47/59]
08:33:04 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:04 [INFO] 
08:33:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.feature ---
08:33:04 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/target
08:33:04 [INFO] 
08:33:04 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.eclipse.feature ---
08:33:04 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:04 [INFO] 
08:33:04 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.feature ---
08:33:04 [INFO] 
08:33:04 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.feature ---
08:33:04 [INFO] 
08:33:04 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.feature ---
08:33:04 [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/**/*
08:33:04 [INFO] 
08:33:04 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.feature ---
08:33:04 [INFO] 
08:33:04 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.feature ---
08:33:04 [INFO] 
08:33:04 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.eclipse.feature ---
08:33:05 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.9.0-SNAPSHOT.jar
08:33:05 [INFO] 
08:33:05 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.feature ---
08:33:05 [INFO] 
08:33:05 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.eclipse.feature ---
08:33:05 [INFO] 
08:33:05 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.eclipse.feature ---
08:33:05 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:05 [INFO] 
08:33:05 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.eclipse.feature ---
08:33:05 [INFO] 
08:33:05 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.eclipse.feature ---
08:33:05 [INFO] 
08:33:05 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.eclipse.feature ---
08:33:05 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.9.0-SNAPSHOT.jar
08:33:06 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.eclipse.feature ---
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.eclipse.feature ---
08:33:07 [INFO] 
08:33:07 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature >-------
08:33:07 [INFO] Building RedDeer GEF Spy Feature 2.9.0-SNAPSHOT                  [48/59]
08:33:07 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:07 [INFO] 
08:33:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/target
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] 
08:33:07 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [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/**/*
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] 
08:33:07 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.9.0-SNAPSHOT.jar
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] 
08:33:07 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] 
08:33:07 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:07 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.9.0-SNAPSHOT.jar
08:33:09 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef.spy.feature ---
08:33:10 [INFO] 
08:33:10 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.swt.feature >---------
08:33:10 [INFO] Building RedDeer SWT Feature 2.9.0-SNAPSHOT                      [49/59]
08:33:10 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:10 [INFO] 
08:33:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/target
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] 
08:33:10 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [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/**/*
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] 
08:33:10 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.9.0-SNAPSHOT.jar
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] 
08:33:10 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] 
08:33:10 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.swt.feature ---
08:33:10 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.9.0-SNAPSHOT.jar
08:33:11 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:12 [INFO] 
08:33:12 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.swt.feature ---
08:33:12 [INFO] 
08:33:12 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.swt.feature ---
08:33:12 [INFO] 
08:33:12 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.tests.feature >--------
08:33:12 [INFO] Building RedDeer Tests Feature 2.9.0-SNAPSHOT                    [50/59]
08:33:12 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:13 [INFO] 
08:33:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/target
08:33:13 [INFO] 
08:33:13 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:13 [INFO] 
08:33:13 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] 
08:33:13 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] 
08:33:13 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [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/**/*
08:33:13 [INFO] 
08:33:13 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] 
08:33:13 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] 
08:33:13 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.9.0-SNAPSHOT.jar
08:33:13 [INFO] 
08:33:13 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] 
08:33:13 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] 
08:33:13 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:13 [INFO] 
08:33:13 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] 
08:33:13 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] 
08:33:13 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.tests.feature ---
08:33:13 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.9.0-SNAPSHOT.jar
08:33:14 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.tests.feature ---
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.tests.feature ---
08:33:16 [INFO] 
08:33:16 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.ui.feature >---------
08:33:16 [INFO] Building RedDeer UI Feature 2.9.0-SNAPSHOT                       [51/59]
08:33:16 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:16 [INFO] 
08:33:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/target
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] 
08:33:16 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [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/**/*
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] 
08:33:16 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.9.0-SNAPSHOT.jar
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] 
08:33:16 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] 
08:33:16 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.ui.feature ---
08:33:16 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.9.0-SNAPSHOT.jar
08:33:18 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.ui.feature ---
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.ui.feature ---
08:33:19 [INFO] 
08:33:19 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature >------
08:33:19 [INFO] Building RedDeer Recorder Feature 2.9.0-SNAPSHOT                 [52/59]
08:33:19 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:19 [INFO] 
08:33:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/target
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] 
08:33:19 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [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/**/*
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] 
08:33:19 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.9.0-SNAPSHOT.jar
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] 
08:33:19 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] 
08:33:19 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.recorder.feature ---
08:33:19 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.9.0-SNAPSHOT.jar
08:33:21 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.recorder.feature ---
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.recorder.feature ---
08:33:22 [INFO] 
08:33:22 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature >------
08:33:22 [INFO] Building RedDeer GEF/Graphiti Feature 2.9.0-SNAPSHOT             [53/59]
08:33:22 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:22 [INFO] 
08:33:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/target
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] 
08:33:22 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [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/**/*
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] 
08:33:22 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.9.0-SNAPSHOT.jar
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] 
08:33:22 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] 
08:33:22 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.graphiti.feature ---
08:33:22 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.9.0-SNAPSHOT.jar
08:33:23 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:24 [INFO] 
08:33:24 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.graphiti.feature ---
08:33:24 [INFO] 
08:33:24 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.graphiti.feature ---
08:33:24 [INFO] 
08:33:24 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.spy.feature >---------
08:33:24 [INFO] Building RedDeer Spy Feature 2.9.0-SNAPSHOT                      [54/59]
08:33:24 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:24 [INFO] 
08:33:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/target
08:33:25 [INFO] 
08:33:25 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:25 [INFO] 
08:33:25 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] 
08:33:25 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] 
08:33:25 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [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/**/*
08:33:25 [INFO] 
08:33:25 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] 
08:33:25 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] 
08:33:25 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.9.0-SNAPSHOT.jar
08:33:25 [INFO] 
08:33:25 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] 
08:33:25 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] 
08:33:25 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:25 [INFO] 
08:33:25 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] 
08:33:25 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] 
08:33:25 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.spy.feature ---
08:33:25 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.9.0-SNAPSHOT.jar
08:33:26 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.spy.feature ---
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.spy.feature ---
08:33:27 [INFO] 
08:33:27 [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature >------
08:33:27 [INFO] Building RedDeer Log Parser Feature 2.9.0-SNAPSHOT               [55/59]
08:33:27 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:27 [INFO] 
08:33:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/target
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] 
08:33:27 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [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/**/*
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] 
08:33:27 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.9.0-SNAPSHOT.jar
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] 
08:33:27 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] 
08:33:27 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.logparser.feature ---
08:33:27 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.9.0-SNAPSHOT.jar
08:33:28 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.logparser.feature ---
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.logparser.feature ---
08:33:29 [INFO] 
08:33:29 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature >------
08:33:29 [INFO] Building RedDeer Selenium Feature 2.9.0-SNAPSHOT                 [56/59]
08:33:29 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:29 [INFO] 
08:33:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/target
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] 
08:33:29 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] 
08:33:29 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.9.0-SNAPSHOT.jar
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] 
08:33:29 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] 
08:33:29 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.selenium.feature ---
08:33:29 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.9.0-SNAPSHOT.jar
08:33:30 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.selenium.feature ---
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.selenium.feature ---
08:33:32 [INFO] 
08:33:32 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature >-------
08:33:32 [INFO] Building RedDeer CodeGen Feature 2.9.0-SNAPSHOT                  [57/59]
08:33:32 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:33:32 [INFO] 
08:33:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/target
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] 
08:33:32 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [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/**/*
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] 
08:33:32 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.9.0-SNAPSHOT.jar
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] 
08:33:32 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] 
08:33:32 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.codegen.feature ---
08:33:32 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.9.0-SNAPSHOT.jar
08:33:33 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.9.0-SNAPSHOT-sources-feature.jar
08:33:34 [INFO] 
08:33:34 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.codegen.feature ---
08:33:34 [INFO] 
08:33:34 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.codegen.feature ---
08:33:34 [INFO] 
08:33:34 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.site >------------
08:33:34 [INFO] Building RedDeer Site 2.9.0-SNAPSHOT                             [58/59]
08:33:34 [INFO] -------------------------[ eclipse-repository ]-------------------------
08:33:34 [INFO] 
08:33:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.site ---
08:33:34 [INFO] 
08:33:34 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.site ---
08:33:34 [INFO] The project's OSGi version is 2.9.0.v20200206-1327
08:33:34 [INFO] 
08:33:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.reddeer.site ---
08:33:34 [INFO] 
08:33:34 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.site ---
08:33:34 [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/**/*
08:33:34 [INFO] 
08:33:34 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.site ---
08:33:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:33:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/site/resources
08:33:34 [INFO] 
08:33:34 [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.reddeer.site ---
08:33:34 [INFO] 
08:33:34 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.reddeer.site ---
08:33:34 [INFO] 
08:33:34 [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.reddeer.site ---
08:33:34 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
08:33:34 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
08:33:34 [INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0]
08:33:34 [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
08:33:34 [INFO] 
08:33:34 [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-products (default-publish-products) @ org.eclipse.reddeer.site ---
08:33:34 [INFO] 
08:33:34 [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-categories (default-publish-categories) @ org.eclipse.reddeer.site ---
08:33:34 [INFO] 
08:33:34 [INFO] --- tycho-p2-publisher-plugin:1.5.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.reddeer.site ---
08:33:34 [INFO] 
08:33:34 [INFO] --- tycho-p2-repository-plugin:1.5.1:assemble-repository (default-assemble-repository) @ org.eclipse.reddeer.site ---
08:33:55 [INFO] 
08:33:55 [INFO] --- tycho-p2-repository-plugin:1.5.1:archive-repository (default-archive-repository) @ org.eclipse.reddeer.site ---
08:33:55 [INFO] Building zip: /home/jenkins/agent/workspace/reddeer.nightly/site/target/org.eclipse.reddeer.site-2.9.0-SNAPSHOT.zip
08:34:00 [INFO] 
08:34:00 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.reddeer.site ---
08:34:00 [INFO] 
08:34:00 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.site ---
08:34:00 [INFO] 
08:34:00 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.reddeer.site ---
08:34:00 [INFO] 
08:34:00 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.reddeer.site ---
08:34:00 [INFO] 
08:34:00 [INFO] -----------< org.eclipse.reddeer:eclipse-reddeer-archetype >------------
08:34:00 [INFO] Building RedDeer Archetype 2.9.0-SNAPSHOT                        [59/59]
08:34:00 [INFO] --------------------------[ maven-archetype ]---------------------------
08:34:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml
08:34:00 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 24 kB/s)
08:34:00 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
08:34:00 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 3.6 MB/s)
08:34:00 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
08:34:00 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 3.5 MB/s)
08:34:00 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
08:34:00 Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 1.9 MB/s)
08:34:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml
08:34:00 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 221 kB/s)
08:34:00 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
08:34:00 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 2.1 MB/s)
08:34:00 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
08:34:00 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 2.7 MB/s)
08:34:00 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
08:34:00 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 7.4 MB/s)
08:34:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml
08:34:00 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 374 kB/s)
08:34:00 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
08:34:00 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 2.0 MB/s)
08:34:00 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
08:34:00 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 6.9 MB/s)
08:34:00 [INFO] 
08:34:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eclipse-reddeer-archetype ---
08:34:00 [INFO] 
08:34:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-reddeer-archetype ---
08:34:00 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
08:34:00 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 1.1 MB/s)
08:34:00 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
08:34:00 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 1.6 MB/s)
08:34:00 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
08:34:00 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 2.8 MB/s)
08:34:00 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
08:34:00 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 3.4 MB/s)
08:34:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
08:34:00 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 5.4 MB/s)
08:34:00 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
08:34:00 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 513 kB/s)
08:34:00 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
08:34:00 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 161 kB/s)
08:34:00 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
08:34:00 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 1.1 MB/s)
08:34:00 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
08:34:00 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 218 kB/s)
08:34:00 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
08:34:00 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
08:34:00 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
08:34:00 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
08:34:00 Progress (1): 4.1/262 kB
Progress (1): 7.7/262 kB
Progress (1): 12/262 kB 
Progress (1): 16/262 kB
Progress (1): 20/262 kB
Progress (1): 24/262 kB
Progress (1): 28/262 kB
Progress (1): 32/262 kB
Progress (1): 36/262 kB
Progress (1): 40/262 kB
Progress (1): 45/262 kB
Progress (1): 49/262 kB
Progress (1): 53/262 kB
Progress (1): 57/262 kB
Progress (1): 61/262 kB
Progress (1): 65/262 kB
Progress (1): 69/262 kB
Progress (1): 73/262 kB
Progress (1): 77/262 kB
Progress (1): 81/262 kB
Progress (1): 85/262 kB
Progress (1): 90/262 kB
Progress (1): 94/262 kB
Progress (1): 98/262 kB
Progress (1): 102/262 kB
Progress (1): 106/262 kB
Progress (1): 110/262 kB
Progress (1): 114/262 kB
Progress (1): 118/262 kB
Progress (1): 122/262 kB
Progress (1): 126/262 kB
Progress (1): 131/262 kB
Progress (1): 135/262 kB
Progress (1): 139/262 kB
Progress (1): 143/262 kB
Progress (1): 147/262 kB
Progress (1): 151/262 kB
Progress (1): 155/262 kB
Progress (1): 159/262 kB
Progress (1): 163/262 kB
Progress (1): 167/262 kB
Progress (1): 171/262 kB
Progress (1): 176/262 kB
Progress (1): 180/262 kB
Progress (1): 184/262 kB
Progress (1): 188/262 kB
Progress (1): 192/262 kB
Progress (1): 196/262 kB
Progress (1): 200/262 kB
Progress (1): 204/262 kB
Progress (1): 208/262 kB
Progress (1): 212/262 kB
Progress (1): 217/262 kB
Progress (1): 221/262 kB
Progress (1): 225/262 kB
Progress (1): 229/262 kB
Progress (1): 233/262 kB
Progress (1): 237/262 kB
Progress (1): 241/262 kB
Progress (1): 245/262 kB
Progress (1): 249/262 kB
Progress (1): 253/262 kB
Progress (1): 258/262 kB
Progress (1): 262/262 kB
Progress (1): 262 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 13 MB/s)
08:34:00 Progress (1): 4.1/8.5 kB
Progress (1): 7.7/8.5 kB
Progress (1): 8.5 kB    
Progress (2): 8.5 kB | 4.1/51 kB
Progress (3): 8.5 kB | 4.1/51 kB | 4.1/79 kB
Progress (3): 8.5 kB | 7.7/51 kB | 4.1/79 kB
Progress (3): 8.5 kB | 7.7/51 kB | 7.7/79 kB
Progress (3): 8.5 kB | 12/51 kB | 7.7/79 kB 
Progress (3): 8.5 kB | 12/51 kB | 12/79 kB 
Progress (3): 8.5 kB | 16/51 kB | 12/79 kB
Progress (3): 8.5 kB | 16/51 kB | 16/79 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 188 kB/s)
08:34:00 Progress (2): 20/51 kB | 16/79 kB
Progress (2): 24/51 kB | 16/79 kB
Progress (2): 28/51 kB | 16/79 kB
Progress (2): 32/51 kB | 16/79 kB
Progress (2): 32/51 kB | 20/79 kB
Progress (2): 36/51 kB | 20/79 kB
Progress (2): 36/51 kB | 24/79 kB
Progress (2): 40/51 kB | 24/79 kB
Progress (2): 40/51 kB | 28/79 kB
Progress (2): 45/51 kB | 28/79 kB
Progress (2): 45/51 kB | 32/79 kB
Progress (2): 49/51 kB | 32/79 kB
Progress (2): 51 kB | 32/79 kB   
Progress (2): 51 kB | 36/79 kB
Progress (2): 51 kB | 40/79 kB
Progress (2): 51 kB | 45/79 kB
Progress (2): 51 kB | 49/79 kB
                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 1.1 MB/s)
08:34:00 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   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.5 MB/s)
08:34:00 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
08:34:00 [INFO] Copying 8 resources
08:34:00 [INFO] 
08:34:00 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-reddeer-archetype ---
08:34:00 [INFO] Not copying test resources
08:34:00 [INFO] 
08:34:00 [INFO] --- maven-archetype-plugin:3.0.0:jar (default-jar) @ eclipse-reddeer-archetype ---
08:34:00 [INFO] Building archetype jar: /home/jenkins/agent/workspace/reddeer.nightly/archetype/target/eclipse-reddeer-archetype-2.9.0-SNAPSHOT
08:34:00 [INFO] 
08:34:00 [INFO] --- maven-archetype-plugin:3.0.0:integration-test (default-integration-test) @ eclipse-reddeer-archetype ---
08:34:00 [WARNING] No Archetype IT projects: root 'projects' directory not found.
08:34:00 [INFO] ------------------------------------------------------------------------
08:34:00 [INFO] Reactor Summary for RedDeer Parent POM File 2.9.0-SNAPSHOT:
08:34:00 [INFO] 
08:34:00 [INFO] RedDeer Parent POM File ............................ SUCCESS [ 20.252 s]
08:34:00 [INFO] RedDeer Plugins .................................... SUCCESS [  0.010 s]
08:34:00 [INFO] RedDeer Common ..................................... SUCCESS [  7.217 s]
08:34:00 [INFO] RedDeer Workbench Core ............................. SUCCESS [  3.981 s]
08:34:00 [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [  3.025 s]
08:34:00 [INFO] RedDeer Core ....................................... SUCCESS [  4.395 s]
08:34:00 [INFO] RedDeer SWT ........................................ SUCCESS [  3.885 s]
08:34:00 [INFO] RedDeer JFace ...................................... SUCCESS [  2.836 s]
08:34:00 [INFO] RedDeer Workbench .................................. SUCCESS [  3.294 s]
08:34:00 [INFO] RedDeer E4 Workbench ............................... SUCCESS [  2.825 s]
08:34:00 [INFO] RedDeer UIForms .................................... SUCCESS [  2.721 s]
08:34:00 [INFO] RedDeer Direct ..................................... SUCCESS [  2.619 s]
08:34:00 [INFO] RedDeer JUnit ...................................... SUCCESS [  3.009 s]
08:34:00 [INFO] RedDeer Eclipse .................................... SUCCESS [  4.937 s]
08:34:00 [INFO] RedDeer GEF ........................................ SUCCESS [  2.864 s]
08:34:00 [INFO] RedDeer GEF Spy .................................... SUCCESS [  2.516 s]
08:34:00 [INFO] RedDeer Graphiti ................................... SUCCESS [  2.529 s]
08:34:00 [INFO] RedDeer JDT Junit .................................. SUCCESS [  2.604 s]
08:34:00 [INFO] RedDeer JUnit Extensions ........................... SUCCESS [  2.604 s]
08:34:00 [INFO] RedDeer Selenium ................................... SUCCESS [  2.385 s]
08:34:00 [INFO] RedDeer Requirements ............................... SUCCESS [  2.683 s]
08:34:00 [INFO] RedDeer UI ......................................... SUCCESS [  3.012 s]
08:34:00 [INFO] RedDeer Spy ........................................ SUCCESS [  2.615 s]
08:34:00 [INFO] RedDeer Recorder ................................... SUCCESS [  2.942 s]
08:34:00 [INFO] RedDeer Go ......................................... SUCCESS [  2.358 s]
08:34:00 [INFO] RedDeer Log Parser ................................. SUCCESS [  2.901 s]
08:34:00 [INFO] RedDeer CodeGen .................................... SUCCESS [  2.866 s]
08:34:00 [INFO] RedDeer Test-Apps .................................. SUCCESS [  0.008 s]
08:34:00 [INFO] RedDeer E4 Test App ................................ SUCCESS [  2.408 s]
08:34:00 [INFO] RedDeer Tests ...................................... SUCCESS [  0.119 s]
08:34:00 [INFO] RedDeer Common Tests ............................... SUCCESS [  4.375 s]
08:34:00 [INFO] RedDeer SWT Tests .................................. SUCCESS [  4.874 s]
08:34:00 [INFO] RedDeer Core Tests ................................. SUCCESS [  4.346 s]
08:34:00 [INFO] RedDeer Workbench Tests ............................ SUCCESS [  8.963 s]
08:34:00 [INFO] RedDeer UIForms Test ............................... SUCCESS [  3.753 s]
08:34:00 [INFO] RedDeer JFace Tests ................................ SUCCESS [  4.283 s]
08:34:00 [INFO] RedDeer Eclipse Tests .............................. SUCCESS [ 13.097 s]
08:34:00 [INFO] RedDeer GEF Tests .................................. SUCCESS [  3.887 s]
08:34:00 [INFO] RedDeer Graphiti Tests ............................. SUCCESS [  4.290 s]
08:34:00 [INFO] RedDeer Direct Tests ............................... SUCCESS [  3.746 s]
08:34:00 [INFO] RedDeer JUnit Tests ................................ SUCCESS [  4.279 s]
08:34:00 [INFO] RedDeer Requirements Tests ......................... SUCCESS [  6.223 s]
08:34:00 [INFO] RedDeer UI Tests ................................... SUCCESS [  3.940 s]
08:34:00 [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [  3.188 s]
08:34:00 [INFO] RedDeer Features ................................... SUCCESS [  0.005 s]
08:34:00 [INFO] RedDeer E4 Feature ................................. SUCCESS [  3.319 s]
08:34:00 [INFO] RedDeer Eclipse Feature ............................ SUCCESS [  2.878 s]
08:34:00 [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [  2.488 s]
08:34:00 [INFO] RedDeer SWT Feature ................................ SUCCESS [  2.662 s]
08:34:00 [INFO] RedDeer Tests Feature .............................. SUCCESS [  3.192 s]
08:34:00 [INFO] RedDeer UI Feature ................................. SUCCESS [  3.579 s]
08:34:00 [INFO] RedDeer Recorder Feature ........................... SUCCESS [  2.506 s]
08:34:00 [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [  2.779 s]
08:34:00 [INFO] RedDeer Spy Feature ................................ SUCCESS [  2.488 s]
08:34:00 [INFO] RedDeer Log Parser Feature ......................... SUCCESS [  2.271 s]
08:34:00 [INFO] RedDeer Selenium Feature ........................... SUCCESS [  2.279 s]
08:34:00 [INFO] RedDeer CodeGen Feature ............................ SUCCESS [  2.255 s]
08:34:00 [INFO] RedDeer Site ....................................... SUCCESS [ 26.207 s]
08:34:00 [INFO] RedDeer Archetype .................................. SUCCESS [  0.466 s]
08:34:00 [INFO] ------------------------------------------------------------------------
08:34:00 [INFO] BUILD SUCCESS
08:34:00 [INFO] ------------------------------------------------------------------------
08:34:00 [INFO] Total time:  06:15 min
08:34:01 [INFO] Finished at: 2020-02-06T13:34:00Z
08:34:01 [INFO] ------------------------------------------------------------------------
08:34:02 [reddeer.nightly] $ /bin/sh -xe /tmp/jenkins4197145698730807352.sh
08:34:02 + ssh genie.reddeer@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/reddeer/snapshots
08:34:04 + cd site/target/repository
08:34:04 + zip -r repository.zip artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins
08:34:04   adding: artifacts.jar (deflated 0%)
08:34:04   adding: artifacts.xml.xz (deflated 0%)
08:34:04   adding: content.jar (deflated 4%)
08:34:04   adding: content.xml.xz (deflated 0%)
08:34:04   adding: features/ (stored 0%)
08:34:04   adding: features/org.eclipse.reddeer.logparser.feature.source_2.9.0.v20200206-1327.jar (deflated 11%)
08:34:04   adding: features/org.eclipse.reddeer.selenium.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.gef.spy.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.ui.feature.source_2.9.0.v20200206-1327.jar (deflated 10%)
08:34:04   adding: features/org.eclipse.reddeer.ui.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.recorder.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.spy.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.recorder.feature.source_2.9.0.v20200206-1327.jar (deflated 11%)
08:34:04   adding: features/org.eclipse.reddeer.swt.feature.source_2.9.0.v20200206-1327.jar (deflated 11%)
08:34:04   adding: features/org.eclipse.reddeer.eclipse.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.e4.feature.source_2.9.0.v20200206-1327.jar (deflated 11%)
08:34:04   adding: features/org.eclipse.reddeer.tests.feature.source_2.9.0.v20200206-1327.jar (deflated 10%)
08:34:04   adding: features/org.eclipse.reddeer.graphiti.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.graphiti.feature.source_2.9.0.v20200206-1327.jar (deflated 11%)
08:34:04   adding: features/org.eclipse.reddeer.eclipse.feature.source_2.9.0.v20200206-1327.jar (deflated 11%)
08:34:04   adding: features/org.eclipse.reddeer.swt.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.tests.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.logparser.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.codegen.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: features/org.eclipse.reddeer.e4.feature_2.9.0.v20200206-1327.jar (deflated 4%)
08:34:04   adding: p2.index (deflated 35%)
08:34:04   adding: plugins/ (stored 0%)
08:34:04   adding: plugins/org.eclipse.reddeer.gef.spy_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:04   adding: plugins/org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz (stored 0%)
08:34:04   adding: plugins/org.eclipse.reddeer.uiforms_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:04   adding: plugins/org.eclipse.reddeer.logparser.source_2.9.0.v20200206-1327.jar (deflated 13%)
08:34:04   adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar (deflated 10%)
08:34:04   adding: plugins/com.google.gson_2.8.2.v20180104-1110.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.ui.editors_3.13.100.v20200129-1520.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.pde.launching_3.8.100.v20200120-1130.jar (deflated 6%)
08:34:04   adding: plugins/org.eclipse.reddeer.workbench.test.source_2.9.0.v20200206-1327.jar (deflated 15%)
08:34:04   adding: plugins/org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz (stored 0%)
08:34:04   adding: plugins/org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar (deflated 14%)
08:34:04   adding: plugins/org.eclipse.ui.intro_3.5.900.v20200106-1036.jar (deflated 9%)
08:34:04   adding: plugins/org.eclipse.pde.build_3.10.700.v20191228-1214.jar (deflated 1%)
08:34:04   adding: plugins/org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar (deflated 10%)
08:34:04   adding: plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.pde.ui_3.11.300.v20200127-1037.jar (deflated 10%)
08:34:04   adding: plugins/org.eclipse.reddeer.requirements.test.source_2.9.0.v20200206-1327.jar (deflated 23%)
08:34:04   adding: plugins/org.eclipse.emf.edit.ui_2.18.0.v20200103-0948.jar (deflated 12%)
08:34:04   adding: plugins/org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz (stored 0%)
08:34:04   adding: plugins/org.eclipse.reddeer.eclipse_2.9.0.v20200206-1327.jar (deflated 19%)
08:34:04   adding: plugins/org.json_1.0.0.v201011060100.jar (deflated 4%)
08:34:04   adding: plugins/org.eclipse.core.databinding.observable_1.9.0.v20200125-1316.jar (deflated 13%)
08:34:04   adding: plugins/org.eclipse.reddeer.workbench.source_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:04   adding: plugins/org.eclipse.core.net_1.3.700.v20191122-2107.jar (deflated 9%)
08:34:04   adding: plugins/org.eclipse.ltk.ui.refactoring_3.10.200.v20200124-1742.jar (deflated 12%)
08:34:04   adding: plugins/org.eclipse.ui.views.properties.tabbed_3.8.800.v20191222-1048.jar (deflated 13%)
08:34:04   adding: plugins/org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz (stored 0%)
08:34:04   adding: plugins/org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz (stored 0%)
08:34:04   adding: plugins/org.eclipse.reddeer.junit.extension.source_2.9.0.v20200206-1327.jar (deflated 20%)
08:34:04   adding: plugins/org.junit_4.13.0.v20200128-1312.jar (deflated 12%)
08:34:04   adding: plugins/org.eclipse.reddeer.core_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:04   adding: plugins/org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.reddeer.requirements.test_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:04   adding: plugins/org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.m2e.workspace.cli_0.3.1.jar (deflated 18%)
08:34:04   adding: plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar (deflated 18%)
08:34:04   adding: plugins/org.eclipse.wst.common.environment_1.0.400.v201903222010.jar (deflated 16%)
08:34:04   adding: plugins/org.eclipse.m2e.model.edit_1.15.0.20200109-1107.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar (deflated 18%)
08:34:04   adding: plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz (deflated 0%)
08:34:04   adding: plugins/org.eclipse.reddeer.uiforms_2.9.0.v20200206-1327.jar (deflated 21%)
08:34:04   adding: plugins/com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar (deflated 5%)
08:34:04   adding: plugins/org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar (deflated 12%)
08:34:05   adding: plugins/org.eclipse.reddeer.common.test_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:05   adding: plugins/org.eclipse.reddeer.swt.test.source_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:05   adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.113.100.v20200128-1805.jar (deflated 7%)
08:34:05   adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz (stored 0%)
08:34:05   adding: plugins/org.eclipse.ui.intro_3.5.900.v20200106-1036.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.eclipse.emf.common_2.18.0.v20191225-1014.jar (deflated 11%)
08:34:05   adding: plugins/org.eclipse.ant.core_3.5.700.v20191221-1203.jar (deflated 5%)
08:34:05   adding: plugins/org.eclipse.swt_3.113.100.v20200128-1805.jar.pack.gz (stored 0%)
08:34:05   adding: plugins/org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz (stored 0%)
08:34:05   adding: plugins/org.eclipse.equinox.event_1.5.300.v20191001-1333.jar (deflated 12%)
08:34:05   adding: plugins/org.eclipse.ui.navigator_3.9.200.v20200123-1115.jar (deflated 11%)
08:34:05   adding: plugins/org.eclipse.ui.trace_1.1.800.v20200106-1301.jar (deflated 11%)
08:34:05   adding: plugins/org.eclipse.jem_2.0.600.v201903222024.jar (deflated 10%)
08:34:05   adding: plugins/org.eclipse.reddeer.gef.spy_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:05   adding: plugins/org.eclipse.wst.server.core_1.10.100.v201910252115.jar (deflated 9%)
08:34:05   adding: plugins/org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar (deflated 11%)
08:34:05   adding: plugins/org.eclipse.ui.navigator_3.9.200.v20200123-1115.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.eclipse.m2e.maven.runtime_1.15.0.20200109-1106.jar (deflated 0%)
08:34:05   adding: plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar (deflated 10%)
08:34:05   adding: plugins/org.eclipse.equinox.p2.director_2.4.600.v20191211-1713.jar (deflated 8%)
08:34:05   adding: plugins/org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar (deflated 11%)
08:34:05   adding: plugins/org.eclipse.wst.common.core_1.3.0.v201903222010.jar (deflated 17%)
08:34:05   adding: plugins/com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz (stored 0%)
08:34:05   adding: plugins/org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar (deflated 8%)
08:34:05   adding: plugins/org.eclipse.jdt.launching_3.17.0.v20200116-2251.jar (deflated 5%)
08:34:05   adding: plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar (deflated 10%)
08:34:05   adding: plugins/org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar (deflated 13%)
08:34:05   adding: plugins/org.eclipse.update.configurator_3.4.500.v20191210-2200.jar (deflated 7%)
08:34:05   adding: plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar (deflated 14%)
08:34:05   adding: plugins/org.eclipse.jem.workbench_2.0.400.v201903222024.jar (deflated 7%)
08:34:05   adding: plugins/org.eclipse.jdt_3.18.300.v20200129-1800.jar (deflated 11%)
08:34:05   adding: plugins/org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar (deflated 13%)
08:34:05   adding: plugins/org.eclipse.jface.databinding_1.10.0.v20200126-1016.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.113.100.v20200128-1805.jar (deflated 4%)
08:34:05   adding: plugins/org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar (deflated 9%)
08:34:05   adding: plugins/org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar (deflated 10%)
08:34:05   adding: plugins/org.eclipse.equinox.common_3.11.0.v20200114-1644.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.eclipse.equinox.security_1.3.500.v20200114-1637.jar (deflated 11%)
08:34:05   adding: plugins/org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar (deflated 8%)
08:34:05   adding: plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.eclipse.reddeer.logparser_2.9.0.v20200206-1327.jar (deflated 15%)
08:34:05   adding: plugins/org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz (stored 0%)
08:34:05   adding: plugins/org.eclipse.reddeer.ui_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:05   adding: plugins/org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar (deflated 10%)
08:34:05   adding: plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.eclipse.reddeer.workbench.core.source_2.9.0.v20200206-1327.jar (deflated 15%)
08:34:05   adding: plugins/org.eclipse.emf.workspace_1.5.1.201805140824.jar (deflated 10%)
08:34:05   adding: plugins/org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar (deflated 8%)
08:34:05   adding: plugins/org.eclipse.equinox.p2.ui_2.5.800.v20200110-2121.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.eclipse.core.jobs_3.10.700.v20200106-1020.jar (deflated 7%)
08:34:05   adding: plugins/org.eclipse.core.externaltools_1.1.600.v20191210-2054.jar (deflated 12%)
08:34:05   adding: plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz (stored 0%)
08:34:05   adding: plugins/org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.junit_4.13.0.v20200128-1312.jar.pack.gz (deflated 0%)
08:34:05   adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20191211-1713.jar (deflated 11%)
08:34:05   adding: plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar (deflated 15%)
08:34:05   adding: plugins/org.mockito_2.23.0.v20190527-1420.jar (deflated 15%)
08:34:05   adding: plugins/org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar (deflated 15%)
08:34:05   adding: plugins/org.eclipse.jdt.core_3.21.0.v20200126-2056.jar (deflated 5%)
08:34:06   adding: plugins/org.eclipse.core.externaltools_1.1.600.v20191210-2054.jar.pack.gz (stored 0%)
08:34:06   adding: plugins/org.eclipse.reddeer.e4.workbench_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:06   adding: plugins/org.eclipse.equinox.p2.director.app_1.1.500.v20200110-2121.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.reddeer.selenium_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:06   adding: plugins/org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.pde.junit.runtime_3.5.700.v20200116-1804.jar (deflated 11%)
08:34:06   adding: plugins/org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar (deflated 13%)
08:34:06   adding: plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar (deflated 9%)
08:34:06   adding: plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar (deflated 11%)
08:34:06   adding: plugins/org.eclipse.reddeer.codegen_2.9.0.v20200206-1327.jar (deflated 10%)
08:34:06   adding: plugins/org.eclipse.wst.server.ui_1.5.600.v201910252115.jar (deflated 14%)
08:34:06   adding: plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.15.0.20200109-1106.jar (deflated 5%)
08:34:06   adding: plugins/org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar (deflated 11%)
08:34:06   adding: plugins/org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar (deflated 13%)
08:34:06   adding: plugins/org.eclipse.graphiti_0.16.1.201909061426.jar (deflated 17%)
08:34:06   adding: plugins/org.eclipse.reddeer.direct_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:06   adding: plugins/com.google.gson_2.8.2.v20180104-1110.jar (deflated 11%)
08:34:06   adding: plugins/org.eclipse.reddeer.common.test.source_2.9.0.v20200206-1327.jar (deflated 20%)
08:34:06   adding: plugins/org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar (deflated 1%)
08:34:06   adding: plugins/org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.reddeer.eclipse.test_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:06   adding: plugins/org.eclipse.reddeer.recorder_2.9.0.v20200206-1327.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar (deflated 9%)
08:34:06   adding: plugins/org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar (deflated 15%)
08:34:06   adding: plugins/org.eclipse.datatools.help_1.7.101.201811012051.jar (deflated 13%)
08:34:06   adding: plugins/org.eclipse.reddeer.ui.source_2.9.0.v20200206-1327.jar (deflated 15%)
08:34:06   adding: plugins/org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar (deflated 8%)
08:34:06   adding: plugins/org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar (deflated 11%)
08:34:06   adding: plugins/org.sat4j.pb_2.3.5.v201404071733.jar (deflated 9%)
08:34:06   adding: plugins/org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz (stored 0%)
08:34:06   adding: plugins/org.json_1.0.0.v201011060100.jar.pack.gz (stored 0%)
08:34:06   adding: plugins/org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.jface_3.19.0.v20200110-1814.jar (deflated 9%)
08:34:06   adding: plugins/com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.ui.editors_3.13.100.v20200129-1520.jar (deflated 10%)
08:34:06   adding: plugins/org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar.pack.gz (stored 0%)
08:34:06   adding: plugins/org.eclipse.wst.html.core_1.3.200.v201910140306.jar (deflated 12%)
08:34:06   adding: plugins/org.eclipse.core.runtime_3.17.100.v20200114-1847.jar (deflated 7%)
08:34:06   adding: plugins/org.slf4j.api_1.7.10.v20170428-1633.jar (deflated 13%)
08:34:06   adding: plugins/org.eclipse.ui.ide_3.17.0.v20200128-2148.jar (deflated 9%)
08:34:06   adding: plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar (deflated 12%)
08:34:06   adding: plugins/org.eclipse.ui.cheatsheets_3.5.700.v20200113-1959.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.debug.core_3.14.200.v20200115-0755.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz (stored 0%)
08:34:06   adding: plugins/org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz (deflated 0%)
08:34:06   adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.113.100.v20200128-1805.jar (deflated 5%)
08:34:06   adding: plugins/org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar (deflated 15%)
08:34:06   adding: plugins/org.eclipse.jdt.debug.ui_3.10.600.v20200120-1415.jar (deflated 11%)
08:34:06   adding: plugins/org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar (deflated 13%)
08:34:07   adding: plugins/org.eclipse.jdt.debug_3.15.0.v20200123-1301.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.compare_3.7.900.v20200127-1343.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.wst.sse.core_1.2.200.v202001190814.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar (deflated 6%)
08:34:07   adding: plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar (deflated 10%)
08:34:07   adding: plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.ui.views_3.10.200.v20200123-1115.jar (deflated 13%)
08:34:07   adding: plugins/org.eclipse.reddeer.workbench_2.9.0.v20200206-1327.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.m2e.archetype.common_1.15.0.20200109-1106.jar (deflated 0%)
08:34:07   adding: plugins/org.eclipse.core.databinding_1.8.0.v20200125-1132.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.reddeer.uiforms.source_2.9.0.v20200206-1327.jar (deflated 20%)
08:34:07   adding: plugins/org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.objenesis_2.6.0.v20180420-1519.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar (deflated 10%)
08:34:07   adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200106-2021.jar (deflated 6%)
08:34:07   adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.1.400.v20191211-1424.jar (deflated 14%)
08:34:07   adding: plugins/org.eclipse.core.expressions_3.6.700.v20200106-1210.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar (deflated 17%)
08:34:07   adding: plugins/org.apache.lucene.misc_8.0.0.v20190418-1455.jar (deflated 10%)
08:34:07   adding: plugins/org.eclipse.gef_3.11.0.201606061308.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.core.commands_3.9.700.v20191217-1850.jar (deflated 13%)
08:34:07   adding: plugins/org.eclipse.ltk.core.refactoring_3.10.400.v20200124-1742.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.reddeer.common.source_2.9.0.v20200206-1327.jar (deflated 15%)
08:34:07   adding: plugins/org.eclipse.reddeer.swt_2.9.0.v20200206-1327.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.jdt.core.manipulation_1.13.100.v20200124-2255.jar (deflated 8%)
08:34:07   adding: plugins/org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar (deflated 12%)
08:34:07   adding: plugins/org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar (deflated 8%)
08:34:07   adding: plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz (stored 0%)
08:34:07   adding: plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz (stored 0%)
08:34:07   adding: plugins/org.eclipse.reddeer.requirements_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:07   adding: plugins/org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar (deflated 18%)
08:34:07   adding: plugins/org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar (deflated 11%)
08:34:07   adding: plugins/org.eclipse.equinox.p2.director_2.4.600.v20191211-1713.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar (deflated 11%)
08:34:07   adding: plugins/org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar (deflated 13%)
08:34:07   adding: plugins/org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz (stored 0%)
08:34:07   adding: plugins/org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar (deflated 10%)
08:34:07   adding: plugins/org.eclipse.wst.jsdt.ui_2.0.401.v201912012351.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.equinox.p2.core_2.6.300.v20200129-1258.jar (deflated 13%)
08:34:07   adding: plugins/org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar (deflated 12%)
08:34:07   adding: plugins/org.eclipse.reddeer.e4.workbench.core_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:07   adding: plugins/org.eclipse.reddeer.ui.test.source_2.9.0.v20200206-1327.jar (deflated 15%)
08:34:07   adding: plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.ant.launching_1.2.800.v20191221-1203.jar (deflated 6%)
08:34:07   adding: plugins/org.eclipse.reddeer.swt.source_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:07   adding: plugins/org.eclipse.reddeer.ui_2.9.0.v20200206-1327.jar (deflated 14%)
08:34:07   adding: plugins/org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz (stored 0%)
08:34:07   adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.1.600.v20191211-1713.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz (stored 0%)
08:34:07   adding: plugins/org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar (deflated 12%)
08:34:07   adding: plugins/org.eclipse.jdt.core.manipulation_1.13.100.v20200124-2255.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.ui_3.116.0.v20200128-0942.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar (deflated 7%)
08:34:07   adding: plugins/org.eclipse.ui.forms_3.9.0.v20200115-1733.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.objenesis_2.6.0.v20180420-1519.jar (deflated 19%)
08:34:07   adding: plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.reddeer.workbench_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:07   adding: plugins/org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.ui_3.116.0.v20200128-0942.jar (deflated 18%)
08:34:07   adding: plugins/org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.ui.genericeditor_1.1.700.v20200123-1636.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz (stored 0%)
08:34:07   adding: plugins/org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz (stored 0%)
08:34:07   adding: plugins/javax.inject_1.0.0.v20091030.jar (deflated 9%)
08:34:07   adding: plugins/org.eclipse.reddeer.e4.workbench.core_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:07   adding: plugins/org.eclipse.ant.ui_3.7.700.v20191221-1203.jar (deflated 8%)
08:34:07   adding: plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar (deflated 15%)
08:34:07   adding: plugins/org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz (stored 0%)
08:34:07   adding: plugins/org.eclipse.reddeer.spy_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:07   adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.ui.browser_3.6.700.v20200128-0942.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar (deflated 16%)
08:34:07   adding: plugins/org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.reddeer.requirements_2.9.0.v20200206-1327.jar (deflated 22%)
08:34:07   adding: plugins/org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar (deflated 22%)
08:34:07   adding: plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar (deflated 8%)
08:34:07   adding: plugins/org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar (deflated 14%)
08:34:07   adding: plugins/org.eclipse.equinox.app_1.4.400.v20191212-0743.jar (deflated 7%)
08:34:07   adding: plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar (deflated 8%)
08:34:07   adding: plugins/org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar (deflated 17%)
08:34:07   adding: plugins/org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar (deflated 11%)
08:34:07   adding: plugins/org.eclipse.ltk.core.refactoring_3.10.400.v20200124-1742.jar (deflated 11%)
08:34:07   adding: plugins/org.eclipse.ant.ui_3.7.700.v20191221-1203.jar.pack.gz (deflated 0%)
08:34:07   adding: plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar (deflated 13%)
08:34:07   adding: plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar (deflated 11%)
08:34:07   adding: plugins/com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz (deflated 1%)
08:34:08   adding: plugins/org.w3c.css.sac_1.3.1.v200903091627.jar (deflated 16%)
08:34:08   adding: plugins/org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/com.google.protobuf_2.4.0.v201105131100.jar (deflated 6%)
08:34:08   adding: plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar (deflated 10%)
08:34:08   adding: plugins/org.eclipse.ui.forms_3.9.0.v20200115-1733.jar (deflated 8%)
08:34:08   adding: plugins/org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar (deflated 21%)
08:34:08   adding: plugins/org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar (deflated 22%)
08:34:08   adding: plugins/org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar (deflated 13%)
08:34:08   adding: plugins/org.eclipse.jface.text_3.16.200.v20200123-1636.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar (deflated 12%)
08:34:08   adding: plugins/org.eclipse.reddeer.junit_2.9.0.v20200206-1327.jar (deflated 15%)
08:34:08   adding: plugins/org.eclipse.ui.workbench.texteditor_3.14.100.v20200124-0727.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.eclipse.reddeer.codegen_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:08   adding: plugins/org.eclipse.wst.validation_1.2.800.v201904082137.jar (deflated 9%)
08:34:08   adding: plugins/org.eclipse.ui.views_3.10.200.v20200123-1115.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20191211-1528.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar (deflated 15%)
08:34:08   adding: plugins/org.eclipse.reddeer.logparser_2.9.0.v20200206-1327.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20191211-1528.jar (deflated 6%)
08:34:08   adding: plugins/org.eclipse.reddeer.workbench.test_2.9.0.v20200206-1327.jar (deflated 12%)
08:34:08   adding: plugins/com.google.javascript_0.0.20160315.v20161124-1903.jar (deflated 8%)
08:34:08   adding: plugins/org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar (deflated 11%)
08:34:08   adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar (deflated 7%)
08:34:08   adding: plugins/org.eclipse.ui.navigator.resources_3.7.200.v20200123-1115.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.eclipse.reddeer.workbench.core_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:08   adding: plugins/org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.yaml.snakeyaml_1.14.0.v201604211500.jar (deflated 12%)
08:34:08   adding: plugins/org.eclipse.ui.views.properties.tabbed_3.8.800.v20191222-1048.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.eclipse.reddeer.swt.test_2.9.0.v20200206-1327.jar (deflated 15%)
08:34:08   adding: plugins/org.eclipse.core.databinding_1.8.0.v20200125-1132.jar (deflated 11%)
08:34:08   adding: plugins/org.eclipse.text_3.10.100.v20200117-0616.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.eclipse.wst.css.ui_1.1.300.v201911262315.jar (deflated 11%)
08:34:08   adding: plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz (deflated 0%)
08:34:08   adding: plugins/org.eclipse.wst.jsdt.ui_2.0.401.v201912012351.jar (deflated 10%)
08:34:09   adding: plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.m2e.core_1.15.0.20200109-1107.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.wst.html.ui_1.1.200.v201905301652.jar (deflated 12%)
08:34:09   adding: plugins/org.eclipse.reddeer.core.test.source_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:09   adding: plugins/org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar (deflated 14%)
08:34:09   adding: plugins/org.eclipse.reddeer.e4.workbench.source_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:09   adding: plugins/org.eclipse.jface_3.19.0.v20200110-1814.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/javax.xml_1.3.4.v201005080400.jar (deflated 19%)
08:34:09   adding: plugins/org.eclipse.reddeer.jface_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.reddeer.uiforms.test_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:09   adding: plugins/org.eclipse.wst.common.emf_1.2.600.v201903222010.jar (deflated 12%)
08:34:09   adding: plugins/org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar (deflated 7%)
08:34:09   adding: plugins/org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar (deflated 15%)
08:34:09   adding: plugins/org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar (deflated 12%)
08:34:09   adding: plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.reddeer.workbench.test_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar (deflated 12%)
08:34:09   adding: plugins/org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar (deflated 21%)
08:34:09   adding: plugins/org.eclipse.reddeer.graphiti_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar (deflated 12%)
08:34:09   adding: plugins/org.eclipse.reddeer.go_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar (deflated 15%)
08:34:09   adding: plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar (deflated 11%)
08:34:09   adding: plugins/org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar (deflated 14%)
08:34:09   adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar (deflated 10%)
08:34:09   adding: plugins/org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar (deflated 13%)
08:34:09   adding: plugins/org.eclipse.reddeer.direct.source_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:09   adding: plugins/org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.reddeer.junit.source_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:09   adding: plugins/org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar (deflated 10%)
08:34:09   adding: plugins/org.eclipse.datatools.connectivity_1.14.102.201911250848.jar (deflated 9%)
08:34:09   adding: plugins/org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar (deflated 13%)
08:34:09   adding: plugins/org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.jdt.junit.runtime_3.5.100.v20200124-2206.jar (deflated 13%)
08:34:09   adding: plugins/org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/com.google.guava_27.1.0.v20190517-1946.jar (deflated 10%)
08:34:09   adding: plugins/org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar (deflated 18%)
08:34:09   adding: plugins/org.eclipse.ui.genericeditor_1.1.700.v20200123-1636.jar (deflated 10%)
08:34:09   adding: plugins/org.eclipse.reddeer.selenium_2.9.0.v20200206-1327.jar (deflated 18%)
08:34:09   adding: plugins/org.eclipse.ui.workbench.texteditor_3.14.100.v20200124-0727.jar (deflated 10%)
08:34:09   adding: plugins/org.eclipse.reddeer.workbench.core_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:09   adding: plugins/org.eclipse.reddeer.swt_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:09   adding: plugins/org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.wst.common.ui_1.1.700.v201905071717.jar (deflated 13%)
08:34:09   adding: plugins/org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar (deflated 11%)
08:34:09   adding: plugins/org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar (deflated 9%)
08:34:09   adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200106-2021.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.reddeer.junit.extension_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:09   adding: plugins/org.eclipse.reddeer.common_2.9.0.v20200206-1327.jar (deflated 14%)
08:34:09   adding: plugins/org.eclipse.wst.xml.core_1.2.200.v201911262147.jar (deflated 10%)
08:34:09   adding: plugins/org.eclipse.pde.ui_3.11.300.v20200127-1037.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz (deflated 2%)
08:34:09   adding: plugins/org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz (deflated 0%)
08:34:09   adding: plugins/org.eclipse.reddeer.graphiti_2.9.0.v20200206-1327.jar (deflated 20%)
08:34:09   adding: plugins/org.apache.lucene.core_8.0.0.v20190404-1858.jar (deflated 9%)
08:34:10   adding: plugins/org.eclipse.reddeer.jface.test_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.apache.ant_1.10.7.v20190926-0324.jar (deflated 0%)
08:34:10   adding: plugins/org.eclipse.reddeer.eclipse.source_2.9.0.v20200206-1327.jar (deflated 21%)
08:34:10   adding: plugins/org.eclipse.emf.edit.ui_2.18.0.v20200103-0948.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.pde.launching_3.8.100.v20200120-1130.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar (deflated 11%)
08:34:10   adding: plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar (deflated 6%)
08:34:10   adding: plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.team.ui_3.8.800.v20191213-2246.jar (deflated 10%)
08:34:10   adding: plugins/org.eclipse.jst.common.ui_1.0.301.v201903222024.jar (deflated 14%)
08:34:10   adding: plugins/org.eclipse.search_3.11.900.v20200123-1636.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.reddeer.swt.test_2.9.0.v20200206-1327.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.jdt.ui_3.21.0.v20200129-1023.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar (deflated 7%)
08:34:10   adding: plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.help_3.8.700.v20191212-1123.jar (deflated 8%)
08:34:10   adding: plugins/org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar (deflated 14%)
08:34:10   adding: plugins/org.eclipse.jface.text_3.16.200.v20200123-1636.jar (deflated 10%)
08:34:10   adding: plugins/org.eclipse.m2e.core.ui_1.15.0.20200109-1107.jar (deflated 9%)
08:34:10   adding: plugins/org.eclipse.swt_3.113.100.v20200128-1805.jar (deflated 4%)
08:34:10   adding: plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar (deflated 12%)
08:34:10   adding: plugins/org.eclipse.reddeer.direct_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar (deflated 13%)
08:34:10   adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20191211-1424.jar (deflated 6%)
08:34:10   adding: plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/org.eclipse.reddeer.jface.test.source_2.9.0.v20200206-1327.jar (deflated 18%)
08:34:10   adding: plugins/org.eclipse.reddeer.junit.test_2.9.0.v20200206-1327.jar (deflated 23%)
08:34:10   adding: plugins/org.eclipse.e4.ui.workbench_1.11.200.v20200123-1115.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20191211-1713.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar (deflated 10%)
08:34:10   adding: plugins/org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar (deflated 8%)
08:34:10   adding: plugins/org.eclipse.reddeer.eclipse.test_2.9.0.v20200206-1327.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.reddeer.direct.test.source_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:10   adding: plugins/org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/org.eclipse.equinox.p2.director.app_1.1.500.v20200110-2121.jar (deflated 6%)
08:34:10   adding: plugins/org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar (deflated 8%)
08:34:10   adding: plugins/org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar (deflated 16%)
08:34:10   adding: plugins/org.eclipse.reddeer.graphiti.source_2.9.0.v20200206-1327.jar (deflated 19%)
08:34:10   adding: plugins/org.eclipse.wst.web.ui_1.2.100.v201902281912.jar (deflated 13%)
08:34:10   adding: plugins/org.apache.commons.lang_2.6.0.v201404270220.jar (deflated 8%)
08:34:10   adding: plugins/org.eclipse.jdt_3.18.300.v20200129-1800.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.jst.server.core_1.2.600.v201910252115.jar (deflated 12%)
08:34:10   adding: plugins/org.eclipse.reddeer.e4.workbench.core.source_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:10   adding: plugins/org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.ui.navigator.resources_3.7.200.v20200123-1115.jar (deflated 11%)
08:34:10   adding: plugins/org.eclipse.ui.ide_3.17.0.v20200128-2148.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar (deflated 10%)
08:34:10   adding: plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar (deflated 11%)
08:34:10   adding: plugins/org.eclipse.equinox.p2.core_2.6.300.v20200129-1258.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/com.google.guava_27.1.0.v20190517-1946.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.reddeer.requirements.source_2.9.0.v20200206-1327.jar (deflated 21%)
08:34:10   adding: plugins/org.eclipse.reddeer.direct.test_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.reddeer.ui.test_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar (deflated 14%)
08:34:10   adding: plugins/org.eclipse.ui.console_3.9.100.v20200122-0819.jar (deflated 13%)
08:34:10   adding: plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar (deflated 12%)
08:34:10   adding: plugins/org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar (deflated 11%)
08:34:10   adding: plugins/org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar (deflated 18%)
08:34:10   adding: plugins/org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar (deflated 24%)
08:34:10   adding: plugins/org.eclipse.debug.ui_3.14.400.v20200120-1140.jar (deflated 13%)
08:34:10   adding: plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.equinox.common_3.11.0.v20200114-1644.jar (deflated 8%)
08:34:10   adding: plugins/org.eclipse.reddeer.spy_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/org.eclipse.reddeer.common.test_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:10   adding: plugins/org.eclipse.search_3.11.900.v20200123-1636.jar (deflated 10%)
08:34:10   adding: plugins/org.eclipse.reddeer.junit_2.9.0.v20200206-1327.jar.pack.gz (deflated 0%)
08:34:10   adding: plugins/org.eclipse.equinox.p2.ui_2.5.800.v20200110-2121.jar (deflated 7%)
08:34:11   adding: plugins/org.eclipse.update.configurator_3.4.500.v20191210-2200.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz (stored 0%)
08:34:11   adding: plugins/org.eclipse.reddeer.e4.workbench_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:11   adding: plugins/org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar (deflated 11%)
08:34:11   adding: plugins/org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz (stored 0%)
08:34:11   adding: plugins/org.eclipse.swtbot.generator_2.9.0.201909110845.jar (deflated 13%)
08:34:11   adding: plugins/org.eclipse.jst.jee_1.0.902.v201905281719.jar (deflated 14%)
08:34:11   adding: plugins/org.eclipse.reddeer.jface.test_2.9.0.v20200206-1327.jar (deflated 12%)
08:34:11   adding: plugins/org.eclipse.reddeer.jface_2.9.0.v20200206-1327.jar (deflated 15%)
08:34:11   adding: plugins/org.eclipse.pde.core_3.13.300.v20200127-1037.jar (deflated 7%)
08:34:11   adding: plugins/org.eclipse.emf.validation_1.8.0.201812070911.jar (deflated 11%)
08:34:11   adding: plugins/org.eclipse.reddeer.core.test_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:11   adding: plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar (deflated 11%)
08:34:11   adding: plugins/org.eclipse.emf.transaction_1.9.1.201805140824.jar (deflated 11%)
08:34:11   adding: plugins/org.eclipse.e4.ui.workbench_1.11.200.v20200123-1115.jar (deflated 11%)
08:34:11   adding: plugins/org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar (deflated 15%)
08:34:11   adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20191211-1424.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.ui.console_3.9.100.v20200122-0819.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.m2e.core.ui_1.15.0.20200109-1107.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz (stored 0%)
08:34:11   adding: plugins/org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar (deflated 16%)
08:34:11   adding: plugins/org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.e4.ui.css.swt_0.13.900.v20200122-2205.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.1.600.v20191211-1713.jar (deflated 8%)
08:34:11   adding: plugins/org.eclipse.core.runtime_3.17.100.v20200114-1847.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.osgi_3.15.200.v20200117-1721.jar (deflated 9%)
08:34:11   adding: plugins/org.eclipse.ui.workbench_3.118.0.v20200128-1950.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.reddeer.eclipse.test.source_2.9.0.v20200206-1327.jar (deflated 22%)
08:34:11   adding: plugins/org.eclipse.reddeer.go_2.9.0.v20200206-1327.jar (deflated 12%)
08:34:11   adding: plugins/org.eclipse.osgi_3.15.200.v20200117-1721.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar (deflated 20%)
08:34:11   adding: plugins/org.eclipse.jdt.junit_3.11.700.v20200124-2255.jar (deflated 13%)
08:34:11   adding: plugins/org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar.pack.gz (stored 0%)
08:34:11   adding: plugins/org.eclipse.ui.cheatsheets_3.5.700.v20200113-1959.jar (deflated 13%)
08:34:11   adding: plugins/org.eclipse.ui.workbench_3.118.0.v20200128-1950.jar (deflated 8%)
08:34:11   adding: plugins/org.eclipse.reddeer.direct.test_2.9.0.v20200206-1327.jar (deflated 17%)
08:34:11   adding: plugins/org.eclipse.reddeer.uiforms.test_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:11   adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.113.100.v20200128-1805.jar.pack.gz (deflated 2%)
08:34:11   adding: plugins/org.eclipse.ltk.ui.refactoring_3.10.200.v20200124-1742.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.reddeer.gef_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:11   adding: plugins/org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.equinox.simpleconfigurator_1.3.500.v20191211-1713.jar (deflated 9%)
08:34:11   adding: plugins/org.eclipse.reddeer.core.test_2.9.0.v20200206-1327.jar (deflated 14%)
08:34:11   adding: plugins/org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.jface.databinding_1.10.0.v20200126-1016.jar (deflated 15%)
08:34:11   adding: plugins/org.eclipse.reddeer.junit.test_2.9.0.v20200206-1327.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.reddeer.jdt.junit_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:11   adding: plugins/org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar (deflated 9%)
08:34:11   adding: plugins/org.eclipse.reddeer.recorder_2.9.0.v20200206-1327.jar (deflated 9%)
08:34:11   adding: plugins/org.eclipse.ui.browser_3.6.700.v20200128-0942.jar (deflated 16%)
08:34:11   adding: plugins/org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.eclipse.debug.ui_3.14.400.v20200120-1140.jar.pack.gz (deflated 0%)
08:34:11   adding: plugins/org.apache.xerces_2.9.0.v201101211617.jar (deflated 11%)
08:34:11   adding: plugins/org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar (deflated 8%)
08:34:11   adding: plugins/org.eclipse.wst.css.core_1.2.0.v201904210526.jar (deflated 10%)
08:34:11   adding: plugins/org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar (deflated 15%)
08:34:11   adding: plugins/com.ibm.icu_64.2.0.v20190507-1337.jar (deflated 7%)
08:34:12   adding: plugins/org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.sat4j.core_2.3.5.v201308161310.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.jdt.launching_3.17.0.v20200116-2251.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar (deflated 10%)
08:34:12   adding: plugins/org.eclipse.equinox.simpleconfigurator_1.3.500.v20191211-1713.jar.pack.gz (stored 0%)
08:34:12   adding: plugins/org.eclipse.reddeer.gef_2.9.0.v20200206-1327.jar (deflated 18%)
08:34:12   adding: plugins/org.eclipse.pde.junit.runtime_3.5.700.v20200116-1804.jar.pack.gz (stored 0%)
08:34:12   adding: plugins/org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.reddeer.recorder.source_2.9.0.v20200206-1327.jar (deflated 13%)
08:34:12   adding: plugins/org.eclipse.reddeer.jdt.junit_2.9.0.v20200206-1327.jar (deflated 14%)
08:34:12   adding: plugins/org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar (deflated 13%)
08:34:12   adding: plugins/org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar (deflated 11%)
08:34:12   adding: plugins/org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.reddeer.jface.source_2.9.0.v20200206-1327.jar (deflated 16%)
08:34:12   adding: plugins/org.hamcrest.library_1.3.0.v20180524-2246.jar (deflated 9%)
08:34:12   adding: plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.debug.core_3.14.200.v20200115-0755.jar (deflated 11%)
08:34:12   adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.reddeer.junit.test.source_2.9.0.v20200206-1327.jar (deflated 23%)
08:34:12   adding: plugins/org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar (deflated 12%)
08:34:12   adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.113.100.v20200128-1805.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.m2e.core_1.15.0.20200109-1107.jar (deflated 9%)
08:34:12   adding: plugins/org.eclipse.wst.web_1.2.100.v201905161255.jar (deflated 12%)
08:34:12   adding: plugins/org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.jdt.junit.core_3.10.600.v20200124-1742.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.compare_3.7.900.v20200127-1343.jar (deflated 10%)
08:34:12   adding: plugins/org.eclipse.jdt.junit.runtime_3.5.100.v20200124-2206.jar.pack.gz (stored 0%)
08:34:12   adding: plugins/org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar (deflated 17%)
08:34:12   adding: plugins/org.eclipse.m2e.maven.indexer_1.15.0.20200109-1106.jar (deflated 1%)
08:34:12   adding: plugins/org.eclipse.reddeer.requirements.test_2.9.0.v20200206-1327.jar (deflated 21%)
08:34:12   adding: plugins/org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar (deflated 15%)
08:34:12   adding: plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar (deflated 27%)
08:34:12   adding: plugins/org.eclipse.e4.ui.css.swt_0.13.900.v20200122-2205.jar (deflated 12%)
08:34:12   adding: plugins/org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz (stored 0%)
08:34:12   adding: plugins/org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.gef_3.11.0.201606061308.jar (deflated 11%)
08:34:12   adding: plugins/org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.core.expressions_3.6.700.v20200106-1210.jar (deflated 10%)
08:34:12   adding: plugins/org.eclipse.core.resources_3.13.700.v20200123-2308.jar (deflated 6%)
08:34:12   adding: plugins/org.eclipse.core.databinding.observable_1.9.0.v20200125-1316.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.reddeer.core_2.9.0.v20200206-1327.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.jdt.debug_3.15.0.v20200123-1301.jar (deflated 0%)
08:34:12   adding: plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.mockito_2.23.0.v20190527-1420.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.compare.core_3.6.800.v20191213-2246.jar (deflated 8%)
08:34:12   adding: plugins/org.eclipse.team.ui_3.8.800.v20191213-2246.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz (deflated 0%)
08:34:12   adding: plugins/org.eclipse.draw2d_3.10.100.201606061308.jar (deflated 8%)
08:34:12   adding: plugins/org.eclipse.reddeer.ui.test_2.9.0.v20200206-1327.jar (deflated 13%)
08:34:12   adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.113.100.v20200128-1805.jar.pack.gz (deflated 2%)
08:34:12   adding: plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz (stored 0%)
08:34:12   adding: plugins/org.eclipse.jdt.ui_3.21.0.v20200129-1023.jar (deflated 9%)
08:34:13   adding: plugins/org.eclipse.reddeer.core.source_2.9.0.v20200206-1327.jar (deflated 12%)
08:34:13   adding: plugins/org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar (deflated 10%)
08:34:13   adding: plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar (deflated 11%)
08:34:13   adding: plugins/org.eclipse.reddeer.gef.source_2.9.0.v20200206-1327.jar (deflated 19%)
08:34:13   adding: plugins/org.eclipse.reddeer.go.source_2.9.0.v20200206-1327.jar (deflated 8%)
08:34:13   adding: plugins/org.eclipse.reddeer.junit.extension_2.9.0.v20200206-1327.jar (deflated 19%)
08:34:13   adding: plugins/org.eclipse.jdt.junit_3.11.700.v20200124-2255.jar.pack.gz (deflated 0%)
08:34:13   adding: plugins/com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz (deflated 0%)
08:34:13   adding: plugins/org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar (deflated 13%)
08:34:13   adding: plugins/org.eclipse.reddeer.common_2.9.0.v20200206-1327.jar.pack.gz (stored 0%)
08:34:13   adding: plugins/org.eclipse.jem.util_2.1.201.v201903222010.jar (deflated 11%)
08:34:13   adding: plugins/org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz (deflated 0%)
08:34:13   adding: plugins/org.eclipse.wst.css.ui_1.1.300.v201911262315.jar.pack.gz (deflated 0%)
08:34:13   adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.1.400.v20191211-1424.jar.pack.gz (stored 0%)
08:34:13   adding: plugins/org.eclipse.graphiti.ui_0.16.1.201909061426.jar (deflated 9%)
08:34:13   adding: plugins/org.eclipse.team.core_3.8.900.v20191213-2246.jar (deflated 10%)
08:34:13   adding: plugins/org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar (deflated 10%)
08:34:13   adding: plugins/org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz (stored 0%)
08:34:13   adding: plugins/org.eclipse.text_3.10.100.v20200117-0616.jar (deflated 9%)
08:34:13   adding: plugins/com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar (deflated 8%)
08:34:13   adding: plugins/org.eclipse.jdt.junit.core_3.10.600.v20200124-1742.jar (deflated 9%)
08:34:13   adding: plugins/org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz (stored 0%)
08:34:13   adding: plugins/org.sat4j.core_2.3.5.v201308161310.jar (deflated 9%)
08:34:13   adding: plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar (deflated 15%)
08:34:13   adding: plugins/com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar (deflated 16%)
08:34:13   adding: plugins/org.eclipse.jst.j2ee_1.2.301.v201903222025.jar (deflated 14%)
08:34:13   adding: plugins/org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar (deflated 18%)
08:34:13   adding: plugins/org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz (stored 0%)
08:34:13   adding: plugins/org.eclipse.graphiti.mm_0.16.1.201909061426.jar (deflated 11%)
08:34:13   adding: plugins/org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz (deflated 0%)
08:34:13   adding: plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar (deflated 5%)
08:34:13   adding: plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%)
08:34:13   adding: plugins/org.eclipse.reddeer.uiforms.test.source_2.9.0.v20200206-1327.jar (deflated 19%)
08:34:13   adding: plugins/org.eclipse.reddeer.eclipse_2.9.0.v20200206-1327.jar.pack.gz (deflated 0%)
08:34:13   adding: plugins/org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz (deflated 0%)
08:34:13   adding: plugins/org.eclipse.wst.sse.core_1.2.200.v202001190814.jar (deflated 12%)
08:34:13   adding: plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar (deflated 8%)
08:34:13   adding: plugins/org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz (deflated 0%)
08:34:13   adding: plugins/org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar (deflated 11%)
08:34:13   adding: plugins/org.eclipse.m2e.model.edit_1.15.0.20200109-1107.jar (deflated 7%)
08:34:13   adding: plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz (stored 0%)
08:34:13   adding: plugins/org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar (deflated 11%)
08:34:13   adding: plugins/org.eclipse.team.core_3.8.900.v20191213-2246.jar.pack.gz (deflated 0%)
08:34:13 + cd /home/jenkins/agent/workspace/reddeer.nightly
08:34:13 + ssh genie.reddeer@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/reddeer/snapshots
08:34:13 + 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
08:34:32 + ssh genie.reddeer@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/reddeer/snapshots
08:34:35 total 467392
08:34:35 drwxrwsr-x 4 genie.reddeer technology.reddeer       197 Feb  6 08:34 .
08:34:35 drwxrwsr-x 5 genie.reddeer technology.reddeer        73 Feb  6 08:34 ..
08:34:35 -rw-r--r-- 1 genie.reddeer technology.reddeer     69620 Feb  6 08:33 artifacts.jar
08:34:35 -rw-r--r-- 1 genie.reddeer technology.reddeer     50256 Feb  6 08:33 artifacts.xml.xz
08:34:35 -rw-r--r-- 1 genie.reddeer technology.reddeer    190855 Feb  6 08:33 content.jar
08:34:35 -rw-r--r-- 1 genie.reddeer technology.reddeer     68192 Feb  6 08:33 content.xml.xz
08:34:35 drwxr-sr-x 2 genie.reddeer technology.reddeer      4096 Feb  6 08:33 features
08:34:35 -rw-r--r-- 1 genie.reddeer technology.reddeer       172 Feb  6 08:33 p2.index
08:34:35 drwxr-sr-x 2 genie.reddeer technology.reddeer     49152 Feb  6 08:33 plugins
08:34:35 -rw-r--r-- 1 genie.reddeer technology.reddeer 222939305 Feb  6 08:34 repository.zip
08:34:35 $ ssh-agent -k
08:34:35 unset SSH_AUTH_SOCK;
08:34:35 unset SSH_AGENT_PID;
08:34:35 echo Agent pid 56 killed;
08:34:35 [ssh-agent] Stopped.
08:34:36 No mail will be sent out, as 'reddeer.nightly #202' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
08:34:36 Finished: SUCCESS