Skip to content

Console Output

14:42:11 Started by user Ondrej Dockal
14:42:11 Running as Ondrej Dockal
14:42:12 Agent default-agent-w0k5w is provisioned from template Kubernetes Pod Template
14:42:12 ---
14:42:12 apiVersion: "v1"
14:42:12 kind: "Pod"
14:42:12 metadata:
14:42:12   annotations: {}
14:42:12   labels:
14:42:12     jenkins: "slave"
14:42:12   name: "default-agent-w0k5w"
14:42:12 spec:
14:42:12   containers:
14:42:12   - env:
14:42:12     - name: "MAVEN_OPTS"
14:42:12       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
14:42:12     - name: "JENKINS_SECRET"
14:42:12       value: "********"
14:42:12     - name: "JENKINS_TUNNEL"
14:42:12       value: "jenkins-discovery.reddeer.svc.cluster.local:50000"
14:42:12     - name: "JENKINS_AGENT_NAME"
14:42:12       value: "default-agent-w0k5w"
14:42:12     - name: "MAVEN_CONFIG"
14:42:12       value: "-B -e"
14:42:12     - name: "JENKINS_NAME"
14:42:12       value: "default-agent-w0k5w"
14:42:12     - name: "JENKINS_AGENT_WORKDIR"
14:42:12       value: "/home/jenkins/agent"
14:42:12     - name: "JENKINS_URL"
14:42:12       value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/"
14:42:12     - name: "HOME"
14:42:12       value: "/home/jenkins"
14:42:12     image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
14:42:12     imagePullPolicy: "IfNotPresent"
14:42:12     name: "jnlp"
14:42:12     resources:
14:42:12       limits:
14:42:12         memory: "4096Mi"
14:42:12         cpu: "2000m"
14:42:12       requests:
14:42:12         memory: "4096Mi"
14:42:12         cpu: "1000m"
14:42:12     securityContext:
14:42:12       privileged: false
14:42:12     tty: true
14:42:12     volumeMounts:
14:42:12     - mountPath: "/home/jenkins/.m2/toolchains.xml"
14:42:12       name: "toolchains-xml"
14:42:12       readOnly: true
14:42:12       subPath: "toolchains.xml"
14:42:12     - mountPath: "/opt/tools"
14:42:12       name: "volume-0"
14:42:12       readOnly: false
14:42:12     - mountPath: "/home/jenkins"
14:42:12       name: "volume-2"
14:42:12       readOnly: false
14:42:12     - mountPath: "/home/jenkins/.m2/repository"
14:42:12       name: "volume-3"
14:42:12       readOnly: false
14:42:12     - mountPath: "/home/jenkins/.m2/settings-security.xml"
14:42:12       name: "settings-security-xml"
14:42:12       readOnly: true
14:42:12       subPath: "settings-security.xml"
14:42:12     - mountPath: "/home/jenkins/.m2/settings.xml"
14:42:12       name: "settings-xml"
14:42:12       readOnly: true
14:42:12       subPath: "settings.xml"
14:42:12     - mountPath: "/home/jenkins/.ssh"
14:42:12       name: "volume-1"
14:42:12       readOnly: false
14:42:12     - mountPath: "/home/jenkins/agent"
14:42:12       name: "workspace-volume"
14:42:12       readOnly: false
14:42:12     workingDir: "/home/jenkins/agent"
14:42:12   nodeSelector: {}
14:42:12   restartPolicy: "Never"
14:42:12   volumes:
14:42:12   - name: "settings-security-xml"
14:42:12     secret:
14:42:12       items:
14:42:12       - key: "settings-security.xml"
14:42:12         path: "settings-security.xml"
14:42:12       secretName: "m2-secret-dir"
14:42:12   - name: "volume-0"
14:42:12     persistentVolumeClaim:
14:42:12       claimName: "tools-claim-jiro-reddeer"
14:42:12       readOnly: true
14:42:12   - configMap:
14:42:12       items:
14:42:12       - key: "toolchains.xml"
14:42:12         path: "toolchains.xml"
14:42:12       name: "m2-dir"
14:42:12     name: "toolchains-xml"
14:42:12   - emptyDir:
14:42:12       medium: ""
14:42:12     name: "volume-2"
14:42:12   - configMap:
14:42:12       name: "known-hosts"
14:42:12     name: "volume-1"
14:42:12   - name: "settings-xml"
14:42:12     secret:
14:42:12       items:
14:42:12       - key: "settings.xml"
14:42:12         path: "settings.xml"
14:42:12       secretName: "m2-secret-dir"
14:42:12   - emptyDir:
14:42:12       medium: ""
14:42:12     name: "workspace-volume"
14:42:12   - emptyDir:
14:42:12       medium: ""
14:42:12     name: "volume-3"
14:42:12 
14:42:12 Building remotely on default-agent-w0k5w in workspace /home/jenkins/agent/workspace/reddeer.milestone
14:42:12 [ssh-agent] Looking for ssh-agent implementation...
14:42:12 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
14:42:12 $ ssh-agent
14:42:12 SSH_AUTH_SOCK=/tmp/ssh-XwhMAFHSZECL/agent.60
14:42:12 SSH_AGENT_PID=62
14:42:12 [ssh-agent] Started.
14:42:12 Running ssh-add (command line suppressed)
14:42:12 Identity added: /home/jenkins/agent/workspace/reddeer.milestone@tmp/private_key_5774479047960853722.key (/home/jenkins/agent/workspace/reddeer.milestone@tmp/private_key_5774479047960853722.key)
14:42:12 [ssh-agent] Using credentials genie.reddeer (ssh://genie.reddeer@projects-storage.eclipse.org)
14:42:15 No credentials specified
14:42:15 Cloning the remote Git repository
14:42:15 Cloning repository https://github.com/eclipse/reddeer.git
14:42:15  > git init /home/jenkins/agent/workspace/reddeer.milestone # timeout=10
14:42:15 Fetching upstream changes from https://github.com/eclipse/reddeer.git
14:42:15  > git --version # timeout=10
14:42:15  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/*
14:42:19  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
14:42:19  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
14:42:19  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
14:42:19 Fetching upstream changes from https://github.com/eclipse/reddeer.git
14:42:19  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/*
14:42:20  > git rev-parse refs/tags/2.8.0.RC1^{commit} # timeout=10
14:42:20  > git rev-parse refs/remotes/origin/refs/tags/2.8.0.RC1^{commit} # timeout=10
14:42:20 Checking out Revision 0314580908eca32b4acd8f1d6eed114b522de085 (refs/tags/2.8.0.RC1)
14:42:20  > git config core.sparsecheckout # timeout=10
14:42:20  > git checkout -f 0314580908eca32b4acd8f1d6eed114b522de085
14:42:21 Commit message: "Added Notice, Contributing and updated README according to #2047"
14:42:25 First time build. Skipping changelog.
14:42:26 [reddeer.milestone] $ /opt/tools/apache-maven/latest/bin/mvn -Dmaven.test.skip=true -Dhttp.proxyPort=9898 -Dcbi.jarsigner.skip=false -DBUILD_ALIAS= "-Dtycho.testArgLine=-Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898" clean verify -Peclipse-sign
14:42:26 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
14:42:26 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
14:42:28 [INFO] Scanning for projects...
14:42:29 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom
14:42:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom
14:42:29 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom (2.1 kB at 12 kB/s)
14:42:29 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom
14:42:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom
14:42:29 Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom (20 kB at 399 kB/s)
14:42:29 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom
14:42:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom
14:42:37 Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom (4.5 kB at 629 B/s)
14:42:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
14:42:37 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
14:42:37 Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 158 kB/s)
14:42:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
14:42:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
14:42:37 Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 561 kB/s)
14:42:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
14:42:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
14:42:37 Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 572 kB/s)
14:42:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
14:42:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
14:42:37 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 346 kB/s)
14:42:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
14:42:37 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
14:42:37 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 111 kB/s)
14:42:37 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
14:42:37 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
14:42:37 Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 109 kB/s)
14:42:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
14:42:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
14:42:37 Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 524 kB/s)
14:42:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
14:42:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
14:42:37 Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 348 kB/s)
14:42:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
14:42:37 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
14:42:37 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 54 kB/s)
14:42:37 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
14:42:37 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
14:42:37 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 63 kB/s)
14:42:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
14:42:37 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
14:42:37 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)
14:42:37 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
14:42:37 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
14:42:37 Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 149 kB/s)
14:42:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
14:42:38 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
14:42:38 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 443 kB/s)
14:42:38 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
14:42:38 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
14:42:38 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 20 kB/s)
14:42:38 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
14:42:38 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
14:42:38 Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 114 kB/s)
14:42:38 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
14:42:38 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
14:42:38 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 69 kB/s)
14:42:38 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
14:42:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
14:42:38 Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 189 kB/s)
14:42:38 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
14:42:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
14:42:38 Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 221 kB/s)
14:42:38 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
14:42:38 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
14:42:38 Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 110 kB/s)
14:42:38 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
14:42:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
14:42:38 Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 226 kB/s)
14:42:38 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
14:42:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
14:42:38 Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 239 kB/s)
14:42:38 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
14:42:38 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
14:42:38 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 69 kB/s)
14:42:38 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
14:42:38 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
14:42:38 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 52 kB/s)
14:42:38 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
14:42:38 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
14:42:38 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 64 kB/s)
14:42:38 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
14:42:38 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
14:42:38 Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 153 kB/s)
14:42:38 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
14:42:38 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
14:42:38 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 82 kB/s)
14:42:38 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
14:42:38 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
14:42:38 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 77 kB/s)
14:42:38 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
14:42:38 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
14:42:38 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 35 kB/s)
14:42:38 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
14:42:38 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
14:42:38 Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 216 kB/s)
14:42:38 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
14:42:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
14:42:38 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 291 kB/s)
14:42:38 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
14:42:38 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
14:42:39 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 114 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
14:42:39 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
14:42:39 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 453 kB/s)
14:42:39 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
14:42:39 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
14:42:39 Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 144 kB/s)
14:42:39 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
14:42:39 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
14:42:39 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 263 kB/s)
14:42:39 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
14:42:39 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
14:42:39 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 61 kB/s)
14:42:39 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
14:42:39 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
14:42:39 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 65 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
14:42:39 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
14:42:39 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 46 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
14:42:39 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
14:42:39 Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 234 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
14:42:39 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
14:42:39 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 62 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
14:42:39 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
14:42:39 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 112 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
14:42:39 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
14:42:39 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 50 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
14:42:39 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
14:42:39 Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 161 kB/s)
14:42:39 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
14:42:39 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
14:42:39 Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 154 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
14:42:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
14:42:39 Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 568 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
14:42:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
14:42:39 Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 211 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
14:42:39 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
14:42:39 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 334 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
14:42:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
14:42:39 Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (1): 24/47 kB
Progress (1): 28/47 kB
Progress (1): 32/47 kB
Progress (1): 36/47 kB
Progress (1): 40/47 kB
Progress (1): 44/47 kB
Progress (1): 47 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.2 MB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
14:42:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
14:42:39 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 446 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
14:42:39 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
14:42:39 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 391 kB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
14:42:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
14:42:39 Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 44/62 kB
Progress (1): 48/62 kB
Progress (1): 52/62 kB
Progress (1): 56/62 kB
Progress (1): 60/62 kB
Progress (1): 62 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.6 MB/s)
14:42:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
14:42:40 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 395 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
14:42:40 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 433 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
14:42:40 Progress (1): 4.1/68 kB
Progress (1): 7.7/68 kB
Progress (1): 12/68 kB 
Progress (1): 16/68 kB
Progress (1): 20/68 kB
Progress (1): 24/68 kB
Progress (1): 28/68 kB
Progress (1): 32/68 kB
Progress (1): 36/68 kB
Progress (1): 40/68 kB
Progress (1): 44/68 kB
Progress (1): 48/68 kB
Progress (1): 52/68 kB
Progress (1): 56/68 kB
Progress (1): 60/68 kB
Progress (1): 64/68 kB
Progress (1): 68/68 kB
Progress (1): 68 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.7 MB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
14:42:40 Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 461 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
14:42:40 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 80 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
14:42:40 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
14:42:40 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 501 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
14:42:40 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 393 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
14:42:40 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 58 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom
14:42:40 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2.0 kB at 62 kB/s)
14:42:40 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
14:42:40 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
14:42:40 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 49 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom
14:42:40 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom (1.8 kB at 56 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom
14:42:40 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom (1.0 kB at 33 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom
14:42:40 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom (1.7 kB at 54 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom
14:42:40 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom (1.3 kB at 37 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
14:42:40 Progress (1): 4.1/6.3 kB
Progress (1): 6.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 184 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom
14:42:40 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom (2.1 kB at 64 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom
14:42:40 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (1.1 kB at 34 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom
14:42:40 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom (3.3 kB at 63 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom
14:42:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom
14:42:40 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (1.0 kB at 28 kB/s)
14:42:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
14:42:40 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
14:42:40 Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 130 kB/s)
14:42:40 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
14:42:40 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
14:42:40 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 53 kB/s)
14:42:41 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
14:42:41 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
14:42:41 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 387 kB/s)
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
14:42:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
14:42:41 Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 926 kB/s)
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
14:42:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
14:42:41 Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 111 kB/s)
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom
14:42:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom
14:42:41 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom (2.1 kB at 63 kB/s)
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom
14:42:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom
14:42:41 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom (1.1 kB at 34 kB/s)
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom
14:42:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom
14:42:41 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (1.1 kB at 33 kB/s)
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom
14:42:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom
14:42:41 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 33 kB/s)
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
14:42:41 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
14:42:41 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
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
14:42:41 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
14:42:41 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
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
14:42:41 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
14:42:41 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
14:42:41 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
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
14:42:41 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
14:42:41 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
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
14:42:41 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
14:42:41 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
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
14:42:41 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
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
14:42:41 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
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar
14:42:41 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
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar
14:42:41 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar
14:42:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar
14:42:41 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
14:42:41 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
14:42:41 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
14:42:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar
14:42:52 Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (1): 24/47 kB
Progress (1): 28/47 kB
Progress (1): 32/47 kB
Progress (1): 36/47 kB
Progress (1): 40/47 kB
Progress (1): 44/47 kB
Progress (1): 47 kB   
Progress (2): 47 kB | 4.1/5.5 kB
Progress (2): 47 kB | 5.5 kB    
Progress (3): 47 kB | 5.5 kB | 4.1/200 kB
Progress (3): 47 kB | 5.5 kB | 7.7/200 kB
Progress (3): 47 kB | 5.5 kB | 12/200 kB 
Progress (3): 47 kB | 5.5 kB | 16/200 kB
Progress (4): 47 kB | 5.5 kB | 16/200 kB | 4.1/527 kB
Progress (4): 47 kB | 5.5 kB | 20/200 kB | 4.1/527 kB
Progress (4): 47 kB | 5.5 kB | 20/200 kB | 7.7/527 kB
Progress (4): 47 kB | 5.5 kB | 24/200 kB | 7.7/527 kB
Progress (4): 47 kB | 5.5 kB | 24/200 kB | 12/527 kB 
Progress (4): 47 kB | 5.5 kB | 24/200 kB | 16/527 kB
Progress (4): 47 kB | 5.5 kB | 24/200 kB | 20/527 kB
Progress (4): 47 kB | 5.5 kB | 24/200 kB | 24/527 kB
Progress (4): 47 kB | 5.5 kB | 24/200 kB | 28/527 kB
Progress (4): 47 kB | 5.5 kB | 24/200 kB | 32/527 kB
Progress (4): 47 kB | 5.5 kB | 24/200 kB | 33/527 kB
Progress (4): 47 kB | 5.5 kB | 28/200 kB | 33/527 kB
Progress (4): 47 kB | 5.5 kB | 32/200 kB | 33/527 kB
Progress (4): 47 kB | 5.5 kB | 36/200 kB | 33/527 kB
Progress (4): 47 kB | 5.5 kB | 40/200 kB | 33/527 kB
Progress (4): 47 kB | 5.5 kB | 44/200 kB | 33/527 kB
Progress (4): 47 kB | 5.5 kB | 48/200 kB | 33/527 kB
Progress (4): 47 kB | 5.5 kB | 52/200 kB | 33/527 kB
Progress (4): 47 kB | 5.5 kB | 56/200 kB | 33/527 kB
Progress (4): 47 kB | 5.5 kB | 56/200 kB | 37/527 kB
Progress (4): 47 kB | 5.5 kB | 60/200 kB | 37/527 kB
Progress (4): 47 kB | 5.5 kB | 60/200 kB | 41/527 kB
Progress (4): 47 kB | 5.5 kB | 64/200 kB | 41/527 kB
Progress (5): 47 kB | 5.5 kB | 64/200 kB | 41/527 kB | 4.1/165 kB
Progress (5): 47 kB | 5.5 kB | 68/200 kB | 41/527 kB | 4.1/165 kB
Progress (5): 47 kB | 5.5 kB | 68/200 kB | 45/527 kB | 4.1/165 kB
Progress (5): 47 kB | 5.5 kB | 72/200 kB | 45/527 kB | 4.1/165 kB
Progress (5): 47 kB | 5.5 kB | 72/200 kB | 45/527 kB | 7.7/165 kB
Progress (5): 47 kB | 5.5 kB | 76/200 kB | 45/527 kB | 7.7/165 kB
Progress (5): 47 kB | 5.5 kB | 76/200 kB | 49/527 kB | 7.7/165 kB
Progress (5): 47 kB | 5.5 kB | 80/200 kB | 49/527 kB | 7.7/165 kB
Progress (5): 47 kB | 5.5 kB | 80/200 kB | 49/527 kB | 12/165 kB 
Progress (5): 47 kB | 5.5 kB | 84/200 kB | 49/527 kB | 12/165 kB
Progress (5): 47 kB | 5.5 kB | 84/200 kB | 53/527 kB | 12/165 kB
Progress (5): 47 kB | 5.5 kB | 88/200 kB | 53/527 kB | 12/165 kB
Progress (5): 47 kB | 5.5 kB | 88/200 kB | 53/527 kB | 16/165 kB
Progress (5): 47 kB | 5.5 kB | 92/200 kB | 53/527 kB | 16/165 kB
Progress (5): 47 kB | 5.5 kB | 96/200 kB | 53/527 kB | 16/165 kB
Progress (5): 47 kB | 5.5 kB | 96/200 kB | 57/527 kB | 16/165 kB
Progress (5): 47 kB | 5.5 kB | 98/200 kB | 57/527 kB | 16/165 kB
Progress (5): 47 kB | 5.5 kB | 98/200 kB | 57/527 kB | 20/165 kB
Progress (5): 47 kB | 5.5 kB | 102/200 kB | 57/527 kB | 20/165 kB
Progress (5): 47 kB | 5.5 kB | 102/200 kB | 61/527 kB | 20/165 kB
Progress (5): 47 kB | 5.5 kB | 106/200 kB | 61/527 kB | 20/165 kB
Progress (5): 47 kB | 5.5 kB | 106/200 kB | 61/527 kB | 24/165 kB
Progress (5): 47 kB | 5.5 kB | 106/200 kB | 65/527 kB | 24/165 kB
Progress (5): 47 kB | 5.5 kB | 106/200 kB | 65/527 kB | 28/165 kB
Progress (5): 47 kB | 5.5 kB | 110/200 kB | 65/527 kB | 28/165 kB
Progress (5): 47 kB | 5.5 kB | 110/200 kB | 65/527 kB | 32/165 kB
Progress (5): 47 kB | 5.5 kB | 110/200 kB | 66/527 kB | 32/165 kB
Progress (5): 47 kB | 5.5 kB | 110/200 kB | 66/527 kB | 36/165 kB
Progress (5): 47 kB | 5.5 kB | 114/200 kB | 66/527 kB | 36/165 kB
Progress (5): 47 kB | 5.5 kB | 114/200 kB | 66/527 kB | 40/165 kB
Progress (5): 47 kB | 5.5 kB | 114/200 kB | 70/527 kB | 40/165 kB
Progress (5): 47 kB | 5.5 kB | 114/200 kB | 70/527 kB | 44/165 kB
Progress (5): 47 kB | 5.5 kB | 118/200 kB | 70/527 kB | 44/165 kB
Progress (5): 47 kB | 5.5 kB | 118/200 kB | 70/527 kB | 48/165 kB
Progress (5): 47 kB | 5.5 kB | 118/200 kB | 74/527 kB | 48/165 kB
Progress (5): 47 kB | 5.5 kB | 118/200 kB | 74/527 kB | 52/165 kB
Progress (5): 47 kB | 5.5 kB | 122/200 kB | 74/527 kB | 52/165 kB
Progress (5): 47 kB | 5.5 kB | 122/200 kB | 74/527 kB | 56/165 kB
Progress (5): 47 kB | 5.5 kB | 126/200 kB | 74/527 kB | 56/165 kB
Progress (5): 47 kB | 5.5 kB | 126/200 kB | 78/527 kB | 56/165 kB
Progress (5): 47 kB | 5.5 kB | 130/200 kB | 78/527 kB | 56/165 kB
Progress (5): 47 kB | 5.5 kB | 130/200 kB | 78/527 kB | 60/165 kB
Progress (5): 47 kB | 5.5 kB | 131/200 kB | 78/527 kB | 60/165 kB
Progress (5): 47 kB | 5.5 kB | 131/200 kB | 82/527 kB | 60/165 kB
Progress (5): 47 kB | 5.5 kB | 131/200 kB | 82/527 kB | 64/165 kB
Progress (5): 47 kB | 5.5 kB | 131/200 kB | 86/527 kB | 64/165 kB
Progress (5): 47 kB | 5.5 kB | 135/200 kB | 86/527 kB | 64/165 kB
Progress (5): 47 kB | 5.5 kB | 135/200 kB | 90/527 kB | 64/165 kB
Progress (5): 47 kB | 5.5 kB | 135/200 kB | 90/527 kB | 66/165 kB
Progress (5): 47 kB | 5.5 kB | 139/200 kB | 90/527 kB | 66/165 kB
Progress (5): 47 kB | 5.5 kB | 139/200 kB | 90/527 kB | 70/165 kB
Progress (5): 47 kB | 5.5 kB | 139/200 kB | 94/527 kB | 70/165 kB
Progress (5): 47 kB | 5.5 kB | 143/200 kB | 94/527 kB | 70/165 kB
Progress (5): 47 kB | 5.5 kB | 143/200 kB | 94/527 kB | 74/165 kB
Progress (5): 47 kB | 5.5 kB | 147/200 kB | 94/527 kB | 74/165 kB
Progress (5): 47 kB | 5.5 kB | 147/200 kB | 98/527 kB | 74/165 kB
Progress (5): 47 kB | 5.5 kB | 151/200 kB | 98/527 kB | 74/165 kB
Progress (5): 47 kB | 5.5 kB | 151/200 kB | 98/527 kB | 78/165 kB
Progress (5): 47 kB | 5.5 kB | 155/200 kB | 98/527 kB | 78/165 kB
Progress (5): 47 kB | 5.5 kB | 155/200 kB | 98/527 kB | 78/165 kB
Progress (5): 47 kB | 5.5 kB | 155/200 kB | 98/527 kB | 82/165 kB
Progress (5): 47 kB | 5.5 kB | 155/200 kB | 102/527 kB | 82/165 kB
Progress (5): 47 kB | 5.5 kB | 159/200 kB | 102/527 kB | 82/165 kB
Progress (5): 47 kB | 5.5 kB | 159/200 kB | 106/527 kB | 82/165 kB
Progress (5): 47 kB | 5.5 kB | 159/200 kB | 106/527 kB | 86/165 kB
Progress (5): 47 kB | 5.5 kB | 163/200 kB | 106/527 kB | 86/165 kB
Progress (5): 47 kB | 5.5 kB | 163/200 kB | 106/527 kB | 90/165 kB
Progress (5): 47 kB | 5.5 kB | 163/200 kB | 110/527 kB | 90/165 kB
Progress (5): 47 kB | 5.5 kB | 163/200 kB | 110/527 kB | 94/165 kB
Progress (5): 47 kB | 5.5 kB | 164/200 kB | 110/527 kB | 94/165 kB
Progress (5): 47 kB | 5.5 kB | 164/200 kB | 110/527 kB | 98/165 kB
Progress (5): 47 kB | 5.5 kB | 164/200 kB | 114/527 kB | 98/165 kB
Progress (5): 47 kB | 5.5 kB | 164/200 kB | 114/527 kB | 98/165 kB
Progress (5): 47 kB | 5.5 kB | 168/200 kB | 114/527 kB | 98/165 kB
Progress (5): 47 kB | 5.5 kB | 168/200 kB | 114/527 kB | 102/165 kB
Progress (5): 47 kB | 5.5 kB | 168/200 kB | 118/527 kB | 102/165 kB
Progress (5): 47 kB | 5.5 kB | 168/200 kB | 118/527 kB | 106/165 kB
Progress (5): 47 kB | 5.5 kB | 172/200 kB | 118/527 kB | 106/165 kB
Progress (5): 47 kB | 5.5 kB | 172/200 kB | 118/527 kB | 110/165 kB
Progress (5): 47 kB | 5.5 kB | 172/200 kB | 122/527 kB | 110/165 kB
Progress (5): 47 kB | 5.5 kB | 172/200 kB | 122/527 kB | 114/165 kB
Progress (5): 47 kB | 5.5 kB | 176/200 kB | 122/527 kB | 114/165 kB
Progress (5): 47 kB | 5.5 kB | 176/200 kB | 122/527 kB | 118/165 kB
Progress (5): 47 kB | 5.5 kB | 176/200 kB | 126/527 kB | 118/165 kB
Progress (5): 47 kB | 5.5 kB | 176/200 kB | 126/527 kB | 122/165 kB
Progress (5): 47 kB | 5.5 kB | 180/200 kB | 126/527 kB | 122/165 kB
Progress (5): 47 kB | 5.5 kB | 180/200 kB | 126/527 kB | 126/165 kB
Progress (5): 47 kB | 5.5 kB | 180/200 kB | 126/527 kB | 130/165 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 508 B/s)
14:42:52 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
14:42:52 Progress (4): 47 kB | 180/200 kB | 130/527 kB | 130/165 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 4.3 kB/s)
14:42:52 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
14:42:52 Progress (3): 180/200 kB | 130/527 kB | 131/165 kB
Progress (3): 184/200 kB | 130/527 kB | 131/165 kB
Progress (3): 184/200 kB | 130/527 kB | 135/165 kB
Progress (3): 184/200 kB | 131/527 kB | 135/165 kB
Progress (3): 184/200 kB | 131/527 kB | 139/165 kB
Progress (3): 188/200 kB | 131/527 kB | 139/165 kB
Progress (3): 188/200 kB | 131/527 kB | 143/165 kB
Progress (3): 188/200 kB | 135/527 kB | 143/165 kB
Progress (3): 192/200 kB | 135/527 kB | 143/165 kB
Progress (3): 192/200 kB | 135/527 kB | 147/165 kB
Progress (3): 196/200 kB | 135/527 kB | 147/165 kB
Progress (3): 196/200 kB | 139/527 kB | 147/165 kB
Progress (3): 200 kB | 139/527 kB | 147/165 kB    
Progress (3): 200 kB | 139/527 kB | 151/165 kB
Progress (3): 200 kB | 143/527 kB | 151/165 kB
Progress (3): 200 kB | 143/527 kB | 155/165 kB
Progress (3): 200 kB | 147/527 kB | 155/165 kB
Progress (3): 200 kB | 147/527 kB | 159/165 kB
Progress (3): 200 kB | 147/527 kB | 163/165 kB
Progress (3): 200 kB | 151/527 kB | 163/165 kB
Progress (3): 200 kB | 151/527 kB | 165 kB    
Progress (3): 200 kB | 155/527 kB | 165 kB
Progress (4): 200 kB | 155/527 kB | 165 kB | 4.1/38 kB
Progress (4): 200 kB | 159/527 kB | 165 kB | 4.1/38 kB
Progress (4): 200 kB | 159/527 kB | 165 kB | 7.7/38 kB
Progress (5): 200 kB | 159/527 kB | 165 kB | 7.7/38 kB | 4.1/30 kB
Progress (5): 200 kB | 163/527 kB | 165 kB | 7.7/38 kB | 4.1/30 kB
Progress (5): 200 kB | 163/527 kB | 165 kB | 7.7/38 kB | 7.7/30 kB
Progress (5): 200 kB | 163/527 kB | 165 kB | 12/38 kB | 7.7/30 kB 
Progress (5): 200 kB | 163/527 kB | 165 kB | 12/38 kB | 12/30 kB 
Progress (5): 200 kB | 164/527 kB | 165 kB | 12/38 kB | 12/30 kB
Progress (5): 200 kB | 164/527 kB | 165 kB | 12/38 kB | 16/30 kB
Progress (5): 200 kB | 164/527 kB | 165 kB | 16/38 kB | 16/30 kB
Progress (5): 200 kB | 164/527 kB | 165 kB | 16/38 kB | 20/30 kB
Progress (5): 200 kB | 168/527 kB | 165 kB | 16/38 kB | 20/30 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 19 kB/s)
14:42:52 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 15 kB/s)
14:42:52 Progress (3): 172/527 kB | 16/38 kB | 20/30 kB
Progress (3): 172/527 kB | 20/38 kB | 20/30 kB
Progress (3): 172/527 kB | 20/38 kB | 24/30 kB
Progress (3): 172/527 kB | 24/38 kB | 24/30 kB
Progress (3): 176/527 kB | 24/38 kB | 24/30 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
14:42:52 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
14:42:52 Progress (3): 176/527 kB | 28/38 kB | 24/30 kB
Progress (3): 180/527 kB | 28/38 kB | 24/30 kB
Progress (3): 180/527 kB | 28/38 kB | 28/30 kB
Progress (3): 180/527 kB | 32/38 kB | 28/30 kB
Progress (3): 184/527 kB | 32/38 kB | 28/30 kB
Progress (3): 184/527 kB | 32/38 kB | 30 kB   
Progress (3): 188/527 kB | 32/38 kB | 30 kB
Progress (3): 188/527 kB | 36/38 kB | 30 kB
Progress (3): 188/527 kB | 38 kB | 30 kB   
Progress (3): 192/527 kB | 38 kB | 30 kB
Progress (3): 196/527 kB | 38 kB | 30 kB
Progress (3): 200/527 kB | 38 kB | 30 kB
Progress (3): 204/527 kB | 38 kB | 30 kB
Progress (3): 208/527 kB | 38 kB | 30 kB
Progress (3): 212/527 kB | 38 kB | 30 kB
Progress (3): 216/527 kB | 38 kB | 30 kB
Progress (3): 220/527 kB | 38 kB | 30 kB
Progress (3): 224/527 kB | 38 kB | 30 kB
Progress (3): 228/527 kB | 38 kB | 30 kB
Progress (3): 229/527 kB | 38 kB | 30 kB
Progress (3): 233/527 kB | 38 kB | 30 kB
Progress (3): 237/527 kB | 38 kB | 30 kB
Progress (3): 241/527 kB | 38 kB | 30 kB
Progress (3): 245/527 kB | 38 kB | 30 kB
Progress (3): 249/527 kB | 38 kB | 30 kB
Progress (3): 253/527 kB | 38 kB | 30 kB
Progress (3): 257/527 kB | 38 kB | 30 kB
Progress (4): 257/527 kB | 38 kB | 30 kB | 4.1/148 kB
Progress (4): 261/527 kB | 38 kB | 30 kB | 4.1/148 kB
Progress (4): 261/527 kB | 38 kB | 30 kB | 7.7/148 kB
Progress (4): 265/527 kB | 38 kB | 30 kB | 7.7/148 kB
Progress (4): 269/527 kB | 38 kB | 30 kB | 7.7/148 kB
Progress (4): 269/527 kB | 38 kB | 30 kB | 12/148 kB 
Progress (4): 273/527 kB | 38 kB | 30 kB | 12/148 kB
Progress (4): 273/527 kB | 38 kB | 30 kB | 16/148 kB
Progress (4): 277/527 kB | 38 kB | 30 kB | 16/148 kB
Progress (4): 277/527 kB | 38 kB | 30 kB | 20/148 kB
Progress (4): 281/527 kB | 38 kB | 30 kB | 20/148 kB
Progress (4): 281/527 kB | 38 kB | 30 kB | 24/148 kB
Progress (4): 285/527 kB | 38 kB | 30 kB | 24/148 kB
Progress (4): 285/527 kB | 38 kB | 30 kB | 28/148 kB
Progress (4): 289/527 kB | 38 kB | 30 kB | 28/148 kB
Progress (4): 289/527 kB | 38 kB | 30 kB | 32/148 kB
Progress (4): 293/527 kB | 38 kB | 30 kB | 32/148 kB
Progress (4): 293/527 kB | 38 kB | 30 kB | 33/148 kB
Progress (4): 297/527 kB | 38 kB | 30 kB | 33/148 kB
Progress (4): 297/527 kB | 38 kB | 30 kB | 37/148 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 3.5 kB/s)
14:42:52 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
14:42:52 Progress (3): 297/527 kB | 30 kB | 41/148 kB
Progress (3): 301/527 kB | 30 kB | 41/148 kB
Progress (3): 301/527 kB | 30 kB | 45/148 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 2.8 kB/s)
14:42:52 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
14:42:52 Progress (3): 301/527 kB | 45/148 kB | 4.1/52 kB
Progress (3): 301/527 kB | 45/148 kB | 7.7/52 kB
Progress (3): 301/527 kB | 49/148 kB | 7.7/52 kB
Progress (3): 305/527 kB | 49/148 kB | 7.7/52 kB
Progress (4): 305/527 kB | 49/148 kB | 7.7/52 kB | 4.1/106 kB
Progress (4): 305/527 kB | 49/148 kB | 12/52 kB | 4.1/106 kB 
Progress (5): 305/527 kB | 49/148 kB | 12/52 kB | 4.1/106 kB | 4.1/51 kB
Progress (5): 305/527 kB | 49/148 kB | 16/52 kB | 4.1/106 kB | 4.1/51 kB
Progress (5): 305/527 kB | 49/148 kB | 16/52 kB | 7.7/106 kB | 4.1/51 kB
Progress (5): 305/527 kB | 49/148 kB | 20/52 kB | 7.7/106 kB | 4.1/51 kB
Progress (5): 305/527 kB | 53/148 kB | 20/52 kB | 7.7/106 kB | 4.1/51 kB
Progress (5): 309/527 kB | 53/148 kB | 20/52 kB | 7.7/106 kB | 4.1/51 kB
Progress (5): 309/527 kB | 57/148 kB | 20/52 kB | 7.7/106 kB | 4.1/51 kB
Progress (5): 309/527 kB | 57/148 kB | 24/52 kB | 7.7/106 kB | 4.1/51 kB
Progress (5): 309/527 kB | 57/148 kB | 24/52 kB | 12/106 kB | 4.1/51 kB 
Progress (5): 309/527 kB | 57/148 kB | 24/52 kB | 12/106 kB | 7.7/51 kB
Progress (5): 309/527 kB | 57/148 kB | 24/52 kB | 16/106 kB | 7.7/51 kB
Progress (5): 309/527 kB | 57/148 kB | 24/52 kB | 16/106 kB | 12/51 kB 
Progress (5): 309/527 kB | 57/148 kB | 24/52 kB | 16/106 kB | 16/51 kB
Progress (5): 309/527 kB | 57/148 kB | 28/52 kB | 16/106 kB | 16/51 kB
Progress (5): 309/527 kB | 61/148 kB | 28/52 kB | 16/106 kB | 16/51 kB
Progress (5): 313/527 kB | 61/148 kB | 28/52 kB | 16/106 kB | 16/51 kB
Progress (5): 313/527 kB | 65/148 kB | 28/52 kB | 16/106 kB | 16/51 kB
Progress (5): 313/527 kB | 65/148 kB | 32/52 kB | 16/106 kB | 16/51 kB
Progress (5): 313/527 kB | 65/148 kB | 32/52 kB | 16/106 kB | 20/51 kB
Progress (5): 313/527 kB | 65/148 kB | 32/52 kB | 20/106 kB | 20/51 kB
Progress (5): 313/527 kB | 65/148 kB | 32/52 kB | 20/106 kB | 24/51 kB
Progress (5): 313/527 kB | 65/148 kB | 36/52 kB | 20/106 kB | 24/51 kB
Progress (5): 313/527 kB | 66/148 kB | 36/52 kB | 20/106 kB | 24/51 kB
Progress (5): 317/527 kB | 66/148 kB | 36/52 kB | 20/106 kB | 24/51 kB
Progress (5): 317/527 kB | 70/148 kB | 36/52 kB | 20/106 kB | 24/51 kB
Progress (5): 317/527 kB | 70/148 kB | 40/52 kB | 20/106 kB | 24/51 kB
Progress (5): 317/527 kB | 70/148 kB | 40/52 kB | 20/106 kB | 28/51 kB
Progress (5): 317/527 kB | 70/148 kB | 40/52 kB | 24/106 kB | 28/51 kB
Progress (5): 317/527 kB | 70/148 kB | 40/52 kB | 24/106 kB | 32/51 kB
Progress (5): 317/527 kB | 70/148 kB | 40/52 kB | 28/106 kB | 32/51 kB
Progress (5): 317/527 kB | 70/148 kB | 40/52 kB | 28/106 kB | 36/51 kB
Progress (5): 317/527 kB | 70/148 kB | 44/52 kB | 28/106 kB | 36/51 kB
Progress (5): 321/527 kB | 70/148 kB | 44/52 kB | 28/106 kB | 36/51 kB
Progress (5): 321/527 kB | 74/148 kB | 44/52 kB | 28/106 kB | 36/51 kB
Progress (5): 325/527 kB | 74/148 kB | 44/52 kB | 28/106 kB | 36/51 kB
Progress (5): 325/527 kB | 74/148 kB | 48/52 kB | 28/106 kB | 36/51 kB
Progress (5): 325/527 kB | 74/148 kB | 48/52 kB | 28/106 kB | 40/51 kB
Progress (5): 325/527 kB | 74/148 kB | 48/52 kB | 32/106 kB | 40/51 kB
Progress (5): 325/527 kB | 74/148 kB | 52/52 kB | 32/106 kB | 40/51 kB
Progress (5): 329/527 kB | 74/148 kB | 52/52 kB | 32/106 kB | 40/51 kB
Progress (5): 329/527 kB | 78/148 kB | 52/52 kB | 32/106 kB | 40/51 kB
Progress (5): 333/527 kB | 78/148 kB | 52/52 kB | 32/106 kB | 40/51 kB
Progress (5): 333/527 kB | 78/148 kB | 52 kB | 32/106 kB | 40/51 kB   
Progress (5): 337/527 kB | 78/148 kB | 52 kB | 32/106 kB | 40/51 kB
Progress (5): 337/527 kB | 78/148 kB | 52 kB | 33/106 kB | 40/51 kB
Progress (5): 337/527 kB | 78/148 kB | 52 kB | 33/106 kB | 44/51 kB
Progress (5): 337/527 kB | 78/148 kB | 52 kB | 37/106 kB | 44/51 kB
Progress (5): 341/527 kB | 78/148 kB | 52 kB | 37/106 kB | 44/51 kB
Progress (5): 341/527 kB | 82/148 kB | 52 kB | 37/106 kB | 44/51 kB
Progress (5): 341/527 kB | 82/148 kB | 52 kB | 41/106 kB | 44/51 kB
Progress (5): 341/527 kB | 86/148 kB | 52 kB | 41/106 kB | 44/51 kB
Progress (5): 341/527 kB | 86/148 kB | 52 kB | 41/106 kB | 48/51 kB
Progress (5): 341/527 kB | 90/148 kB | 52 kB | 41/106 kB | 48/51 kB
Progress (5): 341/527 kB | 90/148 kB | 52 kB | 45/106 kB | 48/51 kB
Progress (5): 341/527 kB | 94/148 kB | 52 kB | 45/106 kB | 48/51 kB
Progress (5): 345/527 kB | 94/148 kB | 52 kB | 45/106 kB | 48/51 kB
Progress (5): 345/527 kB | 98/148 kB | 52 kB | 45/106 kB | 48/51 kB
Progress (5): 345/527 kB | 98/148 kB | 52 kB | 49/106 kB | 48/51 kB
Progress (5): 345/527 kB | 98/148 kB | 52 kB | 49/106 kB | 49/51 kB
Progress (5): 345/527 kB | 98/148 kB | 52 kB | 53/106 kB | 49/51 kB
Progress (5): 345/527 kB | 98/148 kB | 52 kB | 53/106 kB | 49/51 kB
Progress (5): 349/527 kB | 98/148 kB | 52 kB | 53/106 kB | 49/51 kB
Progress (5): 349/527 kB | 102/148 kB | 52 kB | 53/106 kB | 49/51 kB
Progress (5): 349/527 kB | 102/148 kB | 52 kB | 57/106 kB | 49/51 kB
Progress (5): 349/527 kB | 102/148 kB | 52 kB | 57/106 kB | 51 kB   
Progress (5): 349/527 kB | 102/148 kB | 52 kB | 61/106 kB | 51 kB
Progress (5): 349/527 kB | 106/148 kB | 52 kB | 61/106 kB | 51 kB
Progress (5): 353/527 kB | 106/148 kB | 52 kB | 61/106 kB | 51 kB
Progress (5): 353/527 kB | 110/148 kB | 52 kB | 61/106 kB | 51 kB
Progress (5): 353/527 kB | 110/148 kB | 52 kB | 65/106 kB | 51 kB
Progress (5): 353/527 kB | 114/148 kB | 52 kB | 65/106 kB | 51 kB
Progress (5): 357/527 kB | 114/148 kB | 52 kB | 65/106 kB | 51 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 4.8 kB/s)
14:42:52 Progress (4): 357/527 kB | 114/148 kB | 66/106 kB | 51 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
14:42:52 Progress (4): 361/527 kB | 114/148 kB | 66/106 kB | 51 kB
Progress (4): 361/527 kB | 118/148 kB | 66/106 kB | 51 kB
Progress (4): 365/527 kB | 118/148 kB | 66/106 kB | 51 kB
Progress (4): 365/527 kB | 118/148 kB | 70/106 kB | 51 kB
Progress (4): 369/527 kB | 118/148 kB | 70/106 kB | 51 kB
Progress (4): 369/527 kB | 122/148 kB | 70/106 kB | 51 kB
Progress (4): 373/527 kB | 122/148 kB | 70/106 kB | 51 kB
Progress (4): 373/527 kB | 122/148 kB | 74/106 kB | 51 kB
Progress (4): 377/527 kB | 122/148 kB | 74/106 kB | 51 kB
Progress (4): 377/527 kB | 122/148 kB | 78/106 kB | 51 kB
Progress (4): 377/527 kB | 126/148 kB | 78/106 kB | 51 kB
Progress (4): 377/527 kB | 126/148 kB | 82/106 kB | 51 kB
Progress (4): 381/527 kB | 126/148 kB | 82/106 kB | 51 kB
Progress (4): 381/527 kB | 126/148 kB | 86/106 kB | 51 kB
Progress (4): 381/527 kB | 130/148 kB | 86/106 kB | 51 kB
Progress (4): 381/527 kB | 130/148 kB | 90/106 kB | 51 kB
Progress (4): 385/527 kB | 130/148 kB | 90/106 kB | 51 kB
Progress (4): 389/527 kB | 130/148 kB | 90/106 kB | 51 kB
Progress (4): 389/527 kB | 134/148 kB | 90/106 kB | 51 kB
Progress (4): 393/527 kB | 134/148 kB | 90/106 kB | 51 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 4.7 kB/s)
14:42:52 Progress (3): 393/527 kB | 134/148 kB | 94/106 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
14:42:52 Progress (3): 397/527 kB | 134/148 kB | 94/106 kB
Progress (3): 397/527 kB | 138/148 kB | 94/106 kB
Progress (3): 401/527 kB | 138/148 kB | 94/106 kB
Progress (3): 401/527 kB | 142/148 kB | 94/106 kB
Progress (3): 401/527 kB | 142/148 kB | 98/106 kB
Progress (3): 401/527 kB | 146/148 kB | 98/106 kB
Progress (3): 401/527 kB | 146/148 kB | 102/106 kB
Progress (3): 405/527 kB | 146/148 kB | 102/106 kB
Progress (3): 405/527 kB | 146/148 kB | 106/106 kB
Progress (3): 405/527 kB | 146/148 kB | 106 kB    
Progress (3): 405/527 kB | 148 kB | 106 kB    
Progress (3): 409/527 kB | 148 kB | 106 kB
Progress (3): 413/527 kB | 148 kB | 106 kB
Progress (3): 417/527 kB | 148 kB | 106 kB
Progress (3): 421/527 kB | 148 kB | 106 kB
Progress (3): 425/527 kB | 148 kB | 106 kB
Progress (3): 429/527 kB | 148 kB | 106 kB
Progress (3): 433/527 kB | 148 kB | 106 kB
Progress (3): 437/527 kB | 148 kB | 106 kB
Progress (3): 441/527 kB | 148 kB | 106 kB
Progress (3): 445/527 kB | 148 kB | 106 kB
Progress (3): 449/527 kB | 148 kB | 106 kB
Progress (3): 453/527 kB | 148 kB | 106 kB
Progress (3): 457/527 kB | 148 kB | 106 kB
Progress (3): 461/527 kB | 148 kB | 106 kB
Progress (3): 465/527 kB | 148 kB | 106 kB
Progress (3): 469/527 kB | 148 kB | 106 kB
Progress (3): 473/527 kB | 148 kB | 106 kB
Progress (3): 477/527 kB | 148 kB | 106 kB
Progress (3): 481/527 kB | 148 kB | 106 kB
Progress (3): 485/527 kB | 148 kB | 106 kB
Progress (3): 489/527 kB | 148 kB | 106 kB
Progress (3): 493/527 kB | 148 kB | 106 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 9.7 kB/s)
14:42:52 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 13 kB/s)
14:42:52 Progress (1): 497/527 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
14:42:52 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
14:42:52 Progress (2): 497/527 kB | 4.1/74 kB
Progress (2): 501/527 kB | 4.1/74 kB
Progress (2): 501/527 kB | 7.7/74 kB
Progress (2): 505/527 kB | 7.7/74 kB
Progress (2): 505/527 kB | 12/74 kB 
Progress (2): 509/527 kB | 12/74 kB
Progress (2): 509/527 kB | 16/74 kB
Progress (2): 513/527 kB | 16/74 kB
Progress (2): 517/527 kB | 16/74 kB
Progress (2): 517/527 kB | 20/74 kB
Progress (2): 521/527 kB | 20/74 kB
Progress (2): 521/527 kB | 24/74 kB
Progress (2): 525/527 kB | 24/74 kB
Progress (2): 527 kB | 24/74 kB    
Progress (2): 527 kB | 28/74 kB
Progress (2): 527 kB | 32/74 kB
Progress (2): 527 kB | 33/74 kB
Progress (2): 527 kB | 37/74 kB
Progress (2): 527 kB | 41/74 kB
Progress (2): 527 kB | 45/74 kB
Progress (2): 527 kB | 49/74 kB
Progress (2): 527 kB | 53/74 kB
Progress (2): 527 kB | 57/74 kB
Progress (2): 527 kB | 61/74 kB
Progress (2): 527 kB | 65/74 kB
Progress (2): 527 kB | 69/74 kB
Progress (2): 527 kB | 73/74 kB
Progress (2): 527 kB | 74 kB   
Progress (3): 527 kB | 74 kB | 4.1/202 kB
Progress (3): 527 kB | 74 kB | 7.7/202 kB
Progress (3): 527 kB | 74 kB | 12/202 kB 
Progress (3): 527 kB | 74 kB | 16/202 kB
Progress (3): 527 kB | 74 kB | 20/202 kB
Progress (3): 527 kB | 74 kB | 24/202 kB
Progress (4): 527 kB | 74 kB | 24/202 kB | 4.1/108 kB
Progress (4): 527 kB | 74 kB | 28/202 kB | 4.1/108 kB
Progress (4): 527 kB | 74 kB | 28/202 kB | 7.7/108 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 48 kB/s)
14:42:52 Progress (3): 74 kB | 28/202 kB | 12/108 kB
Progress (3): 74 kB | 32/202 kB | 12/108 kB
Progress (3): 74 kB | 32/202 kB | 16/108 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
14:42:52 Progress (3): 74 kB | 32/202 kB | 20/108 kB
Progress (3): 74 kB | 32/202 kB | 24/108 kB
Progress (3): 74 kB | 33/202 kB | 24/108 kB
Progress (3): 74 kB | 33/202 kB | 28/108 kB
Progress (3): 74 kB | 33/202 kB | 32/108 kB
Progress (3): 74 kB | 37/202 kB | 32/108 kB
Progress (3): 74 kB | 37/202 kB | 33/108 kB
Progress (3): 74 kB | 41/202 kB | 33/108 kB
Progress (3): 74 kB | 41/202 kB | 37/108 kB
Progress (3): 74 kB | 45/202 kB | 37/108 kB
Progress (3): 74 kB | 45/202 kB | 41/108 kB
Progress (3): 74 kB | 49/202 kB | 41/108 kB
Progress (3): 74 kB | 49/202 kB | 45/108 kB
Progress (3): 74 kB | 49/202 kB | 49/108 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 6.8 kB/s)
14:42:53 Progress (2): 53/202 kB | 49/108 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
14:42:53 Progress (2): 53/202 kB | 53/108 kB
Progress (3): 53/202 kB | 53/108 kB | 4.1/153 kB
Progress (3): 57/202 kB | 53/108 kB | 4.1/153 kB
Progress (3): 57/202 kB | 53/108 kB | 7.7/153 kB
Progress (3): 57/202 kB | 57/108 kB | 7.7/153 kB
Progress (3): 61/202 kB | 57/108 kB | 7.7/153 kB
Progress (3): 61/202 kB | 61/108 kB | 7.7/153 kB
Progress (3): 61/202 kB | 61/108 kB | 12/153 kB 
Progress (3): 61/202 kB | 65/108 kB | 12/153 kB
Progress (3): 65/202 kB | 65/108 kB | 12/153 kB
Progress (3): 65/202 kB | 66/108 kB | 12/153 kB
Progress (3): 65/202 kB | 66/108 kB | 16/153 kB
Progress (3): 66/202 kB | 66/108 kB | 16/153 kB
Progress (3): 66/202 kB | 66/108 kB | 20/153 kB
Progress (3): 66/202 kB | 70/108 kB | 20/153 kB
Progress (3): 70/202 kB | 70/108 kB | 20/153 kB
Progress (3): 70/202 kB | 70/108 kB | 24/153 kB
Progress (3): 74/202 kB | 70/108 kB | 24/153 kB
Progress (3): 74/202 kB | 74/108 kB | 24/153 kB
Progress (3): 74/202 kB | 74/108 kB | 28/153 kB
Progress (3): 78/202 kB | 74/108 kB | 28/153 kB
Progress (3): 78/202 kB | 74/108 kB | 32/153 kB
Progress (3): 78/202 kB | 78/108 kB | 32/153 kB
Progress (3): 78/202 kB | 78/108 kB | 33/153 kB
Progress (3): 82/202 kB | 78/108 kB | 33/153 kB
Progress (3): 82/202 kB | 78/108 kB | 37/153 kB
Progress (3): 82/202 kB | 82/108 kB | 37/153 kB
Progress (3): 86/202 kB | 82/108 kB | 37/153 kB
Progress (3): 86/202 kB | 82/108 kB | 41/153 kB
Progress (3): 90/202 kB | 82/108 kB | 41/153 kB
Progress (3): 90/202 kB | 86/108 kB | 41/153 kB
Progress (3): 90/202 kB | 86/108 kB | 45/153 kB
Progress (3): 94/202 kB | 86/108 kB | 45/153 kB
Progress (3): 94/202 kB | 90/108 kB | 45/153 kB
Progress (3): 98/202 kB | 90/108 kB | 45/153 kB
Progress (3): 98/202 kB | 90/108 kB | 49/153 kB
Progress (3): 98/202 kB | 90/108 kB | 49/153 kB
Progress (3): 98/202 kB | 94/108 kB | 49/153 kB
Progress (3): 98/202 kB | 94/108 kB | 53/153 kB
Progress (3): 102/202 kB | 94/108 kB | 53/153 kB
Progress (3): 102/202 kB | 98/108 kB | 53/153 kB
Progress (3): 106/202 kB | 98/108 kB | 53/153 kB
Progress (3): 106/202 kB | 98/108 kB | 57/153 kB
Progress (3): 106/202 kB | 102/108 kB | 57/153 kB
Progress (3): 110/202 kB | 102/108 kB | 57/153 kB
Progress (3): 110/202 kB | 102/108 kB | 61/153 kB
Progress (3): 110/202 kB | 106/108 kB | 61/153 kB
Progress (3): 110/202 kB | 106/108 kB | 65/153 kB
Progress (3): 114/202 kB | 106/108 kB | 65/153 kB
Progress (3): 114/202 kB | 106/108 kB | 66/153 kB
Progress (3): 114/202 kB | 108 kB | 66/153 kB    
Progress (3): 118/202 kB | 108 kB | 66/153 kB
Progress (3): 118/202 kB | 108 kB | 70/153 kB
Progress (3): 122/202 kB | 108 kB | 70/153 kB
Progress (3): 122/202 kB | 108 kB | 74/153 kB
Progress (3): 126/202 kB | 108 kB | 74/153 kB
Progress (3): 126/202 kB | 108 kB | 78/153 kB
Progress (3): 130/202 kB | 108 kB | 78/153 kB
Progress (3): 130/202 kB | 108 kB | 82/153 kB
Progress (3): 131/202 kB | 108 kB | 82/153 kB
Progress (3): 131/202 kB | 108 kB | 86/153 kB
Progress (3): 131/202 kB | 108 kB | 90/153 kB
Progress (3): 135/202 kB | 108 kB | 90/153 kB
Progress (3): 135/202 kB | 108 kB | 94/153 kB
Progress (3): 139/202 kB | 108 kB | 94/153 kB
Progress (3): 139/202 kB | 108 kB | 98/153 kB
Progress (3): 139/202 kB | 108 kB | 98/153 kB
Progress (3): 143/202 kB | 108 kB | 98/153 kB
Progress (3): 143/202 kB | 108 kB | 102/153 kB
Progress (3): 147/202 kB | 108 kB | 102/153 kB
Progress (3): 147/202 kB | 108 kB | 106/153 kB
Progress (3): 151/202 kB | 108 kB | 106/153 kB
Progress (3): 155/202 kB | 108 kB | 106/153 kB
Progress (3): 155/202 kB | 108 kB | 110/153 kB
Progress (3): 155/202 kB | 108 kB | 114/153 kB
Progress (3): 159/202 kB | 108 kB | 114/153 kB
Progress (3): 159/202 kB | 108 kB | 118/153 kB
Progress (3): 163/202 kB | 108 kB | 118/153 kB
Progress (3): 163/202 kB | 108 kB | 122/153 kB
Progress (3): 164/202 kB | 108 kB | 122/153 kB
Progress (3): 164/202 kB | 108 kB | 126/153 kB
Progress (3): 164/202 kB | 108 kB | 130/153 kB
Progress (3): 168/202 kB | 108 kB | 130/153 kB
Progress (3): 168/202 kB | 108 kB | 134/153 kB
Progress (3): 172/202 kB | 108 kB | 134/153 kB
Progress (3): 172/202 kB | 108 kB | 138/153 kB
Progress (3): 176/202 kB | 108 kB | 138/153 kB
Progress (3): 176/202 kB | 108 kB | 142/153 kB
Progress (3): 180/202 kB | 108 kB | 142/153 kB
Progress (3): 180/202 kB | 108 kB | 146/153 kB
Progress (3): 180/202 kB | 108 kB | 150/153 kB
Progress (3): 184/202 kB | 108 kB | 150/153 kB
Progress (3): 184/202 kB | 108 kB | 153 kB    
Progress (3): 188/202 kB | 108 kB | 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 9.7 kB/s)
14:42:53 Progress (2): 192/202 kB | 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
14:42:53 Progress (3): 192/202 kB | 153 kB | 4.1/472 kB
Progress (3): 196/202 kB | 153 kB | 4.1/472 kB
Progress (3): 196/202 kB | 153 kB | 7.7/472 kB
Progress (3): 200/202 kB | 153 kB | 7.7/472 kB
Progress (3): 200/202 kB | 153 kB | 12/472 kB 
Progress (3): 202 kB | 153 kB | 12/472 kB    
Progress (3): 202 kB | 153 kB | 16/472 kB
Progress (3): 202 kB | 153 kB | 20/472 kB
Progress (3): 202 kB | 153 kB | 24/472 kB
Progress (3): 202 kB | 153 kB | 28/472 kB
Progress (3): 202 kB | 153 kB | 32/472 kB
Progress (4): 202 kB | 153 kB | 32/472 kB | 4.1/14 kB
Progress (4): 202 kB | 153 kB | 33/472 kB | 4.1/14 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 14 kB/s)
14:42:53 Progress (4): 202 kB | 33/472 kB | 4.1/14 kB | 4.1/61 kB
Progress (4): 202 kB | 33/472 kB | 7.7/14 kB | 4.1/61 kB
Progress (4): 202 kB | 33/472 kB | 7.7/14 kB | 7.7/61 kB
Progress (4): 202 kB | 33/472 kB | 12/14 kB | 7.7/61 kB 
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
14:42:53 Progress (4): 202 kB | 37/472 kB | 12/14 kB | 7.7/61 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 18 kB/s)
14:42:53 Progress (3): 37/472 kB | 14 kB | 7.7/61 kB
Progress (3): 37/472 kB | 14 kB | 12/61 kB 
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
14:42:53 Progress (3): 41/472 kB | 14 kB | 12/61 kB
Progress (3): 41/472 kB | 14 kB | 16/61 kB
Progress (3): 45/472 kB | 14 kB | 16/61 kB
Progress (3): 45/472 kB | 14 kB | 20/61 kB
Progress (3): 49/472 kB | 14 kB | 20/61 kB
Progress (3): 49/472 kB | 14 kB | 24/61 kB
Progress (3): 53/472 kB | 14 kB | 24/61 kB
Progress (3): 53/472 kB | 14 kB | 28/61 kB
Progress (3): 57/472 kB | 14 kB | 28/61 kB
Progress (3): 57/472 kB | 14 kB | 32/61 kB
Progress (3): 61/472 kB | 14 kB | 32/61 kB
Progress (3): 61/472 kB | 14 kB | 36/61 kB
Progress (3): 65/472 kB | 14 kB | 36/61 kB
Progress (3): 65/472 kB | 14 kB | 40/61 kB
Progress (3): 66/472 kB | 14 kB | 40/61 kB
Progress (3): 66/472 kB | 14 kB | 44/61 kB
Progress (3): 66/472 kB | 14 kB | 48/61 kB
Progress (3): 70/472 kB | 14 kB | 48/61 kB
Progress (3): 74/472 kB | 14 kB | 48/61 kB
Progress (3): 74/472 kB | 14 kB | 52/61 kB
Progress (3): 74/472 kB | 14 kB | 56/61 kB
Progress (3): 78/472 kB | 14 kB | 56/61 kB
Progress (3): 78/472 kB | 14 kB | 60/61 kB
Progress (3): 82/472 kB | 14 kB | 60/61 kB
Progress (3): 82/472 kB | 14 kB | 61 kB   
Progress (3): 86/472 kB | 14 kB | 61 kB
Progress (3): 90/472 kB | 14 kB | 61 kB
Progress (3): 94/472 kB | 14 kB | 61 kB
Progress (3): 98/472 kB | 14 kB | 61 kB
Progress (3): 98/472 kB | 14 kB | 61 kB
Progress (3): 102/472 kB | 14 kB | 61 kB
Progress (3): 106/472 kB | 14 kB | 61 kB
Progress (3): 110/472 kB | 14 kB | 61 kB
Progress (3): 114/472 kB | 14 kB | 61 kB
Progress (3): 118/472 kB | 14 kB | 61 kB
Progress (3): 122/472 kB | 14 kB | 61 kB
Progress (3): 126/472 kB | 14 kB | 61 kB
Progress (3): 130/472 kB | 14 kB | 61 kB
Progress (3): 131/472 kB | 14 kB | 61 kB
Progress (3): 135/472 kB | 14 kB | 61 kB
Progress (4): 135/472 kB | 14 kB | 61 kB | 4.1/29 kB
Progress (4): 139/472 kB | 14 kB | 61 kB | 4.1/29 kB
Progress (4): 139/472 kB | 14 kB | 61 kB | 7.7/29 kB
Progress (4): 143/472 kB | 14 kB | 61 kB | 7.7/29 kB
Progress (4): 143/472 kB | 14 kB | 61 kB | 12/29 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 1.2 kB/s)
14:42:53 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
14:42:53 Progress (3): 147/472 kB | 61 kB | 12/29 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 5.5 kB/s)
14:42:53 Progress (2): 147/472 kB | 16/29 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
14:42:53 Progress (3): 147/472 kB | 16/29 kB | 4.1/46 kB
Progress (3): 151/472 kB | 16/29 kB | 4.1/46 kB
Progress (3): 151/472 kB | 16/29 kB | 7.7/46 kB
Progress (3): 151/472 kB | 20/29 kB | 7.7/46 kB
Progress (3): 155/472 kB | 20/29 kB | 7.7/46 kB
Progress (3): 155/472 kB | 20/29 kB | 12/46 kB 
Progress (3): 155/472 kB | 24/29 kB | 12/46 kB
Progress (3): 159/472 kB | 24/29 kB | 12/46 kB
Progress (3): 159/472 kB | 24/29 kB | 16/46 kB
Progress (3): 163/472 kB | 24/29 kB | 16/46 kB
Progress (3): 163/472 kB | 24/29 kB | 20/46 kB
Progress (3): 163/472 kB | 28/29 kB | 20/46 kB
Progress (3): 163/472 kB | 28/29 kB | 24/46 kB
Progress (3): 164/472 kB | 28/29 kB | 24/46 kB
Progress (3): 164/472 kB | 28/29 kB | 28/46 kB
Progress (3): 164/472 kB | 29 kB | 28/46 kB   
Progress (3): 168/472 kB | 29 kB | 28/46 kB
Progress (3): 168/472 kB | 29 kB | 32/46 kB
Progress (3): 172/472 kB | 29 kB | 32/46 kB
Progress (3): 172/472 kB | 29 kB | 36/46 kB
Progress (3): 176/472 kB | 29 kB | 36/46 kB
Progress (3): 176/472 kB | 29 kB | 40/46 kB
Progress (3): 180/472 kB | 29 kB | 40/46 kB
Progress (4): 180/472 kB | 29 kB | 40/46 kB | 4.1/13 kB
Progress (4): 184/472 kB | 29 kB | 40/46 kB | 4.1/13 kB
Progress (4): 184/472 kB | 29 kB | 44/46 kB | 4.1/13 kB
Progress (4): 188/472 kB | 29 kB | 44/46 kB | 4.1/13 kB
Progress (4): 188/472 kB | 29 kB | 44/46 kB | 7.7/13 kB
Progress (4): 192/472 kB | 29 kB | 44/46 kB | 7.7/13 kB
Progress (4): 192/472 kB | 29 kB | 46 kB | 7.7/13 kB   
Progress (4): 196/472 kB | 29 kB | 46 kB | 7.7/13 kB
Progress (4): 196/472 kB | 29 kB | 46 kB | 12/13 kB 
Progress (4): 197/472 kB | 29 kB | 46 kB | 12/13 kB
Progress (4): 197/472 kB | 29 kB | 46 kB | 13 kB   
Progress (4): 201/472 kB | 29 kB | 46 kB | 13 kB
Progress (4): 205/472 kB | 29 kB | 46 kB | 13 kB
Progress (4): 209/472 kB | 29 kB | 46 kB | 13 kB
Progress (4): 213/472 kB | 29 kB | 46 kB | 13 kB
Progress (5): 213/472 kB | 29 kB | 46 kB | 13 kB | 4.1/49 kB
Progress (5): 217/472 kB | 29 kB | 46 kB | 13 kB | 4.1/49 kB
Progress (5): 217/472 kB | 29 kB | 46 kB | 13 kB | 7.7/49 kB
Progress (5): 221/472 kB | 29 kB | 46 kB | 13 kB | 7.7/49 kB
Progress (5): 221/472 kB | 29 kB | 46 kB | 13 kB | 12/49 kB 
Progress (5): 225/472 kB | 29 kB | 46 kB | 13 kB | 12/49 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 2.6 kB/s)
14:42:53 Progress (4): 225/472 kB | 46 kB | 13 kB | 16/49 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
14:42:53 Progress (4): 229/472 kB | 46 kB | 13 kB | 16/49 kB
Progress (4): 229/472 kB | 46 kB | 13 kB | 20/49 kB
Progress (4): 233/472 kB | 46 kB | 13 kB | 20/49 kB
Progress (4): 233/472 kB | 46 kB | 13 kB | 24/49 kB
Progress (4): 237/472 kB | 46 kB | 13 kB | 24/49 kB
Progress (4): 237/472 kB | 46 kB | 13 kB | 28/49 kB
Progress (4): 241/472 kB | 46 kB | 13 kB | 28/49 kB
Progress (4): 241/472 kB | 46 kB | 13 kB | 32/49 kB
Progress (4): 245/472 kB | 46 kB | 13 kB | 32/49 kB
Progress (4): 245/472 kB | 46 kB | 13 kB | 36/49 kB
Progress (4): 249/472 kB | 46 kB | 13 kB | 36/49 kB
Progress (4): 249/472 kB | 46 kB | 13 kB | 40/49 kB
Progress (4): 253/472 kB | 46 kB | 13 kB | 40/49 kB
Progress (4): 253/472 kB | 46 kB | 13 kB | 44/49 kB
Progress (4): 257/472 kB | 46 kB | 13 kB | 44/49 kB
Progress (4): 257/472 kB | 46 kB | 13 kB | 48/49 kB
Progress (4): 261/472 kB | 46 kB | 13 kB | 48/49 kB
Progress (4): 261/472 kB | 46 kB | 13 kB | 49 kB   
Progress (4): 262/472 kB | 46 kB | 13 kB | 49 kB
Progress (4): 266/472 kB | 46 kB | 13 kB | 49 kB
Progress (4): 270/472 kB | 46 kB | 13 kB | 49 kB
Progress (4): 274/472 kB | 46 kB | 13 kB | 49 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 1.2 kB/s)
14:42:53 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
14:42:53 Progress (4): 274/472 kB | 46 kB | 49 kB | 4.1/247 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 4.3 kB/s)
14:42:53 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
14:42:53 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 4.1 kB/s)
14:42:53 Progress (2): 278/472 kB | 4.1/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
14:42:53 Progress (2): 278/472 kB | 7.7/247 kB
Progress (2): 282/472 kB | 7.7/247 kB
Progress (2): 286/472 kB | 7.7/247 kB
Progress (2): 286/472 kB | 12/247 kB 
Progress (2): 286/472 kB | 16/247 kB
Progress (2): 290/472 kB | 16/247 kB
Progress (2): 290/472 kB | 20/247 kB
Progress (2): 294/472 kB | 20/247 kB
Progress (2): 294/472 kB | 24/247 kB
Progress (2): 298/472 kB | 24/247 kB
Progress (2): 302/472 kB | 24/247 kB
Progress (2): 302/472 kB | 28/247 kB
Progress (2): 302/472 kB | 32/247 kB
Progress (2): 306/472 kB | 32/247 kB
Progress (2): 306/472 kB | 33/247 kB
Progress (2): 310/472 kB | 33/247 kB
Progress (2): 310/472 kB | 37/247 kB
Progress (2): 314/472 kB | 37/247 kB
Progress (2): 314/472 kB | 41/247 kB
Progress (2): 318/472 kB | 41/247 kB
Progress (2): 318/472 kB | 45/247 kB
Progress (2): 322/472 kB | 45/247 kB
Progress (2): 322/472 kB | 49/247 kB
Progress (2): 326/472 kB | 49/247 kB
Progress (2): 326/472 kB | 53/247 kB
Progress (2): 330/472 kB | 53/247 kB
Progress (2): 330/472 kB | 57/247 kB
Progress (2): 334/472 kB | 57/247 kB
Progress (2): 334/472 kB | 61/247 kB
Progress (2): 338/472 kB | 61/247 kB
Progress (2): 338/472 kB | 65/247 kB
Progress (2): 342/472 kB | 65/247 kB
Progress (2): 342/472 kB | 66/247 kB
Progress (2): 346/472 kB | 66/247 kB
Progress (2): 346/472 kB | 70/247 kB
Progress (2): 350/472 kB | 70/247 kB
Progress (2): 350/472 kB | 74/247 kB
Progress (2): 354/472 kB | 74/247 kB
Progress (2): 354/472 kB | 78/247 kB
Progress (2): 358/472 kB | 78/247 kB
Progress (2): 358/472 kB | 82/247 kB
Progress (2): 362/472 kB | 82/247 kB
Progress (2): 362/472 kB | 86/247 kB
Progress (2): 366/472 kB | 86/247 kB
Progress (2): 366/472 kB | 90/247 kB
Progress (2): 370/472 kB | 90/247 kB
Progress (2): 374/472 kB | 90/247 kB
Progress (2): 374/472 kB | 94/247 kB
Progress (2): 374/472 kB | 98/247 kB
Progress (2): 378/472 kB | 98/247 kB
Progress (2): 378/472 kB | 98/247 kB
Progress (2): 382/472 kB | 98/247 kB
Progress (2): 382/472 kB | 102/247 kB
Progress (2): 386/472 kB | 102/247 kB
Progress (2): 386/472 kB | 106/247 kB
Progress (2): 390/472 kB | 106/247 kB
Progress (2): 390/472 kB | 110/247 kB
Progress (2): 394/472 kB | 110/247 kB
Progress (2): 394/472 kB | 114/247 kB
Progress (2): 398/472 kB | 114/247 kB
Progress (2): 398/472 kB | 118/247 kB
Progress (2): 402/472 kB | 118/247 kB
Progress (2): 402/472 kB | 122/247 kB
Progress (2): 406/472 kB | 122/247 kB
Progress (2): 406/472 kB | 126/247 kB
Progress (2): 410/472 kB | 126/247 kB
Progress (2): 410/472 kB | 130/247 kB
Progress (2): 414/472 kB | 130/247 kB
Progress (2): 414/472 kB | 131/247 kB
Progress (2): 418/472 kB | 131/247 kB
Progress (2): 418/472 kB | 135/247 kB
Progress (2): 422/472 kB | 135/247 kB
Progress (2): 422/472 kB | 139/247 kB
Progress (2): 426/472 kB | 139/247 kB
Progress (2): 426/472 kB | 143/247 kB
Progress (2): 430/472 kB | 143/247 kB
Progress (2): 430/472 kB | 147/247 kB
Progress (2): 434/472 kB | 147/247 kB
Progress (2): 434/472 kB | 151/247 kB
Progress (2): 438/472 kB | 151/247 kB
Progress (3): 438/472 kB | 151/247 kB | 4.1/209 kB
Progress (3): 442/472 kB | 151/247 kB | 4.1/209 kB
Progress (3): 442/472 kB | 155/247 kB | 4.1/209 kB
Progress (3): 446/472 kB | 155/247 kB | 4.1/209 kB
Progress (3): 446/472 kB | 155/247 kB | 7.7/209 kB
Progress (3): 450/472 kB | 155/247 kB | 7.7/209 kB
Progress (3): 450/472 kB | 155/247 kB | 12/209 kB 
Progress (3): 454/472 kB | 155/247 kB | 12/209 kB
Progress (3): 454/472 kB | 155/247 kB | 16/209 kB
Progress (3): 458/472 kB | 155/247 kB | 16/209 kB
Progress (3): 458/472 kB | 155/247 kB | 20/209 kB
Progress (3): 462/472 kB | 155/247 kB | 20/209 kB
Progress (3): 462/472 kB | 155/247 kB | 24/209 kB
Progress (3): 466/472 kB | 155/247 kB | 24/209 kB
Progress (4): 466/472 kB | 155/247 kB | 24/209 kB | 4.1/86 kB
Progress (4): 466/472 kB | 155/247 kB | 28/209 kB | 4.1/86 kB
Progress (4): 470/472 kB | 155/247 kB | 28/209 kB | 4.1/86 kB
Progress (5): 470/472 kB | 155/247 kB | 28/209 kB | 4.1/86 kB | 4.1/187 kB
Progress (5): 470/472 kB | 155/247 kB | 32/209 kB | 4.1/86 kB | 4.1/187 kB
Progress (5): 470/472 kB | 155/247 kB | 32/209 kB | 7.7/86 kB | 4.1/187 kB
Progress (5): 470/472 kB | 155/247 kB | 33/209 kB | 7.7/86 kB | 4.1/187 kB
Progress (5): 470/472 kB | 155/247 kB | 33/209 kB | 7.7/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 33/209 kB | 7.7/86 kB | 7.7/187 kB    
Progress (5): 472 kB | 155/247 kB | 37/209 kB | 7.7/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 37/209 kB | 12/86 kB | 7.7/187 kB 
Progress (5): 472 kB | 155/247 kB | 41/209 kB | 12/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 41/209 kB | 16/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 45/209 kB | 16/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 45/209 kB | 20/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 49/209 kB | 20/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 49/209 kB | 24/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 53/209 kB | 24/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 53/209 kB | 28/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 57/209 kB | 28/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 57/209 kB | 32/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 61/209 kB | 32/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 61/209 kB | 33/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 65/209 kB | 33/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 65/209 kB | 37/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 66/209 kB | 37/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 66/209 kB | 41/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 66/209 kB | 45/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 66/209 kB | 49/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 70/209 kB | 49/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 70/209 kB | 53/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 53/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 57/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 61/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 65/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 66/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 70/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 74/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 78/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 82/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 86/86 kB | 7.7/187 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 86 kB | 7.7/187 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 7.6 kB/s)
14:42:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
14:42:53 Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 4.1/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 7.7/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 12/532 kB 
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 16/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 20/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 24/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 28/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 32/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 33/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 37/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 41/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 45/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 49/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 53/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 57/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 61/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 65/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 66/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 70/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 74/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 78/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 82/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 86/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 90/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 94/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 98/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 102/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 106/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 110/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 114/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 118/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 122/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 126/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 130/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 134/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 138/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 142/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 146/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 150/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 154/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 158/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 162/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 166/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 170/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 174/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 178/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 182/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 186/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 190/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 194/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 198/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 202/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 206/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 210/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 214/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 218/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 222/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 226/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 230/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 234/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 238/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 242/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 246/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 250/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 254/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 258/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 262/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 266/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 270/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 274/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 278/532 kB
Progress (5): 472 kB | 155/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 159/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 163/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 164/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 168/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 172/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 176/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 180/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 184/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 188/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 192/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 196/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 197/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 201/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 205/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 209/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 213/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 217/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 221/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 225/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 229/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 233/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 237/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 241/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 245/247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB
Progress (5): 472 kB | 247 kB | 74/209 kB | 7.7/187 kB | 282/532 kB    
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 22 kB/s)
14:42:53 Progress (4): 472 kB | 78/209 kB | 7.7/187 kB | 282/532 kB
Progress (4): 472 kB | 78/209 kB | 12/187 kB | 282/532 kB 
Progress (4): 472 kB | 82/209 kB | 12/187 kB | 282/532 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar
14:42:53 Progress (4): 472 kB | 86/209 kB | 12/187 kB | 282/532 kB
Progress (4): 472 kB | 86/209 kB | 16/187 kB | 282/532 kB
Progress (4): 472 kB | 90/209 kB | 16/187 kB | 282/532 kB
Progress (4): 472 kB | 90/209 kB | 20/187 kB | 282/532 kB
Progress (4): 472 kB | 94/209 kB | 20/187 kB | 282/532 kB
Progress (4): 472 kB | 94/209 kB | 24/187 kB | 282/532 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 41 kB/s)
14:42:53 Progress (3): 98/209 kB | 24/187 kB | 282/532 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
14:42:54 Progress (3): 98/209 kB | 28/187 kB | 282/532 kB
Progress (3): 98/209 kB | 28/187 kB | 282/532 kB
Progress (3): 98/209 kB | 32/187 kB | 282/532 kB
Progress (3): 102/209 kB | 32/187 kB | 282/532 kB
Progress (3): 102/209 kB | 33/187 kB | 282/532 kB
Progress (3): 106/209 kB | 33/187 kB | 282/532 kB
Progress (3): 106/209 kB | 37/187 kB | 282/532 kB
Progress (3): 110/209 kB | 37/187 kB | 282/532 kB
Progress (3): 110/209 kB | 41/187 kB | 282/532 kB
Progress (3): 114/209 kB | 41/187 kB | 282/532 kB
Progress (3): 114/209 kB | 45/187 kB | 282/532 kB
Progress (3): 118/209 kB | 45/187 kB | 282/532 kB
Progress (3): 118/209 kB | 49/187 kB | 282/532 kB
Progress (3): 122/209 kB | 49/187 kB | 282/532 kB
Progress (3): 122/209 kB | 53/187 kB | 282/532 kB
Progress (3): 126/209 kB | 53/187 kB | 282/532 kB
Progress (3): 126/209 kB | 57/187 kB | 282/532 kB
Progress (3): 130/209 kB | 57/187 kB | 282/532 kB
Progress (3): 131/209 kB | 57/187 kB | 282/532 kB
Progress (3): 131/209 kB | 61/187 kB | 282/532 kB
Progress (3): 131/209 kB | 65/187 kB | 282/532 kB
Progress (3): 135/209 kB | 65/187 kB | 282/532 kB
Progress (3): 135/209 kB | 66/187 kB | 282/532 kB
Progress (3): 139/209 kB | 66/187 kB | 282/532 kB
Progress (3): 139/209 kB | 70/187 kB | 282/532 kB
Progress (3): 143/209 kB | 70/187 kB | 282/532 kB
Progress (3): 143/209 kB | 74/187 kB | 282/532 kB
Progress (3): 147/209 kB | 74/187 kB | 282/532 kB
Progress (3): 147/209 kB | 78/187 kB | 282/532 kB
Progress (3): 151/209 kB | 78/187 kB | 282/532 kB
Progress (3): 151/209 kB | 82/187 kB | 282/532 kB
Progress (3): 155/209 kB | 82/187 kB | 282/532 kB
Progress (3): 155/209 kB | 86/187 kB | 282/532 kB
Progress (3): 159/209 kB | 86/187 kB | 282/532 kB
Progress (3): 159/209 kB | 90/187 kB | 282/532 kB
Progress (3): 163/209 kB | 90/187 kB | 282/532 kB
Progress (3): 163/209 kB | 94/187 kB | 282/532 kB
Progress (3): 164/209 kB | 94/187 kB | 282/532 kB
Progress (3): 164/209 kB | 98/187 kB | 282/532 kB
Progress (3): 168/209 kB | 98/187 kB | 282/532 kB
Progress (3): 168/209 kB | 98/187 kB | 282/532 kB
Progress (3): 172/209 kB | 98/187 kB | 282/532 kB
Progress (3): 172/209 kB | 102/187 kB | 282/532 kB
Progress (3): 176/209 kB | 102/187 kB | 282/532 kB
Progress (3): 176/209 kB | 106/187 kB | 282/532 kB
Progress (4): 176/209 kB | 106/187 kB | 282/532 kB | 4.1/56 kB
Progress (4): 180/209 kB | 106/187 kB | 282/532 kB | 4.1/56 kB
Progress (4): 180/209 kB | 106/187 kB | 282/532 kB | 7.7/56 kB
Progress (4): 180/209 kB | 110/187 kB | 282/532 kB | 7.7/56 kB
Progress (4): 184/209 kB | 110/187 kB | 282/532 kB | 7.7/56 kB
Progress (4): 184/209 kB | 110/187 kB | 282/532 kB | 12/56 kB 
Progress (4): 184/209 kB | 114/187 kB | 282/532 kB | 12/56 kB
Progress (4): 184/209 kB | 114/187 kB | 282/532 kB | 16/56 kB
Progress (4): 188/209 kB | 114/187 kB | 282/532 kB | 16/56 kB
Progress (4): 188/209 kB | 118/187 kB | 282/532 kB | 16/56 kB
Progress (4): 188/209 kB | 118/187 kB | 282/532 kB | 20/56 kB
Progress (4): 192/209 kB | 118/187 kB | 282/532 kB | 20/56 kB
Progress (4): 192/209 kB | 122/187 kB | 282/532 kB | 20/56 kB
Progress (4): 196/209 kB | 122/187 kB | 282/532 kB | 20/56 kB
Progress (4): 196/209 kB | 122/187 kB | 282/532 kB | 24/56 kB
Progress (4): 200/209 kB | 122/187 kB | 282/532 kB | 24/56 kB
Progress (4): 204/209 kB | 122/187 kB | 282/532 kB | 24/56 kB
Progress (4): 204/209 kB | 126/187 kB | 282/532 kB | 24/56 kB
Progress (4): 208/209 kB | 126/187 kB | 282/532 kB | 24/56 kB
Progress (4): 208/209 kB | 126/187 kB | 282/532 kB | 28/56 kB
Progress (4): 209 kB | 126/187 kB | 282/532 kB | 28/56 kB    
Progress (5): 209 kB | 126/187 kB | 282/532 kB | 28/56 kB | 4.1/58 kB
Progress (5): 209 kB | 130/187 kB | 282/532 kB | 28/56 kB | 4.1/58 kB
Progress (5): 209 kB | 130/187 kB | 282/532 kB | 28/56 kB | 7.7/58 kB
Progress (5): 209 kB | 130/187 kB | 282/532 kB | 32/56 kB | 7.7/58 kB
Progress (5): 209 kB | 131/187 kB | 282/532 kB | 32/56 kB | 7.7/58 kB
Progress (5): 209 kB | 131/187 kB | 282/532 kB | 32/56 kB | 12/58 kB 
Progress (5): 209 kB | 135/187 kB | 282/532 kB | 32/56 kB | 12/58 kB
Progress (5): 209 kB | 135/187 kB | 282/532 kB | 36/56 kB | 12/58 kB
Progress (5): 209 kB | 139/187 kB | 282/532 kB | 36/56 kB | 12/58 kB
Progress (5): 209 kB | 139/187 kB | 282/532 kB | 36/56 kB | 16/58 kB
Progress (5): 209 kB | 143/187 kB | 282/532 kB | 36/56 kB | 16/58 kB
Progress (5): 209 kB | 143/187 kB | 282/532 kB | 40/56 kB | 16/58 kB
Progress (5): 209 kB | 147/187 kB | 282/532 kB | 40/56 kB | 16/58 kB
Progress (5): 209 kB | 147/187 kB | 282/532 kB | 40/56 kB | 20/58 kB
Progress (5): 209 kB | 151/187 kB | 282/532 kB | 40/56 kB | 20/58 kB
Progress (5): 209 kB | 151/187 kB | 282/532 kB | 44/56 kB | 20/58 kB
Progress (5): 209 kB | 155/187 kB | 282/532 kB | 44/56 kB | 20/58 kB
Progress (5): 209 kB | 155/187 kB | 282/532 kB | 44/56 kB | 24/58 kB
Progress (5): 209 kB | 159/187 kB | 282/532 kB | 44/56 kB | 24/58 kB
Progress (5): 209 kB | 159/187 kB | 282/532 kB | 48/56 kB | 24/58 kB
Progress (5): 209 kB | 163/187 kB | 282/532 kB | 48/56 kB | 24/58 kB
Progress (5): 209 kB | 163/187 kB | 282/532 kB | 48/56 kB | 28/58 kB
Progress (5): 209 kB | 167/187 kB | 282/532 kB | 48/56 kB | 28/58 kB
Progress (5): 209 kB | 167/187 kB | 282/532 kB | 52/56 kB | 28/58 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 18 kB/s)
14:42:54 Progress (4): 171/187 kB | 282/532 kB | 52/56 kB | 28/58 kB
Progress (4): 171/187 kB | 282/532 kB | 52/56 kB | 32/58 kB
Progress (4): 175/187 kB | 282/532 kB | 52/56 kB | 32/58 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
14:42:54 Progress (4): 175/187 kB | 282/532 kB | 56/56 kB | 32/58 kB
Progress (4): 179/187 kB | 282/532 kB | 56/56 kB | 32/58 kB
Progress (4): 179/187 kB | 282/532 kB | 56/56 kB | 36/58 kB
Progress (4): 183/187 kB | 282/532 kB | 56/56 kB | 36/58 kB
Progress (4): 183/187 kB | 282/532 kB | 56 kB | 36/58 kB   
Progress (4): 187 kB | 282/532 kB | 56 kB | 36/58 kB    
Progress (4): 187 kB | 282/532 kB | 56 kB | 40/58 kB
Progress (4): 187 kB | 282/532 kB | 56 kB | 44/58 kB
Progress (4): 187 kB | 282/532 kB | 56 kB | 48/58 kB
Progress (4): 187 kB | 282/532 kB | 56 kB | 52/58 kB
Progress (4): 187 kB | 282/532 kB | 56 kB | 56/58 kB
Progress (4): 187 kB | 282/532 kB | 56 kB | 58 kB   
Progress (5): 187 kB | 282/532 kB | 56 kB | 58 kB | 4.1/100 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 16 kB/s)
14:42:54 Progress (4): 282/532 kB | 56 kB | 58 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.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar
14:42:54 Progress (4): 282/532 kB | 56 kB | 58 kB | 12/100 kB
Progress (4): 282/532 kB | 56 kB | 58 kB | 16/100 kB
Progress (4): 282/532 kB | 56 kB | 58 kB | 20/100 kB
Progress (4): 282/532 kB | 56 kB | 58 kB | 24/100 kB
Progress (4): 282/532 kB | 56 kB | 58 kB | 28/100 kB
Progress (4): 282/532 kB | 56 kB | 58 kB | 32/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 5.0 kB/s)
14:42:54 Progress (3): 282/532 kB | 56 kB | 33/100 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar
14:42:54 Progress (3): 282/532 kB | 56 kB | 37/100 kB
Progress (3): 282/532 kB | 56 kB | 41/100 kB
Progress (3): 282/532 kB | 56 kB | 45/100 kB
Progress (3): 282/532 kB | 56 kB | 49/100 kB
Progress (3): 282/532 kB | 56 kB | 53/100 kB
Progress (3): 282/532 kB | 56 kB | 57/100 kB
Progress (3): 282/532 kB | 56 kB | 61/100 kB
Progress (3): 282/532 kB | 56 kB | 65/100 kB
Progress (3): 282/532 kB | 56 kB | 66/100 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 4.8 kB/s)
14:42:54 Progress (3): 282/532 kB | 66/100 kB | 4.1/245 kB
Progress (3): 282/532 kB | 70/100 kB | 4.1/245 kB
Progress (3): 282/532 kB | 70/100 kB | 7.7/245 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar
14:42:54 Progress (3): 282/532 kB | 70/100 kB | 12/245 kB
Progress (3): 282/532 kB | 74/100 kB | 12/245 kB
Progress (3): 282/532 kB | 74/100 kB | 16/245 kB
Progress (3): 282/532 kB | 78/100 kB | 16/245 kB
Progress (3): 282/532 kB | 78/100 kB | 20/245 kB
Progress (3): 282/532 kB | 82/100 kB | 20/245 kB
Progress (3): 282/532 kB | 82/100 kB | 24/245 kB
Progress (3): 282/532 kB | 86/100 kB | 24/245 kB
Progress (4): 282/532 kB | 86/100 kB | 24/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 90/100 kB | 24/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 90/100 kB | 28/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 94/100 kB | 28/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 94/100 kB | 28/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 98/100 kB | 28/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 98/100 kB | 28/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 98/100 kB | 32/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 98/100 kB | 32/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 32/245 kB | 0/1.4 MB   
Progress (4): 282/532 kB | 100 kB | 33/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 33/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 37/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 37/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 41/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 41/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 45/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 45/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 49/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 49/245 kB | 0/1.4 MB
Progress (4): 282/532 kB | 100 kB | 53/245 kB | 0/1.4 MB
Progress (4): 286/532 kB | 100 kB | 53/245 kB | 0/1.4 MB
Progress (4): 286/532 kB | 100 kB | 57/245 kB | 0/1.4 MB
Progress (4): 286/532 kB | 100 kB | 57/245 kB | 0/1.4 MB
Progress (4): 286/532 kB | 100 kB | 61/245 kB | 0/1.4 MB
Progress (4): 290/532 kB | 100 kB | 61/245 kB | 0/1.4 MB
Progress (4): 290/532 kB | 100 kB | 65/245 kB | 0/1.4 MB
Progress (4): 290/532 kB | 100 kB | 65/245 kB | 0/1.4 MB
Progress (5): 290/532 kB | 100 kB | 65/245 kB | 0/1.4 MB | 4.1/13 kB
Progress (5): 290/532 kB | 100 kB | 66/245 kB | 0/1.4 MB | 4.1/13 kB
Progress (5): 294/532 kB | 100 kB | 66/245 kB | 0/1.4 MB | 4.1/13 kB
Progress (5): 294/532 kB | 100 kB | 70/245 kB | 0/1.4 MB | 4.1/13 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 8.6 kB/s)
14:42:54 Progress (4): 294/532 kB | 70/245 kB | 0/1.4 MB | 7.7/13 kB
Progress (4): 294/532 kB | 70/245 kB | 0/1.4 MB | 7.7/13 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar
14:42:54 Progress (4): 294/532 kB | 74/245 kB | 0/1.4 MB | 7.7/13 kB
Progress (4): 298/532 kB | 74/245 kB | 0/1.4 MB | 7.7/13 kB
Progress (4): 298/532 kB | 74/245 kB | 0/1.4 MB | 7.7/13 kB
Progress (4): 298/532 kB | 74/245 kB | 0/1.4 MB | 12/13 kB 
Progress (4): 298/532 kB | 74/245 kB | 0.1/1.4 MB | 12/13 kB
Progress (4): 302/532 kB | 74/245 kB | 0.1/1.4 MB | 12/13 kB
Progress (4): 302/532 kB | 78/245 kB | 0.1/1.4 MB | 12/13 kB
Progress (4): 306/532 kB | 78/245 kB | 0.1/1.4 MB | 12/13 kB
Progress (4): 306/532 kB | 78/245 kB | 0.1/1.4 MB | 12/13 kB
Progress (4): 306/532 kB | 78/245 kB | 0.1/1.4 MB | 13 kB   
Progress (4): 310/532 kB | 78/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 310/532 kB | 82/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 314/532 kB | 82/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 314/532 kB | 82/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 314/532 kB | 86/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 314/532 kB | 86/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 318/532 kB | 86/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 318/532 kB | 86/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 318/532 kB | 90/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 322/532 kB | 90/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 322/532 kB | 90/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 326/532 kB | 90/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 326/532 kB | 94/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 330/532 kB | 94/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 330/532 kB | 94/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 334/532 kB | 94/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 334/532 kB | 98/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 334/532 kB | 98/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 334/532 kB | 102/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 334/532 kB | 106/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 334/532 kB | 106/245 kB | 0.1/1.4 MB | 13 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar (13 kB at 1.1 kB/s)
14:42:54 Progress (3): 338/532 kB | 106/245 kB | 0.1/1.4 MB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar
14:42:54 Progress (4): 338/532 kB | 106/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 338/532 kB | 106/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 338/532 kB | 110/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 342/532 kB | 110/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 342/532 kB | 114/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 342/532 kB | 114/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 342/532 kB | 118/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 346/532 kB | 118/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 346/532 kB | 122/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 350/532 kB | 122/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 350/532 kB | 122/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 350/532 kB | 126/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 354/532 kB | 126/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 354/532 kB | 130/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 354/532 kB | 131/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 354/532 kB | 131/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 354/532 kB | 135/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 358/532 kB | 135/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 358/532 kB | 139/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 358/532 kB | 139/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 358/532 kB | 143/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 362/532 kB | 143/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 362/532 kB | 147/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 362/532 kB | 147/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 362/532 kB | 151/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 366/532 kB | 151/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 366/532 kB | 151/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 366/532 kB | 155/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 366/532 kB | 155/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 370/532 kB | 155/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 370/532 kB | 159/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 370/532 kB | 159/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 370/532 kB | 163/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 374/532 kB | 163/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 374/532 kB | 164/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 374/532 kB | 164/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 374/532 kB | 168/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 378/532 kB | 168/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 378/532 kB | 168/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 378/532 kB | 172/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 378/532 kB | 172/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 382/532 kB | 172/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 382/532 kB | 172/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 382/532 kB | 176/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 382/532 kB | 176/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 386/532 kB | 176/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 386/532 kB | 176/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 386/532 kB | 180/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 390/532 kB | 180/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 390/532 kB | 180/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 390/532 kB | 184/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 394/532 kB | 184/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 394/532 kB | 188/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 398/532 kB | 188/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 398/532 kB | 192/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 398/532 kB | 196/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 398/532 kB | 196/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 398/532 kB | 200/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 402/532 kB | 200/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 402/532 kB | 204/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 402/532 kB | 204/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 402/532 kB | 208/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 402/532 kB | 212/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 406/532 kB | 212/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 406/532 kB | 216/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 406/532 kB | 216/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 406/532 kB | 220/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 410/532 kB | 220/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 410/532 kB | 224/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 410/532 kB | 224/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 410/532 kB | 228/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 414/532 kB | 228/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 414/532 kB | 232/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 414/532 kB | 232/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 414/532 kB | 236/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 418/532 kB | 236/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 418/532 kB | 240/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 422/532 kB | 240/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 422/532 kB | 240/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 426/532 kB | 240/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 426/532 kB | 244/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 430/532 kB | 244/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 430/532 kB | 244/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 434/532 kB | 244/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 434/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB    
Progress (4): 438/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 438/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 442/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 442/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 446/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 446/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 450/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 450/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 454/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 454/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 458/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 458/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 462/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 462/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 466/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 466/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 470/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 470/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 474/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 474/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 478/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 478/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 482/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 482/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 486/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 486/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 490/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 490/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 494/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 494/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 498/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 498/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 502/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 502/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 506/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 506/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 510/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 510/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 514/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 514/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 514/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 518/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 518/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 522/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 522/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 526/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 530/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB    
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 266 B/s)
14:42:54 Progress (3): 532 kB | 245 kB | 0.2/1.4 MB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
14:42:54 Progress (4): 532 kB | 245 kB | 0.2/1.4 MB | 4.1/36 kB
Progress (4): 532 kB | 245 kB | 0.3/1.4 MB | 4.1/36 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (245 kB at 21 kB/s)
14:42:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar
14:42:54 Progress (3): 532 kB | 0.3/1.4 MB | 4.1/36 kB
Progress (3): 532 kB | 0.3/1.4 MB | 7.7/36 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 45 kB/s)
14:42:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar
14:42:54 Progress (2): 0.3/1.4 MB | 12/36 kB
Progress (2): 0.3/1.4 MB | 12/36 kB
Progress (2): 0.3/1.4 MB | 16/36 kB
Progress (2): 0.3/1.4 MB | 16/36 kB
Progress (2): 0.3/1.4 MB | 20/36 kB
Progress (2): 0.3/1.4 MB | 20/36 kB
Progress (2): 0.3/1.4 MB | 24/36 kB
Progress (2): 0.3/1.4 MB | 24/36 kB
Progress (2): 0.3/1.4 MB | 28/36 kB
Progress (2): 0.3/1.4 MB | 28/36 kB
Progress (2): 0.3/1.4 MB | 32/36 kB
Progress (2): 0.3/1.4 MB | 32/36 kB
Progress (2): 0.3/1.4 MB | 36/36 kB
Progress (2): 0.3/1.4 MB | 36 kB   
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.3/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
Progress (2): 0.4/1.4 MB | 36 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 3.1 kB/s)
14:42:54 Progress (2): 0.4/1.4 MB | 4.1/7.0 kB
Progress (2): 0.4/1.4 MB | 4.1/7.0 kB
Progress (2): 0.4/1.4 MB | 7.0 kB    
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar
14:42:54 Progress (3): 0.4/1.4 MB | 7.0 kB | 4.1/9.4 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 4.1/9.4 kB | 4.1/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 4.1/9.4 kB | 4.1/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 4.1/9.4 kB | 7.7/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 7.7/9.4 kB | 7.7/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 7.7/9.4 kB | 7.7/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 7.7/9.4 kB | 12/112 kB 
Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 12/112 kB    
Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 16/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 16/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 16/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 20/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 20/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 24/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 24/112 kB
Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 28/112 kB
Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 28/112 kB
Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 32/112 kB
Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 32/112 kB
Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 33/112 kB
Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 33/112 kB
Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 33/112 kB
Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 37/112 kB
Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 41/112 kB
Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 41/112 kB
Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 45/112 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 591 B/s)
14:42:54 Progress (3): 0.5/1.4 MB | 9.4 kB | 45/112 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 794 B/s)
14:42:54 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
14:42:54 Progress (3): 0.5/1.4 MB | 45/112 kB | 4.1/37 kB
Progress (3): 0.5/1.4 MB | 49/112 kB | 4.1/37 kB
Progress (3): 0.5/1.4 MB | 49/112 kB | 7.7/37 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
14:42:54 Progress (3): 0.5/1.4 MB | 49/112 kB | 7.7/37 kB
Progress (3): 0.5/1.4 MB | 49/112 kB | 12/37 kB 
Progress (3): 0.5/1.4 MB | 53/112 kB | 12/37 kB
Progress (3): 0.5/1.4 MB | 53/112 kB | 16/37 kB
Progress (3): 0.5/1.4 MB | 53/112 kB | 16/37 kB
Progress (3): 0.5/1.4 MB | 53/112 kB | 20/37 kB
Progress (3): 0.5/1.4 MB | 57/112 kB | 20/37 kB
Progress (3): 0.5/1.4 MB | 57/112 kB | 20/37 kB
Progress (3): 0.5/1.4 MB | 57/112 kB | 24/37 kB
Progress (3): 0.5/1.4 MB | 57/112 kB | 24/37 kB
Progress (3): 0.5/1.4 MB | 57/112 kB | 28/37 kB
Progress (3): 0.5/1.4 MB | 61/112 kB | 28/37 kB
Progress (3): 0.5/1.4 MB | 61/112 kB | 28/37 kB
Progress (3): 0.5/1.4 MB | 61/112 kB | 32/37 kB
Progress (3): 0.5/1.4 MB | 61/112 kB | 32/37 kB
Progress (3): 0.5/1.4 MB | 61/112 kB | 36/37 kB
Progress (3): 0.5/1.4 MB | 61/112 kB | 37 kB   
Progress (3): 0.5/1.4 MB | 65/112 kB | 37 kB
Progress (3): 0.5/1.4 MB | 65/112 kB | 37 kB
Progress (4): 0.5/1.4 MB | 65/112 kB | 37 kB | 4.1/53 kB
Progress (5): 0.5/1.4 MB | 65/112 kB | 37 kB | 4.1/53 kB | 4.1/285 kB
Progress (5): 0.5/1.4 MB | 65/112 kB | 37 kB | 7.7/53 kB | 4.1/285 kB
Progress (5): 0.5/1.4 MB | 65/112 kB | 37 kB | 7.7/53 kB | 4.1/285 kB
Progress (5): 0.5/1.4 MB | 65/112 kB | 37 kB | 12/53 kB | 4.1/285 kB 
Progress (5): 0.5/1.4 MB | 65/112 kB | 37 kB | 12/53 kB | 4.1/285 kB
Progress (5): 0.5/1.4 MB | 65/112 kB | 37 kB | 12/53 kB | 4.1/285 kB
Progress (5): 0.5/1.4 MB | 66/112 kB | 37 kB | 12/53 kB | 4.1/285 kB
Progress (5): 0.5/1.4 MB | 66/112 kB | 37 kB | 12/53 kB | 4.1/285 kB
Progress (5): 0.5/1.4 MB | 66/112 kB | 37 kB | 16/53 kB | 4.1/285 kB
Progress (5): 0.5/1.4 MB | 66/112 kB | 37 kB | 16/53 kB | 7.7/285 kB
Progress (5): 0.5/1.4 MB | 66/112 kB | 37 kB | 20/53 kB | 7.7/285 kB
Progress (5): 0.5/1.4 MB | 66/112 kB | 37 kB | 20/53 kB | 7.7/285 kB
Progress (5): 0.5/1.4 MB | 70/112 kB | 37 kB | 20/53 kB | 7.7/285 kB
Progress (5): 0.5/1.4 MB | 70/112 kB | 37 kB | 24/53 kB | 7.7/285 kB
Progress (5): 0.5/1.4 MB | 70/112 kB | 37 kB | 24/53 kB | 12/285 kB 
Progress (5): 0.5/1.4 MB | 74/112 kB | 37 kB | 24/53 kB | 12/285 kB
Progress (5): 0.5/1.4 MB | 74/112 kB | 37 kB | 24/53 kB | 12/285 kB
Progress (5): 0.5/1.4 MB | 78/112 kB | 37 kB | 24/53 kB | 12/285 kB
Progress (5): 0.5/1.4 MB | 82/112 kB | 37 kB | 24/53 kB | 12/285 kB
Progress (5): 0.5/1.4 MB | 82/112 kB | 37 kB | 24/53 kB | 16/285 kB
Progress (5): 0.5/1.4 MB | 82/112 kB | 37 kB | 28/53 kB | 16/285 kB
Progress (5): 0.5/1.4 MB | 82/112 kB | 37 kB | 28/53 kB | 20/285 kB
Progress (5): 0.5/1.4 MB | 86/112 kB | 37 kB | 28/53 kB | 20/285 kB
Progress (5): 0.5/1.4 MB | 86/112 kB | 37 kB | 28/53 kB | 20/285 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 3.1 kB/s)
14:42:54 Progress (4): 0.5/1.4 MB | 86/112 kB | 28/53 kB | 20/285 kB
Progress (4): 0.5/1.4 MB | 86/112 kB | 28/53 kB | 20/285 kB
Progress (4): 0.5/1.4 MB | 90/112 kB | 28/53 kB | 20/285 kB
Progress (4): 0.5/1.4 MB | 90/112 kB | 28/53 kB | 20/285 kB
Progress (4): 0.5/1.4 MB | 94/112 kB | 28/53 kB | 20/285 kB
Progress (4): 0.5/1.4 MB | 94/112 kB | 28/53 kB | 24/285 kB
Progress (4): 0.5/1.4 MB | 94/112 kB | 32/53 kB | 24/285 kB
Progress (4): 0.5/1.4 MB | 94/112 kB | 32/53 kB | 28/285 kB
Progress (4): 0.5/1.4 MB | 94/112 kB | 32/53 kB | 32/285 kB
Progress (4): 0.5/1.4 MB | 98/112 kB | 32/53 kB | 32/285 kB
Progress (4): 0.5/1.4 MB | 98/112 kB | 32/53 kB | 32/285 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar
14:42:54 Progress (4): 0.5/1.4 MB | 98/112 kB | 32/53 kB | 32/285 kB
Progress (4): 0.6/1.4 MB | 98/112 kB | 32/53 kB | 32/285 kB
Progress (4): 0.6/1.4 MB | 102/112 kB | 32/53 kB | 32/285 kB
Progress (4): 0.6/1.4 MB | 102/112 kB | 32/53 kB | 33/285 kB
Progress (4): 0.6/1.4 MB | 102/112 kB | 36/53 kB | 33/285 kB
Progress (4): 0.6/1.4 MB | 102/112 kB | 36/53 kB | 37/285 kB
Progress (4): 0.6/1.4 MB | 102/112 kB | 36/53 kB | 41/285 kB
Progress (4): 0.6/1.4 MB | 106/112 kB | 36/53 kB | 41/285 kB
Progress (4): 0.6/1.4 MB | 106/112 kB | 36/53 kB | 41/285 kB
Progress (4): 0.6/1.4 MB | 110/112 kB | 36/53 kB | 41/285 kB
Progress (4): 0.6/1.4 MB | 110/112 kB | 36/53 kB | 45/285 kB
Progress (4): 0.6/1.4 MB | 110/112 kB | 40/53 kB | 45/285 kB
Progress (4): 0.6/1.4 MB | 110/112 kB | 40/53 kB | 49/285 kB
Progress (4): 0.6/1.4 MB | 110/112 kB | 44/53 kB | 49/285 kB
Progress (4): 0.6/1.4 MB | 110/112 kB | 44/53 kB | 53/285 kB
Progress (4): 0.6/1.4 MB | 110/112 kB | 44/53 kB | 57/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 44/53 kB | 57/285 kB    
Progress (4): 0.6/1.4 MB | 112 kB | 44/53 kB | 57/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 44/53 kB | 61/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 48/53 kB | 61/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 48/53 kB | 65/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 48/53 kB | 65/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 48/53 kB | 65/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 48/53 kB | 66/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 52/53 kB | 66/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 52/53 kB | 70/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 52/53 kB | 70/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 52/53 kB | 74/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 74/285 kB   
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 78/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 78/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 82/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 82/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 86/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 86/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 90/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 90/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 94/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 94/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 98/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 98/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 98/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 102/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 102/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 106/285 kB
Progress (4): 0.6/1.4 MB | 112 kB | 53 kB | 106/285 kB
Progress (5): 0.6/1.4 MB | 112 kB | 53 kB | 106/285 kB | 4.1/37 kB
Progress (5): 0.6/1.4 MB | 112 kB | 53 kB | 110/285 kB | 4.1/37 kB
Progress (5): 0.6/1.4 MB | 112 kB | 53 kB | 110/285 kB | 7.7/37 kB
Progress (5): 0.6/1.4 MB | 112 kB | 53 kB | 110/285 kB | 7.7/37 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 9.4 kB/s)
14:42:54 Progress (4): 0.6/1.4 MB | 53 kB | 114/285 kB | 7.7/37 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
14:42:54 Progress (4): 0.6/1.4 MB | 53 kB | 114/285 kB | 7.7/37 kB
Progress (4): 0.6/1.4 MB | 53 kB | 114/285 kB | 12/37 kB 
Progress (4): 0.6/1.4 MB | 53 kB | 114/285 kB | 12/37 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 4.5 kB/s)
14:42:54 Progress (3): 0.6/1.4 MB | 118/285 kB | 12/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.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar
14:42:54 Progress (3): 0.6/1.4 MB | 118/285 kB | 12/37 kB
Progress (3): 0.6/1.4 MB | 118/285 kB | 16/37 kB
Progress (3): 0.6/1.4 MB | 118/285 kB | 16/37 kB
Progress (3): 0.6/1.4 MB | 122/285 kB | 16/37 kB
Progress (3): 0.6/1.4 MB | 122/285 kB | 20/37 kB
Progress (3): 0.6/1.4 MB | 122/285 kB | 20/37 kB
Progress (3): 0.6/1.4 MB | 126/285 kB | 20/37 kB
Progress (3): 0.6/1.4 MB | 126/285 kB | 24/37 kB
Progress (3): 0.6/1.4 MB | 130/285 kB | 24/37 kB
Progress (3): 0.6/1.4 MB | 130/285 kB | 24/37 kB
Progress (3): 0.6/1.4 MB | 131/285 kB | 24/37 kB
Progress (3): 0.6/1.4 MB | 131/285 kB | 28/37 kB
Progress (3): 0.6/1.4 MB | 131/285 kB | 28/37 kB
Progress (3): 0.6/1.4 MB | 131/285 kB | 32/37 kB
Progress (3): 0.6/1.4 MB | 135/285 kB | 32/37 kB
Progress (3): 0.6/1.4 MB | 135/285 kB | 36/37 kB
Progress (3): 0.6/1.4 MB | 135/285 kB | 37 kB   
Progress (3): 0.6/1.4 MB | 135/285 kB | 37 kB
Progress (3): 0.6/1.4 MB | 139/285 kB | 37 kB
Progress (3): 0.6/1.4 MB | 139/285 kB | 37 kB
Progress (3): 0.6/1.4 MB | 143/285 kB | 37 kB
Progress (3): 0.6/1.4 MB | 143/285 kB | 37 kB
Progress (3): 0.6/1.4 MB | 147/285 kB | 37 kB
Progress (3): 0.7/1.4 MB | 147/285 kB | 37 kB
Progress (4): 0.7/1.4 MB | 147/285 kB | 37 kB | 4.1/4.3 kB
Progress (4): 0.7/1.4 MB | 151/285 kB | 37 kB | 4.1/4.3 kB
Progress (4): 0.7/1.4 MB | 155/285 kB | 37 kB | 4.1/4.3 kB
Progress (4): 0.7/1.4 MB | 159/285 kB | 37 kB | 4.1/4.3 kB
Progress (4): 0.7/1.4 MB | 163/285 kB | 37 kB | 4.1/4.3 kB
Progress (4): 0.7/1.4 MB | 164/285 kB | 37 kB | 4.1/4.3 kB
Progress (4): 0.7/1.4 MB | 164/285 kB | 37 kB | 4.3 kB    
Progress (4): 0.7/1.4 MB | 164/285 kB | 37 kB | 4.3 kB
Progress (4): 0.7/1.4 MB | 168/285 kB | 37 kB | 4.3 kB
Progress (5): 0.7/1.4 MB | 168/285 kB | 37 kB | 4.3 kB | 4.1/29 kB
Progress (5): 0.7/1.4 MB | 172/285 kB | 37 kB | 4.3 kB | 4.1/29 kB
Progress (5): 0.7/1.4 MB | 172/285 kB | 37 kB | 4.3 kB | 4.1/29 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 3.1 kB/s)
14:42:54 Progress (4): 0.7/1.4 MB | 172/285 kB | 4.3 kB | 4.1/29 kB
Progress (4): 0.7/1.4 MB | 176/285 kB | 4.3 kB | 4.1/29 kB
Progress (4): 0.7/1.4 MB | 176/285 kB | 4.3 kB | 4.1/29 kB
Progress (4): 0.7/1.4 MB | 176/285 kB | 4.3 kB | 7.7/29 kB
Progress (4): 0.7/1.4 MB | 176/285 kB | 4.3 kB | 7.7/29 kB
Progress (4): 0.7/1.4 MB | 180/285 kB | 4.3 kB | 7.7/29 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar
14:42:54 Progress (4): 0.7/1.4 MB | 184/285 kB | 4.3 kB | 7.7/29 kB
Progress (4): 0.7/1.4 MB | 184/285 kB | 4.3 kB | 7.7/29 kB
Progress (4): 0.7/1.4 MB | 184/285 kB | 4.3 kB | 7.7/29 kB
Progress (4): 0.7/1.4 MB | 184/285 kB | 4.3 kB | 12/29 kB 
Progress (4): 0.7/1.4 MB | 184/285 kB | 4.3 kB | 12/29 kB
Progress (4): 0.7/1.4 MB | 188/285 kB | 4.3 kB | 12/29 kB
Progress (4): 0.7/1.4 MB | 188/285 kB | 4.3 kB | 12/29 kB
Progress (4): 0.7/1.4 MB | 192/285 kB | 4.3 kB | 12/29 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 358 B/s)
14:42:54 Progress (3): 0.7/1.4 MB | 192/285 kB | 16/29 kB
Progress (3): 0.7/1.4 MB | 196/285 kB | 16/29 kB
Progress (3): 0.7/1.4 MB | 196/285 kB | 16/29 kB
Progress (3): 0.7/1.4 MB | 197/285 kB | 16/29 kB
Progress (3): 0.7/1.4 MB | 197/285 kB | 20/29 kB
Progress (3): 0.7/1.4 MB | 201/285 kB | 20/29 kB
Progress (3): 0.7/1.4 MB | 201/285 kB | 20/29 kB
Progress (3): 0.7/1.4 MB | 205/285 kB | 20/29 kB
Progress (3): 0.7/1.4 MB | 205/285 kB | 24/29 kB
Progress (3): 0.7/1.4 MB | 205/285 kB | 24/29 kB
Progress (3): 0.7/1.4 MB | 205/285 kB | 28/29 kB
Progress (3): 0.7/1.4 MB | 209/285 kB | 28/29 kB
Progress (3): 0.7/1.4 MB | 213/285 kB | 28/29 kB
Progress (3): 0.7/1.4 MB | 213/285 kB | 29 kB   
Progress (3): 0.7/1.4 MB | 213/285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 217/285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 221/285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 221/285 kB | 29 kB
Progress (4): 0.7/1.4 MB | 221/285 kB | 29 kB | 4.1/21 kB
Progress (4): 0.7/1.4 MB | 221/285 kB | 29 kB | 4.1/21 kB
Progress (4): 0.7/1.4 MB | 225/285 kB | 29 kB | 4.1/21 kB
Progress (4): 0.7/1.4 MB | 225/285 kB | 29 kB | 4.1/21 kB
Progress (4): 0.7/1.4 MB | 225/285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.7/1.4 MB | 225/285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 12/21 kB 
Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 12/21 kB
Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 12/21 kB
Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 12/21 kB
Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 16/21 kB
Progress (4): 0.7/1.4 MB | 233/285 kB | 29 kB | 16/21 kB
Progress (4): 0.7/1.4 MB | 233/285 kB | 29 kB | 16/21 kB
Progress (4): 0.7/1.4 MB | 237/285 kB | 29 kB | 16/21 kB
Progress (4): 0.7/1.4 MB | 237/285 kB | 29 kB | 20/21 kB
Progress (4): 0.7/1.4 MB | 241/285 kB | 29 kB | 20/21 kB
Progress (4): 0.7/1.4 MB | 241/285 kB | 29 kB | 20/21 kB
Progress (4): 0.7/1.4 MB | 245/285 kB | 29 kB | 20/21 kB
Progress (4): 0.7/1.4 MB | 245/285 kB | 29 kB | 21 kB   
Progress (4): 0.7/1.4 MB | 245/285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 249/285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 249/285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 253/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 253/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 257/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 257/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 261/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 261/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 265/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 265/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 269/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 269/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 273/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 273/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 277/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 277/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 281/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 281/285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB    
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 2.4 kB/s)
14:42:54 Progress (3): 0.8/1.4 MB | 285 kB | 21 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 1.7 kB/s)
14:42:54 Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 0.9/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.0/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.1/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.2/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4/1.4 MB | 285 kB
Progress (2): 1.4 MB | 285 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.jar (1.4 MB at 119 kB/s)
14:42:54 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 23 kB/s)
14:42:54 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
14:42:54 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 81 kB/s)
14:42:54 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
14:42:54 Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/2.1/maven-archetype-2.1.pom (14 kB at 456 kB/s)
14:42:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
14:42:54 Progress (1): 4.1/26 kB
Progress (1): 7.7/26 kB
Progress (1): 12/26 kB 
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s)
14:42:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
14:42:54 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 673 kB/s)
14:42:54 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
14:42:54 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
14:42:54 Progress (1): 4.1/169 kB
Progress (1): 7.7/169 kB
Progress (2): 7.7/169 kB | 4.1/7.9 kB
Progress (2): 7.7/169 kB | 7.7/7.9 kB
Progress (2): 12/169 kB | 7.7/7.9 kB 
Progress (2): 12/169 kB | 7.9 kB    
Progress (2): 16/169 kB | 7.9 kB
Progress (2): 20/169 kB | 7.9 kB
Progress (2): 24/169 kB | 7.9 kB
Progress (2): 28/169 kB | 7.9 kB
Progress (2): 32/169 kB | 7.9 kB
Progress (2): 33/169 kB | 7.9 kB
Progress (2): 37/169 kB | 7.9 kB
Progress (2): 41/169 kB | 7.9 kB
Progress (2): 45/169 kB | 7.9 kB
Progress (2): 49/169 kB | 7.9 kB
Progress (2): 53/169 kB | 7.9 kB
Progress (2): 57/169 kB | 7.9 kB
Progress (2): 61/169 kB | 7.9 kB
Progress (2): 65/169 kB | 7.9 kB
Progress (2): 66/169 kB | 7.9 kB
Progress (2): 70/169 kB | 7.9 kB
Progress (2): 74/169 kB | 7.9 kB
Progress (2): 78/169 kB | 7.9 kB
Progress (2): 82/169 kB | 7.9 kB
Progress (2): 86/169 kB | 7.9 kB
Progress (2): 90/169 kB | 7.9 kB
Progress (2): 94/169 kB | 7.9 kB
Progress (2): 98/169 kB | 7.9 kB
                                
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 207 kB/s)
14:42:54 Progress (1): 98/169 kB
Progress (1): 102/169 kB
Progress (1): 106/169 kB
Progress (1): 110/169 kB
Progress (1): 114/169 kB
Progress (1): 118/169 kB
Progress (1): 122/169 kB
Progress (1): 126/169 kB
Progress (1): 130/169 kB
Progress (1): 131/169 kB
Progress (1): 135/169 kB
Progress (1): 139/169 kB
Progress (1): 143/169 kB
Progress (1): 147/169 kB
Progress (1): 151/169 kB
Progress (1): 155/169 kB
Progress (1): 159/169 kB
Progress (1): 163/169 kB
Progress (1): 167/169 kB
Progress (1): 169 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 3.2 MB/s)
14:42:54 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
14:42:54 Progress (1): 4.1/8.5 kB
Progress (1): 7.7/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.pom (8.5 kB at 448 kB/s)
14:42:54 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
14:42:55 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/3.0.0/maven-archetype-3.0.0.pom (13 kB at 279 kB/s)
14:42:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
14:42:55 Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.6 MB/s)
14:42:55 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
14:42:55 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 52 kB/s)
14:42:55 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
14:42:55 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 175 kB/s)
14:42:55 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
14:42:55 Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 224 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.1 MB/s)
14:42:55 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
14:42:55 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 82 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.pom (19 kB at 974 kB/s)
14:42:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom
14:42:55 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 70 kB/s)
14:42:55 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
14:42:55 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 50 kB/s)
14:42:55 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
14:42:55 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 235 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.0 MB/s)
14:42:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
14:42:55 Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 398 kB/s)
14:42:55 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
14:42:55 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 132 kB/s)
14:42:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom
14:42:55 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 69 kB/s)
14:42:55 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
14:42:55 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 86 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom (5.9 kB at 344 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 284 kB/s)
14:42:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
14:42:55 Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.7 MB/s)
14:42:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
14:42:55 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 896 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/7.6 kB
Progress (1): 7.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom (7.6 kB at 447 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 229 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 219 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 301 kB/s)
14:42:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
14:42:55 Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.0 MB/s)
14:42:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
14:42:55 Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 642 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 25 kB/s)
14:42:55 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
14:42:55 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 48 kB/s)
14:42:55 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
14:42:55 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 620 kB/s)
14:42:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
14:42:55 Progress (1): 4.1/42 kB
Progress (1): 7.7/42 kB
Progress (1): 12/42 kB 
Progress (1): 16/42 kB
Progress (1): 20/42 kB
Progress (1): 24/42 kB
Progress (1): 28/42 kB
Progress (1): 32/42 kB
Progress (1): 36/42 kB
Progress (1): 40/42 kB
Progress (1): 42 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.2 MB/s)
14:42:55 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
14:42:55 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 149 kB/s)
14:42:55 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
14:42:56 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 656 kB/s)
14:42:56 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
14:42:56 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 107 kB/s)
14:42:56 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
14:42:56 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 168 kB/s)
14:42:56 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
14:42:56 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 909 kB/s)
14:42:56 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
14:42:56 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 568 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
14:42:56 Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.1 MB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
14:42:56 Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 237 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
14:42:56 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 603 kB/s)
14:42:56 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
14:42:56 Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 666 kB/s)
14:42:56 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
14:42:56 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 86 kB/s)
14:42:56 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
14:42:56 Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 728 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
14:42:56 Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 858 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
14:42:56 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 668 kB/s)
14:42:56 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
14:42:56 Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom (32 kB at 1.8 MB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom
14:42:56 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 33 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.pom
14:42:56 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 15 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.2/asm-parent-3.2.pom
14:42:56 Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.2/asm-parent-3.2.pom (4.4 kB at 272 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.pom
14:42:56 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 26 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.pom
14:42:56 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 2.9 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.pom
14:42:56 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 27 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.pom
14:42:56 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 26 kB/s)
14:42:56 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
14:42:56 Progress (1): 726 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 40 kB/s)
14:42:56 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
14:42:56 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 67 kB/s)
14:42:56 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
14:42:56 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 152 kB/s)
14:42:56 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
14:42:56 Progress (1): 4.1/8.2 kB
Progress (1): 7.7/8.2 kB
Progress (1): 8.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 516 kB/s)
14:42:56 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
14:42:56 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 202 kB/s)
14:42:56 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
14:42:56 Progress (1): 4.1/8.7 kB
Progress (1): 7.7/8.7 kB
Progress (1): 8.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 458 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
14:42:56 Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 70 kB/s)
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
14:42:56 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 83 kB/s)
14:42:56 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
14:42:56 Progress (1): 4.1/8.8 kB
Progress (1): 7.7/8.8 kB
Progress (1): 8.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 440 kB/s)
14:42:56 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
14:42:56 Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 195 kB/s)
14:42:56 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
14:42:56 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
14:42:56 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
14:42:56 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
14:42:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar
14:42:56 Progress (1): 4.1/331 kB
Progress (2): 4.1/331 kB | 4.1/19 kB
Progress (2): 7.7/331 kB | 4.1/19 kB
Progress (3): 7.7/331 kB | 4.1/19 kB | 4.1/24 kB
Progress (3): 7.7/331 kB | 7.7/19 kB | 4.1/24 kB
Progress (3): 12/331 kB | 7.7/19 kB | 4.1/24 kB 
Progress (3): 12/331 kB | 12/19 kB | 4.1/24 kB 
Progress (3): 12/331 kB | 12/19 kB | 7.7/24 kB
Progress (3): 12/331 kB | 16/19 kB | 7.7/24 kB
Progress (3): 16/331 kB | 16/19 kB | 7.7/24 kB
Progress (3): 16/331 kB | 19 kB | 7.7/24 kB   
Progress (3): 16/331 kB | 19 kB | 12/24 kB 
Progress (3): 20/331 kB | 19 kB | 12/24 kB
Progress (3): 20/331 kB | 19 kB | 16/24 kB
Progress (4): 20/331 kB | 19 kB | 16/24 kB | 4.1/95 kB
Progress (4): 24/331 kB | 19 kB | 16/24 kB | 4.1/95 kB
Progress (4): 24/331 kB | 19 kB | 16/24 kB | 7.7/95 kB
Progress (4): 24/331 kB | 19 kB | 20/24 kB | 7.7/95 kB
Progress (4): 28/331 kB | 19 kB | 20/24 kB | 7.7/95 kB
Progress (4): 28/331 kB | 19 kB | 20/24 kB | 12/95 kB 
Progress (4): 28/331 kB | 19 kB | 24/24 kB | 12/95 kB
Progress (4): 28/331 kB | 19 kB | 24/24 kB | 16/95 kB
Progress (4): 32/331 kB | 19 kB | 24/24 kB | 16/95 kB
Progress (4): 32/331 kB | 19 kB | 24/24 kB | 20/95 kB
Progress (4): 32/331 kB | 19 kB | 24 kB | 20/95 kB   
Progress (4): 32/331 kB | 19 kB | 24 kB | 24/95 kB
Progress (4): 33/331 kB | 19 kB | 24 kB | 24/95 kB
Progress (4): 33/331 kB | 19 kB | 24 kB | 28/95 kB
Progress (4): 33/331 kB | 19 kB | 24 kB | 32/95 kB
Progress (4): 37/331 kB | 19 kB | 24 kB | 32/95 kB
Progress (4): 37/331 kB | 19 kB | 24 kB | 36/95 kB
Progress (4): 41/331 kB | 19 kB | 24 kB | 36/95 kB
Progress (4): 41/331 kB | 19 kB | 24 kB | 40/95 kB
Progress (4): 45/331 kB | 19 kB | 24 kB | 40/95 kB
Progress (4): 45/331 kB | 19 kB | 24 kB | 44/95 kB
Progress (4): 49/331 kB | 19 kB | 24 kB | 44/95 kB
Progress (4): 49/331 kB | 19 kB | 24 kB | 48/95 kB
Progress (4): 53/331 kB | 19 kB | 24 kB | 48/95 kB
Progress (4): 53/331 kB | 19 kB | 24 kB | 52/95 kB
Progress (4): 57/331 kB | 19 kB | 24 kB | 52/95 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 634 kB/s)
14:42:56 Progress (3): 57/331 kB | 24 kB | 56/95 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
14:42:56 Progress (3): 61/331 kB | 24 kB | 56/95 kB
Progress (3): 61/331 kB | 24 kB | 60/95 kB
Progress (3): 65/331 kB | 24 kB | 60/95 kB
Progress (3): 65/331 kB | 24 kB | 64/95 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 720 kB/s)
14:42:56 Progress (2): 66/331 kB | 64/95 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
14:42:56 Progress (2): 66/331 kB | 68/95 kB
Progress (2): 70/331 kB | 68/95 kB
Progress (2): 70/331 kB | 72/95 kB
Progress (2): 74/331 kB | 72/95 kB
Progress (2): 78/331 kB | 72/95 kB
Progress (2): 82/331 kB | 72/95 kB
Progress (2): 86/331 kB | 72/95 kB
Progress (2): 90/331 kB | 72/95 kB
Progress (3): 90/331 kB | 72/95 kB | 4.1/27 kB
Progress (3): 90/331 kB | 72/95 kB | 7.7/27 kB
Progress (3): 90/331 kB | 72/95 kB | 12/27 kB 
Progress (3): 90/331 kB | 72/95 kB | 16/27 kB
Progress (3): 90/331 kB | 76/95 kB | 16/27 kB
Progress (4): 90/331 kB | 76/95 kB | 16/27 kB | 4.1/4.3 kB
Progress (5): 90/331 kB | 76/95 kB | 16/27 kB | 4.1/4.3 kB | 4.1/314 kB
Progress (5): 90/331 kB | 80/95 kB | 16/27 kB | 4.1/4.3 kB | 4.1/314 kB
Progress (5): 90/331 kB | 80/95 kB | 20/27 kB | 4.1/4.3 kB | 4.1/314 kB
Progress (5): 94/331 kB | 80/95 kB | 20/27 kB | 4.1/4.3 kB | 4.1/314 kB
Progress (5): 94/331 kB | 84/95 kB | 20/27 kB | 4.1/4.3 kB | 4.1/314 kB
Progress (5): 94/331 kB | 84/95 kB | 24/27 kB | 4.1/4.3 kB | 4.1/314 kB
Progress (5): 94/331 kB | 84/95 kB | 24/27 kB | 4.1/4.3 kB | 7.7/314 kB
Progress (5): 94/331 kB | 84/95 kB | 24/27 kB | 4.3 kB | 7.7/314 kB    
Progress (5): 94/331 kB | 84/95 kB | 24/27 kB | 4.3 kB | 12/314 kB 
Progress (5): 94/331 kB | 84/95 kB | 27 kB | 4.3 kB | 12/314 kB   
Progress (5): 94/331 kB | 88/95 kB | 27 kB | 4.3 kB | 12/314 kB
Progress (5): 98/331 kB | 88/95 kB | 27 kB | 4.3 kB | 12/314 kB
Progress (5): 98/331 kB | 92/95 kB | 27 kB | 4.3 kB | 12/314 kB
Progress (5): 98/331 kB | 95 kB | 27 kB | 4.3 kB | 12/314 kB   
Progress (5): 98/331 kB | 95 kB | 27 kB | 4.3 kB | 16/314 kB
Progress (5): 98/331 kB | 95 kB | 27 kB | 4.3 kB | 16/314 kB
Progress (5): 98/331 kB | 95 kB | 27 kB | 4.3 kB | 20/314 kB
Progress (5): 98/331 kB | 95 kB | 27 kB | 4.3 kB | 24/314 kB
Progress (5): 102/331 kB | 95 kB | 27 kB | 4.3 kB | 24/314 kB
Progress (5): 102/331 kB | 95 kB | 27 kB | 4.3 kB | 28/314 kB
Progress (5): 106/331 kB | 95 kB | 27 kB | 4.3 kB | 28/314 kB
Progress (5): 106/331 kB | 95 kB | 27 kB | 4.3 kB | 32/314 kB
Progress (5): 110/331 kB | 95 kB | 27 kB | 4.3 kB | 32/314 kB
Progress (5): 110/331 kB | 95 kB | 27 kB | 4.3 kB | 33/314 kB
Progress (5): 114/331 kB | 95 kB | 27 kB | 4.3 kB | 33/314 kB
Progress (5): 114/331 kB | 95 kB | 27 kB | 4.3 kB | 37/314 kB
Progress (5): 114/331 kB | 95 kB | 27 kB | 4.3 kB | 41/314 kB
Progress (5): 118/331 kB | 95 kB | 27 kB | 4.3 kB | 41/314 kB
Progress (5): 118/331 kB | 95 kB | 27 kB | 4.3 kB | 45/314 kB
Progress (5): 122/331 kB | 95 kB | 27 kB | 4.3 kB | 45/314 kB
Progress (5): 122/331 kB | 95 kB | 27 kB | 4.3 kB | 49/314 kB
Progress (5): 126/331 kB | 95 kB | 27 kB | 4.3 kB | 49/314 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 375 kB/s)
14:42:56 Progress (4): 126/331 kB | 95 kB | 4.3 kB | 53/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
14:42:56 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 58 kB/s)
14:42:56 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.jar (95 kB at 1.3 MB/s)
14:42:57 Progress (2): 130/331 kB | 53/314 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
14:42:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar
14:42:57 Progress (2): 130/331 kB | 57/314 kB
Progress (2): 131/331 kB | 57/314 kB
Progress (2): 131/331 kB | 61/314 kB
Progress (2): 131/331 kB | 65/314 kB
Progress (2): 135/331 kB | 65/314 kB
Progress (2): 135/331 kB | 66/314 kB
Progress (2): 139/331 kB | 66/314 kB
Progress (2): 139/331 kB | 70/314 kB
Progress (2): 143/331 kB | 70/314 kB
Progress (2): 143/331 kB | 74/314 kB
Progress (2): 147/331 kB | 74/314 kB
Progress (2): 147/331 kB | 78/314 kB
Progress (2): 151/331 kB | 78/314 kB
Progress (2): 151/331 kB | 82/314 kB
Progress (2): 155/331 kB | 82/314 kB
Progress (2): 155/331 kB | 86/314 kB
Progress (2): 159/331 kB | 86/314 kB
Progress (2): 159/331 kB | 90/314 kB
Progress (2): 163/331 kB | 90/314 kB
Progress (2): 164/331 kB | 90/314 kB
Progress (2): 164/331 kB | 94/314 kB
Progress (2): 164/331 kB | 98/314 kB
Progress (2): 168/331 kB | 98/314 kB
Progress (2): 168/331 kB | 98/314 kB
Progress (2): 172/331 kB | 98/314 kB
Progress (2): 172/331 kB | 102/314 kB
Progress (2): 176/331 kB | 102/314 kB
Progress (2): 176/331 kB | 106/314 kB
Progress (2): 180/331 kB | 106/314 kB
Progress (2): 180/331 kB | 110/314 kB
Progress (2): 184/331 kB | 110/314 kB
Progress (2): 184/331 kB | 114/314 kB
Progress (2): 188/331 kB | 114/314 kB
Progress (2): 188/331 kB | 118/314 kB
Progress (2): 188/331 kB | 122/314 kB
Progress (2): 192/331 kB | 122/314 kB
Progress (2): 196/331 kB | 122/314 kB
Progress (2): 196/331 kB | 126/314 kB
Progress (2): 197/331 kB | 126/314 kB
Progress (2): 197/331 kB | 130/314 kB
Progress (2): 201/331 kB | 130/314 kB
Progress (2): 201/331 kB | 131/314 kB
Progress (2): 205/331 kB | 131/314 kB
Progress (2): 205/331 kB | 135/314 kB
Progress (2): 209/331 kB | 135/314 kB
Progress (2): 209/331 kB | 139/314 kB
Progress (2): 213/331 kB | 139/314 kB
Progress (2): 213/331 kB | 143/314 kB
Progress (2): 213/331 kB | 147/314 kB
Progress (2): 217/331 kB | 147/314 kB
Progress (3): 217/331 kB | 147/314 kB | 4.1/109 kB
Progress (3): 221/331 kB | 147/314 kB | 4.1/109 kB
Progress (3): 221/331 kB | 151/314 kB | 4.1/109 kB
Progress (4): 221/331 kB | 151/314 kB | 4.1/109 kB | 4.1/153 kB
Progress (4): 221/331 kB | 151/314 kB | 7.7/109 kB | 4.1/153 kB
Progress (4): 221/331 kB | 151/314 kB | 7.7/109 kB | 7.7/153 kB
Progress (4): 225/331 kB | 151/314 kB | 7.7/109 kB | 7.7/153 kB
Progress (4): 225/331 kB | 155/314 kB | 7.7/109 kB | 7.7/153 kB
Progress (4): 229/331 kB | 155/314 kB | 7.7/109 kB | 7.7/153 kB
Progress (4): 229/331 kB | 155/314 kB | 7.7/109 kB | 12/153 kB 
Progress (4): 229/331 kB | 155/314 kB | 12/109 kB | 12/153 kB 
Progress (5): 229/331 kB | 155/314 kB | 12/109 kB | 12/153 kB | 4.1/174 kB
Progress (5): 229/331 kB | 155/314 kB | 16/109 kB | 12/153 kB | 4.1/174 kB
Progress (5): 229/331 kB | 155/314 kB | 16/109 kB | 16/153 kB | 4.1/174 kB
Progress (5): 229/331 kB | 155/314 kB | 16/109 kB | 16/153 kB | 4.1/174 kB
Progress (5): 229/331 kB | 159/314 kB | 16/109 kB | 16/153 kB | 4.1/174 kB
Progress (5): 233/331 kB | 159/314 kB | 16/109 kB | 16/153 kB | 4.1/174 kB
Progress (5): 233/331 kB | 159/314 kB | 16/109 kB | 20/153 kB | 4.1/174 kB
Progress (5): 233/331 kB | 159/314 kB | 20/109 kB | 20/153 kB | 4.1/174 kB
Progress (5): 233/331 kB | 159/314 kB | 20/109 kB | 20/153 kB | 7.7/174 kB
Progress (5): 233/331 kB | 159/314 kB | 24/109 kB | 20/153 kB | 7.7/174 kB
Progress (5): 233/331 kB | 159/314 kB | 24/109 kB | 24/153 kB | 7.7/174 kB
Progress (5): 237/331 kB | 159/314 kB | 24/109 kB | 24/153 kB | 7.7/174 kB
Progress (5): 237/331 kB | 163/314 kB | 24/109 kB | 24/153 kB | 7.7/174 kB
Progress (5): 241/331 kB | 163/314 kB | 24/109 kB | 24/153 kB | 7.7/174 kB
Progress (5): 241/331 kB | 163/314 kB | 24/109 kB | 28/153 kB | 7.7/174 kB
Progress (5): 241/331 kB | 163/314 kB | 28/109 kB | 28/153 kB | 7.7/174 kB
Progress (5): 241/331 kB | 163/314 kB | 28/109 kB | 28/153 kB | 12/174 kB 
Progress (5): 241/331 kB | 163/314 kB | 32/109 kB | 28/153 kB | 12/174 kB
Progress (5): 241/331 kB | 163/314 kB | 32/109 kB | 32/153 kB | 12/174 kB
Progress (5): 241/331 kB | 163/314 kB | 36/109 kB | 32/153 kB | 12/174 kB
Progress (5): 241/331 kB | 163/314 kB | 40/109 kB | 32/153 kB | 12/174 kB
Progress (5): 245/331 kB | 163/314 kB | 40/109 kB | 32/153 kB | 12/174 kB
Progress (5): 245/331 kB | 164/314 kB | 40/109 kB | 32/153 kB | 12/174 kB
Progress (5): 245/331 kB | 164/314 kB | 44/109 kB | 32/153 kB | 12/174 kB
Progress (5): 245/331 kB | 164/314 kB | 44/109 kB | 33/153 kB | 12/174 kB
Progress (5): 245/331 kB | 164/314 kB | 44/109 kB | 33/153 kB | 16/174 kB
Progress (5): 245/331 kB | 164/314 kB | 44/109 kB | 37/153 kB | 16/174 kB
Progress (5): 245/331 kB | 164/314 kB | 44/109 kB | 37/153 kB | 20/174 kB
Progress (5): 245/331 kB | 164/314 kB | 48/109 kB | 37/153 kB | 20/174 kB
Progress (5): 245/331 kB | 168/314 kB | 48/109 kB | 37/153 kB | 20/174 kB
Progress (5): 249/331 kB | 168/314 kB | 48/109 kB | 37/153 kB | 20/174 kB
Progress (5): 249/331 kB | 168/314 kB | 52/109 kB | 37/153 kB | 20/174 kB
Progress (5): 249/331 kB | 172/314 kB | 52/109 kB | 37/153 kB | 20/174 kB
Progress (5): 249/331 kB | 172/314 kB | 52/109 kB | 37/153 kB | 24/174 kB
Progress (5): 249/331 kB | 172/314 kB | 52/109 kB | 41/153 kB | 24/174 kB
Progress (5): 249/331 kB | 172/314 kB | 52/109 kB | 41/153 kB | 28/174 kB
Progress (5): 249/331 kB | 176/314 kB | 52/109 kB | 41/153 kB | 28/174 kB
Progress (5): 249/331 kB | 176/314 kB | 56/109 kB | 41/153 kB | 28/174 kB
Progress (5): 253/331 kB | 176/314 kB | 56/109 kB | 41/153 kB | 28/174 kB
Progress (5): 253/331 kB | 176/314 kB | 60/109 kB | 41/153 kB | 28/174 kB
Progress (5): 253/331 kB | 180/314 kB | 60/109 kB | 41/153 kB | 28/174 kB
Progress (5): 253/331 kB | 180/314 kB | 60/109 kB | 41/153 kB | 32/174 kB
Progress (5): 253/331 kB | 180/314 kB | 60/109 kB | 45/153 kB | 32/174 kB
Progress (5): 253/331 kB | 180/314 kB | 60/109 kB | 45/153 kB | 33/174 kB
Progress (5): 253/331 kB | 184/314 kB | 60/109 kB | 45/153 kB | 33/174 kB
Progress (5): 257/331 kB | 184/314 kB | 60/109 kB | 45/153 kB | 33/174 kB
Progress (5): 257/331 kB | 184/314 kB | 64/109 kB | 45/153 kB | 33/174 kB
Progress (5): 261/331 kB | 184/314 kB | 64/109 kB | 45/153 kB | 33/174 kB
Progress (5): 261/331 kB | 188/314 kB | 64/109 kB | 45/153 kB | 33/174 kB
Progress (5): 261/331 kB | 188/314 kB | 64/109 kB | 45/153 kB | 37/174 kB
Progress (5): 261/331 kB | 188/314 kB | 64/109 kB | 49/153 kB | 37/174 kB
Progress (5): 261/331 kB | 188/314 kB | 64/109 kB | 49/153 kB | 41/174 kB
Progress (5): 261/331 kB | 192/314 kB | 64/109 kB | 49/153 kB | 41/174 kB
Progress (5): 262/331 kB | 192/314 kB | 64/109 kB | 49/153 kB | 41/174 kB
Progress (5): 262/331 kB | 192/314 kB | 66/109 kB | 49/153 kB | 41/174 kB
Progress (5): 266/331 kB | 192/314 kB | 66/109 kB | 49/153 kB | 41/174 kB
Progress (5): 266/331 kB | 192/314 kB | 66/109 kB | 49/153 kB | 45/174 kB
Progress (5): 266/331 kB | 196/314 kB | 66/109 kB | 49/153 kB | 45/174 kB
Progress (5): 266/331 kB | 196/314 kB | 66/109 kB | 53/153 kB | 45/174 kB
Progress (5): 266/331 kB | 197/314 kB | 66/109 kB | 53/153 kB | 45/174 kB
Progress (5): 266/331 kB | 197/314 kB | 66/109 kB | 53/153 kB | 49/174 kB
Progress (5): 270/331 kB | 197/314 kB | 66/109 kB | 53/153 kB | 49/174 kB
Progress (5): 270/331 kB | 197/314 kB | 70/109 kB | 53/153 kB | 49/174 kB
Progress (5): 270/331 kB | 197/314 kB | 70/109 kB | 53/153 kB | 53/174 kB
Progress (5): 270/331 kB | 201/314 kB | 70/109 kB | 53/153 kB | 53/174 kB
Progress (5): 270/331 kB | 201/314 kB | 70/109 kB | 57/153 kB | 53/174 kB
Progress (5): 270/331 kB | 205/314 kB | 70/109 kB | 57/153 kB | 53/174 kB
Progress (5): 270/331 kB | 205/314 kB | 70/109 kB | 61/153 kB | 53/174 kB
Progress (5): 270/331 kB | 205/314 kB | 70/109 kB | 61/153 kB | 57/174 kB
Progress (5): 270/331 kB | 205/314 kB | 74/109 kB | 61/153 kB | 57/174 kB
Progress (5): 270/331 kB | 205/314 kB | 74/109 kB | 61/153 kB | 61/174 kB
Progress (5): 274/331 kB | 205/314 kB | 74/109 kB | 61/153 kB | 61/174 kB
Progress (5): 274/331 kB | 205/314 kB | 74/109 kB | 61/153 kB | 65/174 kB
Progress (5): 274/331 kB | 205/314 kB | 78/109 kB | 61/153 kB | 65/174 kB
Progress (5): 274/331 kB | 205/314 kB | 78/109 kB | 65/153 kB | 65/174 kB
Progress (5): 274/331 kB | 209/314 kB | 78/109 kB | 65/153 kB | 65/174 kB
Progress (5): 274/331 kB | 209/314 kB | 78/109 kB | 65/153 kB | 69/174 kB
Progress (5): 274/331 kB | 209/314 kB | 82/109 kB | 65/153 kB | 69/174 kB
Progress (5): 278/331 kB | 209/314 kB | 82/109 kB | 65/153 kB | 69/174 kB
Progress (5): 278/331 kB | 209/314 kB | 86/109 kB | 65/153 kB | 69/174 kB
Progress (5): 278/331 kB | 209/314 kB | 86/109 kB | 65/153 kB | 73/174 kB
Progress (5): 278/331 kB | 213/314 kB | 86/109 kB | 65/153 kB | 73/174 kB
Progress (5): 278/331 kB | 213/314 kB | 86/109 kB | 69/153 kB | 73/174 kB
Progress (5): 278/331 kB | 217/314 kB | 86/109 kB | 69/153 kB | 73/174 kB
Progress (5): 278/331 kB | 217/314 kB | 86/109 kB | 69/153 kB | 77/174 kB
Progress (5): 278/331 kB | 217/314 kB | 86/109 kB | 69/153 kB | 81/174 kB
Progress (5): 282/331 kB | 217/314 kB | 86/109 kB | 69/153 kB | 81/174 kB
Progress (5): 282/331 kB | 217/314 kB | 90/109 kB | 69/153 kB | 81/174 kB
Progress (5): 286/331 kB | 217/314 kB | 90/109 kB | 69/153 kB | 81/174 kB
Progress (5): 286/331 kB | 217/314 kB | 90/109 kB | 69/153 kB | 85/174 kB
Progress (5): 286/331 kB | 221/314 kB | 90/109 kB | 69/153 kB | 85/174 kB
Progress (5): 286/331 kB | 221/314 kB | 90/109 kB | 73/153 kB | 85/174 kB
Progress (5): 286/331 kB | 225/314 kB | 90/109 kB | 73/153 kB | 85/174 kB
Progress (5): 286/331 kB | 225/314 kB | 90/109 kB | 73/153 kB | 89/174 kB
Progress (5): 290/331 kB | 225/314 kB | 90/109 kB | 73/153 kB | 89/174 kB
Progress (5): 290/331 kB | 225/314 kB | 94/109 kB | 73/153 kB | 89/174 kB
Progress (5): 294/331 kB | 225/314 kB | 94/109 kB | 73/153 kB | 89/174 kB
Progress (5): 294/331 kB | 225/314 kB | 94/109 kB | 73/153 kB | 93/174 kB
Progress (5): 294/331 kB | 225/314 kB | 94/109 kB | 77/153 kB | 93/174 kB
Progress (5): 294/331 kB | 229/314 kB | 94/109 kB | 77/153 kB | 93/174 kB
Progress (5): 294/331 kB | 229/314 kB | 94/109 kB | 81/153 kB | 93/174 kB
Progress (5): 294/331 kB | 229/314 kB | 94/109 kB | 81/153 kB | 97/174 kB
Progress (5): 294/331 kB | 229/314 kB | 94/109 kB | 85/153 kB | 97/174 kB
Progress (5): 295/331 kB | 229/314 kB | 94/109 kB | 85/153 kB | 97/174 kB
Progress (5): 295/331 kB | 229/314 kB | 98/109 kB | 85/153 kB | 97/174 kB
Progress (5): 299/331 kB | 229/314 kB | 98/109 kB | 85/153 kB | 97/174 kB
Progress (5): 299/331 kB | 229/314 kB | 98/109 kB | 89/153 kB | 97/174 kB
Progress (5): 299/331 kB | 229/314 kB | 98/109 kB | 89/153 kB | 101/174 kB
Progress (5): 299/331 kB | 229/314 kB | 98/109 kB | 93/153 kB | 101/174 kB
Progress (5): 299/331 kB | 233/314 kB | 98/109 kB | 93/153 kB | 101/174 kB
Progress (5): 299/331 kB | 233/314 kB | 98/109 kB | 97/153 kB | 101/174 kB
Progress (5): 299/331 kB | 233/314 kB | 98/109 kB | 97/153 kB | 105/174 kB
Progress (5): 303/331 kB | 233/314 kB | 98/109 kB | 97/153 kB | 105/174 kB
Progress (5): 303/331 kB | 233/314 kB | 98/109 kB | 97/153 kB | 109/174 kB
Progress (5): 307/331 kB | 233/314 kB | 98/109 kB | 97/153 kB | 109/174 kB
Progress (5): 307/331 kB | 233/314 kB | 102/109 kB | 97/153 kB | 109/174 kB
Progress (5): 311/331 kB | 233/314 kB | 102/109 kB | 97/153 kB | 109/174 kB
Progress (5): 311/331 kB | 233/314 kB | 102/109 kB | 97/153 kB | 113/174 kB
Progress (5): 311/331 kB | 233/314 kB | 102/109 kB | 101/153 kB | 113/174 kB
Progress (5): 311/331 kB | 237/314 kB | 102/109 kB | 101/153 kB | 113/174 kB
Progress (5): 311/331 kB | 237/314 kB | 102/109 kB | 105/153 kB | 113/174 kB
Progress (5): 311/331 kB | 237/314 kB | 102/109 kB | 105/153 kB | 117/174 kB
Progress (5): 311/331 kB | 237/314 kB | 102/109 kB | 105/153 kB | 121/174 kB
Progress (5): 315/331 kB | 237/314 kB | 102/109 kB | 105/153 kB | 121/174 kB
Progress (5): 315/331 kB | 237/314 kB | 106/109 kB | 105/153 kB | 121/174 kB
Progress (5): 319/331 kB | 237/314 kB | 106/109 kB | 105/153 kB | 121/174 kB
Progress (5): 319/331 kB | 237/314 kB | 106/109 kB | 105/153 kB | 125/174 kB
Progress (5): 319/331 kB | 237/314 kB | 106/109 kB | 109/153 kB | 125/174 kB
Progress (5): 319/331 kB | 241/314 kB | 106/109 kB | 109/153 kB | 125/174 kB
Progress (5): 319/331 kB | 241/314 kB | 106/109 kB | 113/153 kB | 125/174 kB
Progress (5): 319/331 kB | 241/314 kB | 106/109 kB | 113/153 kB | 129/174 kB
Progress (5): 319/331 kB | 241/314 kB | 106/109 kB | 117/153 kB | 129/174 kB
Progress (5): 319/331 kB | 241/314 kB | 106/109 kB | 121/153 kB | 129/174 kB
Progress (5): 323/331 kB | 241/314 kB | 106/109 kB | 121/153 kB | 129/174 kB
Progress (5): 323/331 kB | 241/314 kB | 109 kB | 121/153 kB | 129/174 kB    
Progress (5): 327/331 kB | 241/314 kB | 109 kB | 121/153 kB | 129/174 kB
Progress (5): 327/331 kB | 241/314 kB | 109 kB | 125/153 kB | 129/174 kB
Progress (5): 327/331 kB | 241/314 kB | 109 kB | 125/153 kB | 133/174 kB
Progress (5): 327/331 kB | 245/314 kB | 109 kB | 125/153 kB | 133/174 kB
Progress (5): 327/331 kB | 245/314 kB | 109 kB | 125/153 kB | 137/174 kB
Progress (5): 327/331 kB | 245/314 kB | 109 kB | 129/153 kB | 137/174 kB
Progress (5): 331/331 kB | 245/314 kB | 109 kB | 129/153 kB | 137/174 kB
Progress (5): 331 kB | 245/314 kB | 109 kB | 129/153 kB | 137/174 kB    
Progress (5): 331 kB | 245/314 kB | 109 kB | 133/153 kB | 137/174 kB
Progress (5): 331 kB | 245/314 kB | 109 kB | 133/153 kB | 141/174 kB
Progress (5): 331 kB | 249/314 kB | 109 kB | 133/153 kB | 141/174 kB
Progress (5): 331 kB | 249/314 kB | 109 kB | 133/153 kB | 145/174 kB
Progress (5): 331 kB | 249/314 kB | 109 kB | 137/153 kB | 145/174 kB
Progress (5): 331 kB | 253/314 kB | 109 kB | 137/153 kB | 145/174 kB
Progress (5): 331 kB | 253/314 kB | 109 kB | 137/153 kB | 149/174 kB
Progress (5): 331 kB | 253/314 kB | 109 kB | 141/153 kB | 149/174 kB
Progress (5): 331 kB | 253/314 kB | 109 kB | 145/153 kB | 149/174 kB
Progress (5): 331 kB | 253/314 kB | 109 kB | 145/153 kB | 153/174 kB
Progress (5): 331 kB | 253/314 kB | 109 kB | 149/153 kB | 153/174 kB
Progress (5): 331 kB | 257/314 kB | 109 kB | 149/153 kB | 153/174 kB
Progress (5): 331 kB | 257/314 kB | 109 kB | 153/153 kB | 153/174 kB
Progress (5): 331 kB | 257/314 kB | 109 kB | 153/153 kB | 157/174 kB
Progress (5): 331 kB | 257/314 kB | 109 kB | 153 kB | 157/174 kB    
Progress (5): 331 kB | 261/314 kB | 109 kB | 153 kB | 157/174 kB
Progress (5): 331 kB | 261/314 kB | 109 kB | 153 kB | 161/174 kB
Progress (5): 331 kB | 265/314 kB | 109 kB | 153 kB | 161/174 kB
Progress (5): 331 kB | 265/314 kB | 109 kB | 153 kB | 165/174 kB
Progress (5): 331 kB | 269/314 kB | 109 kB | 153 kB | 165/174 kB
Progress (5): 331 kB | 269/314 kB | 109 kB | 153 kB | 169/174 kB
Progress (5): 331 kB | 273/314 kB | 109 kB | 153 kB | 169/174 kB
Progress (5): 331 kB | 273/314 kB | 109 kB | 153 kB | 173/174 kB
Progress (5): 331 kB | 277/314 kB | 109 kB | 153 kB | 173/174 kB
Progress (5): 331 kB | 277/314 kB | 109 kB | 153 kB | 174 kB    
Progress (5): 331 kB | 281/314 kB | 109 kB | 153 kB | 174 kB
Progress (5): 331 kB | 285/314 kB | 109 kB | 153 kB | 174 kB
Progress (5): 331 kB | 289/314 kB | 109 kB | 153 kB | 174 kB
Progress (5): 331 kB | 293/314 kB | 109 kB | 153 kB | 174 kB
Progress (5): 331 kB | 297/314 kB | 109 kB | 153 kB | 174 kB
Progress (5): 331 kB | 301/314 kB | 109 kB | 153 kB | 174 kB
Progress (5): 331 kB | 305/314 kB | 109 kB | 153 kB | 174 kB
Progress (5): 331 kB | 309/314 kB | 109 kB | 153 kB | 174 kB
Progress (5): 331 kB | 313/314 kB | 109 kB | 153 kB | 174 kB
Progress (5): 331 kB | 314 kB | 109 kB | 153 kB | 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 400 kB/s)
14:42:57 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
14:42:57 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.jar (331 kB at 1.2 MB/s)
14:42:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
14:42:57 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar (153 kB at 555 kB/s)
14:42:57 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
14:42:57 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.1 MB/s)
14:42:57 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
14:42:57 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 613 kB/s)
14:42:57 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
14:42:57 Progress (1): 4.1/450 kB
Progress (1): 7.7/450 kB
Progress (1): 12/450 kB 
Progress (1): 16/450 kB
Progress (1): 20/450 kB
Progress (1): 24/450 kB
Progress (1): 28/450 kB
Progress (1): 32/450 kB
Progress (1): 33/450 kB
Progress (1): 37/450 kB
Progress (1): 41/450 kB
Progress (1): 45/450 kB
Progress (1): 49/450 kB
Progress (1): 53/450 kB
Progress (1): 57/450 kB
Progress (1): 61/450 kB
Progress (1): 65/450 kB
Progress (1): 66/450 kB
Progress (1): 70/450 kB
Progress (1): 74/450 kB
Progress (2): 74/450 kB | 4.1/7.9 kB
Progress (2): 78/450 kB | 4.1/7.9 kB
Progress (2): 78/450 kB | 7.7/7.9 kB
Progress (2): 78/450 kB | 7.9 kB    
Progress (2): 82/450 kB | 7.9 kB
Progress (2): 86/450 kB | 7.9 kB
Progress (2): 90/450 kB | 7.9 kB
Progress (2): 94/450 kB | 7.9 kB
Progress (2): 98/450 kB | 7.9 kB
Progress (3): 98/450 kB | 7.9 kB | 4.1/262 kB
Progress (3): 98/450 kB | 7.9 kB | 4.1/262 kB
Progress (3): 98/450 kB | 7.9 kB | 7.7/262 kB
Progress (3): 102/450 kB | 7.9 kB | 7.7/262 kB
Progress (3): 102/450 kB | 7.9 kB | 12/262 kB 
Progress (3): 106/450 kB | 7.9 kB | 12/262 kB
Progress (3): 106/450 kB | 7.9 kB | 16/262 kB
Progress (3): 110/450 kB | 7.9 kB | 16/262 kB
Progress (3): 110/450 kB | 7.9 kB | 20/262 kB
Progress (3): 110/450 kB | 7.9 kB | 24/262 kB
Progress (3): 114/450 kB | 7.9 kB | 24/262 kB
Progress (3): 114/450 kB | 7.9 kB | 28/262 kB
Progress (3): 114/450 kB | 7.9 kB | 32/262 kB
Progress (3): 118/450 kB | 7.9 kB | 32/262 kB
Progress (3): 118/450 kB | 7.9 kB | 33/262 kB
Progress (3): 122/450 kB | 7.9 kB | 33/262 kB
Progress (3): 122/450 kB | 7.9 kB | 37/262 kB
Progress (3): 122/450 kB | 7.9 kB | 41/262 kB
Progress (3): 126/450 kB | 7.9 kB | 41/262 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 25 kB/s)
14:42:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar
14:42:57 Progress (2): 130/450 kB | 41/262 kB
Progress (2): 130/450 kB | 45/262 kB
Progress (3): 130/450 kB | 45/262 kB | 0/5.5 MB
Progress (3): 130/450 kB | 49/262 kB | 0/5.5 MB
Progress (3): 131/450 kB | 49/262 kB | 0/5.5 MB
Progress (3): 131/450 kB | 53/262 kB | 0/5.5 MB
Progress (3): 131/450 kB | 57/262 kB | 0/5.5 MB
Progress (3): 131/450 kB | 61/262 kB | 0/5.5 MB
Progress (3): 131/450 kB | 61/262 kB | 0/5.5 MB
Progress (3): 131/450 kB | 65/262 kB | 0/5.5 MB
Progress (3): 135/450 kB | 65/262 kB | 0/5.5 MB
Progress (4): 135/450 kB | 65/262 kB | 0/5.5 MB | 4.1/53 kB
Progress (4): 139/450 kB | 65/262 kB | 0/5.5 MB | 4.1/53 kB
Progress (4): 139/450 kB | 65/262 kB | 0/5.5 MB | 4.1/53 kB
Progress (4): 139/450 kB | 66/262 kB | 0/5.5 MB | 4.1/53 kB
Progress (4): 139/450 kB | 66/262 kB | 0/5.5 MB | 4.1/53 kB
Progress (4): 143/450 kB | 66/262 kB | 0/5.5 MB | 4.1/53 kB
Progress (4): 143/450 kB | 66/262 kB | 0/5.5 MB | 7.7/53 kB
Progress (4): 143/450 kB | 66/262 kB | 0/5.5 MB | 7.7/53 kB
Progress (4): 147/450 kB | 66/262 kB | 0/5.5 MB | 7.7/53 kB
Progress (4): 147/450 kB | 70/262 kB | 0/5.5 MB | 7.7/53 kB
Progress (4): 151/450 kB | 70/262 kB | 0/5.5 MB | 7.7/53 kB
Progress (4): 151/450 kB | 70/262 kB | 0/5.5 MB | 7.7/53 kB
Progress (4): 151/450 kB | 70/262 kB | 0/5.5 MB | 12/53 kB 
Progress (5): 151/450 kB | 70/262 kB | 0/5.5 MB | 12/53 kB | 4.1/445 kB
Progress (5): 155/450 kB | 70/262 kB | 0/5.5 MB | 12/53 kB | 4.1/445 kB
Progress (5): 155/450 kB | 74/262 kB | 0/5.5 MB | 12/53 kB | 4.1/445 kB
Progress (5): 159/450 kB | 74/262 kB | 0/5.5 MB | 12/53 kB | 4.1/445 kB
Progress (5): 159/450 kB | 74/262 kB | 0/5.5 MB | 12/53 kB | 7.7/445 kB
Progress (5): 159/450 kB | 74/262 kB | 0/5.5 MB | 12/53 kB | 7.7/445 kB
Progress (5): 159/450 kB | 74/262 kB | 0/5.5 MB | 16/53 kB | 7.7/445 kB
Progress (5): 159/450 kB | 74/262 kB | 0/5.5 MB | 16/53 kB | 12/445 kB 
Progress (5): 159/450 kB | 74/262 kB | 0/5.5 MB | 16/53 kB | 12/445 kB
Progress (5): 163/450 kB | 74/262 kB | 0/5.5 MB | 16/53 kB | 12/445 kB
Progress (5): 163/450 kB | 78/262 kB | 0/5.5 MB | 16/53 kB | 12/445 kB
Progress (5): 164/450 kB | 78/262 kB | 0/5.5 MB | 16/53 kB | 12/445 kB
Progress (5): 164/450 kB | 78/262 kB | 0/5.5 MB | 16/53 kB | 12/445 kB
Progress (5): 164/450 kB | 78/262 kB | 0/5.5 MB | 16/53 kB | 16/445 kB
Progress (5): 164/450 kB | 78/262 kB | 0/5.5 MB | 20/53 kB | 16/445 kB
Progress (5): 164/450 kB | 78/262 kB | 0/5.5 MB | 20/53 kB | 16/445 kB
Progress (5): 168/450 kB | 78/262 kB | 0/5.5 MB | 20/53 kB | 16/445 kB
Progress (5): 172/450 kB | 78/262 kB | 0/5.5 MB | 20/53 kB | 16/445 kB
Progress (5): 172/450 kB | 82/262 kB | 0/5.5 MB | 20/53 kB | 16/445 kB
Progress (5): 176/450 kB | 82/262 kB | 0/5.5 MB | 20/53 kB | 16/445 kB
Progress (5): 176/450 kB | 82/262 kB | 0/5.5 MB | 20/53 kB | 16/445 kB
Progress (5): 176/450 kB | 82/262 kB | 0/5.5 MB | 20/53 kB | 20/445 kB
Progress (5): 176/450 kB | 82/262 kB | 0/5.5 MB | 24/53 kB | 20/445 kB
Progress (5): 176/450 kB | 82/262 kB | 0/5.5 MB | 24/53 kB | 24/445 kB
Progress (5): 176/450 kB | 82/262 kB | 0/5.5 MB | 24/53 kB | 24/445 kB
Progress (5): 176/450 kB | 86/262 kB | 0/5.5 MB | 24/53 kB | 24/445 kB
Progress (5): 180/450 kB | 86/262 kB | 0/5.5 MB | 24/53 kB | 24/445 kB
Progress (5): 180/450 kB | 90/262 kB | 0/5.5 MB | 24/53 kB | 24/445 kB
Progress (5): 184/450 kB | 90/262 kB | 0/5.5 MB | 24/53 kB | 24/445 kB
Progress (5): 184/450 kB | 90/262 kB | 0/5.5 MB | 24/53 kB | 28/445 kB
Progress (5): 184/450 kB | 90/262 kB | 0/5.5 MB | 24/53 kB | 28/445 kB
Progress (5): 184/450 kB | 90/262 kB | 0/5.5 MB | 28/53 kB | 28/445 kB
Progress (5): 184/450 kB | 90/262 kB | 0/5.5 MB | 28/53 kB | 32/445 kB
Progress (5): 184/450 kB | 94/262 kB | 0/5.5 MB | 28/53 kB | 32/445 kB
Progress (5): 188/450 kB | 94/262 kB | 0/5.5 MB | 28/53 kB | 32/445 kB
Progress (5): 188/450 kB | 98/262 kB | 0/5.5 MB | 28/53 kB | 32/445 kB
Progress (5): 188/450 kB | 98/262 kB | 0/5.5 MB | 28/53 kB | 36/445 kB
Progress (5): 188/450 kB | 98/262 kB | 0.1/5.5 MB | 28/53 kB | 36/445 kB
Progress (5): 188/450 kB | 98/262 kB | 0.1/5.5 MB | 32/53 kB | 36/445 kB
Progress (5): 188/450 kB | 98/262 kB | 0.1/5.5 MB | 32/53 kB | 36/445 kB
Progress (5): 188/450 kB | 98/262 kB | 0.1/5.5 MB | 32/53 kB | 40/445 kB
Progress (5): 188/450 kB | 98/262 kB | 0.1/5.5 MB | 32/53 kB | 40/445 kB
Progress (5): 192/450 kB | 98/262 kB | 0.1/5.5 MB | 32/53 kB | 40/445 kB
Progress (5): 192/450 kB | 102/262 kB | 0.1/5.5 MB | 32/53 kB | 40/445 kB
Progress (5): 192/450 kB | 102/262 kB | 0.1/5.5 MB | 32/53 kB | 44/445 kB
Progress (5): 192/450 kB | 102/262 kB | 0.1/5.5 MB | 32/53 kB | 44/445 kB
Progress (5): 192/450 kB | 102/262 kB | 0.1/5.5 MB | 36/53 kB | 44/445 kB
Progress (5): 192/450 kB | 102/262 kB | 0.1/5.5 MB | 36/53 kB | 44/445 kB
Progress (5): 192/450 kB | 102/262 kB | 0.1/5.5 MB | 36/53 kB | 48/445 kB
Progress (5): 192/450 kB | 106/262 kB | 0.1/5.5 MB | 36/53 kB | 48/445 kB
Progress (5): 196/450 kB | 106/262 kB | 0.1/5.5 MB | 36/53 kB | 48/445 kB
Progress (5): 196/450 kB | 106/262 kB | 0.1/5.5 MB | 36/53 kB | 52/445 kB
Progress (5): 196/450 kB | 106/262 kB | 0.1/5.5 MB | 36/53 kB | 52/445 kB
Progress (5): 196/450 kB | 106/262 kB | 0.1/5.5 MB | 40/53 kB | 52/445 kB
Progress (5): 196/450 kB | 106/262 kB | 0.1/5.5 MB | 40/53 kB | 56/445 kB
Progress (5): 196/450 kB | 106/262 kB | 0.1/5.5 MB | 44/53 kB | 56/445 kB
Progress (5): 197/450 kB | 106/262 kB | 0.1/5.5 MB | 44/53 kB | 56/445 kB
Progress (5): 197/450 kB | 110/262 kB | 0.1/5.5 MB | 44/53 kB | 56/445 kB
Progress (5): 201/450 kB | 110/262 kB | 0.1/5.5 MB | 44/53 kB | 56/445 kB
Progress (5): 201/450 kB | 110/262 kB | 0.1/5.5 MB | 48/53 kB | 56/445 kB
Progress (5): 201/450 kB | 110/262 kB | 0.1/5.5 MB | 48/53 kB | 60/445 kB
Progress (5): 201/450 kB | 110/262 kB | 0.1/5.5 MB | 48/53 kB | 60/445 kB
Progress (5): 201/450 kB | 110/262 kB | 0.1/5.5 MB | 48/53 kB | 64/445 kB
Progress (5): 201/450 kB | 110/262 kB | 0.1/5.5 MB | 52/53 kB | 64/445 kB
Progress (5): 205/450 kB | 110/262 kB | 0.1/5.5 MB | 52/53 kB | 64/445 kB
Progress (5): 205/450 kB | 114/262 kB | 0.1/5.5 MB | 52/53 kB | 64/445 kB
Progress (5): 209/450 kB | 114/262 kB | 0.1/5.5 MB | 52/53 kB | 64/445 kB
Progress (5): 209/450 kB | 114/262 kB | 0.1/5.5 MB | 52/53 kB | 68/445 kB
Progress (5): 209/450 kB | 114/262 kB | 0.1/5.5 MB | 53 kB | 68/445 kB   
Progress (5): 209/450 kB | 114/262 kB | 0.1/5.5 MB | 53 kB | 68/445 kB
Progress (5): 209/450 kB | 114/262 kB | 0.1/5.5 MB | 53 kB | 72/445 kB
Progress (5): 213/450 kB | 114/262 kB | 0.1/5.5 MB | 53 kB | 72/445 kB
Progress (5): 213/450 kB | 118/262 kB | 0.1/5.5 MB | 53 kB | 72/445 kB
Progress (5): 217/450 kB | 118/262 kB | 0.1/5.5 MB | 53 kB | 72/445 kB
Progress (5): 217/450 kB | 118/262 kB | 0.1/5.5 MB | 53 kB | 76/445 kB
Progress (5): 217/450 kB | 118/262 kB | 0.1/5.5 MB | 53 kB | 76/445 kB
Progress (5): 217/450 kB | 118/262 kB | 0.1/5.5 MB | 53 kB | 80/445 kB
Progress (5): 221/450 kB | 118/262 kB | 0.1/5.5 MB | 53 kB | 80/445 kB
Progress (5): 221/450 kB | 122/262 kB | 0.1/5.5 MB | 53 kB | 80/445 kB
Progress (5): 225/450 kB | 122/262 kB | 0.1/5.5 MB | 53 kB | 80/445 kB
Progress (5): 225/450 kB | 122/262 kB | 0.1/5.5 MB | 53 kB | 84/445 kB
Progress (5): 225/450 kB | 122/262 kB | 0.1/5.5 MB | 53 kB | 88/445 kB
Progress (5): 225/450 kB | 122/262 kB | 0.1/5.5 MB | 53 kB | 88/445 kB
Progress (5): 225/450 kB | 122/262 kB | 0.1/5.5 MB | 53 kB | 92/445 kB
Progress (5): 229/450 kB | 122/262 kB | 0.1/5.5 MB | 53 kB | 92/445 kB
Progress (5): 229/450 kB | 126/262 kB | 0.1/5.5 MB | 53 kB | 92/445 kB
Progress (5): 233/450 kB | 126/262 kB | 0.1/5.5 MB | 53 kB | 92/445 kB
Progress (5): 233/450 kB | 126/262 kB | 0.1/5.5 MB | 53 kB | 92/445 kB
Progress (5): 233/450 kB | 126/262 kB | 0.1/5.5 MB | 53 kB | 96/445 kB
Progress (5): 233/450 kB | 126/262 kB | 0.1/5.5 MB | 53 kB | 96/445 kB
Progress (5): 237/450 kB | 126/262 kB | 0.1/5.5 MB | 53 kB | 96/445 kB
Progress (5): 237/450 kB | 130/262 kB | 0.1/5.5 MB | 53 kB | 96/445 kB
Progress (5): 241/450 kB | 130/262 kB | 0.1/5.5 MB | 53 kB | 96/445 kB
Progress (5): 241/450 kB | 131/262 kB | 0.1/5.5 MB | 53 kB | 96/445 kB
Progress (5): 241/450 kB | 131/262 kB | 0.1/5.5 MB | 53 kB | 96/445 kB
Progress (5): 241/450 kB | 131/262 kB | 0.1/5.5 MB | 53 kB | 100/445 kB
Progress (5): 241/450 kB | 131/262 kB | 0.1/5.5 MB | 53 kB | 100/445 kB
Progress (5): 241/450 kB | 135/262 kB | 0.1/5.5 MB | 53 kB | 100/445 kB
Progress (5): 245/450 kB | 135/262 kB | 0.1/5.5 MB | 53 kB | 100/445 kB
Progress (5): 245/450 kB | 139/262 kB | 0.1/5.5 MB | 53 kB | 100/445 kB
Progress (5): 249/450 kB | 139/262 kB | 0.1/5.5 MB | 53 kB | 100/445 kB
Progress (5): 249/450 kB | 143/262 kB | 0.1/5.5 MB | 53 kB | 100/445 kB
Progress (5): 249/450 kB | 143/262 kB | 0.1/5.5 MB | 53 kB | 100/445 kB
Progress (5): 249/450 kB | 143/262 kB | 0.1/5.5 MB | 53 kB | 104/445 kB
Progress (5): 249/450 kB | 147/262 kB | 0.1/5.5 MB | 53 kB | 104/445 kB
Progress (5): 253/450 kB | 147/262 kB | 0.1/5.5 MB | 53 kB | 104/445 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (53 kB at 135 kB/s)
14:42:57 Progress (4): 257/450 kB | 147/262 kB | 0.1/5.5 MB | 104/445 kB
Progress (4): 257/450 kB | 151/262 kB | 0.1/5.5 MB | 104/445 kB
Progress (4): 257/450 kB | 151/262 kB | 0.1/5.5 MB | 108/445 kB
Progress (4): 257/450 kB | 151/262 kB | 0.1/5.5 MB | 108/445 kB
Progress (4): 257/450 kB | 151/262 kB | 0.1/5.5 MB | 112/445 kB
Progress (4): 257/450 kB | 155/262 kB | 0.1/5.5 MB | 112/445 kB
Progress (4): 261/450 kB | 155/262 kB | 0.1/5.5 MB | 112/445 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar
14:42:57 Progress (4): 262/450 kB | 155/262 kB | 0.1/5.5 MB | 112/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 112/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 116/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 120/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 124/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 128/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 132/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 136/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 140/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 140/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 144/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 144/445 kB
Progress (4): 262/450 kB | 159/262 kB | 0.1/5.5 MB | 148/445 kB
Progress (4): 262/450 kB | 163/262 kB | 0.1/5.5 MB | 148/445 kB
Progress (4): 266/450 kB | 163/262 kB | 0.1/5.5 MB | 148/445 kB
Progress (4): 266/450 kB | 164/262 kB | 0.1/5.5 MB | 148/445 kB
Progress (4): 266/450 kB | 164/262 kB | 0.1/5.5 MB | 152/445 kB
Progress (4): 266/450 kB | 164/262 kB | 0.1/5.5 MB | 152/445 kB
Progress (5): 266/450 kB | 164/262 kB | 0.1/5.5 MB | 152/445 kB | 4.1/43 kB
Progress (5): 266/450 kB | 164/262 kB | 0.1/5.5 MB | 152/445 kB | 4.1/43 kB
Progress (5): 266/450 kB | 164/262 kB | 0.1/5.5 MB | 156/445 kB | 4.1/43 kB
Progress (5): 266/450 kB | 168/262 kB | 0.1/5.5 MB | 156/445 kB | 4.1/43 kB
Progress (5): 270/450 kB | 168/262 kB | 0.1/5.5 MB | 156/445 kB | 4.1/43 kB
Progress (5): 270/450 kB | 172/262 kB | 0.1/5.5 MB | 156/445 kB | 4.1/43 kB
Progress (5): 274/450 kB | 172/262 kB | 0.1/5.5 MB | 156/445 kB | 4.1/43 kB
Progress (5): 274/450 kB | 172/262 kB | 0.1/5.5 MB | 160/445 kB | 4.1/43 kB
Progress (5): 274/450 kB | 172/262 kB | 0.1/5.5 MB | 160/445 kB | 4.1/43 kB
Progress (5): 274/450 kB | 172/262 kB | 0.1/5.5 MB | 160/445 kB | 7.7/43 kB
Progress (5): 274/450 kB | 172/262 kB | 0.1/5.5 MB | 160/445 kB | 7.7/43 kB
Progress (5): 274/450 kB | 172/262 kB | 0.1/5.5 MB | 164/445 kB | 7.7/43 kB
Progress (5): 278/450 kB | 172/262 kB | 0.1/5.5 MB | 164/445 kB | 7.7/43 kB
Progress (5): 278/450 kB | 176/262 kB | 0.1/5.5 MB | 164/445 kB | 7.7/43 kB
Progress (5): 282/450 kB | 176/262 kB | 0.1/5.5 MB | 164/445 kB | 7.7/43 kB
Progress (5): 282/450 kB | 176/262 kB | 0.1/5.5 MB | 168/445 kB | 7.7/43 kB
Progress (5): 282/450 kB | 176/262 kB | 0.1/5.5 MB | 168/445 kB | 12/43 kB 
Progress (5): 282/450 kB | 176/262 kB | 0.1/5.5 MB | 168/445 kB | 12/43 kB
Progress (5): 282/450 kB | 176/262 kB | 0.1/5.5 MB | 168/445 kB | 16/43 kB
Progress (5): 282/450 kB | 176/262 kB | 0.1/5.5 MB | 172/445 kB | 16/43 kB
Progress (5): 286/450 kB | 176/262 kB | 0.1/5.5 MB | 172/445 kB | 16/43 kB
Progress (5): 286/450 kB | 180/262 kB | 0.1/5.5 MB | 172/445 kB | 16/43 kB
Progress (5): 290/450 kB | 180/262 kB | 0.1/5.5 MB | 172/445 kB | 16/43 kB
Progress (5): 290/450 kB | 180/262 kB | 0.1/5.5 MB | 172/445 kB | 20/43 kB
Progress (5): 290/450 kB | 180/262 kB | 0.1/5.5 MB | 176/445 kB | 20/43 kB
Progress (5): 290/450 kB | 180/262 kB | 0.1/5.5 MB | 176/445 kB | 20/43 kB
Progress (5): 290/450 kB | 180/262 kB | 0.1/5.5 MB | 176/445 kB | 24/43 kB
Progress (5): 290/450 kB | 184/262 kB | 0.1/5.5 MB | 176/445 kB | 24/43 kB
Progress (5): 294/450 kB | 184/262 kB | 0.1/5.5 MB | 176/445 kB | 24/43 kB
Progress (5): 294/450 kB | 184/262 kB | 0.1/5.5 MB | 176/445 kB | 28/43 kB
Progress (5): 294/450 kB | 188/262 kB | 0.1/5.5 MB | 176/445 kB | 28/43 kB
Progress (5): 294/450 kB | 188/262 kB | 0.1/5.5 MB | 176/445 kB | 28/43 kB
Progress (5): 294/450 kB | 188/262 kB | 0.1/5.5 MB | 180/445 kB | 28/43 kB
Progress (5): 294/450 kB | 188/262 kB | 0.1/5.5 MB | 180/445 kB | 28/43 kB
Progress (5): 294/450 kB | 192/262 kB | 0.1/5.5 MB | 180/445 kB | 28/43 kB
Progress (5): 294/450 kB | 192/262 kB | 0.1/5.5 MB | 180/445 kB | 32/43 kB
Progress (5): 298/450 kB | 192/262 kB | 0.1/5.5 MB | 180/445 kB | 32/43 kB
Progress (5): 298/450 kB | 196/262 kB | 0.1/5.5 MB | 180/445 kB | 32/43 kB
Progress (5): 298/450 kB | 196/262 kB | 0.1/5.5 MB | 180/445 kB | 32/43 kB
Progress (5): 298/450 kB | 196/262 kB | 0.1/5.5 MB | 180/445 kB | 32/43 kB
Progress (5): 298/450 kB | 196/262 kB | 0.1/5.5 MB | 184/445 kB | 32/43 kB
Progress (5): 298/450 kB | 197/262 kB | 0.1/5.5 MB | 184/445 kB | 32/43 kB
Progress (5): 298/450 kB | 197/262 kB | 0.1/5.5 MB | 184/445 kB | 36/43 kB
Progress (5): 302/450 kB | 197/262 kB | 0.1/5.5 MB | 184/445 kB | 36/43 kB
Progress (5): 302/450 kB | 197/262 kB | 0.1/5.5 MB | 184/445 kB | 40/43 kB
Progress (5): 306/450 kB | 197/262 kB | 0.1/5.5 MB | 184/445 kB | 40/43 kB
Progress (5): 306/450 kB | 201/262 kB | 0.1/5.5 MB | 184/445 kB | 40/43 kB
Progress (5): 306/450 kB | 201/262 kB | 0.1/5.5 MB | 188/445 kB | 40/43 kB
Progress (5): 306/450 kB | 201/262 kB | 0.2/5.5 MB | 188/445 kB | 40/43 kB
Progress (5): 306/450 kB | 201/262 kB | 0.2/5.5 MB | 192/445 kB | 40/43 kB
Progress (5): 306/450 kB | 205/262 kB | 0.2/5.5 MB | 192/445 kB | 40/43 kB
Progress (5): 310/450 kB | 205/262 kB | 0.2/5.5 MB | 192/445 kB | 40/43 kB
Progress (5): 310/450 kB | 205/262 kB | 0.2/5.5 MB | 192/445 kB | 43 kB   
Progress (5): 314/450 kB | 205/262 kB | 0.2/5.5 MB | 192/445 kB | 43 kB
Progress (5): 314/450 kB | 209/262 kB | 0.2/5.5 MB | 192/445 kB | 43 kB
Progress (5): 314/450 kB | 209/262 kB | 0.2/5.5 MB | 196/445 kB | 43 kB
Progress (5): 314/450 kB | 209/262 kB | 0.2/5.5 MB | 196/445 kB | 43 kB
Progress (5): 314/450 kB | 209/262 kB | 0.2/5.5 MB | 200/445 kB | 43 kB
Progress (5): 314/450 kB | 213/262 kB | 0.2/5.5 MB | 200/445 kB | 43 kB
Progress (5): 318/450 kB | 213/262 kB | 0.2/5.5 MB | 200/445 kB | 43 kB
Progress (5): 318/450 kB | 213/262 kB | 0.2/5.5 MB | 204/445 kB | 43 kB
Progress (5): 322/450 kB | 213/262 kB | 0.2/5.5 MB | 204/445 kB | 43 kB
Progress (5): 322/450 kB | 213/262 kB | 0.2/5.5 MB | 204/445 kB | 43 kB
Progress (5): 326/450 kB | 213/262 kB | 0.2/5.5 MB | 204/445 kB | 43 kB
Progress (5): 326/450 kB | 213/262 kB | 0.2/5.5 MB | 208/445 kB | 43 kB
Progress (5): 326/450 kB | 217/262 kB | 0.2/5.5 MB | 208/445 kB | 43 kB
Progress (5): 330/450 kB | 217/262 kB | 0.2/5.5 MB | 208/445 kB | 43 kB
Progress (5): 330/450 kB | 217/262 kB | 0.2/5.5 MB | 208/445 kB | 43 kB
Progress (5): 334/450 kB | 217/262 kB | 0.2/5.5 MB | 208/445 kB | 43 kB
Progress (5): 334/450 kB | 221/262 kB | 0.2/5.5 MB | 208/445 kB | 43 kB
Progress (5): 334/450 kB | 221/262 kB | 0.2/5.5 MB | 212/445 kB | 43 kB
Progress (5): 338/450 kB | 221/262 kB | 0.2/5.5 MB | 212/445 kB | 43 kB
Progress (5): 338/450 kB | 221/262 kB | 0.2/5.5 MB | 212/445 kB | 43 kB
Progress (5): 342/450 kB | 221/262 kB | 0.2/5.5 MB | 212/445 kB | 43 kB
Progress (5): 342/450 kB | 221/262 kB | 0.2/5.5 MB | 216/445 kB | 43 kB
Progress (5): 342/450 kB | 225/262 kB | 0.2/5.5 MB | 216/445 kB | 43 kB
Progress (5): 346/450 kB | 225/262 kB | 0.2/5.5 MB | 216/445 kB | 43 kB
Progress (5): 346/450 kB | 225/262 kB | 0.2/5.5 MB | 216/445 kB | 43 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar (43 kB at 90 kB/s)
14:42:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar
14:42:57 Progress (4): 350/450 kB | 225/262 kB | 0.2/5.5 MB | 216/445 kB
Progress (4): 350/450 kB | 229/262 kB | 0.2/5.5 MB | 216/445 kB
Progress (4): 350/450 kB | 229/262 kB | 0.2/5.5 MB | 220/445 kB
Progress (4): 354/450 kB | 229/262 kB | 0.2/5.5 MB | 220/445 kB
Progress (4): 354/450 kB | 229/262 kB | 0.2/5.5 MB | 220/445 kB
Progress (4): 358/450 kB | 229/262 kB | 0.2/5.5 MB | 220/445 kB
Progress (4): 358/450 kB | 233/262 kB | 0.2/5.5 MB | 220/445 kB
Progress (4): 358/450 kB | 233/262 kB | 0.2/5.5 MB | 224/445 kB
Progress (4): 362/450 kB | 233/262 kB | 0.2/5.5 MB | 224/445 kB
Progress (4): 362/450 kB | 237/262 kB | 0.2/5.5 MB | 224/445 kB
Progress (4): 362/450 kB | 237/262 kB | 0.2/5.5 MB | 224/445 kB
Progress (4): 362/450 kB | 241/262 kB | 0.2/5.5 MB | 224/445 kB
Progress (4): 366/450 kB | 241/262 kB | 0.2/5.5 MB | 224/445 kB
Progress (4): 366/450 kB | 241/262 kB | 0.2/5.5 MB | 228/445 kB
Progress (4): 370/450 kB | 241/262 kB | 0.2/5.5 MB | 228/445 kB
Progress (4): 370/450 kB | 245/262 kB | 0.2/5.5 MB | 228/445 kB
Progress (4): 370/450 kB | 245/262 kB | 0.2/5.5 MB | 228/445 kB
Progress (4): 370/450 kB | 249/262 kB | 0.2/5.5 MB | 228/445 kB
Progress (4): 374/450 kB | 249/262 kB | 0.2/5.5 MB | 228/445 kB
Progress (4): 374/450 kB | 249/262 kB | 0.2/5.5 MB | 232/445 kB
Progress (4): 378/450 kB | 249/262 kB | 0.2/5.5 MB | 232/445 kB
Progress (4): 378/450 kB | 249/262 kB | 0.2/5.5 MB | 232/445 kB
Progress (4): 378/450 kB | 253/262 kB | 0.2/5.5 MB | 232/445 kB
Progress (4): 378/450 kB | 253/262 kB | 0.2/5.5 MB | 232/445 kB
Progress (4): 378/450 kB | 253/262 kB | 0.2/5.5 MB | 236/445 kB
Progress (4): 382/450 kB | 253/262 kB | 0.2/5.5 MB | 236/445 kB
Progress (4): 382/450 kB | 253/262 kB | 0.2/5.5 MB | 236/445 kB
Progress (4): 382/450 kB | 253/262 kB | 0.2/5.5 MB | 240/445 kB
Progress (4): 382/450 kB | 257/262 kB | 0.2/5.5 MB | 240/445 kB
Progress (4): 382/450 kB | 257/262 kB | 0.2/5.5 MB | 240/445 kB
Progress (4): 386/450 kB | 257/262 kB | 0.2/5.5 MB | 240/445 kB
Progress (4): 386/450 kB | 257/262 kB | 0.2/5.5 MB | 240/445 kB
Progress (4): 386/450 kB | 261/262 kB | 0.2/5.5 MB | 240/445 kB
Progress (4): 386/450 kB | 261/262 kB | 0.2/5.5 MB | 244/445 kB
Progress (5): 386/450 kB | 261/262 kB | 0.2/5.5 MB | 244/445 kB | 4.1/33 kB
Progress (5): 386/450 kB | 262 kB | 0.2/5.5 MB | 244/445 kB | 4.1/33 kB    
Progress (5): 386/450 kB | 262 kB | 0.2/5.5 MB | 244/445 kB | 4.1/33 kB
Progress (5): 390/450 kB | 262 kB | 0.2/5.5 MB | 244/445 kB | 4.1/33 kB
Progress (5): 390/450 kB | 262 kB | 0.2/5.5 MB | 244/445 kB | 4.1/33 kB
Progress (5): 390/450 kB | 262 kB | 0.2/5.5 MB | 244/445 kB | 7.7/33 kB
Progress (5): 390/450 kB | 262 kB | 0.2/5.5 MB | 248/445 kB | 7.7/33 kB
Progress (5): 390/450 kB | 262 kB | 0.2/5.5 MB | 248/445 kB | 7.7/33 kB
Progress (5): 393/450 kB | 262 kB | 0.2/5.5 MB | 248/445 kB | 7.7/33 kB
Progress (5): 393/450 kB | 262 kB | 0.2/5.5 MB | 248/445 kB | 7.7/33 kB
Progress (5): 393/450 kB | 262 kB | 0.2/5.5 MB | 252/445 kB | 7.7/33 kB
Progress (5): 393/450 kB | 262 kB | 0.2/5.5 MB | 252/445 kB | 12/33 kB 
Progress (5): 393/450 kB | 262 kB | 0.2/5.5 MB | 252/445 kB | 12/33 kB
Progress (5): 393/450 kB | 262 kB | 0.2/5.5 MB | 256/445 kB | 12/33 kB
Progress (5): 397/450 kB | 262 kB | 0.2/5.5 MB | 256/445 kB | 12/33 kB
Progress (5): 397/450 kB | 262 kB | 0.2/5.5 MB | 260/445 kB | 12/33 kB
Progress (5): 397/450 kB | 262 kB | 0.2/5.5 MB | 260/445 kB | 12/33 kB
Progress (5): 397/450 kB | 262 kB | 0.2/5.5 MB | 260/445 kB | 16/33 kB
Progress (5): 397/450 kB | 262 kB | 0.2/5.5 MB | 264/445 kB | 16/33 kB
Progress (5): 401/450 kB | 262 kB | 0.2/5.5 MB | 264/445 kB | 16/33 kB
Progress (5): 401/450 kB | 262 kB | 0.2/5.5 MB | 268/445 kB | 16/33 kB
Progress (5): 401/450 kB | 262 kB | 0.2/5.5 MB | 268/445 kB | 20/33 kB
Progress (5): 401/450 kB | 262 kB | 0.2/5.5 MB | 268/445 kB | 20/33 kB
Progress (5): 401/450 kB | 262 kB | 0.2/5.5 MB | 268/445 kB | 24/33 kB
Progress (5): 401/450 kB | 262 kB | 0.2/5.5 MB | 272/445 kB | 24/33 kB
Progress (5): 405/450 kB | 262 kB | 0.2/5.5 MB | 272/445 kB | 24/33 kB
Progress (5): 405/450 kB | 262 kB | 0.2/5.5 MB | 272/445 kB | 28/33 kB
Progress (5): 405/450 kB | 262 kB | 0.2/5.5 MB | 272/445 kB | 28/33 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 463 kB/s)
14:42:57 Progress (4): 405/450 kB | 0.2/5.5 MB | 272/445 kB | 32/33 kB
Progress (4): 409/450 kB | 0.2/5.5 MB | 272/445 kB | 32/33 kB
Progress (4): 409/450 kB | 0.2/5.5 MB | 276/445 kB | 32/33 kB
Progress (4): 409/450 kB | 0.2/5.5 MB | 276/445 kB | 33 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
14:42:57 Progress (4): 409/450 kB | 0.2/5.5 MB | 276/445 kB | 33 kB
Progress (4): 409/450 kB | 0.2/5.5 MB | 280/445 kB | 33 kB
Progress (4): 413/450 kB | 0.2/5.5 MB | 280/445 kB | 33 kB
Progress (4): 413/450 kB | 0.2/5.5 MB | 280/445 kB | 33 kB
Progress (4): 417/450 kB | 0.2/5.5 MB | 280/445 kB | 33 kB
Progress (4): 417/450 kB | 0.2/5.5 MB | 284/445 kB | 33 kB
Progress (4): 417/450 kB | 0.2/5.5 MB | 284/445 kB | 33 kB
Progress (4): 417/450 kB | 0.2/5.5 MB | 288/445 kB | 33 kB
Progress (4): 421/450 kB | 0.2/5.5 MB | 288/445 kB | 33 kB
Progress (4): 421/450 kB | 0.2/5.5 MB | 288/445 kB | 33 kB
Progress (4): 421/450 kB | 0.2/5.5 MB | 292/445 kB | 33 kB
Progress (4): 425/450 kB | 0.2/5.5 MB | 292/445 kB | 33 kB
Progress (4): 425/450 kB | 0.2/5.5 MB | 296/445 kB | 33 kB
Progress (4): 425/450 kB | 0.2/5.5 MB | 296/445 kB | 33 kB
Progress (4): 429/450 kB | 0.2/5.5 MB | 296/445 kB | 33 kB
Progress (4): 429/450 kB | 0.2/5.5 MB | 300/445 kB | 33 kB
Progress (4): 429/450 kB | 0.2/5.5 MB | 300/445 kB | 33 kB
Progress (4): 433/450 kB | 0.2/5.5 MB | 300/445 kB | 33 kB
Progress (4): 433/450 kB | 0.3/5.5 MB | 300/445 kB | 33 kB
Progress (4): 433/450 kB | 0.3/5.5 MB | 304/445 kB | 33 kB
Progress (4): 437/450 kB | 0.3/5.5 MB | 304/445 kB | 33 kB
Progress (4): 437/450 kB | 0.3/5.5 MB | 304/445 kB | 33 kB
Progress (4): 437/450 kB | 0.3/5.5 MB | 308/445 kB | 33 kB
Progress (4): 441/450 kB | 0.3/5.5 MB | 308/445 kB | 33 kB
Progress (4): 441/450 kB | 0.3/5.5 MB | 312/445 kB | 33 kB
Progress (4): 441/450 kB | 0.3/5.5 MB | 312/445 kB | 33 kB
Progress (4): 445/450 kB | 0.3/5.5 MB | 312/445 kB | 33 kB
Progress (4): 445/450 kB | 0.3/5.5 MB | 312/445 kB | 33 kB
Progress (4): 445/450 kB | 0.3/5.5 MB | 316/445 kB | 33 kB
Progress (4): 449/450 kB | 0.3/5.5 MB | 316/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 57 kB/s)
14:42:57 Progress (3): 450 kB | 0.3/5.5 MB | 316/445 kB
Progress (3): 450 kB | 0.3/5.5 MB | 316/445 kB
Progress (3): 450 kB | 0.3/5.5 MB | 320/445 kB
Progress (3): 450 kB | 0.3/5.5 MB | 320/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
14:42:57 Progress (3): 450 kB | 0.3/5.5 MB | 320/445 kB
Progress (4): 450 kB | 0.3/5.5 MB | 320/445 kB | 4.1/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 324/445 kB | 4.1/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 324/445 kB | 7.7/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 324/445 kB | 7.7/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 324/445 kB | 12/37 kB 
Progress (4): 450 kB | 0.3/5.5 MB | 328/445 kB | 12/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 328/445 kB | 12/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 332/445 kB | 12/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 332/445 kB | 16/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 336/445 kB | 16/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 336/445 kB | 16/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 340/445 kB | 16/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 340/445 kB | 20/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 344/445 kB | 20/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 344/445 kB | 24/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 348/445 kB | 24/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 348/445 kB | 24/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 352/445 kB | 24/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 352/445 kB | 28/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 356/445 kB | 28/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 356/445 kB | 28/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 360/445 kB | 28/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 360/445 kB | 32/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 360/445 kB | 32/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 360/445 kB | 36/37 kB
Progress (4): 450 kB | 0.3/5.5 MB | 364/445 kB | 36/37 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 767 kB/s)
14:42:57 Progress (3): 0.3/5.5 MB | 368/445 kB | 36/37 kB
Progress (3): 0.3/5.5 MB | 368/445 kB | 36/37 kB
Progress (3): 0.3/5.5 MB | 368/445 kB | 37 kB   
Progress (3): 0.3/5.5 MB | 372/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 372/445 kB | 37 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar
14:42:57 Progress (3): 0.3/5.5 MB | 372/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 376/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 376/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 380/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 380/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 384/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 384/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 388/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.3/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.4/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.4/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.4/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.4/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.4/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.4/5.5 MB | 392/445 kB | 37 kB
Progress (3): 0.4/5.5 MB | 396/445 kB | 37 kB
Progress (3): 0.4/5.5 MB | 396/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 56 kB/s)
14:42:57 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
14:42:57 Progress (3): 0.4/5.5 MB | 396/445 kB | 4.1/18 kB
Progress (3): 0.4/5.5 MB | 396/445 kB | 4.1/18 kB
Progress (4): 0.4/5.5 MB | 396/445 kB | 4.1/18 kB | 4.1/22 kB
Progress (4): 0.4/5.5 MB | 400/445 kB | 4.1/18 kB | 4.1/22 kB
Progress (4): 0.4/5.5 MB | 400/445 kB | 4.1/18 kB | 7.7/22 kB
Progress (4): 0.4/5.5 MB | 404/445 kB | 4.1/18 kB | 7.7/22 kB
Progress (4): 0.4/5.5 MB | 404/445 kB | 4.1/18 kB | 12/22 kB 
Progress (4): 0.4/5.5 MB | 404/445 kB | 4.1/18 kB | 12/22 kB
Progress (4): 0.4/5.5 MB | 404/445 kB | 7.7/18 kB | 12/22 kB
Progress (4): 0.4/5.5 MB | 404/445 kB | 7.7/18 kB | 12/22 kB
Progress (4): 0.4/5.5 MB | 404/445 kB | 7.7/18 kB | 16/22 kB
Progress (4): 0.4/5.5 MB | 408/445 kB | 7.7/18 kB | 16/22 kB
Progress (4): 0.4/5.5 MB | 408/445 kB | 7.7/18 kB | 16/22 kB
Progress (4): 0.4/5.5 MB | 408/445 kB | 12/18 kB | 16/22 kB 
Progress (4): 0.4/5.5 MB | 412/445 kB | 12/18 kB | 16/22 kB
Progress (4): 0.4/5.5 MB | 412/445 kB | 12/18 kB | 20/22 kB
Progress (4): 0.4/5.5 MB | 416/445 kB | 12/18 kB | 20/22 kB
Progress (4): 0.4/5.5 MB | 416/445 kB | 12/18 kB | 20/22 kB
Progress (4): 0.4/5.5 MB | 416/445 kB | 16/18 kB | 20/22 kB
Progress (4): 0.4/5.5 MB | 416/445 kB | 16/18 kB | 20/22 kB
Progress (4): 0.4/5.5 MB | 420/445 kB | 16/18 kB | 20/22 kB
Progress (4): 0.4/5.5 MB | 420/445 kB | 16/18 kB | 20/22 kB
Progress (4): 0.4/5.5 MB | 420/445 kB | 16/18 kB | 22 kB   
Progress (4): 0.4/5.5 MB | 420/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 424/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 424/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 424/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 428/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 428/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 432/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 432/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 436/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 436/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 440/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 440/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 444/445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 445 kB | 16/18 kB | 22 kB    
Progress (4): 0.4/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.4/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.5/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.6/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.6/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.6/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.6/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.6/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.6/5.5 MB | 445 kB | 16/18 kB | 22 kB
Progress (4): 0.6/5.5 MB | 445 kB | 16/18 kB | 22 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar (22 kB at 32 kB/s)
14:42:57 Progress (3): 0.6/5.5 MB | 445 kB | 16/18 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
14:42:57 Progress (3): 0.6/5.5 MB | 445 kB | 16/18 kB
Progress (3): 0.6/5.5 MB | 445 kB | 16/18 kB
Progress (3): 0.6/5.5 MB | 445 kB | 16/18 kB
Progress (3): 0.6/5.5 MB | 445 kB | 16/18 kB
Progress (3): 0.6/5.5 MB | 445 kB | 16/18 kB
Progress (3): 0.6/5.5 MB | 445 kB | 16/18 kB
Progress (3): 0.6/5.5 MB | 445 kB | 16/18 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 650 kB/s)
14:42:57 Progress (2): 0.6/5.5 MB | 16/18 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
14:42:57 Progress (2): 0.6/5.5 MB | 16/18 kB
Progress (2): 0.6/5.5 MB | 16/18 kB
Progress (2): 0.6/5.5 MB | 16/18 kB
Progress (2): 0.6/5.5 MB | 16/18 kB
Progress (2): 0.6/5.5 MB | 16/18 kB
Progress (2): 0.6/5.5 MB | 16/18 kB
Progress (2): 0.6/5.5 MB | 16/18 kB
Progress (2): 0.6/5.5 MB | 16/18 kB
Progress (3): 0.6/5.5 MB | 16/18 kB | 4.1/245 kB
Progress (3): 0.6/5.5 MB | 16/18 kB | 4.1/245 kB
Progress (3): 0.6/5.5 MB | 16/18 kB | 7.7/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 7.7/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 7.7/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 12/245 kB 
Progress (3): 0.7/5.5 MB | 16/18 kB | 16/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 16/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 16/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 20/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 24/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 24/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 24/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 28/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 28/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 32/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 32/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 36/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 36/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 40/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 40/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 44/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 44/245 kB
Progress (3): 0.7/5.5 MB | 16/18 kB | 48/245 kB
Progress (4): 0.7/5.5 MB | 16/18 kB | 48/245 kB | 4.1/12 kB
Progress (4): 0.7/5.5 MB | 16/18 kB | 48/245 kB | 4.1/12 kB
Progress (4): 0.7/5.5 MB | 16/18 kB | 48/245 kB | 7.7/12 kB
Progress (4): 0.7/5.5 MB | 16/18 kB | 52/245 kB | 7.7/12 kB
Progress (4): 0.7/5.5 MB | 16/18 kB | 52/245 kB | 12/12 kB 
Progress (4): 0.7/5.5 MB | 16/18 kB | 52/245 kB | 12 kB   
Progress (4): 0.7/5.5 MB | 16/18 kB | 52/245 kB | 12 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 52/245 kB | 12 kB | 4.1/13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 52/245 kB | 12 kB | 4.1/13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 56/245 kB | 12 kB | 4.1/13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 56/245 kB | 12 kB | 4.1/13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 56/245 kB | 12 kB | 7.7/13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 60/245 kB | 12 kB | 7.7/13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 60/245 kB | 12 kB | 7.7/13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 64/245 kB | 12 kB | 7.7/13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 64/245 kB | 12 kB | 12/13 kB 
Progress (5): 0.7/5.5 MB | 16/18 kB | 64/245 kB | 12 kB | 12/13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 68/245 kB | 12 kB | 12/13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 68/245 kB | 12 kB | 13 kB   
Progress (5): 0.7/5.5 MB | 16/18 kB | 72/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 72/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 76/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 76/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 76/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 80/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 80/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 84/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 84/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 88/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 88/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 88/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 92/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 92/245 kB | 12 kB | 13 kB
Progress (5): 0.7/5.5 MB | 16/18 kB | 96/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 96/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 100/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 100/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 104/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 104/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 108/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 108/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 112/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 112/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 116/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 116/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 120/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 120/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 124/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 124/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 128/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 128/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 131/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 131/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 135/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 135/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 139/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 139/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 143/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 143/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 147/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 147/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 151/245 kB | 12 kB | 13 kB
Progress (5): 0.8/5.5 MB | 16/18 kB | 151/245 kB | 12 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 18 kB/s)
14:42:57 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
14:42:57 Progress (4): 0.8/5.5 MB | 16/18 kB | 155/245 kB | 12 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 15 kB/s)
14:42:57 Progress (3): 0.8/5.5 MB | 16/18 kB | 155/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
14:42:57 Progress (3): 0.8/5.5 MB | 16/18 kB | 159/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 159/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 163/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 164/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 164/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 168/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 168/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 172/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 172/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 176/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 176/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 180/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 180/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 184/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 184/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 188/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 188/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 192/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 192/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 196/245 kB
Progress (3): 0.8/5.5 MB | 16/18 kB | 197/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 197/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 197/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 201/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 205/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 205/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 205/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 209/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 213/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 213/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 213/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 217/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 221/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 221/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 221/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 225/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 229/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 229/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 229/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 233/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 233/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 237/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 237/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 241/245 kB
Progress (3): 0.9/5.5 MB | 16/18 kB | 241/245 kB
Progress (4): 0.9/5.5 MB | 16/18 kB | 241/245 kB | 4.1/30 kB
Progress (4): 0.9/5.5 MB | 16/18 kB | 245/245 kB | 4.1/30 kB
Progress (4): 0.9/5.5 MB | 16/18 kB | 245/245 kB | 7.7/30 kB
Progress (4): 0.9/5.5 MB | 16/18 kB | 245/245 kB | 7.7/30 kB
Progress (4): 0.9/5.5 MB | 16/18 kB | 245 kB | 7.7/30 kB    
Progress (4): 0.9/5.5 MB | 16/18 kB | 245 kB | 12/30 kB 
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 12/30 kB | 4.1/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 16/30 kB | 4.1/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 16/30 kB | 4.1/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 16/30 kB | 7.7/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 16/30 kB | 7.7/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 20/30 kB | 7.7/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 20/30 kB | 12/123 kB 
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 24/30 kB | 12/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 24/30 kB | 12/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 28/30 kB | 12/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 28/30 kB | 16/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 16/123 kB   
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 16/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 20/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 20/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 24/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 24/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 28/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 28/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 32/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 32/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 36/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 36/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 40/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 40/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 44/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 44/123 kB
Progress (5): 0.9/5.5 MB | 16/18 kB | 245 kB | 30 kB | 48/123 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 245 kB | 30 kB | 48/123 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 245 kB | 30 kB | 52/123 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 245 kB | 30 kB | 56/123 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 310 kB/s)
14:42:57 Progress (4): 1.0/5.5 MB | 16/18 kB | 30 kB | 56/123 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar
14:42:57 Progress (4): 1.0/5.5 MB | 16/18 kB | 30 kB | 60/123 kB
Progress (4): 1.0/5.5 MB | 16/18 kB | 30 kB | 60/123 kB
Progress (4): 1.0/5.5 MB | 16/18 kB | 30 kB | 64/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 38 kB/s)
14:42:57 Progress (3): 1.0/5.5 MB | 16/18 kB | 68/123 kB
Progress (3): 1.0/5.5 MB | 16/18 kB | 68/123 kB
Progress (3): 1.0/5.5 MB | 16/18 kB | 72/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
14:42:57 Progress (3): 1.0/5.5 MB | 16/18 kB | 76/123 kB
Progress (3): 1.0/5.5 MB | 16/18 kB | 76/123 kB
Progress (3): 1.0/5.5 MB | 16/18 kB | 80/123 kB
Progress (3): 1.0/5.5 MB | 16/18 kB | 80/123 kB
Progress (3): 1.0/5.5 MB | 16/18 kB | 84/123 kB
Progress (3): 1.0/5.5 MB | 16/18 kB | 84/123 kB
Progress (3): 1.0/5.5 MB | 16/18 kB | 88/123 kB
Progress (3): 1.0/5.5 MB | 16/18 kB | 88/123 kB
Progress (3): 1.0/5.5 MB | 16/18 kB | 92/123 kB
Progress (4): 1.0/5.5 MB | 16/18 kB | 92/123 kB | 4.1/155 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 92/123 kB | 4.1/155 kB | 4.1/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 92/123 kB | 4.1/155 kB | 4.1/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 92/123 kB | 4.1/155 kB | 7.7/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 92/123 kB | 4.1/155 kB | 7.7/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 92/123 kB | 4.1/155 kB | 12/57 kB 
Progress (5): 1.0/5.5 MB | 16/18 kB | 92/123 kB | 4.1/155 kB | 16/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 92/123 kB | 7.7/155 kB | 16/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 96/123 kB | 7.7/155 kB | 16/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 96/123 kB | 7.7/155 kB | 20/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 96/123 kB | 7.7/155 kB | 20/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 96/123 kB | 7.7/155 kB | 24/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 100/123 kB | 7.7/155 kB | 24/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 100/123 kB | 7.7/155 kB | 28/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 100/123 kB | 7.7/155 kB | 32/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 100/123 kB | 12/155 kB | 32/57 kB 
Progress (5): 1.0/5.5 MB | 16/18 kB | 100/123 kB | 12/155 kB | 36/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 104/123 kB | 12/155 kB | 36/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 104/123 kB | 12/155 kB | 36/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 104/123 kB | 12/155 kB | 40/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 104/123 kB | 16/155 kB | 40/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 104/123 kB | 16/155 kB | 44/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 104/123 kB | 16/155 kB | 44/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 108/123 kB | 16/155 kB | 44/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 108/123 kB | 16/155 kB | 48/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 108/123 kB | 20/155 kB | 48/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 108/123 kB | 20/155 kB | 52/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 108/123 kB | 20/155 kB | 52/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 112/123 kB | 20/155 kB | 52/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 112/123 kB | 20/155 kB | 52/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 112/123 kB | 20/155 kB | 56/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 112/123 kB | 20/155 kB | 56/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 112/123 kB | 20/155 kB | 56/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 112/123 kB | 24/155 kB | 56/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 112/123 kB | 24/155 kB | 56/57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 112/123 kB | 24/155 kB | 57 kB   
Progress (5): 1.0/5.5 MB | 16/18 kB | 116/123 kB | 24/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 116/123 kB | 28/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 116/123 kB | 28/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 116/123 kB | 32/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 120/123 kB | 32/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 120/123 kB | 32/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 32/155 kB | 57 kB    
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 36/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 36/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 40/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 40/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 44/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 44/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 48/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 48/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 52/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 52/155 kB | 57 kB
Progress (5): 1.0/5.5 MB | 16/18 kB | 123 kB | 56/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 16/18 kB | 123 kB | 56/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 16/18 kB | 123 kB | 60/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 16/18 kB | 123 kB | 60/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 16/18 kB | 123 kB | 64/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 64/155 kB | 57 kB   
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 64/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 68/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 68/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 72/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 72/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 76/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 76/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 80/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 80/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 84/155 kB | 57 kB
Progress (5): 1.1/5.5 MB | 18 kB | 123 kB | 84/155 kB | 57 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 65 kB/s)
14:42:57 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
14:42:57 Progress (4): 1.1/5.5 MB | 18 kB | 123 kB | 88/155 kB
Progress (4): 1.1/5.5 MB | 18 kB | 123 kB | 88/155 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 140 kB/s)
14:42:57 Progress (3): 1.1/5.5 MB | 18 kB | 88/155 kB
Progress (3): 1.1/5.5 MB | 18 kB | 92/155 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
14:42:57 Progress (3): 1.1/5.5 MB | 18 kB | 92/155 kB
Progress (3): 1.1/5.5 MB | 18 kB | 96/155 kB
Progress (3): 1.1/5.5 MB | 18 kB | 96/155 kB
Progress (3): 1.1/5.5 MB | 18 kB | 100/155 kB
Progress (3): 1.1/5.5 MB | 18 kB | 104/155 kB
Progress (3): 1.1/5.5 MB | 18 kB | 104/155 kB
Progress (3): 1.1/5.5 MB | 18 kB | 104/155 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 20 kB/s)
14:42:57 Progress (2): 1.1/5.5 MB | 108/155 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
14:42:57 Progress (2): 1.1/5.5 MB | 108/155 kB
Progress (2): 1.1/5.5 MB | 112/155 kB
Progress (2): 1.1/5.5 MB | 112/155 kB
Progress (2): 1.1/5.5 MB | 116/155 kB
Progress (2): 1.1/5.5 MB | 116/155 kB
Progress (2): 1.1/5.5 MB | 120/155 kB
Progress (2): 1.1/5.5 MB | 120/155 kB
Progress (2): 1.1/5.5 MB | 124/155 kB
Progress (2): 1.1/5.5 MB | 124/155 kB
Progress (2): 1.1/5.5 MB | 128/155 kB
Progress (2): 1.1/5.5 MB | 128/155 kB
Progress (2): 1.1/5.5 MB | 132/155 kB
Progress (2): 1.1/5.5 MB | 132/155 kB
Progress (2): 1.1/5.5 MB | 136/155 kB
Progress (2): 1.1/5.5 MB | 136/155 kB
Progress (2): 1.1/5.5 MB | 140/155 kB
Progress (2): 1.1/5.5 MB | 140/155 kB
Progress (2): 1.1/5.5 MB | 144/155 kB
Progress (2): 1.1/5.5 MB | 144/155 kB
Progress (2): 1.1/5.5 MB | 148/155 kB
Progress (2): 1.1/5.5 MB | 148/155 kB
Progress (2): 1.1/5.5 MB | 152/155 kB
Progress (2): 1.2/5.5 MB | 152/155 kB
Progress (2): 1.2/5.5 MB | 155 kB    
Progress (3): 1.2/5.5 MB | 155 kB | 4.1/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 4.1/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 7.7/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 7.7/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 12/32 kB 
Progress (3): 1.2/5.5 MB | 155 kB | 12/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 16/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 16/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 20/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 20/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 24/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 24/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 28/32 kB
Progress (3): 1.2/5.5 MB | 155 kB | 28/32 kB
Progress (4): 1.2/5.5 MB | 155 kB | 28/32 kB | 4.1/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32/32 kB | 4.1/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32/32 kB | 7.7/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32/32 kB | 7.7/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 7.7/233 kB   
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 12/233 kB 
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 12/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 16/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 16/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 20/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 20/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 24/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 24/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 28/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 28/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 32/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 32/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 32/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 32/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 32/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 32/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 32/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 32/233 kB
Progress (4): 1.2/5.5 MB | 155 kB | 32 kB | 33/233 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 162 kB/s)
14:42:57 Progress (4): 1.2/5.5 MB | 32 kB | 33/233 kB | 4.1/26 kB
Progress (4): 1.2/5.5 MB | 32 kB | 37/233 kB | 4.1/26 kB
Progress (4): 1.2/5.5 MB | 32 kB | 41/233 kB | 4.1/26 kB
Progress (4): 1.2/5.5 MB | 32 kB | 41/233 kB | 4.1/26 kB
Progress (4): 1.2/5.5 MB | 32 kB | 41/233 kB | 7.7/26 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
14:42:57 Progress (4): 1.2/5.5 MB | 32 kB | 41/233 kB | 12/26 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 33 kB/s)
14:42:57 Progress (3): 1.2/5.5 MB | 41/233 kB | 12/26 kB
Progress (3): 1.2/5.5 MB | 45/233 kB | 12/26 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
14:42:57 Progress (3): 1.2/5.5 MB | 45/233 kB | 16/26 kB
Progress (3): 1.2/5.5 MB | 45/233 kB | 16/26 kB
Progress (3): 1.2/5.5 MB | 49/233 kB | 16/26 kB
Progress (3): 1.2/5.5 MB | 49/233 kB | 20/26 kB
Progress (3): 1.2/5.5 MB | 49/233 kB | 20/26 kB
Progress (3): 1.2/5.5 MB | 53/233 kB | 20/26 kB
Progress (3): 1.2/5.5 MB | 53/233 kB | 24/26 kB
Progress (3): 1.3/5.5 MB | 53/233 kB | 24/26 kB
Progress (3): 1.3/5.5 MB | 57/233 kB | 24/26 kB
Progress (3): 1.3/5.5 MB | 57/233 kB | 24/26 kB
Progress (3): 1.3/5.5 MB | 57/233 kB | 26 kB   
Progress (3): 1.3/5.5 MB | 61/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 61/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 65/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 65/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 66/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 66/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 66/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 70/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 74/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 74/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 74/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 78/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 82/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 82/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 82/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 86/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 90/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 90/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 90/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 94/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 98/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 98/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 98/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 98/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 102/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 102/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 106/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 106/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 110/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 110/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 114/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 114/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 118/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 118/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 122/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 122/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 126/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 126/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 130/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 130/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 131/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 131/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 135/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 135/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 139/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 139/233 kB | 26 kB
Progress (3): 1.3/5.5 MB | 143/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 143/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 147/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 147/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 151/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 151/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 155/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 155/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 159/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 159/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 163/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 164/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 164/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 164/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 168/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 172/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 172/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 172/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 176/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 180/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 180/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 180/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 184/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 188/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 188/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 188/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 192/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 196/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 196/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 197/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 197/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 201/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 201/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 205/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 205/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 209/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 209/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 213/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 213/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 217/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 217/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 221/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 221/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 225/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 225/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 229/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 229/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 233/233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 233 kB | 26 kB    
Progress (3): 1.4/5.5 MB | 233 kB | 26 kB
Progress (3): 1.4/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.5/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.6/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.7/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.8/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 1.9/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.0/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.1/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.2/5.5 MB | 233 kB | 26 kB
Progress (3): 2.3/5.5 MB | 233 kB | 26 kB
Progress (3): 2.3/5.5 MB | 233 kB | 26 kB
Progress (3): 2.3/5.5 MB | 233 kB | 26 kB
Progress (3): 2.3/5.5 MB | 233 kB | 26 kB
Progress (3): 2.3/5.5 MB | 233 kB | 26 kB
Progress (3): 2.3/5.5 MB | 233 kB | 26 kB
Progress (3): 2.3/5.5 MB | 233 kB | 26 kB
Progress (3): 2.3/5.5 MB | 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 24 kB/s)
14:42:57 Progress (2): 2.3/5.5 MB | 233 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
14:42:58 Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.3/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
Progress (2): 2.4/5.5 MB | 233 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 201 kB/s)
14:42:58 Progress (1): 2.4/5.5 MB
                        
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
14:42:58 Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (2): 3.4/5.5 MB | 4.1/575 kB
Progress (2): 3.4/5.5 MB | 4.1/575 kB
Progress (2): 3.4/5.5 MB | 7.7/575 kB
Progress (2): 3.4/5.5 MB | 7.7/575 kB
Progress (2): 3.4/5.5 MB | 12/575 kB 
Progress (2): 3.4/5.5 MB | 12/575 kB
Progress (2): 3.4/5.5 MB | 16/575 kB
Progress (2): 3.4/5.5 MB | 16/575 kB
Progress (2): 3.4/5.5 MB | 16/575 kB
Progress (2): 3.4/5.5 MB | 20/575 kB
Progress (2): 3.4/5.5 MB | 20/575 kB
Progress (2): 3.4/5.5 MB | 24/575 kB
Progress (2): 3.4/5.5 MB | 24/575 kB
Progress (2): 3.4/5.5 MB | 28/575 kB
Progress (2): 3.5/5.5 MB | 28/575 kB
Progress (2): 3.5/5.5 MB | 32/575 kB
Progress (2): 3.5/5.5 MB | 32/575 kB
Progress (2): 3.5/5.5 MB | 33/575 kB
Progress (2): 3.5/5.5 MB | 33/575 kB
Progress (2): 3.5/5.5 MB | 37/575 kB
Progress (2): 3.5/5.5 MB | 37/575 kB
Progress (2): 3.5/5.5 MB | 41/575 kB
Progress (2): 3.5/5.5 MB | 41/575 kB
Progress (2): 3.5/5.5 MB | 45/575 kB
Progress (2): 3.5/5.5 MB | 45/575 kB
Progress (2): 3.5/5.5 MB | 49/575 kB
Progress (2): 3.5/5.5 MB | 49/575 kB
Progress (2): 3.5/5.5 MB | 53/575 kB
Progress (2): 3.5/5.5 MB | 53/575 kB
Progress (2): 3.5/5.5 MB | 57/575 kB
Progress (2): 3.5/5.5 MB | 57/575 kB
Progress (2): 3.5/5.5 MB | 57/575 kB
Progress (2): 3.5/5.5 MB | 61/575 kB
Progress (2): 3.5/5.5 MB | 65/575 kB
Progress (2): 3.5/5.5 MB | 65/575 kB
Progress (2): 3.5/5.5 MB | 66/575 kB
Progress (2): 3.5/5.5 MB | 66/575 kB
Progress (2): 3.5/5.5 MB | 70/575 kB
Progress (2): 3.5/5.5 MB | 70/575 kB
Progress (2): 3.5/5.5 MB | 74/575 kB
Progress (2): 3.5/5.5 MB | 74/575 kB
Progress (2): 3.5/5.5 MB | 78/575 kB
Progress (2): 3.5/5.5 MB | 78/575 kB
Progress (2): 3.5/5.5 MB | 82/575 kB
Progress (2): 3.5/5.5 MB | 82/575 kB
Progress (2): 3.5/5.5 MB | 86/575 kB
Progress (2): 3.5/5.5 MB | 86/575 kB
Progress (2): 3.5/5.5 MB | 90/575 kB
Progress (2): 3.5/5.5 MB | 90/575 kB
Progress (2): 3.5/5.5 MB | 94/575 kB
Progress (2): 3.5/5.5 MB | 94/575 kB
Progress (2): 3.5/5.5 MB | 98/575 kB
Progress (2): 3.5/5.5 MB | 98/575 kB
Progress (2): 3.5/5.5 MB | 98/575 kB
Progress (2): 3.5/5.5 MB | 98/575 kB
Progress (2): 3.5/5.5 MB | 102/575 kB
Progress (2): 3.5/5.5 MB | 102/575 kB
Progress (2): 3.5/5.5 MB | 106/575 kB
Progress (2): 3.5/5.5 MB | 106/575 kB
Progress (2): 3.5/5.5 MB | 110/575 kB
Progress (2): 3.5/5.5 MB | 110/575 kB
Progress (2): 3.5/5.5 MB | 114/575 kB
Progress (2): 3.5/5.5 MB | 114/575 kB
Progress (2): 3.6/5.5 MB | 114/575 kB
Progress (2): 3.6/5.5 MB | 118/575 kB
Progress (2): 3.6/5.5 MB | 122/575 kB
Progress (2): 3.6/5.5 MB | 122/575 kB
Progress (2): 3.6/5.5 MB | 122/575 kB
Progress (2): 3.6/5.5 MB | 126/575 kB
Progress (2): 3.6/5.5 MB | 130/575 kB
Progress (2): 3.6/5.5 MB | 130/575 kB
Progress (2): 3.6/5.5 MB | 131/575 kB
Progress (2): 3.6/5.5 MB | 131/575 kB
Progress (2): 3.6/5.5 MB | 135/575 kB
Progress (2): 3.6/5.5 MB | 135/575 kB
Progress (2): 3.6/5.5 MB | 139/575 kB
Progress (2): 3.6/5.5 MB | 139/575 kB
Progress (2): 3.6/5.5 MB | 143/575 kB
Progress (2): 3.6/5.5 MB | 143/575 kB
Progress (2): 3.6/5.5 MB | 147/575 kB
Progress (2): 3.6/5.5 MB | 147/575 kB
Progress (2): 3.6/5.5 MB | 151/575 kB
Progress (2): 3.6/5.5 MB | 151/575 kB
Progress (2): 3.6/5.5 MB | 155/575 kB
Progress (2): 3.6/5.5 MB | 155/575 kB
Progress (2): 3.6/5.5 MB | 159/575 kB
Progress (2): 3.6/5.5 MB | 159/575 kB
Progress (2): 3.6/5.5 MB | 163/575 kB
Progress (2): 3.6/5.5 MB | 163/575 kB
Progress (2): 3.6/5.5 MB | 167/575 kB
Progress (2): 3.6/5.5 MB | 167/575 kB
Progress (2): 3.6/5.5 MB | 171/575 kB
Progress (2): 3.6/5.5 MB | 171/575 kB
Progress (2): 3.6/5.5 MB | 175/575 kB
Progress (2): 3.6/5.5 MB | 175/575 kB
Progress (2): 3.6/5.5 MB | 179/575 kB
Progress (2): 3.6/5.5 MB | 179/575 kB
Progress (2): 3.6/5.5 MB | 183/575 kB
Progress (2): 3.6/5.5 MB | 183/575 kB
Progress (2): 3.6/5.5 MB | 187/575 kB
Progress (2): 3.6/5.5 MB | 187/575 kB
Progress (2): 3.6/5.5 MB | 191/575 kB
Progress (2): 3.6/5.5 MB | 191/575 kB
Progress (2): 3.6/5.5 MB | 195/575 kB
Progress (2): 3.6/5.5 MB | 195/575 kB
Progress (2): 3.6/5.5 MB | 199/575 kB
Progress (2): 3.6/5.5 MB | 199/575 kB
Progress (2): 3.6/5.5 MB | 203/575 kB
Progress (2): 3.6/5.5 MB | 203/575 kB
Progress (2): 3.6/5.5 MB | 207/575 kB
Progress (2): 3.6/5.5 MB | 207/575 kB
Progress (2): 3.6/5.5 MB | 211/575 kB
Progress (2): 3.6/5.5 MB | 211/575 kB
Progress (2): 3.6/5.5 MB | 215/575 kB
Progress (2): 3.7/5.5 MB | 215/575 kB
Progress (2): 3.7/5.5 MB | 219/575 kB
Progress (2): 3.7/5.5 MB | 219/575 kB
Progress (2): 3.7/5.5 MB | 223/575 kB
Progress (2): 3.7/5.5 MB | 223/575 kB
Progress (2): 3.7/5.5 MB | 227/575 kB
Progress (2): 3.7/5.5 MB | 227/575 kB
Progress (2): 3.7/5.5 MB | 229/575 kB
Progress (2): 3.7/5.5 MB | 229/575 kB
Progress (2): 3.7/5.5 MB | 229/575 kB
Progress (2): 3.7/5.5 MB | 233/575 kB
Progress (2): 3.7/5.5 MB | 237/575 kB
Progress (2): 3.7/5.5 MB | 237/575 kB
Progress (2): 3.7/5.5 MB | 237/575 kB
Progress (2): 3.7/5.5 MB | 241/575 kB
Progress (2): 3.7/5.5 MB | 245/575 kB
Progress (2): 3.7/5.5 MB | 245/575 kB
Progress (2): 3.7/5.5 MB | 245/575 kB
Progress (2): 3.7/5.5 MB | 249/575 kB
Progress (2): 3.7/5.5 MB | 253/575 kB
Progress (2): 3.7/5.5 MB | 253/575 kB
Progress (2): 3.7/5.5 MB | 253/575 kB
Progress (2): 3.7/5.5 MB | 257/575 kB
Progress (2): 3.7/5.5 MB | 261/575 kB
Progress (2): 3.7/5.5 MB | 261/575 kB
Progress (2): 3.7/5.5 MB | 261/575 kB
Progress (2): 3.7/5.5 MB | 265/575 kB
Progress (2): 3.7/5.5 MB | 269/575 kB
Progress (2): 3.7/5.5 MB | 269/575 kB
Progress (2): 3.7/5.5 MB | 269/575 kB
Progress (2): 3.7/5.5 MB | 273/575 kB
Progress (2): 3.7/5.5 MB | 277/575 kB
Progress (2): 3.7/5.5 MB | 277/575 kB
Progress (2): 3.7/5.5 MB | 277/575 kB
Progress (2): 3.7/5.5 MB | 281/575 kB
Progress (2): 3.7/5.5 MB | 285/575 kB
Progress (2): 3.7/5.5 MB | 285/575 kB
Progress (2): 3.7/5.5 MB | 285/575 kB
Progress (2): 3.7/5.5 MB | 289/575 kB
Progress (2): 3.7/5.5 MB | 293/575 kB
Progress (2): 3.7/5.5 MB | 293/575 kB
Progress (2): 3.7/5.5 MB | 293/575 kB
Progress (2): 3.7/5.5 MB | 297/575 kB
Progress (2): 3.7/5.5 MB | 301/575 kB
Progress (2): 3.7/5.5 MB | 301/575 kB
Progress (2): 3.7/5.5 MB | 301/575 kB
Progress (2): 3.7/5.5 MB | 305/575 kB
Progress (2): 3.7/5.5 MB | 309/575 kB
Progress (2): 3.7/5.5 MB | 309/575 kB
Progress (2): 3.8/5.5 MB | 309/575 kB
Progress (2): 3.8/5.5 MB | 313/575 kB
Progress (2): 3.8/5.5 MB | 317/575 kB
Progress (2): 3.8/5.5 MB | 317/575 kB
Progress (2): 3.8/5.5 MB | 317/575 kB
Progress (2): 3.8/5.5 MB | 321/575 kB
Progress (2): 3.8/5.5 MB | 325/575 kB
Progress (2): 3.8/5.5 MB | 325/575 kB
Progress (2): 3.8/5.5 MB | 325/575 kB
Progress (2): 3.8/5.5 MB | 329/575 kB
Progress (2): 3.8/5.5 MB | 333/575 kB
Progress (2): 3.8/5.5 MB | 333/575 kB
Progress (2): 3.8/5.5 MB | 333/575 kB
Progress (2): 3.8/5.5 MB | 337/575 kB
Progress (2): 3.8/5.5 MB | 341/575 kB
Progress (2): 3.8/5.5 MB | 341/575 kB
Progress (2): 3.8/5.5 MB | 341/575 kB
Progress (2): 3.8/5.5 MB | 345/575 kB
Progress (2): 3.8/5.5 MB | 349/575 kB
Progress (2): 3.8/5.5 MB | 349/575 kB
Progress (2): 3.8/5.5 MB | 349/575 kB
Progress (2): 3.8/5.5 MB | 353/575 kB
Progress (2): 3.8/5.5 MB | 357/575 kB
Progress (2): 3.8/5.5 MB | 357/575 kB
Progress (2): 3.8/5.5 MB | 357/575 kB
Progress (2): 3.8/5.5 MB | 361/575 kB
Progress (2): 3.8/5.5 MB | 365/575 kB
Progress (2): 3.8/5.5 MB | 365/575 kB
Progress (2): 3.8/5.5 MB | 365/575 kB
Progress (2): 3.8/5.5 MB | 369/575 kB
Progress (2): 3.8/5.5 MB | 373/575 kB
Progress (2): 3.8/5.5 MB | 373/575 kB
Progress (2): 3.8/5.5 MB | 373/575 kB
Progress (2): 3.8/5.5 MB | 377/575 kB
Progress (2): 3.8/5.5 MB | 381/575 kB
Progress (2): 3.8/5.5 MB | 381/575 kB
Progress (2): 3.8/5.5 MB | 381/575 kB
Progress (2): 3.8/5.5 MB | 385/575 kB
Progress (2): 3.8/5.5 MB | 389/575 kB
Progress (2): 3.8/5.5 MB | 389/575 kB
Progress (2): 3.8/5.5 MB | 389/575 kB
Progress (2): 3.8/5.5 MB | 393/575 kB
Progress (2): 3.8/5.5 MB | 397/575 kB
Progress (2): 3.8/5.5 MB | 397/575 kB
Progress (2): 3.8/5.5 MB | 397/575 kB
Progress (2): 3.8/5.5 MB | 401/575 kB
Progress (2): 3.8/5.5 MB | 405/575 kB
Progress (2): 3.8/5.5 MB | 405/575 kB
Progress (2): 3.8/5.5 MB | 405/575 kB
Progress (2): 3.8/5.5 MB | 409/575 kB
Progress (2): 3.8/5.5 MB | 413/575 kB
Progress (2): 3.9/5.5 MB | 413/575 kB
Progress (2): 3.9/5.5 MB | 413/575 kB
Progress (2): 3.9/5.5 MB | 417/575 kB
Progress (2): 3.9/5.5 MB | 421/575 kB
Progress (2): 3.9/5.5 MB | 421/575 kB
Progress (2): 3.9/5.5 MB | 421/575 kB
Progress (2): 3.9/5.5 MB | 425/575 kB
Progress (2): 3.9/5.5 MB | 429/575 kB
Progress (2): 3.9/5.5 MB | 429/575 kB
Progress (2): 3.9/5.5 MB | 429/575 kB
Progress (2): 3.9/5.5 MB | 433/575 kB
Progress (2): 3.9/5.5 MB | 437/575 kB
Progress (2): 3.9/5.5 MB | 437/575 kB
Progress (2): 3.9/5.5 MB | 437/575 kB
Progress (2): 3.9/5.5 MB | 441/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 445/575 kB
Progress (2): 3.9/5.5 MB | 449/575 kB
Progress (2): 3.9/5.5 MB | 449/575 kB
Progress (2): 3.9/5.5 MB | 453/575 kB
Progress (2): 3.9/5.5 MB | 453/575 kB
Progress (2): 3.9/5.5 MB | 457/575 kB
Progress (2): 3.9/5.5 MB | 457/575 kB
Progress (2): 3.9/5.5 MB | 461/575 kB
Progress (2): 4.0/5.5 MB | 461/575 kB
Progress (2): 4.0/5.5 MB | 465/575 kB
Progress (2): 4.0/5.5 MB | 465/575 kB
Progress (2): 4.0/5.5 MB | 469/575 kB
Progress (2): 4.0/5.5 MB | 469/575 kB
Progress (2): 4.0/5.5 MB | 473/575 kB
Progress (2): 4.0/5.5 MB | 473/575 kB
Progress (2): 4.0/5.5 MB | 477/575 kB
Progress (2): 4.0/5.5 MB | 477/575 kB
Progress (2): 4.0/5.5 MB | 481/575 kB
Progress (2): 4.0/5.5 MB | 481/575 kB
Progress (2): 4.0/5.5 MB | 485/575 kB
Progress (2): 4.0/5.5 MB | 485/575 kB
Progress (2): 4.0/5.5 MB | 489/575 kB
Progress (2): 4.0/5.5 MB | 489/575 kB
Progress (2): 4.0/5.5 MB | 493/575 kB
Progress (2): 4.0/5.5 MB | 493/575 kB
Progress (2): 4.0/5.5 MB | 497/575 kB
Progress (2): 4.0/5.5 MB | 497/575 kB
Progress (2): 4.0/5.5 MB | 501/575 kB
Progress (2): 4.0/5.5 MB | 501/575 kB
Progress (2): 4.0/5.5 MB | 505/575 kB
Progress (2): 4.0/5.5 MB | 505/575 kB
Progress (2): 4.0/5.5 MB | 509/575 kB
Progress (2): 4.0/5.5 MB | 509/575 kB
Progress (2): 4.0/5.5 MB | 513/575 kB
Progress (2): 4.0/5.5 MB | 513/575 kB
Progress (2): 4.0/5.5 MB | 517/575 kB
Progress (2): 4.0/5.5 MB | 517/575 kB
Progress (2): 4.0/5.5 MB | 521/575 kB
Progress (2): 4.0/5.5 MB | 521/575 kB
Progress (2): 4.0/5.5 MB | 524/575 kB
Progress (2): 4.0/5.5 MB | 524/575 kB
Progress (2): 4.0/5.5 MB | 528/575 kB
Progress (2): 4.0/5.5 MB | 528/575 kB
Progress (2): 4.0/5.5 MB | 532/575 kB
Progress (2): 4.0/5.5 MB | 532/575 kB
Progress (2): 4.0/5.5 MB | 536/575 kB
Progress (2): 4.0/5.5 MB | 536/575 kB
Progress (2): 4.0/5.5 MB | 540/575 kB
Progress (2): 4.0/5.5 MB | 540/575 kB
Progress (2): 4.0/5.5 MB | 544/575 kB
Progress (2): 4.0/5.5 MB | 544/575 kB
Progress (2): 4.0/5.5 MB | 548/575 kB
Progress (2): 4.0/5.5 MB | 548/575 kB
Progress (2): 4.0/5.5 MB | 552/575 kB
Progress (2): 4.0/5.5 MB | 552/575 kB
Progress (2): 4.0/5.5 MB | 556/575 kB
Progress (2): 4.0/5.5 MB | 556/575 kB
Progress (2): 4.0/5.5 MB | 560/575 kB
Progress (2): 4.1/5.5 MB | 560/575 kB
Progress (2): 4.1/5.5 MB | 564/575 kB
Progress (2): 4.1/5.5 MB | 564/575 kB
Progress (2): 4.1/5.5 MB | 568/575 kB
Progress (2): 4.1/5.5 MB | 568/575 kB
Progress (2): 4.1/5.5 MB | 572/575 kB
Progress (2): 4.1/5.5 MB | 572/575 kB
Progress (2): 4.1/5.5 MB | 575 kB    
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.1/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.2/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.3/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.4/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.5/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.6/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.7/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.8/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 4.9/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.0/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.1/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.2/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.3/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.4/5.5 MB | 575 kB
Progress (2): 5.5/5.5 MB | 575 kB
Progress (2): 5.5/5.5 MB | 575 kB
Progress (2): 5.5/5.5 MB | 575 kB
Progress (2): 5.5/5.5 MB | 575 kB
Progress (2): 5.5/5.5 MB | 575 kB
Progress (2): 5.5/5.5 MB | 575 kB
Progress (3): 5.5/5.5 MB | 575 kB | 4.1/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 4.1/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 7.7/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 7.7/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 12/282 kB 
Progress (3): 5.5/5.5 MB | 575 kB | 12/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 16/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 16/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 20/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 20/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 24/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 24/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 28/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 28/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 32/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 32/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 33/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 33/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 37/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 37/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 41/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 41/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 45/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 45/282 kB
Progress (3): 5.5/5.5 MB | 575 kB | 49/282 kB
Progress (3): 5.5 MB | 575 kB | 49/282 kB    
Progress (3): 5.5 MB | 575 kB | 53/282 kB
Progress (3): 5.5 MB | 575 kB | 57/282 kB
Progress (3): 5.5 MB | 575 kB | 61/282 kB
Progress (3): 5.5 MB | 575 kB | 65/282 kB
Progress (3): 5.5 MB | 575 kB | 66/282 kB
Progress (3): 5.5 MB | 575 kB | 70/282 kB
Progress (3): 5.5 MB | 575 kB | 74/282 kB
Progress (3): 5.5 MB | 575 kB | 78/282 kB
Progress (3): 5.5 MB | 575 kB | 82/282 kB
Progress (3): 5.5 MB | 575 kB | 86/282 kB
Progress (3): 5.5 MB | 575 kB | 90/282 kB
Progress (3): 5.5 MB | 575 kB | 94/282 kB
Progress (3): 5.5 MB | 575 kB | 98/282 kB
Progress (3): 5.5 MB | 575 kB | 102/282 kB
Progress (3): 5.5 MB | 575 kB | 106/282 kB
Progress (3): 5.5 MB | 575 kB | 110/282 kB
Progress (3): 5.5 MB | 575 kB | 114/282 kB
Progress (3): 5.5 MB | 575 kB | 118/282 kB
Progress (3): 5.5 MB | 575 kB | 122/282 kB
Progress (3): 5.5 MB | 575 kB | 126/282 kB
Progress (3): 5.5 MB | 575 kB | 130/282 kB
Progress (3): 5.5 MB | 575 kB | 134/282 kB
Progress (3): 5.5 MB | 575 kB | 138/282 kB
Progress (3): 5.5 MB | 575 kB | 142/282 kB
Progress (3): 5.5 MB | 575 kB | 146/282 kB
Progress (3): 5.5 MB | 575 kB | 150/282 kB
Progress (3): 5.5 MB | 575 kB | 154/282 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.jar (575 kB at 346 kB/s)
14:42:58 Progress (2): 5.5 MB | 158/282 kB
Progress (2): 5.5 MB | 162/282 kB
Progress (2): 5.5 MB | 166/282 kB
Progress (2): 5.5 MB | 170/282 kB
Progress (2): 5.5 MB | 174/282 kB
Progress (2): 5.5 MB | 178/282 kB
Progress (2): 5.5 MB | 182/282 kB
Progress (2): 5.5 MB | 186/282 kB
Progress (2): 5.5 MB | 190/282 kB
Progress (2): 5.5 MB | 194/282 kB
Progress (2): 5.5 MB | 198/282 kB
Progress (2): 5.5 MB | 202/282 kB
Progress (2): 5.5 MB | 206/282 kB
Progress (2): 5.5 MB | 210/282 kB
Progress (2): 5.5 MB | 214/282 kB
Progress (2): 5.5 MB | 218/282 kB
Progress (2): 5.5 MB | 222/282 kB
Progress (2): 5.5 MB | 226/282 kB
Progress (2): 5.5 MB | 230/282 kB
Progress (2): 5.5 MB | 234/282 kB
Progress (2): 5.5 MB | 238/282 kB
Progress (2): 5.5 MB | 242/282 kB
Progress (2): 5.5 MB | 246/282 kB
Progress (2): 5.5 MB | 250/282 kB
Progress (2): 5.5 MB | 254/282 kB
Progress (2): 5.5 MB | 258/282 kB
Progress (2): 5.5 MB | 262/282 kB
Progress (2): 5.5 MB | 266/282 kB
Progress (2): 5.5 MB | 270/282 kB
Progress (2): 5.5 MB | 274/282 kB
Progress (2): 5.5 MB | 278/282 kB
Progress (2): 5.5 MB | 282/282 kB
Progress (2): 5.5 MB | 282 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar (5.5 MB at 2.9 MB/s)
14:42:58 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 136 kB/s)
14:43:01 Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 kB at 4.2 kB/s)
14:43:01 Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 297 kB/s)
14:43:02 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip
14:43:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip
14:43:03 Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 10 MB/s)
14:43:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar
14:43:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar
14:43:04 Progress (1): 4.1/218 kB
Progress (1): 7.7/218 kB
Progress (1): 12/218 kB 
Progress (1): 16/218 kB
Progress (1): 20/218 kB
Progress (1): 24/218 kB
Progress (1): 28/218 kB
Progress (1): 32/218 kB
Progress (1): 33/218 kB
Progress (1): 37/218 kB
Progress (1): 41/218 kB
Progress (1): 45/218 kB
Progress (1): 49/218 kB
Progress (1): 53/218 kB
Progress (1): 57/218 kB
Progress (1): 61/218 kB
Progress (1): 65/218 kB
Progress (1): 66/218 kB
Progress (1): 70/218 kB
Progress (1): 74/218 kB
Progress (1): 78/218 kB
Progress (1): 82/218 kB
Progress (1): 86/218 kB
Progress (1): 90/218 kB
Progress (1): 94/218 kB
Progress (1): 98/218 kB
Progress (1): 98/218 kB
Progress (1): 102/218 kB
Progress (1): 106/218 kB
Progress (1): 110/218 kB
Progress (1): 114/218 kB
Progress (1): 118/218 kB
Progress (1): 122/218 kB
Progress (1): 126/218 kB
Progress (1): 130/218 kB
Progress (1): 134/218 kB
Progress (1): 138/218 kB
Progress (1): 142/218 kB
Progress (1): 146/218 kB
Progress (1): 150/218 kB
Progress (1): 154/218 kB
Progress (1): 158/218 kB
Progress (1): 162/218 kB
Progress (1): 166/218 kB
Progress (1): 170/218 kB
Progress (1): 174/218 kB
Progress (1): 178/218 kB
Progress (1): 182/218 kB
Progress (1): 186/218 kB
Progress (1): 190/218 kB
Progress (1): 194/218 kB
Progress (1): 198/218 kB
Progress (1): 202/218 kB
Progress (1): 206/218 kB
Progress (1): 210/218 kB
Progress (1): 214/218 kB
Progress (1): 218 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (218 kB at 5.0 MB/s)
14:43:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar
14:43:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar
14:43:04 Progress (1): 4.1/148 kB
Progress (1): 7.7/148 kB
Progress (1): 12/148 kB 
Progress (1): 16/148 kB
Progress (1): 20/148 kB
Progress (1): 24/148 kB
Progress (1): 28/148 kB
Progress (1): 32/148 kB
Progress (1): 33/148 kB
Progress (1): 37/148 kB
Progress (1): 41/148 kB
Progress (1): 45/148 kB
Progress (1): 49/148 kB
Progress (1): 53/148 kB
Progress (1): 57/148 kB
Progress (1): 61/148 kB
Progress (1): 65/148 kB
Progress (1): 66/148 kB
Progress (1): 70/148 kB
Progress (1): 74/148 kB
Progress (1): 78/148 kB
Progress (1): 82/148 kB
Progress (1): 86/148 kB
Progress (1): 90/148 kB
Progress (1): 94/148 kB
Progress (1): 98/148 kB
Progress (1): 98/148 kB
Progress (1): 102/148 kB
Progress (1): 106/148 kB
Progress (1): 110/148 kB
Progress (1): 114/148 kB
Progress (1): 118/148 kB
Progress (1): 122/148 kB
Progress (1): 126/148 kB
Progress (1): 130/148 kB
Progress (1): 134/148 kB
Progress (1): 138/148 kB
Progress (1): 142/148 kB
Progress (1): 146/148 kB
Progress (1): 148 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (148 kB at 4.6 MB/s)
14:43:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar
14:43:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar
14:43:04 Progress (1): 4.1/48 kB
Progress (1): 7.7/48 kB
Progress (1): 12/48 kB 
Progress (1): 16/48 kB
Progress (1): 20/48 kB
Progress (1): 24/48 kB
Progress (1): 28/48 kB
Progress (1): 32/48 kB
Progress (1): 36/48 kB
Progress (1): 40/48 kB
Progress (1): 44/48 kB
Progress (1): 48/48 kB
Progress (1): 48 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 2.2 MB/s)
14:43:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom
14:43:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom
14:43:10 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom (2.7 kB at 527 B/s)
14:43:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar
14:43:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar
14:43:10 Progress (1): 4.1/128 kB
Progress (1): 7.7/128 kB
Progress (1): 12/128 kB 
Progress (1): 16/128 kB
Progress (1): 20/128 kB
Progress (1): 24/128 kB
Progress (1): 28/128 kB
Progress (1): 32/128 kB
Progress (1): 36/128 kB
Progress (1): 40/128 kB
Progress (1): 44/128 kB
Progress (1): 48/128 kB
Progress (1): 52/128 kB
Progress (1): 56/128 kB
Progress (1): 60/128 kB
Progress (1): 64/128 kB
Progress (1): 68/128 kB
Progress (1): 72/128 kB
Progress (1): 76/128 kB
Progress (1): 80/128 kB
Progress (1): 84/128 kB
Progress (1): 88/128 kB
Progress (1): 92/128 kB
Progress (1): 96/128 kB
Progress (1): 100/128 kB
Progress (1): 104/128 kB
Progress (1): 108/128 kB
Progress (1): 112/128 kB
Progress (1): 116/128 kB
Progress (1): 120/128 kB
Progress (1): 124/128 kB
Progress (1): 128/128 kB
Progress (1): 128 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar (128 kB at 3.0 MB/s)
14:43:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom
14:43:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom
14:43:10 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom (1.7 kB at 53 kB/s)
14:43:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar
14:43:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar
14:43:10 Progress (1): 4.1/7.6 kB
Progress (1): 7.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar (7.6 kB at 224 kB/s)
14:43:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom
14:43:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom
14:43:10 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (2.9 kB at 90 kB/s)
14:43:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar
14:43:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar
14:43:10 Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 kB at 704 kB/s)
14:43:10 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
14:43:10 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
14:43:10 Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 147 kB/s)
14:43:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
14:43:10 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
14:43:10 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 327 kB/s)
14:43:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
14:43:10 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
14:43:10 Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 126 kB/s)
14:43:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
14:43:10 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
14:43:10 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 31 kB/s)
14:43:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
14:43:10 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
14:43:10 Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 532 kB/s)
14:43:10 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
14:43:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
14:43:10 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
14:43:10 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
14:43:10 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): 7.7/24 kB | 12/22 kB 
Progress (2): 7.7/24 kB | 16/22 kB
Progress (2): 7.7/24 kB | 20/22 kB
Progress (2): 7.7/24 kB | 22 kB   
Progress (2): 12/24 kB | 22 kB 
Progress (2): 16/24 kB | 22 kB
Progress (2): 20/24 kB | 22 kB
Progress (2): 24/24 kB | 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 467 kB/s)
14:43:10 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 390 kB/s)
14:43:10 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
14:43:11 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
14:43:11 Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom (16 kB at 504 kB/s)
14:43:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
14:43:11 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
14:43:11 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 45 kB/s)
14:43:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
14:43:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
14:43:11 Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 987 kB/s)
14:43:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
14:43:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
14:43:11 Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 318 kB/s)
14:43:11 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
14:43:11 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
14:43:11 Progress (1): 4.1/368 kB
Progress (1): 7.7/368 kB
Progress (1): 12/368 kB 
Progress (1): 16/368 kB
Progress (1): 20/368 kB
Progress (1): 24/368 kB
Progress (1): 28/368 kB
Progress (1): 32/368 kB
Progress (1): 33/368 kB
Progress (1): 37/368 kB
Progress (1): 41/368 kB
Progress (1): 45/368 kB
Progress (1): 49/368 kB
Progress (1): 53/368 kB
Progress (1): 57/368 kB
Progress (1): 61/368 kB
Progress (1): 65/368 kB
Progress (1): 69/368 kB
Progress (1): 73/368 kB
Progress (1): 77/368 kB
Progress (1): 81/368 kB
Progress (1): 85/368 kB
Progress (1): 89/368 kB
Progress (1): 93/368 kB
Progress (1): 97/368 kB
Progress (1): 101/368 kB
Progress (1): 105/368 kB
Progress (1): 109/368 kB
Progress (1): 113/368 kB
Progress (1): 117/368 kB
Progress (1): 121/368 kB
Progress (1): 125/368 kB
Progress (1): 129/368 kB
Progress (1): 133/368 kB
Progress (1): 137/368 kB
Progress (1): 141/368 kB
Progress (1): 145/368 kB
Progress (1): 149/368 kB
Progress (1): 153/368 kB
Progress (1): 157/368 kB
Progress (1): 161/368 kB
Progress (1): 165/368 kB
Progress (1): 169/368 kB
Progress (1): 173/368 kB
Progress (1): 177/368 kB
Progress (1): 181/368 kB
Progress (1): 185/368 kB
Progress (1): 189/368 kB
Progress (1): 193/368 kB
Progress (1): 197/368 kB
Progress (1): 201/368 kB
Progress (1): 205/368 kB
Progress (1): 209/368 kB
Progress (1): 213/368 kB
Progress (1): 217/368 kB
Progress (1): 221/368 kB
Progress (1): 225/368 kB
Progress (1): 229/368 kB
Progress (1): 233/368 kB
Progress (1): 237/368 kB
Progress (1): 241/368 kB
Progress (1): 245/368 kB
Progress (1): 249/368 kB
Progress (1): 253/368 kB
Progress (1): 257/368 kB
Progress (1): 261/368 kB
Progress (1): 265/368 kB
Progress (1): 269/368 kB
Progress (1): 273/368 kB
Progress (1): 277/368 kB
Progress (1): 281/368 kB
Progress (1): 285/368 kB
Progress (1): 289/368 kB
Progress (1): 293/368 kB
Progress (1): 297/368 kB
Progress (1): 301/368 kB
Progress (1): 305/368 kB
Progress (1): 309/368 kB
Progress (1): 313/368 kB
Progress (1): 317/368 kB
Progress (1): 321/368 kB
Progress (1): 325/368 kB
Progress (1): 329/368 kB
Progress (1): 333/368 kB
Progress (1): 337/368 kB
Progress (1): 341/368 kB
Progress (1): 345/368 kB
Progress (1): 349/368 kB
Progress (1): 353/368 kB
Progress (1): 357/368 kB
Progress (1): 361/368 kB
Progress (1): 365/368 kB
Progress (1): 368 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar (368 kB at 1.4 MB/s)
14:43:11 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
14:43:11 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
14:43:20 Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom (4.9 kB at 535 B/s)
14:43:20 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
14:43:20 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
14:43:20 Progress (1): 4.1/40 kB
Progress (1): 7.7/40 kB
Progress (1): 12/40 kB 
Progress (1): 16/40 kB
Progress (1): 20/40 kB
Progress (1): 24/40 kB
Progress (1): 28/40 kB
Progress (1): 32/40 kB
Progress (1): 36/40 kB
Progress (1): 40 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom (40 kB at 319 kB/s)
14:43:20 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
14:43:20 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
14:43:21 Progress (1): 4.1/54 kB
Progress (1): 7.7/54 kB
Progress (1): 12/54 kB 
Progress (1): 16/54 kB
Progress (1): 20/54 kB
Progress (1): 24/54 kB
Progress (1): 28/54 kB
Progress (1): 32/54 kB
Progress (1): 36/54 kB
Progress (1): 40/54 kB
Progress (1): 44/54 kB
Progress (1): 48/54 kB
Progress (1): 52/54 kB
Progress (1): 54 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar (54 kB at 1.1 MB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom
14:43:21 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom (1.3 kB at 29 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom
14:43:21 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom (1.5 kB at 35 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom
14:43:21 Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 361 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar
14:43:21 Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar (7.2 kB at 118 kB/s)
14:43:21 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
14:43:21 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 108 kB/s)
14:43:21 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
14:43:21 Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.pom (5.6 kB at 331 kB/s)
14:43:21 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
14:43:21 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.4/cbi-parent-1.0.4.pom (12 kB at 615 kB/s)
14:43:21 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
14:43:21 Progress (1): 4.1/66 kB
Progress (1): 7.7/66 kB
Progress (1): 12/66 kB 
Progress (1): 16/66 kB
Progress (1): 20/66 kB
Progress (1): 24/66 kB
Progress (1): 28/66 kB
Progress (1): 32/66 kB
Progress (1): 33/66 kB
Progress (1): 37/66 kB
Progress (1): 41/66 kB
Progress (1): 45/66 kB
Progress (1): 49/66 kB
Progress (1): 53/66 kB
Progress (1): 57/66 kB
Progress (1): 61/66 kB
Progress (1): 65/66 kB
Progress (1): 66 kB   
                   
Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.jar (66 kB at 2.7 MB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom
14:43:21 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom (1.5 kB at 28 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar
14:43:21 Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar (6.8 kB at 130 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom
14:43:21 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom (2.2 kB at 67 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar
14:43:21 Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (28 kB at 766 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom
14:43:21 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom (2.7 kB at 84 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
14:43:21 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
14:43:21 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 210 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
14:43:21 Progress (1): 4.1/53 kB
Progress (1): 7.7/53 kB
Progress (1): 12/53 kB 
Progress (1): 16/53 kB
Progress (1): 20/53 kB
Progress (1): 24/53 kB
Progress (1): 28/53 kB
Progress (1): 32/53 kB
Progress (1): 36/53 kB
Progress (1): 40/53 kB
Progress (1): 44/53 kB
Progress (1): 48/53 kB
Progress (1): 52/53 kB
Progress (1): 53 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.7 MB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom
14:43:21 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (2.1 kB at 72 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
14:43:21 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 87 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
14:43:21 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 362 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom
14:43:21 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 98 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom
14:43:21 Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 121 kB/s)
14:43:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
14:43:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
14:43:22 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 88 kB/s)
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
14:43:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar
14:43:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar
14:43:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
14:43:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar
14:43:22 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
14:43:22 Progress (1): 4.1/50 kB
Progress (2): 4.1/50 kB | 4.1/54 kB
Progress (3): 4.1/50 kB | 4.1/54 kB | 4.1/20 kB
Progress (4): 4.1/50 kB | 4.1/54 kB | 4.1/20 kB | 4.1/28 kB
Progress (4): 4.1/50 kB | 4.1/54 kB | 7.7/20 kB | 4.1/28 kB
Progress (4): 4.1/50 kB | 7.7/54 kB | 7.7/20 kB | 4.1/28 kB
Progress (4): 7.7/50 kB | 7.7/54 kB | 7.7/20 kB | 4.1/28 kB
Progress (4): 7.7/50 kB | 12/54 kB | 7.7/20 kB | 4.1/28 kB 
Progress (4): 7.7/50 kB | 12/54 kB | 12/20 kB | 4.1/28 kB 
Progress (5): 7.7/50 kB | 12/54 kB | 12/20 kB | 4.1/28 kB | 4.1/114 kB
Progress (5): 7.7/50 kB | 12/54 kB | 12/20 kB | 7.7/28 kB | 4.1/114 kB
Progress (5): 7.7/50 kB | 12/54 kB | 12/20 kB | 7.7/28 kB | 7.7/114 kB
Progress (5): 7.7/50 kB | 12/54 kB | 12/20 kB | 12/28 kB | 7.7/114 kB 
Progress (5): 7.7/50 kB | 12/54 kB | 16/20 kB | 12/28 kB | 7.7/114 kB
Progress (5): 7.7/50 kB | 16/54 kB | 16/20 kB | 12/28 kB | 7.7/114 kB
Progress (5): 12/50 kB | 16/54 kB | 16/20 kB | 12/28 kB | 7.7/114 kB 
Progress (5): 12/50 kB | 16/54 kB | 20 kB | 12/28 kB | 7.7/114 kB   
Progress (5): 12/50 kB | 16/54 kB | 20 kB | 16/28 kB | 7.7/114 kB
Progress (5): 12/50 kB | 16/54 kB | 20 kB | 16/28 kB | 12/114 kB 
Progress (5): 12/50 kB | 20/54 kB | 20 kB | 16/28 kB | 12/114 kB
Progress (5): 16/50 kB | 20/54 kB | 20 kB | 16/28 kB | 12/114 kB
Progress (5): 16/50 kB | 24/54 kB | 20 kB | 16/28 kB | 12/114 kB
Progress (5): 16/50 kB | 24/54 kB | 20 kB | 16/28 kB | 16/114 kB
Progress (5): 16/50 kB | 24/54 kB | 20 kB | 20/28 kB | 16/114 kB
Progress (5): 16/50 kB | 24/54 kB | 20 kB | 20/28 kB | 20/114 kB
Progress (5): 16/50 kB | 28/54 kB | 20 kB | 20/28 kB | 20/114 kB
Progress (5): 20/50 kB | 28/54 kB | 20 kB | 20/28 kB | 20/114 kB
Progress (5): 20/50 kB | 32/54 kB | 20 kB | 20/28 kB | 20/114 kB
Progress (5): 20/50 kB | 32/54 kB | 20 kB | 20/28 kB | 24/114 kB
Progress (5): 20/50 kB | 32/54 kB | 20 kB | 24/28 kB | 24/114 kB
Progress (5): 20/50 kB | 36/54 kB | 20 kB | 24/28 kB | 24/114 kB
Progress (5): 24/50 kB | 36/54 kB | 20 kB | 24/28 kB | 24/114 kB
Progress (5): 24/50 kB | 40/54 kB | 20 kB | 24/28 kB | 24/114 kB
Progress (5): 24/50 kB | 40/54 kB | 20 kB | 28 kB | 24/114 kB   
Progress (5): 24/50 kB | 40/54 kB | 20 kB | 28 kB | 28/114 kB
Progress (5): 24/50 kB | 44/54 kB | 20 kB | 28 kB | 28/114 kB
Progress (5): 28/50 kB | 44/54 kB | 20 kB | 28 kB | 28/114 kB
Progress (5): 28/50 kB | 48/54 kB | 20 kB | 28 kB | 28/114 kB
Progress (5): 28/50 kB | 48/54 kB | 20 kB | 28 kB | 32/114 kB
Progress (5): 32/50 kB | 48/54 kB | 20 kB | 28 kB | 32/114 kB
Progress (5): 32/50 kB | 52/54 kB | 20 kB | 28 kB | 32/114 kB
Progress (5): 32/50 kB | 52/54 kB | 20 kB | 28 kB | 36/114 kB
Progress (5): 36/50 kB | 52/54 kB | 20 kB | 28 kB | 36/114 kB
Progress (5): 36/50 kB | 54 kB | 20 kB | 28 kB | 36/114 kB   
Progress (5): 40/50 kB | 54 kB | 20 kB | 28 kB | 36/114 kB
Progress (5): 40/50 kB | 54 kB | 20 kB | 28 kB | 40/114 kB
Progress (5): 44/50 kB | 54 kB | 20 kB | 28 kB | 40/114 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 kB at 373 kB/s)
14:43:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar
14:43:22 Progress (4): 48/50 kB | 54 kB | 28 kB | 40/114 kB
Progress (4): 48/50 kB | 54 kB | 28 kB | 44/114 kB
Progress (4): 50 kB | 54 kB | 28 kB | 44/114 kB   
Progress (4): 50 kB | 54 kB | 28 kB | 48/114 kB
Progress (4): 50 kB | 54 kB | 28 kB | 52/114 kB
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 kB at 261 kB/s)
14:43:22 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 500 kB/s)
14:43:22 Progress (2): 50 kB | 56/114 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
14:43:22 Progress (2): 50 kB | 60/114 kB
Progress (2): 50 kB | 64/114 kB
Progress (2): 50 kB | 68/114 kB
Progress (2): 50 kB | 72/114 kB
Progress (2): 50 kB | 76/114 kB
Progress (2): 50 kB | 80/114 kB
Progress (2): 50 kB | 84/114 kB
Progress (2): 50 kB | 88/114 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 446 kB/s)
14:43:22 Progress (1): 92/114 kB
Progress (1): 96/114 kB
Progress (1): 100/114 kB
Progress (1): 104/114 kB
Progress (1): 108/114 kB
Progress (1): 112/114 kB
Progress (1): 114 kB    
Progress (2): 114 kB | 4.1/81 kB
Progress (2): 114 kB | 7.7/81 kB
Progress (2): 114 kB | 12/81 kB 
Progress (2): 114 kB | 16/81 kB
Progress (2): 114 kB | 20/81 kB
Progress (2): 114 kB | 24/81 kB
Progress (2): 114 kB | 28/81 kB
Progress (3): 114 kB | 28/81 kB | 4.1/33 kB
Progress (3): 114 kB | 32/81 kB | 4.1/33 kB
Progress (3): 114 kB | 32/81 kB | 7.7/33 kB
Progress (3): 114 kB | 36/81 kB | 7.7/33 kB
Progress (3): 114 kB | 36/81 kB | 12/33 kB 
Progress (3): 114 kB | 40/81 kB | 12/33 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 932 kB/s)
14:43:22 Progress (2): 40/81 kB | 16/33 kB
Progress (2): 44/81 kB | 16/33 kB
Progress (2): 48/81 kB | 16/33 kB
Progress (2): 48/81 kB | 20/33 kB
Progress (2): 48/81 kB | 24/33 kB
Progress (2): 52/81 kB | 24/33 kB
Progress (2): 52/81 kB | 28/33 kB
Progress (2): 56/81 kB | 28/33 kB
Progress (2): 56/81 kB | 32/33 kB
Progress (2): 56/81 kB | 33 kB   
Progress (2): 60/81 kB | 33 kB
Progress (2): 64/81 kB | 33 kB
Progress (2): 68/81 kB | 33 kB
Progress (2): 72/81 kB | 33 kB
Progress (2): 76/81 kB | 33 kB
Progress (2): 80/81 kB | 33 kB
Progress (2): 81 kB | 33 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 256 kB/s)
14:43:22 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 612 kB/s)
14:43:22 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
14:43:22 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
14:43:22 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 231 kB/s)
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
14:43:22 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
14:43:22 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 815 kB/s)
14:43:22 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
14:43:22 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
14:43:22 Progress (1): 4.1/25 kB
Progress (1): 7.7/25 kB
Progress (1): 12/25 kB 
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 24/25 kB
Progress (1): 25 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 1.4 MB/s)
14:43:22 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
14:43:22 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
14:43:22 Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 331 kB/s)
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
14:43:22 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
14:43:22 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 394 kB/s)
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
14:43:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
14:43:22 Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 665 kB/s)
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
14:43:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
14:43:22 Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 465 kB/s)
14:43:22 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
14:43:22 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
14:43:22 Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 740 kB/s)
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom
14:43:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom
14:43:22 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom (2.5 kB at 81 kB/s)
14:43:22 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar
14:43:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar
14:43:22 Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar (33 kB at 947 kB/s)
14:43:22 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
14:43:22 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
14:43:22 Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 144 kB/s)
14:43:22 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
14:43:22 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
14:43:22 Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 690 kB/s)
14:43:22 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
14:43:22 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
14:43:23 Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 23 kB/s)
14:43:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
14:43:23 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
14:43:23 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 316 kB/s)
14:43:23 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
14:43:23 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
14:43:23 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 641 kB/s)
14:43:23 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
14:43:23 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
14:43:23 Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 595 kB/s)
14:43:23 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
14:43:23 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
14:43:23 Progress (1): 4.1/124 kB
Progress (1): 7.7/124 kB
Progress (1): 12/124 kB 
Progress (1): 16/124 kB
Progress (1): 20/124 kB
Progress (1): 24/124 kB
Progress (1): 28/124 kB
Progress (1): 32/124 kB
Progress (1): 36/124 kB
Progress (1): 40/124 kB
Progress (1): 44/124 kB
Progress (1): 48/124 kB
Progress (1): 52/124 kB
Progress (1): 56/124 kB
Progress (1): 60/124 kB
Progress (1): 64/124 kB
Progress (1): 68/124 kB
Progress (1): 72/124 kB
Progress (1): 76/124 kB
Progress (1): 80/124 kB
Progress (1): 84/124 kB
Progress (1): 88/124 kB
Progress (1): 92/124 kB
Progress (1): 96/124 kB
Progress (1): 100/124 kB
Progress (1): 104/124 kB
Progress (1): 108/124 kB
Progress (1): 112/124 kB
Progress (1): 116/124 kB
Progress (1): 120/124 kB
Progress (1): 124/124 kB
Progress (1): 124 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 2.8 MB/s)
14:43:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom
14:43:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom
14:43:23 Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom (4.8 kB at 154 kB/s)
14:43:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar
14:43:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar
14:43:23 Progress (1): 4.1/57 kB
Progress (1): 7.7/57 kB
Progress (1): 12/57 kB 
Progress (1): 16/57 kB
Progress (1): 20/57 kB
Progress (1): 24/57 kB
Progress (1): 28/57 kB
Progress (1): 32/57 kB
Progress (1): 36/57 kB
Progress (1): 40/57 kB
Progress (1): 44/57 kB
Progress (1): 48/57 kB
Progress (1): 52/57 kB
Progress (1): 56/57 kB
Progress (1): 57 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar (57 kB at 1.5 MB/s)
14:43:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom
14:43:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom
14:43:23 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom (3.3 kB at 89 kB/s)
14:43:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom
14:43:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom
14:43:23 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom (1.5 kB at 35 kB/s)
14:43:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom
14:43:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom
14:43:23 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom (3.0 kB at 100 kB/s)
14:43:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom
14:43:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom
14:43:23 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom (1.5 kB at 45 kB/s)
14:43:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom
14:43:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom
14:43:23 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom (1.9 kB at 51 kB/s)
14:43:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom
14:43:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom
14:43:23 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom (3.3 kB at 106 kB/s)
14:43:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom
14:43:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom
14:43:23 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom (2.1 kB at 65 kB/s)
14:43:24 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
14:43:24 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
14:43:24 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 104 kB/s)
14:43:24 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
14:43:24 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
14:43:24 Progress (1): 4.1/27 kB
Progress (1): 7.7/27 kB
Progress (1): 12/27 kB 
Progress (1): 16/27 kB
Progress (1): 20/27 kB
Progress (1): 24/27 kB
Progress (1): 27 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 759 kB/s)
14:43:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
14:43:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
14:43:24 Progress (1): 4.1/43 kB
Progress (1): 7.7/43 kB
Progress (1): 12/43 kB 
Progress (1): 16/43 kB
Progress (1): 20/43 kB
Progress (1): 24/43 kB
Progress (1): 28/43 kB
Progress (1): 32/43 kB
Progress (1): 36/43 kB
Progress (1): 40/43 kB
Progress (1): 43 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.3 MB/s)
14:43:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
14:43:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
14:43:24 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 456 kB/s)
14:43:24 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
14:43:24 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
14:43:24 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 59 kB/s)
14:43:24 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
14:43:24 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
14:43:24 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 366 kB/s)
14:43:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom
14:43:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom
14:43:24 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 53 kB/s)
14:43:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom
14:43:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom
14:43:24 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 404 kB/s)
14:43:24 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
14:43:24 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
14:43:24 Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 194 kB/s)
14:43:24 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
14:43:24 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
14:43: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.2.1/maven-artifact-2.2.1.pom (1.6 kB at 59 kB/s)
14:43:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
14:43:24 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
14:43:24 Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 679 kB/s)
14:43:24 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
14:43:24 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
14:43:24 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 69 kB/s)
14:43:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
14:43:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
14:43: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.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 81 kB/s)
14:43:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
14:43:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
14:43:24 Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 162 kB/s)
14:43:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
14:43:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
14:43:24 Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 150 kB/s)
14:43:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom
14:43:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom
14:43:24 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 64 kB/s)
14:43:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
14:43:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
14:43:25 Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 148 kB/s)
14:43:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
14:43:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
14:43:25 Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 557 kB/s)
14:43:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
14:43:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
14:43:25 Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 512 kB/s)
14:43:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom
14:43:25 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
14:43:25 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 73 kB/s)
14:43:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom
14:43:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
14:43:25 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 54 kB/s)
14:43:25 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
14:43:25 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
14:43:25 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 92 kB/s)
14:43:25 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
14:43:25 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
14:43:25 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 54 kB/s)
14:43:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
14:43:25 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
14:43:25 Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 25 kB/s)
14:43:25 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
14:43:25 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
14:43:25 Progress (1): 4.1/5.8 kB
Progress (1): 5.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 183 kB/s)
14:43:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
14:43:25 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
14:43:25 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 363 kB/s)
14:43:25 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
14:43:25 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
14:43:25 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 103 kB/s)
14:43:25 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
14:43:25 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
14:43:25 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 60 kB/s)
14:43:25 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
14:43:25 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
14:43:25 Progress (1): 880 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 28 kB/s)
14:43:25 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
14:43:25 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
14:43:25 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 64 kB/s)
14:43:25 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
14:43:25 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
14:43:25 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 90 kB/s)
14:43:25 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
14:43:25 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
14:43:25 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 71 kB/s)
14:43:25 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
14:43:25 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
14:43:25 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 73 kB/s)
14:43:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
14:43:25 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
14:43:25 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 98 kB/s)
14:43:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
14:43:25 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
14:43:26 Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 66 kB/s)
14:43:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
14:43:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
14:43:26 Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 219 kB/s)
14:43:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar
14:43:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar
14:43:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar
14:43:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar
14:43:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar
14:43:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar
14:43:26 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
14:43:26 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
14:43:26 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
14:43:26 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
14:43:26 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
14:43:26 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
14:43:26 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
14:43:26 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
14:43:26 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
14:43:26 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
14:43:26 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
14:43:26 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
14:43:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
14:43:26 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
14:43:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar
14:43:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar
14:43:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar
14:43:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar
14:43:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar
14:43:26 Progress (1): 4.1/65 kB
Progress (1): 7.7/65 kB
Progress (1): 12/65 kB 
Progress (1): 16/65 kB
Progress (1): 20/65 kB
Progress (2): 20/65 kB | 4.1/924 kB
Progress (2): 24/65 kB | 4.1/924 kB
Progress (2): 24/65 kB | 7.7/924 kB
Progress (2): 28/65 kB | 7.7/924 kB
Progress (2): 28/65 kB | 12/924 kB 
Progress (2): 32/65 kB | 12/924 kB
Progress (2): 32/65 kB | 16/924 kB
Progress (2): 36/65 kB | 16/924 kB
Progress (2): 36/65 kB | 20/924 kB
Progress (2): 40/65 kB | 20/924 kB
Progress (2): 40/65 kB | 24/924 kB
Progress (2): 44/65 kB | 24/924 kB
Progress (2): 44/65 kB | 28/924 kB
Progress (2): 48/65 kB | 28/924 kB
Progress (2): 48/65 kB | 32/924 kB
Progress (2): 52/65 kB | 32/924 kB
Progress (2): 56/65 kB | 32/924 kB
Progress (3): 56/65 kB | 32/924 kB | 4.1/424 kB
Progress (3): 60/65 kB | 32/924 kB | 4.1/424 kB
Progress (3): 64/65 kB | 32/924 kB | 4.1/424 kB
Progress (3): 65 kB | 32/924 kB | 4.1/424 kB   
Progress (4): 65 kB | 32/924 kB | 4.1/424 kB | 4.1/185 kB
Progress (4): 65 kB | 32/924 kB | 4.1/424 kB | 7.7/185 kB
Progress (5): 65 kB | 32/924 kB | 4.1/424 kB | 7.7/185 kB | 4.1/25 kB
Progress (5): 65 kB | 36/924 kB | 4.1/424 kB | 7.7/185 kB | 4.1/25 kB
Progress (5): 65 kB | 36/924 kB | 4.1/424 kB | 7.7/185 kB | 7.7/25 kB
Progress (5): 65 kB | 36/924 kB | 4.1/424 kB | 12/185 kB | 7.7/25 kB 
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar (65 kB at 852 kB/s)
14:43:26 Progress (4): 36/924 kB | 7.7/424 kB | 12/185 kB | 7.7/25 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar
14:43:26 Progress (4): 36/924 kB | 7.7/424 kB | 12/185 kB | 12/25 kB
Progress (4): 36/924 kB | 7.7/424 kB | 16/185 kB | 12/25 kB
Progress (4): 40/924 kB | 7.7/424 kB | 16/185 kB | 12/25 kB
Progress (4): 40/924 kB | 7.7/424 kB | 16/185 kB | 16/25 kB
Progress (4): 40/924 kB | 12/424 kB | 16/185 kB | 16/25 kB 
Progress (4): 40/924 kB | 12/424 kB | 16/185 kB | 20/25 kB
Progress (4): 44/924 kB | 12/424 kB | 16/185 kB | 20/25 kB
Progress (4): 44/924 kB | 12/424 kB | 20/185 kB | 20/25 kB
Progress (4): 48/924 kB | 12/424 kB | 20/185 kB | 20/25 kB
Progress (4): 48/924 kB | 12/424 kB | 20/185 kB | 24/25 kB
Progress (4): 48/924 kB | 16/424 kB | 20/185 kB | 24/25 kB
Progress (4): 52/924 kB | 16/424 kB | 20/185 kB | 24/25 kB
Progress (4): 52/924 kB | 16/424 kB | 20/185 kB | 25 kB   
Progress (4): 52/924 kB | 16/424 kB | 24/185 kB | 25 kB
Progress (4): 52/924 kB | 20/424 kB | 24/185 kB | 25 kB
Progress (4): 56/924 kB | 20/424 kB | 24/185 kB | 25 kB
Progress (4): 56/924 kB | 24/424 kB | 24/185 kB | 25 kB
Progress (4): 56/924 kB | 24/424 kB | 28/185 kB | 25 kB
Progress (4): 60/924 kB | 24/424 kB | 28/185 kB | 25 kB
Progress (4): 60/924 kB | 24/424 kB | 32/185 kB | 25 kB
Progress (4): 60/924 kB | 28/424 kB | 32/185 kB | 25 kB
Progress (4): 64/924 kB | 28/424 kB | 32/185 kB | 25 kB
Progress (4): 64/924 kB | 28/424 kB | 36/185 kB | 25 kB
Progress (4): 64/924 kB | 32/424 kB | 36/185 kB | 25 kB
Progress (4): 68/924 kB | 32/424 kB | 36/185 kB | 25 kB
Progress (4): 68/924 kB | 36/424 kB | 36/185 kB | 25 kB
Progress (4): 68/924 kB | 36/424 kB | 40/185 kB | 25 kB
Progress (4): 68/924 kB | 40/424 kB | 40/185 kB | 25 kB
Progress (4): 72/924 kB | 40/424 kB | 40/185 kB | 25 kB
Progress (4): 72/924 kB | 40/424 kB | 44/185 kB | 25 kB
Progress (4): 72/924 kB | 44/424 kB | 44/185 kB | 25 kB
Progress (4): 76/924 kB | 44/424 kB | 44/185 kB | 25 kB
Progress (4): 76/924 kB | 44/424 kB | 48/185 kB | 25 kB
Progress (4): 80/924 kB | 44/424 kB | 48/185 kB | 25 kB
Progress (4): 80/924 kB | 44/424 kB | 52/185 kB | 25 kB
Progress (4): 80/924 kB | 44/424 kB | 56/185 kB | 25 kB
Progress (4): 80/924 kB | 48/424 kB | 56/185 kB | 25 kB
Progress (4): 80/924 kB | 48/424 kB | 60/185 kB | 25 kB
Progress (4): 84/924 kB | 48/424 kB | 60/185 kB | 25 kB
Progress (4): 84/924 kB | 52/424 kB | 60/185 kB | 25 kB
Progress (4): 84/924 kB | 52/424 kB | 64/185 kB | 25 kB
Progress (4): 84/924 kB | 56/424 kB | 64/185 kB | 25 kB
Progress (4): 88/924 kB | 56/424 kB | 64/185 kB | 25 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar (25 kB at 282 kB/s)
14:43:26 Progress (3): 88/924 kB | 56/424 kB | 68/185 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
14:43:26 Progress (3): 92/924 kB | 56/424 kB | 68/185 kB
Progress (3): 92/924 kB | 60/424 kB | 68/185 kB
Progress (3): 96/924 kB | 60/424 kB | 68/185 kB
Progress (3): 96/924 kB | 60/424 kB | 72/185 kB
Progress (4): 96/924 kB | 60/424 kB | 72/185 kB | 4.1/110 kB
Progress (4): 100/924 kB | 60/424 kB | 72/185 kB | 4.1/110 kB
Progress (4): 100/924 kB | 64/424 kB | 72/185 kB | 4.1/110 kB
Progress (4): 104/924 kB | 64/424 kB | 72/185 kB | 4.1/110 kB
Progress (4): 104/924 kB | 64/424 kB | 72/185 kB | 7.7/110 kB
Progress (4): 104/924 kB | 64/424 kB | 76/185 kB | 7.7/110 kB
Progress (4): 108/924 kB | 64/424 kB | 76/185 kB | 7.7/110 kB
Progress (4): 108/924 kB | 68/424 kB | 76/185 kB | 7.7/110 kB
Progress (4): 112/924 kB | 68/424 kB | 76/185 kB | 7.7/110 kB
Progress (4): 112/924 kB | 68/424 kB | 80/185 kB | 7.7/110 kB
Progress (4): 116/924 kB | 68/424 kB | 80/185 kB | 7.7/110 kB
Progress (4): 116/924 kB | 68/424 kB | 80/185 kB | 12/110 kB 
Progress (4): 120/924 kB | 68/424 kB | 80/185 kB | 12/110 kB
Progress (4): 120/924 kB | 68/424 kB | 84/185 kB | 12/110 kB
Progress (4): 120/924 kB | 72/424 kB | 84/185 kB | 12/110 kB
Progress (4): 124/924 kB | 72/424 kB | 84/185 kB | 12/110 kB
Progress (4): 124/924 kB | 76/424 kB | 84/185 kB | 12/110 kB
Progress (4): 124/924 kB | 80/424 kB | 84/185 kB | 12/110 kB
Progress (4): 124/924 kB | 80/424 kB | 88/185 kB | 12/110 kB
Progress (4): 124/924 kB | 84/424 kB | 88/185 kB | 12/110 kB
Progress (4): 124/924 kB | 84/424 kB | 92/185 kB | 12/110 kB
Progress (4): 124/924 kB | 84/424 kB | 96/185 kB | 12/110 kB
Progress (4): 124/924 kB | 84/424 kB | 96/185 kB | 16/110 kB
Progress (4): 124/924 kB | 88/424 kB | 96/185 kB | 16/110 kB
Progress (4): 128/924 kB | 88/424 kB | 96/185 kB | 16/110 kB
Progress (4): 128/924 kB | 92/424 kB | 96/185 kB | 16/110 kB
Progress (4): 128/924 kB | 92/424 kB | 96/185 kB | 20/110 kB
Progress (4): 128/924 kB | 92/424 kB | 100/185 kB | 20/110 kB
Progress (4): 128/924 kB | 92/424 kB | 100/185 kB | 24/110 kB
Progress (4): 132/924 kB | 92/424 kB | 100/185 kB | 24/110 kB
Progress (4): 132/924 kB | 96/424 kB | 100/185 kB | 24/110 kB
Progress (4): 136/924 kB | 96/424 kB | 100/185 kB | 24/110 kB
Progress (4): 136/924 kB | 100/424 kB | 100/185 kB | 24/110 kB
Progress (4): 136/924 kB | 100/424 kB | 100/185 kB | 28/110 kB
Progress (4): 136/924 kB | 100/424 kB | 104/185 kB | 28/110 kB
Progress (4): 136/924 kB | 100/424 kB | 104/185 kB | 32/110 kB
Progress (4): 140/924 kB | 100/424 kB | 104/185 kB | 32/110 kB
Progress (4): 140/924 kB | 104/424 kB | 104/185 kB | 32/110 kB
Progress (4): 144/924 kB | 104/424 kB | 104/185 kB | 32/110 kB
Progress (4): 144/924 kB | 108/424 kB | 104/185 kB | 32/110 kB
Progress (4): 144/924 kB | 108/424 kB | 108/185 kB | 32/110 kB
Progress (4): 144/924 kB | 108/424 kB | 108/185 kB | 33/110 kB
Progress (4): 144/924 kB | 108/424 kB | 112/185 kB | 33/110 kB
Progress (4): 144/924 kB | 108/424 kB | 112/185 kB | 37/110 kB
Progress (4): 148/924 kB | 108/424 kB | 112/185 kB | 37/110 kB
Progress (4): 148/924 kB | 112/424 kB | 112/185 kB | 37/110 kB
Progress (5): 148/924 kB | 112/424 kB | 112/185 kB | 37/110 kB | 4.1/186 kB
Progress (5): 148/924 kB | 116/424 kB | 112/185 kB | 37/110 kB | 4.1/186 kB
Progress (5): 152/924 kB | 116/424 kB | 112/185 kB | 37/110 kB | 4.1/186 kB
Progress (5): 152/924 kB | 116/424 kB | 112/185 kB | 41/110 kB | 4.1/186 kB
Progress (5): 152/924 kB | 116/424 kB | 116/185 kB | 41/110 kB | 4.1/186 kB
Progress (5): 152/924 kB | 116/424 kB | 116/185 kB | 45/110 kB | 4.1/186 kB
Progress (5): 156/924 kB | 116/424 kB | 116/185 kB | 45/110 kB | 4.1/186 kB
Progress (5): 156/924 kB | 120/424 kB | 116/185 kB | 45/110 kB | 4.1/186 kB
Progress (5): 156/924 kB | 120/424 kB | 116/185 kB | 45/110 kB | 7.7/186 kB
Progress (5): 156/924 kB | 124/424 kB | 116/185 kB | 45/110 kB | 7.7/186 kB
Progress (5): 160/924 kB | 124/424 kB | 116/185 kB | 45/110 kB | 7.7/186 kB
Progress (5): 160/924 kB | 124/424 kB | 116/185 kB | 49/110 kB | 7.7/186 kB
Progress (5): 160/924 kB | 124/424 kB | 120/185 kB | 49/110 kB | 7.7/186 kB
Progress (5): 164/924 kB | 124/424 kB | 120/185 kB | 49/110 kB | 7.7/186 kB
Progress (5): 164/924 kB | 124/424 kB | 120/185 kB | 49/110 kB | 12/186 kB 
Progress (5): 164/924 kB | 128/424 kB | 120/185 kB | 49/110 kB | 12/186 kB
Progress (5): 164/924 kB | 128/424 kB | 120/185 kB | 49/110 kB | 16/186 kB
Progress (5): 168/924 kB | 128/424 kB | 120/185 kB | 49/110 kB | 16/186 kB
Progress (5): 168/924 kB | 128/424 kB | 124/185 kB | 49/110 kB | 16/186 kB
Progress (5): 168/924 kB | 128/424 kB | 124/185 kB | 53/110 kB | 16/186 kB
Progress (5): 168/924 kB | 128/424 kB | 124/185 kB | 57/110 kB | 16/186 kB
Progress (5): 168/924 kB | 128/424 kB | 124/185 kB | 61/110 kB | 16/186 kB
Progress (5): 168/924 kB | 128/424 kB | 124/185 kB | 65/110 kB | 16/186 kB
Progress (5): 168/924 kB | 128/424 kB | 124/185 kB | 66/110 kB | 16/186 kB
Progress (5): 168/924 kB | 128/424 kB | 128/185 kB | 66/110 kB | 16/186 kB
Progress (5): 168/924 kB | 128/424 kB | 128/185 kB | 70/110 kB | 16/186 kB
Progress (5): 172/924 kB | 128/424 kB | 128/185 kB | 70/110 kB | 16/186 kB
Progress (5): 172/924 kB | 128/424 kB | 128/185 kB | 70/110 kB | 20/186 kB
Progress (5): 172/924 kB | 132/424 kB | 128/185 kB | 70/110 kB | 20/186 kB
Progress (5): 172/924 kB | 132/424 kB | 128/185 kB | 70/110 kB | 24/186 kB
Progress (5): 176/924 kB | 132/424 kB | 128/185 kB | 70/110 kB | 24/186 kB
Progress (5): 176/924 kB | 132/424 kB | 128/185 kB | 74/110 kB | 24/186 kB
Progress (5): 180/924 kB | 132/424 kB | 128/185 kB | 74/110 kB | 24/186 kB
Progress (5): 180/924 kB | 132/424 kB | 132/185 kB | 74/110 kB | 24/186 kB
Progress (5): 184/924 kB | 132/424 kB | 132/185 kB | 74/110 kB | 24/186 kB
Progress (5): 184/924 kB | 132/424 kB | 132/185 kB | 78/110 kB | 24/186 kB
Progress (5): 184/924 kB | 132/424 kB | 132/185 kB | 78/110 kB | 28/186 kB
Progress (5): 184/924 kB | 136/424 kB | 132/185 kB | 78/110 kB | 28/186 kB
Progress (5): 184/924 kB | 136/424 kB | 132/185 kB | 78/110 kB | 32/186 kB
Progress (5): 184/924 kB | 136/424 kB | 132/185 kB | 82/110 kB | 32/186 kB
Progress (5): 188/924 kB | 136/424 kB | 132/185 kB | 82/110 kB | 32/186 kB
Progress (5): 188/924 kB | 136/424 kB | 136/185 kB | 82/110 kB | 32/186 kB
Progress (5): 192/924 kB | 136/424 kB | 136/185 kB | 82/110 kB | 32/186 kB
Progress (5): 192/924 kB | 136/424 kB | 136/185 kB | 86/110 kB | 32/186 kB
Progress (5): 192/924 kB | 136/424 kB | 136/185 kB | 86/110 kB | 33/186 kB
Progress (5): 192/924 kB | 140/424 kB | 136/185 kB | 86/110 kB | 33/186 kB
Progress (5): 192/924 kB | 140/424 kB | 136/185 kB | 90/110 kB | 33/186 kB
Progress (5): 196/924 kB | 140/424 kB | 136/185 kB | 90/110 kB | 33/186 kB
Progress (5): 196/924 kB | 140/424 kB | 140/185 kB | 90/110 kB | 33/186 kB
Progress (5): 200/924 kB | 140/424 kB | 140/185 kB | 90/110 kB | 33/186 kB
Progress (5): 200/924 kB | 140/424 kB | 140/185 kB | 94/110 kB | 33/186 kB
Progress (5): 200/924 kB | 140/424 kB | 140/185 kB | 94/110 kB | 37/186 kB
Progress (5): 200/924 kB | 144/424 kB | 140/185 kB | 94/110 kB | 37/186 kB
Progress (5): 200/924 kB | 144/424 kB | 140/185 kB | 94/110 kB | 41/186 kB
Progress (5): 200/924 kB | 144/424 kB | 140/185 kB | 98/110 kB | 41/186 kB
Progress (5): 204/924 kB | 144/424 kB | 140/185 kB | 98/110 kB | 41/186 kB
Progress (5): 204/924 kB | 144/424 kB | 144/185 kB | 98/110 kB | 41/186 kB
Progress (5): 208/924 kB | 144/424 kB | 144/185 kB | 98/110 kB | 41/186 kB
Progress (5): 208/924 kB | 144/424 kB | 144/185 kB | 102/110 kB | 41/186 kB
Progress (5): 208/924 kB | 144/424 kB | 144/185 kB | 102/110 kB | 45/186 kB
Progress (5): 208/924 kB | 148/424 kB | 144/185 kB | 102/110 kB | 45/186 kB
Progress (5): 208/924 kB | 148/424 kB | 144/185 kB | 102/110 kB | 49/186 kB
Progress (5): 208/924 kB | 148/424 kB | 144/185 kB | 106/110 kB | 49/186 kB
Progress (5): 212/924 kB | 148/424 kB | 144/185 kB | 106/110 kB | 49/186 kB
Progress (5): 212/924 kB | 148/424 kB | 144/185 kB | 110/110 kB | 49/186 kB
Progress (5): 212/924 kB | 148/424 kB | 144/185 kB | 110 kB | 49/186 kB    
Progress (5): 212/924 kB | 148/424 kB | 148/185 kB | 110 kB | 49/186 kB
Progress (5): 212/924 kB | 148/424 kB | 152/185 kB | 110 kB | 49/186 kB
Progress (5): 216/924 kB | 148/424 kB | 152/185 kB | 110 kB | 49/186 kB
Progress (5): 216/924 kB | 148/424 kB | 152/185 kB | 110 kB | 53/186 kB
Progress (5): 216/924 kB | 152/424 kB | 152/185 kB | 110 kB | 53/186 kB
Progress (5): 216/924 kB | 152/424 kB | 152/185 kB | 110 kB | 57/186 kB
Progress (5): 220/924 kB | 152/424 kB | 152/185 kB | 110 kB | 57/186 kB
Progress (5): 220/924 kB | 152/424 kB | 156/185 kB | 110 kB | 57/186 kB
Progress (5): 220/924 kB | 152/424 kB | 156/185 kB | 110 kB | 61/186 kB
Progress (5): 224/924 kB | 152/424 kB | 156/185 kB | 110 kB | 61/186 kB
Progress (5): 224/924 kB | 156/424 kB | 156/185 kB | 110 kB | 61/186 kB
Progress (5): 224/924 kB | 156/424 kB | 156/185 kB | 110 kB | 65/186 kB
Progress (5): 224/924 kB | 156/424 kB | 160/185 kB | 110 kB | 65/186 kB
Progress (5): 228/924 kB | 156/424 kB | 160/185 kB | 110 kB | 65/186 kB
Progress (5): 228/924 kB | 160/424 kB | 160/185 kB | 110 kB | 65/186 kB
Progress (5): 228/924 kB | 160/424 kB | 164/185 kB | 110 kB | 65/186 kB
Progress (5): 232/924 kB | 160/424 kB | 164/185 kB | 110 kB | 65/186 kB
Progress (5): 232/924 kB | 160/424 kB | 164/185 kB | 110 kB | 69/186 kB
Progress (5): 236/924 kB | 160/424 kB | 164/185 kB | 110 kB | 69/186 kB
Progress (5): 236/924 kB | 160/424 kB | 168/185 kB | 110 kB | 69/186 kB
Progress (5): 236/924 kB | 164/424 kB | 168/185 kB | 110 kB | 69/186 kB
Progress (5): 236/924 kB | 164/424 kB | 172/185 kB | 110 kB | 69/186 kB
Progress (5): 240/924 kB | 164/424 kB | 172/185 kB | 110 kB | 69/186 kB
Progress (5): 240/924 kB | 164/424 kB | 172/185 kB | 110 kB | 73/186 kB
Progress (5): 244/924 kB | 164/424 kB | 172/185 kB | 110 kB | 73/186 kB
Progress (5): 244/924 kB | 164/424 kB | 176/185 kB | 110 kB | 73/186 kB
Progress (5): 244/924 kB | 168/424 kB | 176/185 kB | 110 kB | 73/186 kB
Progress (5): 244/924 kB | 168/424 kB | 180/185 kB | 110 kB | 73/186 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar (110 kB at 563 kB/s)
14:43:26 Progress (4): 244/924 kB | 168/424 kB | 180/185 kB | 77/186 kB
Progress (4): 248/924 kB | 168/424 kB | 180/185 kB | 77/186 kB
Progress (4): 248/924 kB | 168/424 kB | 180/185 kB | 81/186 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
14:43:26 Progress (4): 248/924 kB | 172/424 kB | 180/185 kB | 81/186 kB
Progress (4): 248/924 kB | 172/424 kB | 184/185 kB | 81/186 kB
Progress (4): 248/924 kB | 176/424 kB | 184/185 kB | 81/186 kB
Progress (4): 248/924 kB | 176/424 kB | 184/185 kB | 85/186 kB
Progress (4): 252/924 kB | 176/424 kB | 184/185 kB | 85/186 kB
Progress (4): 252/924 kB | 176/424 kB | 184/185 kB | 89/186 kB
Progress (4): 252/924 kB | 180/424 kB | 184/185 kB | 89/186 kB
Progress (4): 252/924 kB | 180/424 kB | 185 kB | 89/186 kB    
Progress (4): 252/924 kB | 184/424 kB | 185 kB | 89/186 kB
Progress (4): 252/924 kB | 184/424 kB | 185 kB | 93/186 kB
Progress (4): 256/924 kB | 184/424 kB | 185 kB | 93/186 kB
Progress (4): 256/924 kB | 184/424 kB | 185 kB | 97/186 kB
Progress (4): 256/924 kB | 188/424 kB | 185 kB | 97/186 kB
Progress (4): 260/924 kB | 188/424 kB | 185 kB | 97/186 kB
Progress (4): 260/924 kB | 192/424 kB | 185 kB | 97/186 kB
Progress (4): 260/924 kB | 192/424 kB | 185 kB | 101/186 kB
Progress (4): 264/924 kB | 192/424 kB | 185 kB | 101/186 kB
Progress (4): 264/924 kB | 192/424 kB | 185 kB | 105/186 kB
Progress (4): 264/924 kB | 196/424 kB | 185 kB | 105/186 kB
Progress (4): 268/924 kB | 196/424 kB | 185 kB | 105/186 kB
Progress (4): 268/924 kB | 196/424 kB | 185 kB | 109/186 kB
Progress (4): 268/924 kB | 200/424 kB | 185 kB | 109/186 kB
Progress (4): 268/924 kB | 200/424 kB | 185 kB | 113/186 kB
Progress (4): 268/924 kB | 204/424 kB | 185 kB | 113/186 kB
Progress (4): 272/924 kB | 204/424 kB | 185 kB | 113/186 kB
Progress (4): 272/924 kB | 204/424 kB | 185 kB | 117/186 kB
Progress (4): 272/924 kB | 208/424 kB | 185 kB | 117/186 kB
Progress (4): 272/924 kB | 208/424 kB | 185 kB | 121/186 kB
Progress (4): 276/924 kB | 208/424 kB | 185 kB | 121/186 kB
Progress (4): 276/924 kB | 212/424 kB | 185 kB | 121/186 kB
Progress (4): 276/924 kB | 212/424 kB | 185 kB | 125/186 kB
Progress (4): 280/924 kB | 212/424 kB | 185 kB | 125/186 kB
Progress (4): 280/924 kB | 212/424 kB | 185 kB | 129/186 kB
Progress (4): 280/924 kB | 216/424 kB | 185 kB | 129/186 kB
Progress (4): 284/924 kB | 216/424 kB | 185 kB | 129/186 kB
Progress (5): 284/924 kB | 216/424 kB | 185 kB | 129/186 kB | 4.1/13 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar (185 kB at 889 kB/s)
14:43:26 Progress (4): 288/924 kB | 216/424 kB | 129/186 kB | 4.1/13 kB
Progress (4): 288/924 kB | 220/424 kB | 129/186 kB | 4.1/13 kB
Progress (4): 288/924 kB | 220/424 kB | 133/186 kB | 4.1/13 kB
Progress (4): 288/924 kB | 224/424 kB | 133/186 kB | 4.1/13 kB
Progress (4): 292/924 kB | 224/424 kB | 133/186 kB | 4.1/13 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
14:43:26 Progress (4): 292/924 kB | 224/424 kB | 133/186 kB | 7.7/13 kB
Progress (4): 292/924 kB | 224/424 kB | 133/186 kB | 12/13 kB 
Progress (4): 292/924 kB | 224/424 kB | 133/186 kB | 13 kB   
Progress (4): 296/924 kB | 224/424 kB | 133/186 kB | 13 kB
Progress (4): 296/924 kB | 228/424 kB | 133/186 kB | 13 kB
Progress (4): 296/924 kB | 228/424 kB | 137/186 kB | 13 kB
Progress (4): 296/924 kB | 229/424 kB | 137/186 kB | 13 kB
Progress (4): 300/924 kB | 229/424 kB | 137/186 kB | 13 kB
Progress (4): 300/924 kB | 229/424 kB | 141/186 kB | 13 kB
Progress (4): 300/924 kB | 233/424 kB | 141/186 kB | 13 kB
Progress (4): 304/924 kB | 233/424 kB | 141/186 kB | 13 kB
Progress (4): 304/924 kB | 237/424 kB | 141/186 kB | 13 kB
Progress (4): 308/924 kB | 237/424 kB | 141/186 kB | 13 kB
Progress (4): 308/924 kB | 237/424 kB | 145/186 kB | 13 kB
Progress (4): 308/924 kB | 241/424 kB | 145/186 kB | 13 kB
Progress (4): 312/924 kB | 241/424 kB | 145/186 kB | 13 kB
Progress (4): 312/924 kB | 241/424 kB | 149/186 kB | 13 kB
Progress (4): 316/924 kB | 241/424 kB | 149/186 kB | 13 kB
Progress (4): 316/924 kB | 245/424 kB | 149/186 kB | 13 kB
Progress (4): 316/924 kB | 245/424 kB | 153/186 kB | 13 kB
Progress (4): 320/924 kB | 245/424 kB | 153/186 kB | 13 kB
Progress (5): 320/924 kB | 245/424 kB | 153/186 kB | 13 kB | 4.1/524 kB
Progress (5): 324/924 kB | 245/424 kB | 153/186 kB | 13 kB | 4.1/524 kB
Progress (5): 324/924 kB | 245/424 kB | 157/186 kB | 13 kB | 4.1/524 kB
Progress (5): 324/924 kB | 249/424 kB | 157/186 kB | 13 kB | 4.1/524 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 48 kB/s)
14:43:26 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
14:43:26 Progress (4): 324/924 kB | 253/424 kB | 157/186 kB | 4.1/524 kB
Progress (4): 324/924 kB | 253/424 kB | 161/186 kB | 4.1/524 kB
Progress (4): 328/924 kB | 253/424 kB | 161/186 kB | 4.1/524 kB
Progress (4): 328/924 kB | 253/424 kB | 161/186 kB | 7.7/524 kB
Progress (4): 332/924 kB | 253/424 kB | 161/186 kB | 7.7/524 kB
Progress (4): 332/924 kB | 253/424 kB | 165/186 kB | 7.7/524 kB
Progress (4): 332/924 kB | 257/424 kB | 165/186 kB | 7.7/524 kB
Progress (4): 332/924 kB | 257/424 kB | 169/186 kB | 7.7/524 kB
Progress (4): 332/924 kB | 257/424 kB | 169/186 kB | 12/524 kB 
Progress (4): 336/924 kB | 257/424 kB | 169/186 kB | 12/524 kB
Progress (4): 336/924 kB | 257/424 kB | 169/186 kB | 16/524 kB
Progress (4): 336/924 kB | 257/424 kB | 173/186 kB | 16/524 kB
Progress (4): 336/924 kB | 261/424 kB | 173/186 kB | 16/524 kB
Progress (4): 336/924 kB | 261/424 kB | 177/186 kB | 16/524 kB
Progress (4): 336/924 kB | 261/424 kB | 177/186 kB | 20/524 kB
Progress (4): 340/924 kB | 261/424 kB | 177/186 kB | 20/524 kB
Progress (4): 340/924 kB | 261/424 kB | 177/186 kB | 24/524 kB
Progress (4): 340/924 kB | 261/424 kB | 181/186 kB | 24/524 kB
Progress (4): 340/924 kB | 265/424 kB | 181/186 kB | 24/524 kB
Progress (4): 340/924 kB | 265/424 kB | 185/186 kB | 24/524 kB
Progress (4): 340/924 kB | 265/424 kB | 185/186 kB | 28/524 kB
Progress (4): 344/924 kB | 265/424 kB | 185/186 kB | 28/524 kB
Progress (4): 344/924 kB | 265/424 kB | 185/186 kB | 32/524 kB
Progress (4): 344/924 kB | 265/424 kB | 186 kB | 32/524 kB    
Progress (4): 344/924 kB | 269/424 kB | 186 kB | 32/524 kB
Progress (4): 344/924 kB | 269/424 kB | 186 kB | 33/524 kB
Progress (4): 348/924 kB | 269/424 kB | 186 kB | 33/524 kB
Progress (4): 348/924 kB | 273/424 kB | 186 kB | 33/524 kB
Progress (4): 348/924 kB | 273/424 kB | 186 kB | 37/524 kB
Progress (4): 352/924 kB | 273/424 kB | 186 kB | 37/524 kB
Progress (4): 352/924 kB | 273/424 kB | 186 kB | 41/524 kB
Progress (4): 352/924 kB | 277/424 kB | 186 kB | 41/524 kB
Progress (4): 356/924 kB | 277/424 kB | 186 kB | 41/524 kB
Progress (4): 356/924 kB | 277/424 kB | 186 kB | 45/524 kB
Progress (4): 360/924 kB | 277/424 kB | 186 kB | 45/524 kB
Progress (4): 360/924 kB | 281/424 kB | 186 kB | 45/524 kB
Progress (4): 360/924 kB | 281/424 kB | 186 kB | 49/524 kB
Progress (4): 364/924 kB | 281/424 kB | 186 kB | 49/524 kB
Progress (4): 364/924 kB | 285/424 kB | 186 kB | 49/524 kB
Progress (4): 364/924 kB | 285/424 kB | 186 kB | 53/524 kB
Progress (4): 368/924 kB | 285/424 kB | 186 kB | 53/524 kB
Progress (4): 368/924 kB | 285/424 kB | 186 kB | 57/524 kB
Progress (4): 368/924 kB | 289/424 kB | 186 kB | 57/524 kB
Progress (4): 372/924 kB | 289/424 kB | 186 kB | 57/524 kB
Progress (4): 372/924 kB | 289/424 kB | 186 kB | 61/524 kB
Progress (4): 372/924 kB | 293/424 kB | 186 kB | 61/524 kB
Progress (4): 372/924 kB | 293/424 kB | 186 kB | 65/524 kB
Progress (4): 376/924 kB | 293/424 kB | 186 kB | 65/524 kB
Progress (4): 376/924 kB | 293/424 kB | 186 kB | 66/524 kB
Progress (4): 376/924 kB | 297/424 kB | 186 kB | 66/524 kB
Progress (4): 380/924 kB | 297/424 kB | 186 kB | 66/524 kB
Progress (4): 380/924 kB | 301/424 kB | 186 kB | 66/524 kB
Progress (4): 380/924 kB | 301/424 kB | 186 kB | 70/524 kB
Progress (4): 384/924 kB | 301/424 kB | 186 kB | 70/524 kB
Progress (4): 384/924 kB | 301/424 kB | 186 kB | 74/524 kB
Progress (4): 384/924 kB | 305/424 kB | 186 kB | 74/524 kB
Progress (4): 388/924 kB | 305/424 kB | 186 kB | 74/524 kB
Progress (4): 388/924 kB | 305/424 kB | 186 kB | 78/524 kB
Progress (4): 388/924 kB | 309/424 kB | 186 kB | 78/524 kB
Progress (4): 388/924 kB | 309/424 kB | 186 kB | 82/524 kB
Progress (4): 392/924 kB | 309/424 kB | 186 kB | 82/524 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 636 kB/s)
14:43:26 Progress (4): 392/924 kB | 309/424 kB | 82/524 kB | 4.1/273 kB
Progress (4): 392/924 kB | 313/424 kB | 82/524 kB | 4.1/273 kB
Progress (4): 392/924 kB | 313/424 kB | 82/524 kB | 7.7/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
14:43:26 Progress (4): 396/924 kB | 313/424 kB | 82/524 kB | 7.7/273 kB
Progress (4): 396/924 kB | 313/424 kB | 86/524 kB | 7.7/273 kB
Progress (4): 400/924 kB | 313/424 kB | 86/524 kB | 7.7/273 kB
Progress (4): 400/924 kB | 313/424 kB | 86/524 kB | 12/273 kB 
Progress (4): 404/924 kB | 313/424 kB | 86/524 kB | 12/273 kB
Progress (4): 404/924 kB | 317/424 kB | 86/524 kB | 12/273 kB
Progress (4): 408/924 kB | 317/424 kB | 86/524 kB | 12/273 kB
Progress (4): 408/924 kB | 317/424 kB | 86/524 kB | 16/273 kB
Progress (4): 408/924 kB | 317/424 kB | 90/524 kB | 16/273 kB
Progress (4): 412/924 kB | 317/424 kB | 90/524 kB | 16/273 kB
Progress (4): 412/924 kB | 321/424 kB | 90/524 kB | 16/273 kB
Progress (4): 412/924 kB | 321/424 kB | 94/524 kB | 16/273 kB
Progress (4): 416/924 kB | 321/424 kB | 94/524 kB | 16/273 kB
Progress (4): 416/924 kB | 321/424 kB | 94/524 kB | 20/273 kB
Progress (4): 416/924 kB | 321/424 kB | 98/524 kB | 20/273 kB
Progress (4): 416/924 kB | 325/424 kB | 98/524 kB | 20/273 kB
Progress (4): 416/924 kB | 325/424 kB | 98/524 kB | 20/273 kB
Progress (4): 420/924 kB | 325/424 kB | 98/524 kB | 20/273 kB
Progress (4): 420/924 kB | 325/424 kB | 98/524 kB | 24/273 kB
Progress (4): 424/924 kB | 325/424 kB | 98/524 kB | 24/273 kB
Progress (4): 424/924 kB | 325/424 kB | 102/524 kB | 24/273 kB
Progress (4): 428/924 kB | 325/424 kB | 102/524 kB | 24/273 kB
Progress (4): 432/924 kB | 325/424 kB | 102/524 kB | 24/273 kB
Progress (4): 432/924 kB | 329/424 kB | 102/524 kB | 24/273 kB
Progress (4): 432/924 kB | 329/424 kB | 106/524 kB | 24/273 kB
Progress (4): 432/924 kB | 329/424 kB | 106/524 kB | 28/273 kB
Progress (4): 432/924 kB | 333/424 kB | 106/524 kB | 28/273 kB
Progress (4): 436/924 kB | 333/424 kB | 106/524 kB | 28/273 kB
Progress (4): 436/924 kB | 337/424 kB | 106/524 kB | 28/273 kB
Progress (4): 436/924 kB | 337/424 kB | 110/524 kB | 28/273 kB
Progress (4): 436/924 kB | 337/424 kB | 110/524 kB | 32/273 kB
Progress (4): 436/924 kB | 337/424 kB | 114/524 kB | 32/273 kB
Progress (4): 436/924 kB | 341/424 kB | 114/524 kB | 32/273 kB
Progress (4): 440/924 kB | 341/424 kB | 114/524 kB | 32/273 kB
Progress (4): 440/924 kB | 341/424 kB | 118/524 kB | 32/273 kB
Progress (4): 440/924 kB | 341/424 kB | 118/524 kB | 33/273 kB
Progress (4): 444/924 kB | 341/424 kB | 118/524 kB | 33/273 kB
Progress (4): 444/924 kB | 341/424 kB | 122/524 kB | 33/273 kB
Progress (4): 444/924 kB | 345/424 kB | 122/524 kB | 33/273 kB
Progress (4): 444/924 kB | 345/424 kB | 126/524 kB | 33/273 kB
Progress (4): 444/924 kB | 345/424 kB | 126/524 kB | 37/273 kB
Progress (4): 448/924 kB | 345/424 kB | 126/524 kB | 37/273 kB
Progress (4): 448/924 kB | 345/424 kB | 126/524 kB | 41/273 kB
Progress (4): 448/924 kB | 345/424 kB | 130/524 kB | 41/273 kB
Progress (5): 448/924 kB | 345/424 kB | 130/524 kB | 41/273 kB | 4.1/39 kB
Progress (5): 448/924 kB | 349/424 kB | 130/524 kB | 41/273 kB | 4.1/39 kB
Progress (5): 448/924 kB | 349/424 kB | 130/524 kB | 41/273 kB | 7.7/39 kB
Progress (5): 448/924 kB | 349/424 kB | 131/524 kB | 41/273 kB | 7.7/39 kB
Progress (5): 448/924 kB | 349/424 kB | 131/524 kB | 45/273 kB | 7.7/39 kB
Progress (5): 452/924 kB | 349/424 kB | 131/524 kB | 45/273 kB | 7.7/39 kB
Progress (5): 452/924 kB | 349/424 kB | 135/524 kB | 45/273 kB | 7.7/39 kB
Progress (5): 452/924 kB | 349/424 kB | 135/524 kB | 49/273 kB | 7.7/39 kB
Progress (5): 452/924 kB | 349/424 kB | 135/524 kB | 49/273 kB | 12/39 kB 
Progress (5): 452/924 kB | 353/424 kB | 135/524 kB | 49/273 kB | 12/39 kB
Progress (5): 452/924 kB | 353/424 kB | 135/524 kB | 49/273 kB | 16/39 kB
Progress (5): 452/924 kB | 353/424 kB | 135/524 kB | 53/273 kB | 16/39 kB
Progress (5): 452/924 kB | 353/424 kB | 139/524 kB | 53/273 kB | 16/39 kB
Progress (5): 456/924 kB | 353/424 kB | 139/524 kB | 53/273 kB | 16/39 kB
Progress (5): 456/924 kB | 353/424 kB | 139/524 kB | 57/273 kB | 16/39 kB
Progress (5): 456/924 kB | 353/424 kB | 139/524 kB | 57/273 kB | 20/39 kB
Progress (5): 456/924 kB | 353/424 kB | 139/524 kB | 57/273 kB | 24/39 kB
Progress (5): 456/924 kB | 357/424 kB | 139/524 kB | 57/273 kB | 24/39 kB
Progress (5): 456/924 kB | 357/424 kB | 139/524 kB | 57/273 kB | 28/39 kB
Progress (5): 456/924 kB | 357/424 kB | 139/524 kB | 61/273 kB | 28/39 kB
Progress (5): 456/924 kB | 357/424 kB | 143/524 kB | 61/273 kB | 28/39 kB
Progress (5): 456/924 kB | 357/424 kB | 147/524 kB | 61/273 kB | 28/39 kB
Progress (5): 456/924 kB | 357/424 kB | 147/524 kB | 65/273 kB | 28/39 kB
Progress (5): 456/924 kB | 357/424 kB | 147/524 kB | 65/273 kB | 32/39 kB
Progress (5): 456/924 kB | 361/424 kB | 147/524 kB | 65/273 kB | 32/39 kB
Progress (5): 456/924 kB | 365/424 kB | 147/524 kB | 65/273 kB | 32/39 kB
Progress (5): 456/924 kB | 365/424 kB | 147/524 kB | 65/273 kB | 36/39 kB
Progress (5): 456/924 kB | 365/424 kB | 147/524 kB | 66/273 kB | 36/39 kB
Progress (5): 456/924 kB | 365/424 kB | 151/524 kB | 66/273 kB | 36/39 kB
Progress (5): 460/924 kB | 365/424 kB | 151/524 kB | 66/273 kB | 36/39 kB
Progress (5): 460/924 kB | 365/424 kB | 155/524 kB | 66/273 kB | 36/39 kB
Progress (5): 460/924 kB | 365/424 kB | 155/524 kB | 70/273 kB | 36/39 kB
Progress (5): 460/924 kB | 365/424 kB | 159/524 kB | 70/273 kB | 36/39 kB
Progress (5): 460/924 kB | 365/424 kB | 159/524 kB | 70/273 kB | 39 kB   
Progress (5): 460/924 kB | 369/424 kB | 159/524 kB | 70/273 kB | 39 kB
Progress (5): 460/924 kB | 369/424 kB | 163/524 kB | 70/273 kB | 39 kB
Progress (5): 460/924 kB | 369/424 kB | 163/524 kB | 74/273 kB | 39 kB
Progress (5): 464/924 kB | 369/424 kB | 163/524 kB | 74/273 kB | 39 kB
Progress (5): 464/924 kB | 369/424 kB | 164/524 kB | 74/273 kB | 39 kB
Progress (5): 468/924 kB | 369/424 kB | 164/524 kB | 74/273 kB | 39 kB
Progress (5): 468/924 kB | 369/424 kB | 168/524 kB | 74/273 kB | 39 kB
Progress (5): 468/924 kB | 373/424 kB | 168/524 kB | 74/273 kB | 39 kB
Progress (5): 468/924 kB | 373/424 kB | 172/524 kB | 74/273 kB | 39 kB
Progress (5): 472/924 kB | 373/424 kB | 172/524 kB | 74/273 kB | 39 kB
Progress (5): 472/924 kB | 373/424 kB | 172/524 kB | 78/273 kB | 39 kB
Progress (5): 472/924 kB | 373/424 kB | 176/524 kB | 78/273 kB | 39 kB
Progress (5): 472/924 kB | 373/424 kB | 180/524 kB | 78/273 kB | 39 kB
Progress (5): 472/924 kB | 377/424 kB | 180/524 kB | 78/273 kB | 39 kB
Progress (5): 472/924 kB | 377/424 kB | 184/524 kB | 78/273 kB | 39 kB
Progress (5): 476/924 kB | 377/424 kB | 184/524 kB | 78/273 kB | 39 kB
Progress (5): 476/924 kB | 377/424 kB | 184/524 kB | 82/273 kB | 39 kB
Progress (5): 480/924 kB | 377/424 kB | 184/524 kB | 82/273 kB | 39 kB
Progress (5): 480/924 kB | 377/424 kB | 188/524 kB | 82/273 kB | 39 kB
Progress (5): 484/924 kB | 377/424 kB | 188/524 kB | 82/273 kB | 39 kB
Progress (5): 488/924 kB | 377/424 kB | 188/524 kB | 82/273 kB | 39 kB
Progress (5): 488/924 kB | 381/424 kB | 188/524 kB | 82/273 kB | 39 kB
Progress (5): 492/924 kB | 381/424 kB | 188/524 kB | 82/273 kB | 39 kB
Progress (5): 492/924 kB | 381/424 kB | 192/524 kB | 82/273 kB | 39 kB
Progress (5): 492/924 kB | 381/424 kB | 192/524 kB | 86/273 kB | 39 kB
Progress (5): 492/924 kB | 381/424 kB | 196/524 kB | 86/273 kB | 39 kB
Progress (5): 496/924 kB | 381/424 kB | 196/524 kB | 86/273 kB | 39 kB
Progress (5): 496/924 kB | 385/424 kB | 196/524 kB | 86/273 kB | 39 kB
Progress (5): 500/924 kB | 385/424 kB | 196/524 kB | 86/273 kB | 39 kB
Progress (5): 500/924 kB | 385/424 kB | 197/524 kB | 86/273 kB | 39 kB
Progress (5): 500/924 kB | 385/424 kB | 197/524 kB | 90/273 kB | 39 kB
Progress (5): 504/924 kB | 385/424 kB | 197/524 kB | 90/273 kB | 39 kB
Progress (5): 504/924 kB | 389/424 kB | 197/524 kB | 90/273 kB | 39 kB
Progress (5): 508/924 kB | 389/424 kB | 197/524 kB | 90/273 kB | 39 kB
Progress (5): 508/924 kB | 389/424 kB | 197/524 kB | 94/273 kB | 39 kB
Progress (5): 508/924 kB | 389/424 kB | 201/524 kB | 94/273 kB | 39 kB
Progress (5): 508/924 kB | 389/424 kB | 201/524 kB | 98/273 kB | 39 kB
Progress (5): 512/924 kB | 389/424 kB | 201/524 kB | 98/273 kB | 39 kB
Progress (5): 512/924 kB | 393/424 kB | 201/524 kB | 98/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 102 kB/s)
14:43:26 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
14:43:26 Progress (4): 512/924 kB | 397/424 kB | 201/524 kB | 98/273 kB
Progress (4): 516/924 kB | 397/424 kB | 201/524 kB | 98/273 kB
Progress (4): 516/924 kB | 401/424 kB | 201/524 kB | 98/273 kB
Progress (4): 516/924 kB | 405/424 kB | 201/524 kB | 98/273 kB
Progress (4): 516/924 kB | 405/424 kB | 201/524 kB | 98/273 kB
Progress (4): 516/924 kB | 405/424 kB | 205/524 kB | 98/273 kB
Progress (4): 516/924 kB | 405/424 kB | 205/524 kB | 102/273 kB
Progress (4): 516/924 kB | 405/424 kB | 205/524 kB | 106/273 kB
Progress (4): 516/924 kB | 409/424 kB | 205/524 kB | 106/273 kB
Progress (4): 520/924 kB | 409/424 kB | 205/524 kB | 106/273 kB
Progress (4): 520/924 kB | 413/424 kB | 205/524 kB | 106/273 kB
Progress (4): 520/924 kB | 413/424 kB | 205/524 kB | 110/273 kB
Progress (4): 520/924 kB | 413/424 kB | 209/524 kB | 110/273 kB
Progress (4): 520/924 kB | 413/424 kB | 209/524 kB | 114/273 kB
Progress (4): 520/924 kB | 417/424 kB | 209/524 kB | 114/273 kB
Progress (4): 524/924 kB | 417/424 kB | 209/524 kB | 114/273 kB
Progress (4): 524/924 kB | 421/424 kB | 209/524 kB | 114/273 kB
Progress (4): 524/924 kB | 421/424 kB | 209/524 kB | 118/273 kB
Progress (4): 524/924 kB | 421/424 kB | 213/524 kB | 118/273 kB
Progress (4): 524/924 kB | 421/424 kB | 213/524 kB | 122/273 kB
Progress (4): 524/924 kB | 424 kB | 213/524 kB | 122/273 kB    
Progress (4): 528/924 kB | 424 kB | 213/524 kB | 122/273 kB
Progress (4): 528/924 kB | 424 kB | 213/524 kB | 126/273 kB
Progress (4): 528/924 kB | 424 kB | 217/524 kB | 126/273 kB
Progress (4): 532/924 kB | 424 kB | 217/524 kB | 126/273 kB
Progress (4): 532/924 kB | 424 kB | 217/524 kB | 130/273 kB
Progress (4): 536/924 kB | 424 kB | 217/524 kB | 130/273 kB
Progress (4): 536/924 kB | 424 kB | 221/524 kB | 130/273 kB
Progress (4): 536/924 kB | 424 kB | 221/524 kB | 131/273 kB
Progress (4): 540/924 kB | 424 kB | 221/524 kB | 131/273 kB
Progress (4): 540/924 kB | 424 kB | 225/524 kB | 131/273 kB
Progress (4): 540/924 kB | 424 kB | 225/524 kB | 135/273 kB
Progress (4): 544/924 kB | 424 kB | 225/524 kB | 135/273 kB
Progress (4): 544/924 kB | 424 kB | 225/524 kB | 139/273 kB
Progress (4): 548/924 kB | 424 kB | 225/524 kB | 139/273 kB
Progress (4): 552/924 kB | 424 kB | 225/524 kB | 139/273 kB
Progress (4): 552/924 kB | 424 kB | 229/524 kB | 139/273 kB
Progress (4): 552/924 kB | 424 kB | 229/524 kB | 143/273 kB
Progress (4): 552/924 kB | 424 kB | 229/524 kB | 143/273 kB
Progress (4): 556/924 kB | 424 kB | 229/524 kB | 143/273 kB
Progress (4): 556/924 kB | 424 kB | 229/524 kB | 147/273 kB
Progress (4): 556/924 kB | 424 kB | 233/524 kB | 147/273 kB
Progress (4): 560/924 kB | 424 kB | 233/524 kB | 147/273 kB
Progress (4): 560/924 kB | 424 kB | 237/524 kB | 147/273 kB
Progress (4): 560/924 kB | 424 kB | 237/524 kB | 151/273 kB
Progress (4): 564/924 kB | 424 kB | 237/524 kB | 151/273 kB
Progress (5): 564/924 kB | 424 kB | 237/524 kB | 151/273 kB | 4.1/156 kB
Progress (5): 568/924 kB | 424 kB | 237/524 kB | 151/273 kB | 4.1/156 kB
Progress (5): 568/924 kB | 424 kB | 241/524 kB | 151/273 kB | 4.1/156 kB
Progress (5): 568/924 kB | 424 kB | 241/524 kB | 155/273 kB | 4.1/156 kB
Progress (5): 568/924 kB | 424 kB | 245/524 kB | 155/273 kB | 4.1/156 kB
Progress (5): 572/924 kB | 424 kB | 245/524 kB | 155/273 kB | 4.1/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.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar (424 kB at 1.1 MB/s)
14:43:26 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
14:43:26 Progress (4): 572/924 kB | 245/524 kB | 155/273 kB | 7.7/156 kB
Progress (4): 576/924 kB | 245/524 kB | 155/273 kB | 7.7/156 kB
Progress (4): 576/924 kB | 249/524 kB | 155/273 kB | 7.7/156 kB
Progress (4): 576/924 kB | 249/524 kB | 159/273 kB | 7.7/156 kB
Progress (4): 580/924 kB | 249/524 kB | 159/273 kB | 7.7/156 kB
Progress (4): 580/924 kB | 253/524 kB | 159/273 kB | 7.7/156 kB
Progress (4): 580/924 kB | 253/524 kB | 159/273 kB | 12/156 kB 
Progress (4): 584/924 kB | 253/524 kB | 159/273 kB | 12/156 kB
Progress (4): 584/924 kB | 253/524 kB | 163/273 kB | 12/156 kB
Progress (4): 584/924 kB | 257/524 kB | 163/273 kB | 12/156 kB
Progress (4): 584/924 kB | 257/524 kB | 163/273 kB | 16/156 kB
Progress (4): 584/924 kB | 261/524 kB | 163/273 kB | 16/156 kB
Progress (4): 588/924 kB | 261/524 kB | 163/273 kB | 16/156 kB
Progress (4): 588/924 kB | 261/524 kB | 164/273 kB | 16/156 kB
Progress (4): 592/924 kB | 261/524 kB | 164/273 kB | 16/156 kB
Progress (4): 592/924 kB | 262/524 kB | 164/273 kB | 16/156 kB
Progress (4): 592/924 kB | 262/524 kB | 164/273 kB | 20/156 kB
Progress (4): 596/924 kB | 262/524 kB | 164/273 kB | 20/156 kB
Progress (4): 596/924 kB | 262/524 kB | 168/273 kB | 20/156 kB
Progress (4): 600/924 kB | 262/524 kB | 168/273 kB | 20/156 kB
Progress (4): 600/924 kB | 266/524 kB | 168/273 kB | 20/156 kB
Progress (4): 600/924 kB | 266/524 kB | 168/273 kB | 24/156 kB
Progress (4): 600/924 kB | 266/524 kB | 168/273 kB | 28/156 kB
Progress (4): 600/924 kB | 266/524 kB | 168/273 kB | 32/156 kB
Progress (4): 600/924 kB | 266/524 kB | 168/273 kB | 33/156 kB
Progress (4): 604/924 kB | 266/524 kB | 168/273 kB | 33/156 kB
Progress (4): 604/924 kB | 270/524 kB | 168/273 kB | 33/156 kB
Progress (4): 604/924 kB | 270/524 kB | 172/273 kB | 33/156 kB
Progress (5): 604/924 kB | 270/524 kB | 172/273 kB | 33/156 kB | 4.1/35 kB
Progress (5): 608/924 kB | 270/524 kB | 172/273 kB | 33/156 kB | 4.1/35 kB
Progress (5): 608/924 kB | 270/524 kB | 172/273 kB | 37/156 kB | 4.1/35 kB
Progress (5): 608/924 kB | 270/524 kB | 172/273 kB | 37/156 kB | 7.7/35 kB
Progress (5): 608/924 kB | 270/524 kB | 176/273 kB | 37/156 kB | 7.7/35 kB
Progress (5): 608/924 kB | 274/524 kB | 176/273 kB | 37/156 kB | 7.7/35 kB
Progress (5): 608/924 kB | 274/524 kB | 176/273 kB | 37/156 kB | 12/35 kB 
Progress (5): 608/924 kB | 274/524 kB | 180/273 kB | 37/156 kB | 12/35 kB
Progress (5): 612/924 kB | 274/524 kB | 180/273 kB | 37/156 kB | 12/35 kB
Progress (5): 612/924 kB | 274/524 kB | 180/273 kB | 41/156 kB | 12/35 kB
Progress (5): 616/924 kB | 274/524 kB | 180/273 kB | 41/156 kB | 12/35 kB
Progress (5): 616/924 kB | 274/524 kB | 184/273 kB | 41/156 kB | 12/35 kB
Progress (5): 616/924 kB | 274/524 kB | 188/273 kB | 41/156 kB | 12/35 kB
Progress (5): 616/924 kB | 274/524 kB | 188/273 kB | 41/156 kB | 16/35 kB
Progress (5): 616/924 kB | 274/524 kB | 192/273 kB | 41/156 kB | 16/35 kB
Progress (5): 616/924 kB | 278/524 kB | 192/273 kB | 41/156 kB | 16/35 kB
Progress (5): 616/924 kB | 278/524 kB | 196/273 kB | 41/156 kB | 16/35 kB
Progress (5): 616/924 kB | 278/524 kB | 196/273 kB | 41/156 kB | 20/35 kB
Progress (5): 620/924 kB | 278/524 kB | 196/273 kB | 41/156 kB | 20/35 kB
Progress (5): 620/924 kB | 278/524 kB | 196/273 kB | 45/156 kB | 20/35 kB
Progress (5): 624/924 kB | 278/524 kB | 196/273 kB | 45/156 kB | 20/35 kB
Progress (5): 624/924 kB | 278/524 kB | 196/273 kB | 45/156 kB | 24/35 kB
Progress (5): 624/924 kB | 278/524 kB | 197/273 kB | 45/156 kB | 24/35 kB
Progress (5): 624/924 kB | 282/524 kB | 197/273 kB | 45/156 kB | 24/35 kB
Progress (5): 624/924 kB | 282/524 kB | 201/273 kB | 45/156 kB | 24/35 kB
Progress (5): 624/924 kB | 282/524 kB | 201/273 kB | 45/156 kB | 28/35 kB
Progress (5): 628/924 kB | 282/524 kB | 201/273 kB | 45/156 kB | 28/35 kB
Progress (5): 628/924 kB | 282/524 kB | 201/273 kB | 49/156 kB | 28/35 kB
Progress (5): 632/924 kB | 282/524 kB | 201/273 kB | 49/156 kB | 28/35 kB
Progress (5): 632/924 kB | 282/524 kB | 201/273 kB | 49/156 kB | 32/35 kB
Progress (5): 632/924 kB | 282/524 kB | 205/273 kB | 49/156 kB | 32/35 kB
Progress (5): 632/924 kB | 286/524 kB | 205/273 kB | 49/156 kB | 32/35 kB
Progress (5): 632/924 kB | 286/524 kB | 205/273 kB | 49/156 kB | 35 kB   
Progress (5): 636/924 kB | 286/524 kB | 205/273 kB | 49/156 kB | 35 kB
Progress (5): 636/924 kB | 286/524 kB | 205/273 kB | 53/156 kB | 35 kB
Progress (5): 640/924 kB | 286/524 kB | 205/273 kB | 53/156 kB | 35 kB
Progress (5): 640/924 kB | 290/524 kB | 205/273 kB | 53/156 kB | 35 kB
Progress (5): 640/924 kB | 290/524 kB | 209/273 kB | 53/156 kB | 35 kB
Progress (5): 640/924 kB | 294/524 kB | 209/273 kB | 53/156 kB | 35 kB
Progress (5): 644/924 kB | 294/524 kB | 209/273 kB | 53/156 kB | 35 kB
Progress (5): 644/924 kB | 294/524 kB | 209/273 kB | 57/156 kB | 35 kB
Progress (5): 648/924 kB | 294/524 kB | 209/273 kB | 57/156 kB | 35 kB
Progress (5): 648/924 kB | 298/524 kB | 209/273 kB | 57/156 kB | 35 kB
Progress (5): 648/924 kB | 298/524 kB | 213/273 kB | 57/156 kB | 35 kB
Progress (5): 648/924 kB | 302/524 kB | 213/273 kB | 57/156 kB | 35 kB
Progress (5): 652/924 kB | 302/524 kB | 213/273 kB | 57/156 kB | 35 kB
Progress (5): 652/924 kB | 302/524 kB | 213/273 kB | 61/156 kB | 35 kB
Progress (5): 652/924 kB | 306/524 kB | 213/273 kB | 61/156 kB | 35 kB
Progress (5): 656/924 kB | 306/524 kB | 213/273 kB | 61/156 kB | 35 kB
Progress (5): 656/924 kB | 306/524 kB | 217/273 kB | 61/156 kB | 35 kB
Progress (5): 656/924 kB | 310/524 kB | 217/273 kB | 61/156 kB | 35 kB
Progress (5): 656/924 kB | 310/524 kB | 217/273 kB | 65/156 kB | 35 kB
Progress (5): 660/924 kB | 310/524 kB | 217/273 kB | 65/156 kB | 35 kB
Progress (5): 660/924 kB | 310/524 kB | 221/273 kB | 65/156 kB | 35 kB
Progress (5): 664/924 kB | 310/524 kB | 221/273 kB | 65/156 kB | 35 kB
Progress (5): 664/924 kB | 310/524 kB | 221/273 kB | 69/156 kB | 35 kB
Progress (5): 664/924 kB | 314/524 kB | 221/273 kB | 69/156 kB | 35 kB
Progress (5): 668/924 kB | 314/524 kB | 221/273 kB | 69/156 kB | 35 kB
Progress (5): 668/924 kB | 314/524 kB | 221/273 kB | 73/156 kB | 35 kB
Progress (5): 668/924 kB | 314/524 kB | 225/273 kB | 73/156 kB | 35 kB
Progress (5): 672/924 kB | 314/524 kB | 225/273 kB | 73/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 72 kB/s)
14:43:26 Progress (4): 672/924 kB | 318/524 kB | 225/273 kB | 73/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
14:43:26 Progress (4): 676/924 kB | 318/524 kB | 225/273 kB | 73/156 kB
Progress (4): 676/924 kB | 318/524 kB | 229/273 kB | 73/156 kB
Progress (4): 676/924 kB | 318/524 kB | 229/273 kB | 77/156 kB
Progress (4): 676/924 kB | 318/524 kB | 229/273 kB | 77/156 kB
Progress (4): 680/924 kB | 318/524 kB | 229/273 kB | 77/156 kB
Progress (4): 680/924 kB | 322/524 kB | 229/273 kB | 77/156 kB
Progress (4): 680/924 kB | 322/524 kB | 233/273 kB | 77/156 kB
Progress (4): 680/924 kB | 322/524 kB | 233/273 kB | 81/156 kB
Progress (4): 680/924 kB | 322/524 kB | 237/273 kB | 81/156 kB
Progress (4): 684/924 kB | 322/524 kB | 237/273 kB | 81/156 kB
Progress (4): 684/924 kB | 326/524 kB | 237/273 kB | 81/156 kB
Progress (4): 688/924 kB | 326/524 kB | 237/273 kB | 81/156 kB
Progress (4): 688/924 kB | 326/524 kB | 241/273 kB | 81/156 kB
Progress (4): 688/924 kB | 326/524 kB | 241/273 kB | 85/156 kB
Progress (4): 692/924 kB | 326/524 kB | 241/273 kB | 85/156 kB
Progress (4): 692/924 kB | 326/524 kB | 245/273 kB | 85/156 kB
Progress (4): 692/924 kB | 330/524 kB | 245/273 kB | 85/156 kB
Progress (4): 696/924 kB | 330/524 kB | 245/273 kB | 85/156 kB
Progress (4): 696/924 kB | 330/524 kB | 245/273 kB | 89/156 kB
Progress (4): 696/924 kB | 330/524 kB | 249/273 kB | 89/156 kB
Progress (4): 696/924 kB | 334/524 kB | 249/273 kB | 89/156 kB
Progress (4): 696/924 kB | 334/524 kB | 249/273 kB | 93/156 kB
Progress (4): 696/924 kB | 338/524 kB | 249/273 kB | 93/156 kB
Progress (4): 696/924 kB | 338/524 kB | 253/273 kB | 93/156 kB
Progress (4): 700/924 kB | 338/524 kB | 253/273 kB | 93/156 kB
Progress (4): 700/924 kB | 338/524 kB | 257/273 kB | 93/156 kB
Progress (4): 700/924 kB | 342/524 kB | 257/273 kB | 93/156 kB
Progress (4): 700/924 kB | 342/524 kB | 257/273 kB | 97/156 kB
Progress (4): 700/924 kB | 346/524 kB | 257/273 kB | 97/156 kB
Progress (4): 700/924 kB | 346/524 kB | 261/273 kB | 97/156 kB
Progress (4): 704/924 kB | 346/524 kB | 261/273 kB | 97/156 kB
Progress (4): 704/924 kB | 346/524 kB | 265/273 kB | 97/156 kB
Progress (4): 704/924 kB | 346/524 kB | 265/273 kB | 101/156 kB
Progress (4): 704/924 kB | 350/524 kB | 265/273 kB | 101/156 kB
Progress (4): 704/924 kB | 350/524 kB | 265/273 kB | 105/156 kB
Progress (5): 704/924 kB | 350/524 kB | 265/273 kB | 105/156 kB | 4.1/68 kB
Progress (5): 708/924 kB | 350/524 kB | 265/273 kB | 105/156 kB | 4.1/68 kB
Progress (5): 708/924 kB | 350/524 kB | 269/273 kB | 105/156 kB | 4.1/68 kB
Progress (5): 712/924 kB | 350/524 kB | 269/273 kB | 105/156 kB | 4.1/68 kB
Progress (5): 712/924 kB | 350/524 kB | 269/273 kB | 105/156 kB | 7.7/68 kB
Progress (5): 712/924 kB | 350/524 kB | 269/273 kB | 109/156 kB | 7.7/68 kB
Progress (5): 712/924 kB | 354/524 kB | 269/273 kB | 109/156 kB | 7.7/68 kB
Progress (5): 712/924 kB | 354/524 kB | 269/273 kB | 113/156 kB | 7.7/68 kB
Progress (5): 712/924 kB | 354/524 kB | 269/273 kB | 117/156 kB | 7.7/68 kB
Progress (5): 712/924 kB | 354/524 kB | 269/273 kB | 121/156 kB | 7.7/68 kB
Progress (5): 712/924 kB | 354/524 kB | 269/273 kB | 125/156 kB | 7.7/68 kB
Progress (5): 712/924 kB | 354/524 kB | 269/273 kB | 129/156 kB | 7.7/68 kB
Progress (5): 716/924 kB | 354/524 kB | 269/273 kB | 129/156 kB | 7.7/68 kB
Progress (5): 716/924 kB | 354/524 kB | 273/273 kB | 129/156 kB | 7.7/68 kB
Progress (5): 720/924 kB | 354/524 kB | 273/273 kB | 129/156 kB | 7.7/68 kB
Progress (5): 720/924 kB | 354/524 kB | 273/273 kB | 133/156 kB | 7.7/68 kB
Progress (5): 724/924 kB | 354/524 kB | 273/273 kB | 133/156 kB | 7.7/68 kB
Progress (5): 724/924 kB | 354/524 kB | 273/273 kB | 133/156 kB | 12/68 kB 
Progress (5): 724/924 kB | 358/524 kB | 273/273 kB | 133/156 kB | 12/68 kB
Progress (5): 724/924 kB | 358/524 kB | 273/273 kB | 133/156 kB | 16/68 kB
Progress (5): 728/924 kB | 358/524 kB | 273/273 kB | 133/156 kB | 16/68 kB
Progress (5): 728/924 kB | 358/524 kB | 273/273 kB | 137/156 kB | 16/68 kB
Progress (5): 728/924 kB | 358/524 kB | 273 kB | 137/156 kB | 16/68 kB    
Progress (5): 732/924 kB | 358/524 kB | 273 kB | 137/156 kB | 16/68 kB
Progress (5): 732/924 kB | 358/524 kB | 273 kB | 137/156 kB | 20/68 kB
Progress (5): 732/924 kB | 362/524 kB | 273 kB | 137/156 kB | 20/68 kB
Progress (5): 732/924 kB | 362/524 kB | 273 kB | 137/156 kB | 24/68 kB
Progress (5): 736/924 kB | 362/524 kB | 273 kB | 137/156 kB | 24/68 kB
Progress (5): 736/924 kB | 362/524 kB | 273 kB | 141/156 kB | 24/68 kB
Progress (5): 740/924 kB | 362/524 kB | 273 kB | 141/156 kB | 24/68 kB
Progress (5): 740/924 kB | 362/524 kB | 273 kB | 141/156 kB | 28/68 kB
Progress (5): 740/924 kB | 366/524 kB | 273 kB | 141/156 kB | 28/68 kB
Progress (5): 740/924 kB | 366/524 kB | 273 kB | 141/156 kB | 32/68 kB
Progress (5): 744/924 kB | 366/524 kB | 273 kB | 141/156 kB | 32/68 kB
Progress (5): 744/924 kB | 366/524 kB | 273 kB | 145/156 kB | 32/68 kB
Progress (5): 744/924 kB | 366/524 kB | 273 kB | 145/156 kB | 33/68 kB
Progress (5): 744/924 kB | 370/524 kB | 273 kB | 145/156 kB | 33/68 kB
Progress (5): 744/924 kB | 374/524 kB | 273 kB | 145/156 kB | 33/68 kB
Progress (5): 744/924 kB | 374/524 kB | 273 kB | 149/156 kB | 33/68 kB
Progress (5): 748/924 kB | 374/524 kB | 273 kB | 149/156 kB | 33/68 kB
Progress (5): 748/924 kB | 374/524 kB | 273 kB | 153/156 kB | 33/68 kB
Progress (5): 748/924 kB | 378/524 kB | 273 kB | 153/156 kB | 33/68 kB
Progress (5): 748/924 kB | 378/524 kB | 273 kB | 153/156 kB | 37/68 kB
Progress (5): 748/924 kB | 382/524 kB | 273 kB | 153/156 kB | 37/68 kB
Progress (5): 748/924 kB | 382/524 kB | 273 kB | 156 kB | 37/68 kB    
Progress (5): 752/924 kB | 382/524 kB | 273 kB | 156 kB | 37/68 kB
Progress (5): 752/924 kB | 386/524 kB | 273 kB | 156 kB | 37/68 kB
Progress (5): 752/924 kB | 386/524 kB | 273 kB | 156 kB | 41/68 kB
Progress (5): 756/924 kB | 386/524 kB | 273 kB | 156 kB | 41/68 kB
Progress (5): 756/924 kB | 390/524 kB | 273 kB | 156 kB | 41/68 kB
Progress (5): 756/924 kB | 390/524 kB | 273 kB | 156 kB | 45/68 kB
Progress (5): 760/924 kB | 390/524 kB | 273 kB | 156 kB | 45/68 kB
Progress (5): 760/924 kB | 390/524 kB | 273 kB | 156 kB | 49/68 kB
Progress (5): 760/924 kB | 394/524 kB | 273 kB | 156 kB | 49/68 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 467 kB/s)
14:43:26 Progress (4): 764/924 kB | 394/524 kB | 156 kB | 49/68 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
14:43:26 Progress (4): 764/924 kB | 394/524 kB | 156 kB | 53/68 kB
Progress (4): 764/924 kB | 398/524 kB | 156 kB | 53/68 kB
Progress (4): 764/924 kB | 398/524 kB | 156 kB | 57/68 kB
Progress (4): 768/924 kB | 398/524 kB | 156 kB | 57/68 kB
Progress (4): 768/924 kB | 402/524 kB | 156 kB | 57/68 kB
Progress (4): 772/924 kB | 402/524 kB | 156 kB | 57/68 kB
Progress (4): 772/924 kB | 402/524 kB | 156 kB | 61/68 kB
Progress (4): 776/924 kB | 402/524 kB | 156 kB | 61/68 kB
Progress (4): 776/924 kB | 406/524 kB | 156 kB | 61/68 kB
Progress (4): 780/924 kB | 406/524 kB | 156 kB | 61/68 kB
Progress (4): 784/924 kB | 406/524 kB | 156 kB | 61/68 kB
Progress (4): 788/924 kB | 406/524 kB | 156 kB | 61/68 kB
Progress (4): 788/924 kB | 406/524 kB | 156 kB | 65/68 kB
Progress (4): 792/924 kB | 406/524 kB | 156 kB | 65/68 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 264 kB/s)
14:43:26 Progress (3): 792/924 kB | 410/524 kB | 65/68 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
14:43:27 Progress (3): 796/924 kB | 410/524 kB | 65/68 kB
Progress (3): 796/924 kB | 410/524 kB | 68 kB   
Progress (3): 800/924 kB | 410/524 kB | 68 kB
Progress (3): 800/924 kB | 414/524 kB | 68 kB
Progress (3): 804/924 kB | 414/524 kB | 68 kB
Progress (3): 804/924 kB | 418/524 kB | 68 kB
Progress (3): 808/924 kB | 418/524 kB | 68 kB
Progress (3): 808/924 kB | 422/524 kB | 68 kB
Progress (3): 812/924 kB | 422/524 kB | 68 kB
Progress (3): 812/924 kB | 426/524 kB | 68 kB
Progress (3): 816/924 kB | 426/524 kB | 68 kB
Progress (3): 816/924 kB | 430/524 kB | 68 kB
Progress (3): 820/924 kB | 430/524 kB | 68 kB
Progress (3): 820/924 kB | 434/524 kB | 68 kB
Progress (3): 824/924 kB | 434/524 kB | 68 kB
Progress (3): 824/924 kB | 438/524 kB | 68 kB
Progress (3): 828/924 kB | 438/524 kB | 68 kB
Progress (3): 828/924 kB | 442/524 kB | 68 kB
Progress (3): 832/924 kB | 442/524 kB | 68 kB
Progress (3): 832/924 kB | 446/524 kB | 68 kB
Progress (3): 836/924 kB | 446/524 kB | 68 kB
Progress (3): 836/924 kB | 450/524 kB | 68 kB
Progress (3): 840/924 kB | 450/524 kB | 68 kB
Progress (3): 840/924 kB | 454/524 kB | 68 kB
Progress (3): 844/924 kB | 454/524 kB | 68 kB
Progress (3): 844/924 kB | 458/524 kB | 68 kB
Progress (3): 848/924 kB | 458/524 kB | 68 kB
Progress (3): 848/924 kB | 462/524 kB | 68 kB
Progress (3): 852/924 kB | 462/524 kB | 68 kB
Progress (3): 852/924 kB | 466/524 kB | 68 kB
Progress (3): 856/924 kB | 466/524 kB | 68 kB
Progress (4): 856/924 kB | 466/524 kB | 68 kB | 4.1/332 kB
Progress (4): 856/924 kB | 470/524 kB | 68 kB | 4.1/332 kB
Progress (4): 856/924 kB | 470/524 kB | 68 kB | 7.7/332 kB
Progress (4): 860/924 kB | 470/524 kB | 68 kB | 7.7/332 kB
Progress (4): 860/924 kB | 474/524 kB | 68 kB | 7.7/332 kB
Progress (4): 860/924 kB | 474/524 kB | 68 kB | 12/332 kB 
Progress (4): 864/924 kB | 474/524 kB | 68 kB | 12/332 kB
Progress (4): 864/924 kB | 474/524 kB | 68 kB | 16/332 kB
Progress (4): 864/924 kB | 478/524 kB | 68 kB | 16/332 kB
Progress (4): 868/924 kB | 478/524 kB | 68 kB | 16/332 kB
Progress (4): 868/924 kB | 478/524 kB | 68 kB | 20/332 kB
Progress (4): 868/924 kB | 482/524 kB | 68 kB | 20/332 kB
Progress (4): 872/924 kB | 482/524 kB | 68 kB | 20/332 kB
Progress (4): 872/924 kB | 486/524 kB | 68 kB | 20/332 kB
Progress (4): 872/924 kB | 486/524 kB | 68 kB | 24/332 kB
Progress (4): 872/924 kB | 490/524 kB | 68 kB | 24/332 kB
Progress (4): 876/924 kB | 490/524 kB | 68 kB | 24/332 kB
Progress (4): 876/924 kB | 490/524 kB | 68 kB | 28/332 kB
Progress (4): 876/924 kB | 494/524 kB | 68 kB | 28/332 kB
Progress (4): 876/924 kB | 494/524 kB | 68 kB | 32/332 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 112 kB/s)
14:43:27 Progress (3): 880/924 kB | 494/524 kB | 32/332 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
14:43:27 Progress (4): 880/924 kB | 494/524 kB | 32/332 kB | 4.1/30 kB
Progress (4): 880/924 kB | 494/524 kB | 33/332 kB | 4.1/30 kB
Progress (4): 880/924 kB | 498/524 kB | 33/332 kB | 4.1/30 kB
Progress (4): 880/924 kB | 498/524 kB | 33/332 kB | 7.7/30 kB
Progress (4): 884/924 kB | 498/524 kB | 33/332 kB | 7.7/30 kB
Progress (4): 884/924 kB | 502/524 kB | 33/332 kB | 7.7/30 kB
Progress (4): 884/924 kB | 506/524 kB | 33/332 kB | 7.7/30 kB
Progress (4): 884/924 kB | 510/524 kB | 33/332 kB | 7.7/30 kB
Progress (5): 884/924 kB | 510/524 kB | 33/332 kB | 7.7/30 kB | 4.1/38 kB
Progress (5): 884/924 kB | 510/524 kB | 33/332 kB | 7.7/30 kB | 7.7/38 kB
Progress (5): 884/924 kB | 510/524 kB | 33/332 kB | 7.7/30 kB | 12/38 kB 
Progress (5): 884/924 kB | 514/524 kB | 33/332 kB | 7.7/30 kB | 12/38 kB
Progress (5): 884/924 kB | 514/524 kB | 33/332 kB | 12/30 kB | 12/38 kB 
Progress (5): 888/924 kB | 514/524 kB | 33/332 kB | 12/30 kB | 12/38 kB
Progress (5): 888/924 kB | 514/524 kB | 33/332 kB | 16/30 kB | 12/38 kB
Progress (5): 888/924 kB | 518/524 kB | 33/332 kB | 16/30 kB | 12/38 kB
Progress (5): 888/924 kB | 518/524 kB | 37/332 kB | 16/30 kB | 12/38 kB
Progress (5): 888/924 kB | 518/524 kB | 37/332 kB | 16/30 kB | 16/38 kB
Progress (5): 888/924 kB | 518/524 kB | 41/332 kB | 16/30 kB | 16/38 kB
Progress (5): 888/924 kB | 518/524 kB | 41/332 kB | 16/30 kB | 20/38 kB
Progress (5): 888/924 kB | 522/524 kB | 41/332 kB | 16/30 kB | 20/38 kB
Progress (5): 888/924 kB | 522/524 kB | 41/332 kB | 20/30 kB | 20/38 kB
Progress (5): 892/924 kB | 522/524 kB | 41/332 kB | 20/30 kB | 20/38 kB
Progress (5): 892/924 kB | 522/524 kB | 41/332 kB | 24/30 kB | 20/38 kB
Progress (5): 892/924 kB | 524 kB | 41/332 kB | 24/30 kB | 20/38 kB    
Progress (5): 892/924 kB | 524 kB | 45/332 kB | 24/30 kB | 20/38 kB
Progress (5): 892/924 kB | 524 kB | 49/332 kB | 24/30 kB | 20/38 kB
Progress (5): 892/924 kB | 524 kB | 49/332 kB | 24/30 kB | 24/38 kB
Progress (5): 892/924 kB | 524 kB | 49/332 kB | 28/30 kB | 24/38 kB
Progress (5): 896/924 kB | 524 kB | 49/332 kB | 28/30 kB | 24/38 kB
Progress (5): 896/924 kB | 524 kB | 49/332 kB | 28/30 kB | 28/38 kB
Progress (5): 900/924 kB | 524 kB | 49/332 kB | 28/30 kB | 28/38 kB
Progress (5): 904/924 kB | 524 kB | 49/332 kB | 28/30 kB | 28/38 kB
Progress (5): 904/924 kB | 524 kB | 49/332 kB | 30 kB | 28/38 kB   
Progress (5): 904/924 kB | 524 kB | 53/332 kB | 30 kB | 28/38 kB
Progress (5): 908/924 kB | 524 kB | 53/332 kB | 30 kB | 28/38 kB
Progress (5): 908/924 kB | 524 kB | 53/332 kB | 30 kB | 32/38 kB
Progress (5): 912/924 kB | 524 kB | 53/332 kB | 30 kB | 32/38 kB
Progress (5): 912/924 kB | 524 kB | 57/332 kB | 30 kB | 32/38 kB
Progress (5): 912/924 kB | 524 kB | 57/332 kB | 30 kB | 36/38 kB
Progress (5): 912/924 kB | 524 kB | 61/332 kB | 30 kB | 36/38 kB
Progress (5): 916/924 kB | 524 kB | 61/332 kB | 30 kB | 36/38 kB
Progress (5): 916/924 kB | 524 kB | 65/332 kB | 30 kB | 36/38 kB
Progress (5): 916/924 kB | 524 kB | 65/332 kB | 30 kB | 38 kB   
Progress (5): 920/924 kB | 524 kB | 65/332 kB | 30 kB | 38 kB
Progress (5): 920/924 kB | 524 kB | 69/332 kB | 30 kB | 38 kB
Progress (5): 924/924 kB | 524 kB | 69/332 kB | 30 kB | 38 kB
Progress (5): 924/924 kB | 524 kB | 73/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 73/332 kB | 30 kB | 38 kB    
Progress (5): 924 kB | 524 kB | 77/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 81/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 85/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 89/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 93/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 97/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 101/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 105/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 109/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 113/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 117/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 121/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 125/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 129/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 131/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 135/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 139/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 143/332 kB | 30 kB | 38 kB
Progress (5): 924 kB | 524 kB | 147/332 kB | 30 kB | 38 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 43 kB/s)
14:43:27 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar (924 kB at 1.3 MB/s)
14:43:27 Progress (3): 524 kB | 151/332 kB | 38 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 755 kB/s)
14:43:27 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 54 kB/s)
14:43:27 Progress (1): 155/332 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
14:43:27 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
14:43:27 Progress (1): 159/332 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
14:43:27 Progress (1): 163/332 kB
Progress (1): 167/332 kB
Progress (1): 171/332 kB
Progress (1): 175/332 kB
Progress (1): 179/332 kB
Progress (1): 183/332 kB
Progress (1): 187/332 kB
Progress (1): 191/332 kB
Progress (1): 195/332 kB
Progress (1): 199/332 kB
Progress (1): 203/332 kB
Progress (1): 207/332 kB
Progress (1): 211/332 kB
Progress (1): 215/332 kB
Progress (1): 219/332 kB
Progress (1): 223/332 kB
Progress (1): 227/332 kB
Progress (1): 231/332 kB
Progress (1): 235/332 kB
Progress (1): 239/332 kB
Progress (1): 243/332 kB
Progress (1): 247/332 kB
Progress (1): 251/332 kB
Progress (1): 255/332 kB
Progress (1): 259/332 kB
Progress (1): 263/332 kB
Progress (1): 267/332 kB
Progress (1): 271/332 kB
Progress (1): 275/332 kB
Progress (1): 279/332 kB
Progress (1): 283/332 kB
Progress (1): 287/332 kB
Progress (1): 291/332 kB
Progress (1): 295/332 kB
Progress (1): 299/332 kB
Progress (1): 303/332 kB
Progress (1): 307/332 kB
Progress (1): 311/332 kB
Progress (1): 315/332 kB
Progress (1): 319/332 kB
Progress (1): 323/332 kB
Progress (1): 327/332 kB
Progress (1): 331/332 kB
Progress (1): 332 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 458 kB/s)
14:43:27 Progress (1): 4.1/35 kB
Progress (2): 4.1/35 kB | 4.1/108 kB
Progress (2): 7.7/35 kB | 4.1/108 kB
Progress (3): 7.7/35 kB | 4.1/108 kB | 4.1/315 kB
Progress (3): 7.7/35 kB | 7.7/108 kB | 4.1/315 kB
Progress (3): 12/35 kB | 7.7/108 kB | 4.1/315 kB 
Progress (3): 12/35 kB | 7.7/108 kB | 7.7/315 kB
Progress (3): 16/35 kB | 7.7/108 kB | 7.7/315 kB
Progress (3): 16/35 kB | 12/108 kB | 7.7/315 kB 
Progress (3): 16/35 kB | 12/108 kB | 12/315 kB 
Progress (3): 20/35 kB | 12/108 kB | 12/315 kB
Progress (3): 20/35 kB | 16/108 kB | 12/315 kB
Progress (3): 24/35 kB | 16/108 kB | 12/315 kB
Progress (3): 24/35 kB | 16/108 kB | 16/315 kB
Progress (3): 24/35 kB | 20/108 kB | 16/315 kB
Progress (3): 28/35 kB | 20/108 kB | 16/315 kB
Progress (3): 28/35 kB | 20/108 kB | 20/315 kB
Progress (3): 28/35 kB | 24/108 kB | 20/315 kB
Progress (3): 28/35 kB | 24/108 kB | 24/315 kB
Progress (3): 32/35 kB | 24/108 kB | 24/315 kB
Progress (3): 32/35 kB | 24/108 kB | 28/315 kB
Progress (3): 32/35 kB | 28/108 kB | 28/315 kB
Progress (3): 32/35 kB | 28/108 kB | 32/315 kB
Progress (3): 35 kB | 28/108 kB | 32/315 kB   
Progress (3): 35 kB | 28/108 kB | 33/315 kB
Progress (3): 35 kB | 32/108 kB | 33/315 kB
Progress (3): 35 kB | 33/108 kB | 33/315 kB
Progress (3): 35 kB | 33/108 kB | 37/315 kB
Progress (3): 35 kB | 33/108 kB | 41/315 kB
Progress (3): 35 kB | 37/108 kB | 41/315 kB
Progress (3): 35 kB | 37/108 kB | 45/315 kB
Progress (3): 35 kB | 41/108 kB | 45/315 kB
Progress (3): 35 kB | 41/108 kB | 49/315 kB
Progress (3): 35 kB | 45/108 kB | 49/315 kB
Progress (3): 35 kB | 45/108 kB | 53/315 kB
Progress (3): 35 kB | 49/108 kB | 53/315 kB
Progress (3): 35 kB | 49/108 kB | 57/315 kB
Progress (3): 35 kB | 53/108 kB | 57/315 kB
Progress (3): 35 kB | 53/108 kB | 61/315 kB
Progress (3): 35 kB | 57/108 kB | 61/315 kB
Progress (3): 35 kB | 57/108 kB | 65/315 kB
Progress (3): 35 kB | 57/108 kB | 66/315 kB
Progress (3): 35 kB | 61/108 kB | 66/315 kB
Progress (3): 35 kB | 65/108 kB | 66/315 kB
Progress (3): 35 kB | 65/108 kB | 70/315 kB
Progress (3): 35 kB | 66/108 kB | 70/315 kB
Progress (3): 35 kB | 66/108 kB | 74/315 kB
Progress (3): 35 kB | 70/108 kB | 74/315 kB
Progress (3): 35 kB | 70/108 kB | 78/315 kB
Progress (3): 35 kB | 74/108 kB | 78/315 kB
Progress (3): 35 kB | 74/108 kB | 82/315 kB
Progress (3): 35 kB | 78/108 kB | 82/315 kB
Progress (3): 35 kB | 78/108 kB | 86/315 kB
Progress (3): 35 kB | 82/108 kB | 86/315 kB
Progress (3): 35 kB | 82/108 kB | 90/315 kB
Progress (3): 35 kB | 86/108 kB | 90/315 kB
Progress (3): 35 kB | 90/108 kB | 90/315 kB
Progress (3): 35 kB | 90/108 kB | 94/315 kB
Progress (3): 35 kB | 90/108 kB | 98/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 44 kB/s)
14:43:27 Progress (2): 94/108 kB | 98/315 kB
Progress (2): 94/108 kB | 98/315 kB
Progress (2): 98/108 kB | 98/315 kB
Progress (2): 98/108 kB | 102/315 kB
Progress (2): 102/108 kB | 102/315 kB
Progress (2): 102/108 kB | 106/315 kB
Progress (2): 106/108 kB | 106/315 kB
Progress (2): 108 kB | 106/315 kB    
Progress (2): 108 kB | 110/315 kB
Progress (2): 108 kB | 114/315 kB
Progress (2): 108 kB | 118/315 kB
Progress (2): 108 kB | 122/315 kB
Progress (2): 108 kB | 126/315 kB
Progress (2): 108 kB | 130/315 kB
Progress (2): 108 kB | 131/315 kB
Progress (2): 108 kB | 135/315 kB
Progress (2): 108 kB | 139/315 kB
Progress (2): 108 kB | 143/315 kB
Progress (2): 108 kB | 147/315 kB
Progress (2): 108 kB | 151/315 kB
Progress (2): 108 kB | 155/315 kB
Progress (2): 108 kB | 159/315 kB
Progress (2): 108 kB | 163/315 kB
Progress (2): 108 kB | 164/315 kB
Progress (2): 108 kB | 168/315 kB
Progress (2): 108 kB | 172/315 kB
Progress (2): 108 kB | 176/315 kB
Progress (2): 108 kB | 180/315 kB
Progress (2): 108 kB | 184/315 kB
Progress (2): 108 kB | 188/315 kB
Progress (2): 108 kB | 192/315 kB
Progress (2): 108 kB | 196/315 kB
Progress (2): 108 kB | 197/315 kB
Progress (2): 108 kB | 201/315 kB
Progress (2): 108 kB | 205/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 136 kB/s)
14:43:27 Progress (1): 209/315 kB
Progress (1): 213/315 kB
Progress (1): 217/315 kB
Progress (1): 221/315 kB
Progress (1): 225/315 kB
Progress (1): 229/315 kB
Progress (1): 229/315 kB
Progress (1): 233/315 kB
Progress (1): 237/315 kB
Progress (1): 241/315 kB
Progress (1): 245/315 kB
Progress (1): 249/315 kB
Progress (1): 253/315 kB
Progress (1): 257/315 kB
Progress (1): 261/315 kB
Progress (1): 262/315 kB
Progress (1): 266/315 kB
Progress (1): 270/315 kB
Progress (1): 274/315 kB
Progress (1): 278/315 kB
Progress (1): 282/315 kB
Progress (1): 286/315 kB
Progress (1): 290/315 kB
Progress (1): 294/315 kB
Progress (1): 298/315 kB
Progress (1): 302/315 kB
Progress (1): 306/315 kB
Progress (1): 310/315 kB
Progress (1): 314/315 kB
Progress (1): 315 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 388 kB/s)
14:43:27 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
14:43:27 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
14:43:27 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 674 kB/s)
14:43:27 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
14:43:27 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
14:43:27 Progress (1): 4.1/153 kB
Progress (1): 7.7/153 kB
Progress (1): 12/153 kB 
Progress (1): 16/153 kB
Progress (1): 20/153 kB
Progress (1): 24/153 kB
Progress (1): 28/153 kB
Progress (1): 32/153 kB
Progress (1): 33/153 kB
Progress (1): 37/153 kB
Progress (1): 41/153 kB
Progress (1): 45/153 kB
Progress (1): 49/153 kB
Progress (1): 53/153 kB
Progress (1): 57/153 kB
Progress (1): 61/153 kB
Progress (1): 65/153 kB
Progress (1): 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): 89/153 kB
Progress (1): 93/153 kB
Progress (1): 97/153 kB
Progress (1): 101/153 kB
Progress (1): 105/153 kB
Progress (1): 109/153 kB
Progress (1): 113/153 kB
Progress (1): 117/153 kB
Progress (1): 121/153 kB
Progress (1): 125/153 kB
Progress (1): 129/153 kB
Progress (1): 133/153 kB
Progress (1): 137/153 kB
Progress (1): 141/153 kB
Progress (1): 145/153 kB
Progress (1): 149/153 kB
Progress (1): 153/153 kB
Progress (1): 153 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 5.7 MB/s)
14:43:27 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
14:43:27 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
14:43:27 Progress (1): 4.1/8.7 kB
Progress (1): 7.7/8.7 kB
Progress (1): 8.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.pom (8.7 kB at 482 kB/s)
14:43:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
14:43:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
14:43:27 Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 482 kB/s)
14:43:27 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
14:43:27 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
14:43:27 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 610 kB/s)
14:43:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom
14:43:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom
14:43:27 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom (2.3 kB at 68 kB/s)
14:43:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar
14:43:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar
14:43:27 Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar (18 kB at 616 kB/s)
14:43:27 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
14:43:27 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
14:43:27 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 25 kB/s)
14:43:27 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
14:43:27 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
14:43:27 Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 101 kB/s)
14:43:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
14:43:27 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
14:43:27 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 598 kB/s)
14:43:27 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
14:43:27 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
14:43:27 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 26 kB/s)
14:43:27 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
14:43:27 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
14:43:28 Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 4.3 kB/s)
14:43:28 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
14:43:29 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
14:43:30 Progress (1): 4.1/6.7 kB
Progress (1): 6.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 5.0 kB/s)
14:43:30 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
14:43:30 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
14:43:30 Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 312 kB/s)
14:43:30 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
14:43:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
14:43:30 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 66 kB/s)
14:43:30 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
14:43:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
14:43:30 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 111 kB/s)
14:43:30 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
14:43:30 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
14:43:30 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 65 kB/s)
14:43:30 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
14:43:30 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
14:43:31 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 113 kB/s)
14:43:31 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
14:43:31 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
14:43:31 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 17 kB/s)
14:43:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
14:43:31 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
14:43:31 Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 174 kB/s)
14:43:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom
14:43:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom
14:43:31 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 71 kB/s)
14:43:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
14:43:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
14:43:31 Progress (1): 481 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 16 kB/s)
14:43:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
14:43:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
14:43:31 Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 196 kB/s)
14:43:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
14:43:31 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
14:43:31 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 101 kB/s)
14:43:31 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
14:43:31 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
14:43:31 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 60 kB/s)
14:43:31 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
14:43:31 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
14:43:31 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 53 kB/s)
14:43:31 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
14:43:31 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
14:43:31 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 41 kB/s)
14:43:31 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
14:43:31 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
14:43:31 Progress (1): 424 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 15 kB/s)
14:43:31 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
14:43:31 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
14:43:31 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 130 kB/s)
14:43:31 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
14:43:31 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
14:43:31 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 66 kB/s)
14:43:31 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
14:43:31 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
14:43:31 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 62 kB/s)
14:43:31 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
14:43:31 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
14:43:31 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 40 kB/s)
14:43:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
14:43:31 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
14:43:31 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 73 kB/s)
14:43:31 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
14:43:31 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
14:43:31 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 45 kB/s)
14:43:31 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
14:43:31 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
14:43:32 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 3.1 kB/s)
14:43:32 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
14:43:32 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
14:43:32 Progress (1): 4.1/7.1 kB
Progress (1): 7.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 222 kB/s)
14:43:32 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
14:43:32 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
14:43:32 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 90 kB/s)
14:43:32 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
14:43:32 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
14:43:32 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 39 kB/s)
14:43:32 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom
14:43:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
14:43:32 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 115 kB/s)
14:43:32 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
14:43:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
14:43:32 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
14:43:32 Progress (1): 675 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (675 B at 19 kB/s)
14:43:32 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
14:43:32 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
14:43:32 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 55 kB/s)
14:43:32 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
14:43:32 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
14:43:32 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 57 kB/s)
14:43:32 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
14:43:32 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
14:43:32 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 59 kB/s)
14:43:32 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
14:43:32 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
14:43:32 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 50 kB/s)
14:43:32 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
14:43:32 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
14:43:32 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 64 kB/s)
14:43:32 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
14:43:32 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
14:43:32 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 58 kB/s)
14:43:32 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
14:43:32 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
14:43:32 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 58 kB/s)
14:43:32 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
14:43:32 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
14:43:32 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 56 kB/s)
14:43:32 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
14:43:33 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
14:43:33 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
14:43:33 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 (2): 0/1.5 MB | 4.1/4.2 kB
Progress (2): 0/1.5 MB | 4.2 kB    
Progress (2): 0/1.5 MB | 4.2 kB
Progress (2): 0/1.5 MB | 4.2 kB
Progress (2): 0/1.5 MB | 4.2 kB
Progress (2): 0/1.5 MB | 4.2 kB
Progress (2): 0/1.5 MB | 4.2 kB
Progress (2): 0/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
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
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
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
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 103 kB/s)
14:43:36 Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/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 377 kB/s)
14:43:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom
14:43:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom
14:43:37 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom (1.4 kB at 75 kB/s)
14:43:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar
14:43:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar
14:43:37 Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar (14 kB at 457 kB/s)
14:43:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom
14:43:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom
14:43:37 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom (2.0 kB at 60 kB/s)
14:43:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar
14:43:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar
14:43:37 Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar (22 kB at 709 kB/s)
14:43:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
14:43:37 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
14:43:37 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 539 kB/s)
14:43:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
14:43:37 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
14:43:37 Progress (1): 4.1/316 kB
Progress (1): 7.7/316 kB
Progress (1): 12/316 kB 
Progress (1): 16/316 kB
Progress (1): 20/316 kB
Progress (1): 24/316 kB
Progress (1): 28/316 kB
Progress (1): 32/316 kB
Progress (1): 36/316 kB
Progress (1): 40/316 kB
Progress (1): 44/316 kB
Progress (1): 48/316 kB
Progress (1): 52/316 kB
Progress (1): 56/316 kB
Progress (1): 60/316 kB
Progress (1): 64/316 kB
Progress (1): 68/316 kB
Progress (1): 72/316 kB
Progress (1): 76/316 kB
Progress (1): 80/316 kB
Progress (1): 84/316 kB
Progress (1): 88/316 kB
Progress (1): 92/316 kB
Progress (1): 96/316 kB
Progress (1): 100/316 kB
Progress (1): 104/316 kB
Progress (1): 108/316 kB
Progress (1): 112/316 kB
Progress (1): 116/316 kB
Progress (1): 120/316 kB
Progress (1): 124/316 kB
Progress (1): 128/316 kB
Progress (1): 132/316 kB
Progress (1): 136/316 kB
Progress (1): 140/316 kB
Progress (1): 144/316 kB
Progress (1): 148/316 kB
Progress (1): 152/316 kB
Progress (1): 156/316 kB
Progress (1): 160/316 kB
Progress (1): 164/316 kB
Progress (1): 168/316 kB
Progress (1): 172/316 kB
Progress (1): 176/316 kB
Progress (1): 180/316 kB
Progress (1): 184/316 kB
Progress (1): 188/316 kB
Progress (1): 192/316 kB
Progress (1): 196/316 kB
Progress (1): 200/316 kB
Progress (1): 204/316 kB
Progress (1): 208/316 kB
Progress (1): 212/316 kB
Progress (1): 216/316 kB
Progress (1): 220/316 kB
Progress (1): 224/316 kB
Progress (1): 228/316 kB
Progress (1): 232/316 kB
Progress (1): 236/316 kB
Progress (1): 240/316 kB
Progress (1): 244/316 kB
Progress (1): 248/316 kB
Progress (1): 252/316 kB
Progress (1): 256/316 kB
Progress (1): 260/316 kB
Progress (1): 264/316 kB
Progress (1): 268/316 kB
Progress (1): 272/316 kB
Progress (1): 276/316 kB
Progress (1): 280/316 kB
Progress (1): 284/316 kB
Progress (1): 288/316 kB
Progress (1): 292/316 kB
Progress (1): 296/316 kB
Progress (1): 300/316 kB
Progress (1): 304/316 kB
Progress (1): 308/316 kB
Progress (1): 312/316 kB
Progress (1): 316/316 kB
Progress (1): 316 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 5.4 MB/s)
14:43:37 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/pom.xml
14:43:42 [INFO] Fetching p2.index from http://download.eclipse.org/staging/2019-12/
14:43:42 [INFO] Fetching p2.index from http://download.eclipse.org/staging/2019-12/
14:43:43 [INFO] Adding repository http://download.eclipse.org/staging/2019-12
14:43:43 [INFO] Fetching content.jar from http://download.eclipse.org/staging/2019-12/ (3.15MB)
14:43:43 [INFO] Fetching content.jar from http://download.eclipse.org/staging/2019-12/ (3.15MB)
14:43:45 [INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/snapshots/
14:43:45 [INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/snapshots/
14:43:45 [INFO] Adding repository http://download.eclipse.org/technology/swtbot/snapshots
14:43:45 [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/snapshots/
14:43:45 [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/snapshots/
14:43:46 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20191126223242/repository/
14:43:46 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20191126223242/repository/
14:43:46 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/S20191126223242/repository
14:43:46 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20191126223242/repository/
14:43:46 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20191126223242/repository/
14:43:46 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
14:43:46 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
14:43:46 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/
14:43:46 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/
14:43:46 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/
14:43:46 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/
14:43:47 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/pom.xml
14:43:49 [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (458.65kB)
14:43:49 [INFO] The user operation is waiting for background work to complete.
14:43:49 [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (458.65kB)
14:43:49 [INFO] Unpacking org.eclipse.osgi_3.15.100.v20191114-1701...
14:43:50 [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (154.23kB)
14:43:50 [INFO] The user operation is waiting for background work to complete.
14:43:50 [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (154.23kB)
14:43:50 [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619...
14:43:50 [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.03kB)
14:43:50 [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.03kB)
14:43:50 [INFO] The user operation is waiting for background work to complete.
14:43:50 [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
14:43:50 [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.65kB)
14:43:50 [INFO] The user operation is waiting for background work to complete.
14:43:50 [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.65kB)
14:43:50 [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
14:43:50 [INFO] Fetching org.eclipse.swt_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.03kB)
14:43:50 [INFO] The user operation is waiting for background work to complete.
14:43:50 [INFO] Fetching org.eclipse.swt_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.03kB)
14:43:51 [INFO] Unpacking org.eclipse.swt_3.113.0.v20191126-1801...
14:43:51 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.18kB)
14:43:51 [INFO] The user operation is waiting for background work to complete.
14:43:51 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.18kB)
14:43:51 [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
14:43:51 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (819.53kB)
14:43:51 [INFO] The user operation is waiting for background work to complete.
14:43:51 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (819.53kB)
14:43:51 [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191126-1801...
14:43:52 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.1MB)
14:43:52 [INFO] The user operation is waiting for background work to complete.
14:43:52 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.1MB)
14:43:52 [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191126-1801...
14:43:52 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,008.7kB)
14:43:52 [INFO] The user operation is waiting for background work to complete.
14:43:52 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,008.7kB)
14:43:53 [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191126-1801...
14:43:53 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/pom.xml
14:43:59 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/pom.xml
14:43:59 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/pom.xml
14:43:59 [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (83.5kB)
14:43:59 [INFO] The user operation is waiting for background work to complete.
14:43:59 [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (83.5kB)
14:43:59 [INFO] Unpacking com.ibm.icu.base_58.2.0.v20181010-1334...
14:43:59 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2019-12/plugins/ (35.59kB)
14:43:59 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2019-12/plugins/ (35.59kB)
14:43:59 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2019-12/plugins/ (95.26kB)
14:43:59 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2019-12/plugins/ (95.26kB)
14:43:59 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.71kB)
14:43:59 [INFO] The user operation is waiting for background work to complete.
14:43:59 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.71kB)
14:43:59 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
14:43:59 [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (258.72kB)
14:43:59 [INFO] The user operation is waiting for background work to complete.
14:43:59 [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (258.72kB)
14:43:59 [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
14:43:59 [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.03kB)
14:43:59 [INFO] The user operation is waiting for background work to complete.
14:43:59 [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.03kB)
14:43:59 [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
14:43:59 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.35kB)
14:43:59 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.35kB)
14:43:59 [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.68kB)
14:43:59 [INFO] The user operation is waiting for background work to complete.
14:43:59 [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.68kB)
14:43:59 [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
14:43:59 [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (63.49kB)
14:43:59 [INFO] The user operation is waiting for background work to complete.
14:43:59 [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (63.49kB)
14:43:59 [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
14:43:59 [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.52kB)
14:43:59 [INFO] The user operation is waiting for background work to complete.
14:43:59 [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.52kB)
14:43:59 [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
14:43:59 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.71kB)
14:43:59 [INFO] The user operation is waiting for background work to complete.
14:43:59 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.71kB)
14:43:59 [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
14:43:59 [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.86MB)
14:43:59 [INFO] The user operation is waiting for background work to complete.
14:43:59 [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.86MB)
14:43:59 [INFO] Unpacking org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703...
14:43:59 [INFO] Fetching org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.96kB)
14:43:59 [INFO] The user operation is waiting for background work to complete.
14:43:59 [INFO] Fetching org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.96kB)
14:44:00 [INFO] Unpacking org.eclipse.core.commands_3.9.600.v20191122-2109...
14:44:00 [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (52.5kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (52.5kB)
14:44:00 [INFO] Unpacking org.eclipse.equinox.common_3.10.600.v20191004-1420...
14:44:00 [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.62kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.62kB)
14:44:00 [INFO] Unpacking org.eclipse.core.contenttype_3.7.500.v20190916-2125...
14:44:00 [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.22kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.22kB)
14:44:00 [INFO] Unpacking org.eclipse.equinox.preferences_3.7.600.v20191017-2055...
14:44:00 [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (76.89kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (76.89kB)
14:44:00 [INFO] Unpacking org.eclipse.equinox.registry_3.8.600.v20191017-2055...
14:44:00 [INFO] Fetching org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.83kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.83kB)
14:44:00 [INFO] Unpacking org.eclipse.core.databinding_1.7.700.v20191122-2109...
14:44:00 [INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.52kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.52kB)
14:44:00 [INFO] Unpacking org.eclipse.core.databinding.observable_1.8.100.v20191118-0932...
14:44:00 [INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.79kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.79kB)
14:44:00 [INFO] Unpacking org.eclipse.core.databinding.property_1.7.200.v20191105-1311...
14:44:00 [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.81kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.81kB)
14:44:00 [INFO] Unpacking org.eclipse.core.expressions_3.6.600.v20191122-2104...
14:44:00 [INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.74kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.74kB)
14:44:00 [INFO] Unpacking org.eclipse.core.runtime_3.17.0.v20191122-2104...
14:44:00 [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.12kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.12kB)
14:44:00 [INFO] Unpacking org.eclipse.core.jobs_3.10.600.v20191122-2104...
14:44:00 [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.16kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.16kB)
14:44:00 [INFO] Unpacking org.eclipse.equinox.app_1.4.300.v20190815-1535...
14:44:00 [INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.78kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.78kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.core.commands_0.12.800.v20190926-0808...
14:44:00 [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.92kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.92kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.core.di_1.7.500.v20190916-2125...
14:44:00 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/staging/2019-12/plugins/ (14.07kB)
14:44:00 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/staging/2019-12/plugins/ (14.07kB)
14:44:00 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.69kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.69kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.300.v20191017-1404...
14:44:00 [INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (28.26kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (28.26kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.core.services_2.2.100.v20191122-2104...
14:44:00 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.68kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.68kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538...
14:44:00 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.77kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.77kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104...
14:44:00 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.67kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.67kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707...
14:44:00 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.81kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.81kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408...
14:44:00 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (107.16kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (107.16kB)
14:44:00 [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
14:44:00 [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (485.42kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (485.42kB)
14:44:00 [INFO] Unpacking org.eclipse.emf.ecore_2.20.0.v20190920-0401...
14:44:00 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.97kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.97kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310...
14:44:00 [INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (360.91kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (360.91kB)
14:44:00 [INFO] Unpacking org.eclipse.jface_3.18.0.v20191122-2109...
14:44:00 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (64.89kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (64.89kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716...
14:44:00 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.15kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.15kB)
14:44:00 [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031...
14:44:00 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (17.02kB)
14:44:00 [INFO] The user operation is waiting for background work to complete.
14:44:00 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (17.02kB)
14:44:01 [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011...
14:44:01 [INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.82kB)
14:44:01 [INFO] The user operation is waiting for background work to complete.
14:44:01 [INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.82kB)
14:44:01 [INFO] Unpacking org.eclipse.e4.ui.di_1.2.700.v20191114-0830...
14:44:01 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.82kB)
14:44:01 [INFO] The user operation is waiting for background work to complete.
14:44:01 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.82kB)
14:44:01 [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636...
14:44:01 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (111.15kB)
14:44:01 [INFO] The user operation is waiting for background work to complete.
14:44:01 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (111.15kB)
14:44:01 [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503...
14:44:01 [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.16kB)
14:44:01 [INFO] The user operation is waiting for background work to complete.
14:44:01 [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.16kB)
14:44:01 [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643...
14:44:01 [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.7kB)
14:44:01 [INFO] The user operation is waiting for background work to complete.
14:44:01 [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.7kB)
14:44:01 [INFO] Unpacking org.eclipse.equinox.event_1.5.300.v20191001-1333...
14:44:01 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.46kB)
14:44:01 [INFO] The user operation is waiting for background work to complete.
14:44:01 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.46kB)
14:44:01 [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808...
14:44:02 [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (85.9kB)
14:44:02 [INFO] The user operation is waiting for background work to complete.
14:44:02 [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (85.9kB)
14:44:02 [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917...
14:44:02 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.07kB)
14:44:02 [INFO] The user operation is waiting for background work to complete.
14:44:02 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.07kB)
14:44:02 [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
14:44:02 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (84.22kB)
14:44:02 [INFO] The user operation is waiting for background work to complete.
14:44:02 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (84.22kB)
14:44:02 [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
14:44:02 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.92kB)
14:44:02 [INFO] The user operation is waiting for background work to complete.
14:44:02 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.92kB)
14:44:02 [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314...
14:44:02 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (94.87kB)
14:44:02 [INFO] The user operation is waiting for background work to complete.
14:44:02 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (94.87kB)
14:44:02 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715...
14:44:02 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.45kB)
14:44:02 [INFO] The user operation is waiting for background work to complete.
14:44:02 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.45kB)
14:44:02 [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643...
14:44:05 [INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.54kB)
14:44:05 [INFO] The user operation is waiting for background work to complete.
14:44:05 [INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.54kB)
14:44:05 [INFO] Unpacking org.eclipse.jface.databinding_1.9.200.v20191113-1050...
14:44:05 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.07kB)
14:44:05 [INFO] The user operation is waiting for background work to complete.
14:44:05 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.07kB)
14:44:05 [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808...
14:44:05 [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (114.83kB)
14:44:05 [INFO] The user operation is waiting for background work to complete.
14:44:05 [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (114.83kB)
14:44:05 [INFO] Unpacking org.eclipse.emf.common_2.17.0.v20190920-0401...
14:44:05 [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.97kB)
14:44:05 [INFO] The user operation is waiting for background work to complete.
14:44:05 [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.97kB)
14:44:05 [INFO] Unpacking org.eclipse.help_3.8.600.v20191123-0656...
14:44:05 [INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (364.34kB)
14:44:05 [INFO] The user operation is waiting for background work to complete.
14:44:05 [INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (364.34kB)
14:44:05 [INFO] Unpacking org.eclipse.ui_3.115.0.v20191127-1056...
14:44:05 [INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,004.33kB)
14:44:05 [INFO] The user operation is waiting for background work to complete.
14:44:05 [INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,004.33kB)
14:44:05 [INFO] Unpacking org.eclipse.ui.workbench_3.117.0.v20191126-1131...
14:44:05 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/pom.xml
14:44:05 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/pom.xml
14:44:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/pom.xml
14:44:05 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/pom.xml
14:44:05 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/pom.xml
14:44:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/pom.xml
14:44:06 [INFO] Fetching org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.06kB)
14:44:06 [INFO] The user operation is waiting for background work to complete.
14:44:06 [INFO] Fetching org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.06kB)
14:44:06 [INFO] Unpacking org.eclipse.compare.core_3.6.700.v20191122-2107...
14:44:06 [INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.95kB)
14:44:06 [INFO] The user operation is waiting for background work to complete.
14:44:06 [INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.95kB)
14:44:06 [INFO] Unpacking org.eclipse.core.filebuffers_3.6.800.v20191122-2108...
14:44:06 [INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (100.78kB)
14:44:06 [INFO] The user operation is waiting for background work to complete.
14:44:06 [INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (100.78kB)
14:44:06 [INFO] Unpacking org.eclipse.text_3.10.0.v20191122-2108...
14:44:06 [INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.8kB)
14:44:06 [INFO] The user operation is waiting for background work to complete.
14:44:06 [INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.8kB)
14:44:06 [INFO] Unpacking org.eclipse.core.filesystem_1.7.600.v20191122-2104...
14:44:06 [INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/staging/2019-12/plugins/ (873.23kB)
14:44:06 [INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/staging/2019-12/plugins/ (873.23kB)
14:44:06 [INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.94kB)
14:44:06 [INFO] The user operation is waiting for background work to complete.
14:44:06 [INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.94kB)
14:44:06 [INFO] Unpacking org.eclipse.equinox.bidi_1.2.200.v20191008-0718...
14:44:06 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32.06kB)
14:44:07 [INFO] The user operation is waiting for background work to complete.
14:44:07 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32.06kB)
14:44:07 [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.200.v20191014-1220...
14:44:07 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (74.72kB)
14:44:07 [INFO] The user operation is waiting for background work to complete.
14:44:07 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (74.72kB)
14:44:07 [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645...
14:44:07 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.01kB)
14:44:07 [INFO] The user operation is waiting for background work to complete.
14:44:07 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.01kB)
14:44:07 [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702...
14:44:07 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.95kB)
14:44:07 [INFO] The user operation is waiting for background work to complete.
14:44:07 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.95kB)
14:44:07 [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702...
14:44:07 [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.47kB)
14:44:07 [INFO] The user operation is waiting for background work to complete.
14:44:07 [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.47kB)
14:44:07 [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510...
14:44:07 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.42kB)
14:44:07 [INFO] The user operation is waiting for background work to complete.
14:44:07 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.42kB)
14:44:07 [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
14:44:07 [INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.58kB)
14:44:07 [INFO] The user operation is waiting for background work to complete.
14:44:07 [INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.58kB)
14:44:08 [INFO] Unpacking org.eclipse.equinox.security_1.3.400.v20191008-0645...
14:44:08 [INFO] Fetching org.eclipse.jface.text_3.16.100.v20191126-0819.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (319.41kB)
14:44:08 [INFO] The user operation is waiting for background work to complete.
14:44:08 [INFO] Fetching org.eclipse.jface.text_3.16.100.v20191126-0819.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (319.41kB)
14:44:08 [INFO] Unpacking org.eclipse.jface.text_3.16.100.v20191126-0819...
14:44:08 [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191127-0544.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (204.7kB)
14:44:08 [INFO] The user operation is waiting for background work to complete.
14:44:08 [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191127-0544.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (204.7kB)
14:44:08 [INFO] Unpacking org.eclipse.ui.editors_3.13.0.v20191127-0544...
14:44:08 [INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (962.29kB)
14:44:08 [INFO] The user operation is waiting for background work to complete.
14:44:08 [INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (962.29kB)
14:44:08 [INFO] Unpacking org.eclipse.ui.ide_3.16.100.v20191122-2109...
14:44:09 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (234.26kB)
14:44:09 [INFO] The user operation is waiting for background work to complete.
14:44:09 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (234.26kB)
14:44:09 [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108...
14:44:09 [INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (133.62kB)
14:44:09 [INFO] The user operation is waiting for background work to complete.
14:44:09 [INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (133.62kB)
14:44:09 [INFO] Unpacking org.eclipse.ui.navigator_3.9.100.v20191122-2109...
14:44:10 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/pom.xml
14:44:10 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/pom.xml
14:44:10 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/pom.xml
14:44:11 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/pom.xml
14:44:11 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
14:44:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
14:44:12 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
14:44:12 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/pom.xml
14:44:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/pom.xml
14:44:12 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/pom.xml
14:44:12 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/pom.xml
14:44:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/pom.xml
14:44:12 [INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.32kB)
14:44:12 [INFO] The user operation is waiting for background work to complete.
14:44:12 [INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.32kB)
14:44:12 [INFO] Unpacking org.eclipse.ui.forms_3.8.200.v20191114-0830...
14:44:13 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/pom.xml
14:44:13 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/pom.xml
14:44:13 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/pom.xml
14:44:13 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/pom.xml
14:44:14 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/pom.xml
14:44:14 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/pom.xml
14:44:19 [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.66kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.66kB)
14:44:25 [INFO] Unpacking com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522...
14:44:25 [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (128.56kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (128.56kB)
14:44:25 [INFO] Unpacking com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522...
14:44:25 [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (383.02kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (383.02kB)
14:44:25 [INFO] Unpacking com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522...
14:44:25 [INFO] Fetching org.eclipse.core.variables_3.4.700.v20191114-1848.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.05kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.core.variables_3.4.700.v20191114-1848.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.05kB)
14:44:25 [INFO] Unpacking org.eclipse.core.variables_3.4.700.v20191114-1848...
14:44:25 [INFO] Fetching org.eclipse.debug.core_3.14.100.v20191115-1406.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.76kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.debug.core_3.14.100.v20191115-1406.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.76kB)
14:44:25 [INFO] Unpacking org.eclipse.debug.core_3.14.100.v20191115-1406...
14:44:25 [INFO] Fetching org.eclipse.debug.ui_3.14.300.v20191116-2105.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.01MB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.debug.ui_3.14.300.v20191116-2105.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.01MB)
14:44:25 [INFO] Unpacking org.eclipse.debug.ui_3.14.300.v20191116-2105...
14:44:25 [INFO] Fetching org.eclipse.ui.console_3.9.0.v20191126-0912.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (88.43kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.ui.console_3.9.0.v20191126-0912.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (88.43kB)
14:44:25 [INFO] Unpacking org.eclipse.ui.console_3.9.0.v20191126-0912...
14:44:25 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.47kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.47kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702...
14:44:25 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.36kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.36kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207...
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58.09kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58.09kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504...
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (38.91kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (38.91kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732...
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.14kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.14kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.500.v20191014-1220...
14:44:25 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (116.64kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (116.64kB)
14:44:25 [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
14:44:25 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (81.19kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (81.19kB)
14:44:25 [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
14:44:25 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.78kB)
14:44:25 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.78kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836...
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507...
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.28kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.28kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507...
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (105.59kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (105.59kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256...
14:44:25 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.72kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.72kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836...
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (287.13kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (287.13kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517...
14:44:25 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.3kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.3kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.500.v20191003-0536...
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.64kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.64kB)
14:44:25 [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515...
14:44:25 [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (284.7kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (284.7kB)
14:44:25 [INFO] Unpacking org.junit_4.12.0.v201504281640...
14:44:25 [INFO] Fetching org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (97.35kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (97.35kB)
14:44:25 [INFO] Unpacking org.eclipse.ui.browser_3.6.600.v20191122-2109...
14:44:25 [INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (84.58kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (84.58kB)
14:44:25 [INFO] Unpacking org.eclipse.ui.views.log_1.2.900.v20191122-2109...
14:44:25 [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/
14:44:25 [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/
14:44:25 [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)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [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)
14:44:25 [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220...
14:44:25 [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (124.63kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (124.63kB)
14:44:25 [INFO] Unpacking org.eclipse.wst.server.core_1.10.100.v201910252115...
14:44:25 [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (274.32kB)
14:44:25 [INFO] The user operation is waiting for background work to complete.
14:44:25 [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (274.32kB)
14:44:26 [INFO] Unpacking org.eclipse.wst.server.ui_1.5.600.v201910252115...
14:44:26 [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.69kB)
14:44:26 [INFO] The user operation is waiting for background work to complete.
14:44:26 [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.69kB)
14:44:26 [INFO] Unpacking org.json_1.0.0.v201011060100...
14:44:26 [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.12kB)
14:44:26 [INFO] The user operation is waiting for background work to complete.
14:44:26 [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.12kB)
14:44:26 [INFO] Unpacking org.yaml.snakeyaml_1.14.0.v201604211500...
14:44:26 [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.01kB)
14:44:26 [INFO] The user operation is waiting for background work to complete.
14:44:26 [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.01kB)
14:44:26 [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010...
14:44:26 [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.2kB)
14:44:26 [INFO] The user operation is waiting for background work to complete.
14:44:26 [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.2kB)
14:44:26 [INFO] Unpacking org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115...
14:44:26 [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.1kB)
14:44:26 [INFO] The user operation is waiting for background work to complete.
14:44:26 [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.1kB)
14:44:26 [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.200.v201910252115...
14:44:27 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/pom.xml
14:44:27 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/pom.xml
14:44:27 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/pom.xml
14:44:27 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (215.67kB)
14:44:27 [INFO] The user operation is waiting for background work to complete.
14:44:27 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (215.67kB)
14:44:28 [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308...
14:44:28 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (366.65kB)
14:44:28 [INFO] The user operation is waiting for background work to complete.
14:44:28 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (366.65kB)
14:44:28 [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308...
14:44:28 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/pom.xml
14:44:29 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/pom.xml
14:44:29 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/pom.xml
14:44:29 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/pom.xml
14:44:31 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/pom.xml
14:44:31 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/pom.xml
14:44:31 [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.5MB)
14:44:31 [INFO] The user operation is waiting for background work to complete.
14:44:31 [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.5MB)
14:44:31 [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
14:44:34 [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (59.63kB)
14:44:34 [INFO] The user operation is waiting for background work to complete.
14:44:34 [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (59.63kB)
14:44:34 [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402...
14:44:34 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (96.95kB)
14:44:34 [INFO] The user operation is waiting for background work to complete.
14:44:34 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (96.95kB)
14:44:34 [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401...
14:44:34 [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.84kB)
14:44:34 [INFO] The user operation is waiting for background work to complete.
14:44:34 [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.84kB)
14:44:34 [INFO] Unpacking org.eclipse.emf.edit.ui_2.17.0.v20190920-0412...
14:44:34 [INFO] Fetching org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.42kB)
14:44:34 [INFO] The user operation is waiting for background work to complete.
14:44:34 [INFO] Fetching org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.42kB)
14:44:34 [INFO] Unpacking org.eclipse.ui.views_3.10.100.v20191114-0830...
14:44:34 [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (169.13kB)
14:44:34 [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (169.13kB)
14:44:34 [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2019-12/plugins/ (403.76kB)
14:44:34 [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2019-12/plugins/ (403.76kB)
14:44:35 [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (85.1kB)
14:44:35 [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (85.1kB)
14:44:35 [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (95.62kB)
14:44:35 [INFO] The user operation is waiting for background work to complete.
14:44:35 [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (95.62kB)
14:44:35 [INFO] Unpacking org.eclipse.graphiti_0.16.1.201909061426...
14:44:35 [INFO] Fetching org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58kB)
14:44:35 [INFO] The user operation is waiting for background work to complete.
14:44:35 [INFO] Fetching org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58kB)
14:44:35 [INFO] Unpacking org.eclipse.graphiti.mm_0.16.1.201909061426...
14:44:35 [INFO] Fetching org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (226.24kB)
14:44:35 [INFO] The user operation is waiting for background work to complete.
14:44:35 [INFO] Fetching org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (226.24kB)
14:44:35 [INFO] Unpacking org.eclipse.graphiti.ui_0.16.1.201909061426...
14:44:39 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.96kB)
14:44:39 [INFO] The user operation is waiting for background work to complete.
14:44:39 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.96kB)
14:44:39 [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939...
14:44:39 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/pom.xml
14:44:39 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/pom.xml
14:44:39 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/pom.xml
14:44:39 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/pom.xml
14:44:39 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/pom.xml
14:44:39 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/pom.xml
14:44:39 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/pom.xml
14:44:39 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/pom.xml
14:44:39 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/pom.xml
14:44:39 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.62kB)
14:44:39 [INFO] The user operation is waiting for background work to complete.
14:44:39 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.62kB)
14:44:39 [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651...
14:44:39 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/pom.xml
14:44:39 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/pom.xml
14:44:39 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/pom.xml
14:44:39 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/pom.xml
14:44:39 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/pom.xml
14:44:39 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/pom.xml
14:44:39 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/pom.xml
14:44:39 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/pom.xml
14:44:39 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/pom.xml
14:44:40 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/pom.xml
14:44:40 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/pom.xml
14:44:40 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/pom.xml
14:44:40 [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.83MB)
14:44:40 [INFO] The user operation is waiting for background work to complete.
14:44:40 [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.83MB)
14:44:40 [INFO] Unpacking org.apache.ant_1.10.7.v20190926-0324...
14:44:40 [INFO] Fetching org.eclipse.ant.core_3.5.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.92kB)
14:44:40 [INFO] The user operation is waiting for background work to complete.
14:44:40 [INFO] Fetching org.eclipse.ant.core_3.5.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.92kB)
14:44:41 [INFO] Unpacking org.eclipse.ant.core_3.5.600.v20191122-2102...
14:44:41 [INFO] Fetching org.eclipse.ant.launching_1.2.700.v20191127-0426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.23kB)
14:44:41 [INFO] The user operation is waiting for background work to complete.
14:44:41 [INFO] Fetching org.eclipse.ant.launching_1.2.700.v20191127-0426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.23kB)
14:44:41 [INFO] Unpacking org.eclipse.ant.launching_1.2.700.v20191127-0426...
14:44:41 [INFO] Fetching org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (273.76kB)
14:44:41 [INFO] The user operation is waiting for background work to complete.
14:44:41 [INFO] Fetching org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (273.76kB)
14:44:41 [INFO] Unpacking org.eclipse.jdt.launching_3.16.0.v20191108-0353...
14:44:41 [INFO] Fetching org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.74kB)
14:44:41 [INFO] The user operation is waiting for background work to complete.
14:44:41 [INFO] Fetching org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.74kB)
14:44:41 [INFO] Unpacking org.eclipse.core.externaltools_1.1.500.v20191014-1300...
14:44:41 [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191126-1725.jar from http://download.eclipse.org/staging/2019-12/plugins/ (6.71MB)
14:44:41 [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191126-1725.jar from http://download.eclipse.org/staging/2019-12/plugins/ (6.71MB)
14:44:42 [INFO] Fetching org.eclipse.ant.ui_3.7.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (492.54kB)
14:44:42 [INFO] The user operation is waiting for background work to complete.
14:44:42 [INFO] Fetching org.eclipse.ant.ui_3.7.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (492.54kB)
14:44:42 [INFO] Unpacking org.eclipse.ant.ui_3.7.600.v20191122-2102...
14:44:42 [INFO] Fetching org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (66.04kB)
14:44:42 [INFO] The user operation is waiting for background work to complete.
14:44:42 [INFO] Fetching org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (66.04kB)
14:44:42 [INFO] Unpacking org.eclipse.ui.externaltools_3.4.500.v20191025-1523...
14:44:42 [INFO] Fetching org.eclipse.jdt.ui_3.20.0.v20191126-1957.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.9MB)
14:44:42 [INFO] The user operation is waiting for background work to complete.
14:44:42 [INFO] Fetching org.eclipse.jdt.ui_3.20.0.v20191126-1957.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.9MB)
14:44:43 [INFO] Unpacking org.eclipse.jdt.ui_3.20.0.v20191126-1957...
14:44:46 [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191118-1016.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.66MB)
14:44:46 [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191118-1016.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.66MB)
14:44:46 [INFO] Fetching org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (127.12kB)
14:44:46 [INFO] The user operation is waiting for background work to complete.
14:44:46 [INFO] Fetching org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (127.12kB)
14:44:46 [INFO] Unpacking org.eclipse.team.core_3.8.800.v20191122-2107...
14:44:46 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (107.92kB)
14:44:46 [INFO] The user operation is waiting for background work to complete.
14:44:46 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (107.92kB)
14:44:46 [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954...
14:44:46 [INFO] Fetching org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (236.16kB)
14:44:46 [INFO] The user operation is waiting for background work to complete.
14:44:46 [INFO] Fetching org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (236.16kB)
14:44:46 [INFO] Unpacking org.eclipse.jdt.junit_3.11.600.v20191115-1651...
14:44:47 [INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (304.82kB)
14:44:47 [INFO] The user operation is waiting for background work to complete.
14:44:47 [INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (304.82kB)
14:44:47 [INFO] Unpacking org.eclipse.compare_3.7.800.v20191122-2107...
14:44:47 [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.91kB)
14:44:47 [INFO] The user operation is waiting for background work to complete.
14:44:47 [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.91kB)
14:44:47 [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945...
14:44:47 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.06kB)
14:44:47 [INFO] The user operation is waiting for background work to complete.
14:44:47 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.06kB)
14:44:47 [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207...
14:44:47 [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (121.9kB)
14:44:47 [INFO] The user operation is waiting for background work to complete.
14:44:47 [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (121.9kB)
14:44:47 [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510...
14:44:47 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.52kB)
14:44:47 [INFO] The user operation is waiting for background work to complete.
14:44:47 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.52kB)
14:44:47 [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206...
14:44:48 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191126-1957.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (477.88kB)
14:44:48 [INFO] The user operation is waiting for background work to complete.
14:44:48 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191126-1957.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (477.88kB)
14:44:48 [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.13.0.v20191126-1957...
14:44:48 [INFO] Fetching org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (937.08kB)
14:44:48 [INFO] The user operation is waiting for background work to complete.
14:44:48 [INFO] Fetching org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (937.08kB)
14:44:48 [INFO] Unpacking org.eclipse.jdt.debug_3.14.0.v20191105-0758...
14:44:48 [INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (216.5kB)
14:44:48 [INFO] The user operation is waiting for background work to complete.
14:44:48 [INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (216.5kB)
14:44:48 [INFO] Unpacking org.eclipse.search_3.11.800.v20191122-2108...
14:44:49 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (182.08kB)
14:44:49 [INFO] The user operation is waiting for background work to complete.
14:44:49 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (182.08kB)
14:44:49 [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119...
14:44:49 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (66.06kB)
14:44:49 [INFO] The user operation is waiting for background work to complete.
14:44:49 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (66.06kB)
14:44:49 [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.500.v20191115-1651...
14:44:54 [INFO] Fetching org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (494.27kB)
14:44:54 [INFO] The user operation is waiting for background work to complete.
14:44:54 [INFO] Fetching org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (494.27kB)
14:44:54 [INFO] Unpacking org.eclipse.team.ui_3.8.700.v20191122-2107...
14:44:54 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.16kB)
14:44:54 [INFO] The user operation is waiting for background work to complete.
14:44:54 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.16kB)
14:44:55 [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830...
14:44:55 [INFO] Fetching org.eclipse.pde.build_3.10.600.v20191011-0535.jar from http://download.eclipse.org/staging/2019-12/plugins/ (478.7kB)
14:44:55 [INFO] Fetching org.eclipse.pde.build_3.10.600.v20191011-0535.jar from http://download.eclipse.org/staging/2019-12/plugins/ (478.7kB)
14:44:55 [INFO] Fetching org.eclipse.pde.core_3.13.200.v20191125-0628.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB)
14:44:55 [INFO] Fetching org.eclipse.pde.core_3.13.200.v20191125-0628.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB)
14:44:55 [INFO] Fetching org.eclipse.update.configurator_3.4.400.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.19kB)
14:44:55 [INFO] The user operation is waiting for background work to complete.
14:44:55 [INFO] Fetching org.eclipse.update.configurator_3.4.400.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.19kB)
14:44:55 [INFO] Unpacking org.eclipse.update.configurator_3.4.400.v20191122-2102...
14:44:55 [INFO] Fetching org.eclipse.pde.launching_3.8.0.v20191112-0655.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.56kB)
14:44:55 [INFO] The user operation is waiting for background work to complete.
14:44:55 [INFO] Fetching org.eclipse.pde.launching_3.8.0.v20191112-0655.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.56kB)
14:44:55 [INFO] Unpacking org.eclipse.pde.launching_3.8.0.v20191112-0655...
14:44:55 [INFO] Fetching org.eclipse.pde.ui_3.11.200.v20191112-0626.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.47MB)
14:44:55 [INFO] The user operation is waiting for background work to complete.
14:44:55 [INFO] Fetching org.eclipse.pde.ui_3.11.200.v20191112-0626.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.47MB)
14:44:55 [INFO] Unpacking org.eclipse.pde.ui_3.11.200.v20191112-0626...
14:44:57 [INFO] Fetching org.eclipse.ui.intro_3.5.800.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (141.89kB)
14:45:00 [INFO] The user operation is waiting for background work to complete.
14:45:00 [INFO] Fetching org.eclipse.ui.intro_3.5.800.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (141.89kB)
14:45:00 [INFO] Unpacking org.eclipse.ui.intro_3.5.800.v20191123-0656...
14:45:00 [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (147.38kB)
14:45:00 [INFO] The user operation is waiting for background work to complete.
14:45:00 [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (147.38kB)
14:45:00 [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656...
14:45:00 [INFO] Fetching org.eclipse.ui.trace_1.1.700.v20191105-1619.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.3kB)
14:45:00 [INFO] The user operation is waiting for background work to complete.
14:45:00 [INFO] Fetching org.eclipse.ui.trace_1.1.700.v20191105-1619.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.3kB)
14:45:00 [INFO] Unpacking org.eclipse.ui.trace_1.1.700.v20191105-1619...
14:45:00 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.28kB)
14:45:00 [INFO] The user operation is waiting for background work to complete.
14:45:00 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.28kB)
14:45:00 [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.600.v20191114-0832...
14:45:00 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/pom.xml
14:45:00 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/pom.xml
14:45:00 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/pom.xml
14:45:00 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/pom.xml
14:45:00 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/pom.xml
14:45:00 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/pom.xml
14:45:00 [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (39.29kB)
14:45:00 [INFO] The user operation is waiting for background work to complete.
14:45:00 [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (39.29kB)
14:45:00 [INFO] Unpacking org.eclipse.swtbot.generator_2.9.0.201909110845...
14:45:00 [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)
14:45:00 [INFO] The user operation is waiting for background work to complete.
14:45:00 [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)
14:45:00 [INFO] Unpacking org.eclipse.swtbot.generator.jdt_2.9.0.201909110845...
14:45:00 [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)
14:45:00 [INFO] The user operation is waiting for background work to complete.
14:45:00 [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)
14:45:00 [INFO] Unpacking org.eclipse.swtbot.generator.ui_2.9.0.201909110845...
14:45:00 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/pom.xml
14:45:00 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/pom.xml
14:45:00 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/pom.xml
14:45:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/pom.xml
14:45:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/pom.xml
14:45:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/pom.xml
14:45:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/pom.xml
14:45:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/pom.xml
14:45:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/pom.xml
14:45:02 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/pom.xml
14:45:02 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/pom.xml
14:45:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/pom.xml
14:45:03 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.32kB)
14:45:03 [INFO] The user operation is waiting for background work to complete.
14:45:03 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.32kB)
14:45:03 [INFO] Unpacking javax.annotation_1.2.0.v201602091430...
14:45:03 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/pom.xml
14:45:03 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/pom.xml
14:45:03 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/pom.xml
14:45:03 [INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.77kB)
14:45:03 [INFO] The user operation is waiting for background work to complete.
14:45:03 [INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.77kB)
14:45:03 [INFO] Unpacking org.eclipse.core.net_1.3.700.v20191122-2107...
14:45:03 [INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.94kB)
14:45:03 [INFO] The user operation is waiting for background work to complete.
14:45:03 [INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.94kB)
14:45:04 [INFO] Unpacking org.eclipse.equinox.launcher_1.5.600.v20191014-2022...
14:45:04 [INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.35kB)
14:45:04 [INFO] The user operation is waiting for background work to complete.
14:45:04 [INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.35kB)
14:45:04 [INFO] Unpacking org.eclipse.ui.ide.application_1.3.500.v20191122-2109...
14:45:04 [INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.45kB)
14:45:04 [INFO] The user operation is waiting for background work to complete.
14:45:04 [INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.45kB)
14:45:04 [INFO] Unpacking org.eclipse.urischeme_1.0.500.v20191122-2109...
14:45:04 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/pom.xml
14:45:04 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/pom.xml
14:45:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/pom.xml
14:45:05 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (743.15kB)
14:45:05 [INFO] The user operation is waiting for background work to complete.
14:45:05 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (743.15kB)
14:45:05 [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946...
14:45:06 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2019-12/plugins/ (249kB)
14:45:06 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2019-12/plugins/ (249kB)
14:45:06 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (114.7kB)
14:45:06 [INFO] The user operation is waiting for background work to complete.
14:45:06 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (114.7kB)
14:45:06 [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
14:45:06 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (405.11kB)
14:45:06 [INFO] The user operation is waiting for background work to complete.
14:45:06 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (405.11kB)
14:45:06 [INFO] Unpacking org.apache.xerces_2.9.0.v201101211617...
14:45:06 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.52kB)
14:45:06 [INFO] The user operation is waiting for background work to complete.
14:45:06 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.52kB)
14:45:07 [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
14:45:07 [INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.22kB)
14:45:07 [INFO] The user operation is waiting for background work to complete.
14:45:07 [INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.22kB)
14:45:07 [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.0.v20191118-0932...
14:45:07 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.33kB)
14:45:07 [INFO] The user operation is waiting for background work to complete.
14:45:07 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.33kB)
14:45:07 [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
14:45:07 [INFO] Fetching org.eclipse.m2e.archetype.common_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.91MB)
14:45:07 [INFO] Fetching org.eclipse.m2e.archetype.common_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.91MB)
14:45:07 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (7.18MB)
14:45:07 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (7.18MB)
14:45:08 [INFO] Fetching org.eclipse.m2e.core_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (200.57kB)
14:45:08 [INFO] The user operation is waiting for background work to complete.
14:45:08 [INFO] Fetching org.eclipse.m2e.core_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (200.57kB)
14:45:08 [INFO] Unpacking org.eclipse.m2e.core_1.13.0.20190716-1624...
14:45:08 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.08MB)
14:45:08 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.08MB)
14:45:08 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.56kB)
14:45:08 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.56kB)
14:45:08 [INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (20.57kB)
14:45:08 [INFO] The user operation is waiting for background work to complete.
14:45:08 [INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (20.57kB)
14:45:08 [INFO] Unpacking org.slf4j.api_1.7.10.v20170428-1633...
14:45:08 [INFO] Fetching org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (223.23kB)
14:45:08 [INFO] The user operation is waiting for background work to complete.
14:45:08 [INFO] Fetching org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (223.23kB)
14:45:08 [INFO] Unpacking org.eclipse.m2e.core.ui_1.13.0.20190716-1624...
14:45:09 [INFO] Fetching org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (126.15kB)
14:45:09 [INFO] The user operation is waiting for background work to complete.
14:45:09 [INFO] Fetching org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (126.15kB)
14:45:09 [INFO] Unpacking org.eclipse.m2e.model.edit_1.13.0.20190716-1624...
14:45:09 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.41kB)
14:45:09 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.41kB)
14:45:09 [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.32kB)
14:45:09 [INFO] The user operation is waiting for background work to complete.
14:45:09 [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.32kB)
14:45:09 [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201903222010...
14:45:09 [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (155.01kB)
14:45:09 [INFO] The user operation is waiting for background work to complete.
14:45:09 [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (155.01kB)
14:45:09 [INFO] Unpacking org.eclipse.wst.sse.core_1.2.100.v201901310548...
14:45:09 [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (254.78kB)
14:45:09 [INFO] The user operation is waiting for background work to complete.
14:45:09 [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (254.78kB)
14:45:09 [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201901071922...
14:45:10 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.29kB)
14:45:10 [INFO] The user operation is waiting for background work to complete.
14:45:10 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.29kB)
14:45:10 [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010...
14:45:10 [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.09kB)
14:45:10 [INFO] The user operation is waiting for background work to complete.
14:45:10 [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.09kB)
14:45:10 [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010...
14:45:10 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.71kB)
14:45:10 [INFO] The user operation is waiting for background work to complete.
14:45:10 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.71kB)
14:45:10 [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010...
14:45:10 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/pom.xml
14:45:11 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/pom.xml
14:45:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/pom.xml
14:45:11 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/pom.xml
14:45:12 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/pom.xml
14:45:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/pom.xml
14:45:12 [INFO] Fetching org.eclipse.jdt_3.18.200.v20191127-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.14kB)
14:45:12 [INFO] The user operation is waiting for background work to complete.
14:45:12 [INFO] Fetching org.eclipse.jdt_3.18.200.v20191127-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.14kB)
14:45:12 [INFO] Unpacking org.eclipse.jdt_3.18.200.v20191127-1800...
14:45:12 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/pom.xml
14:45:13 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/pom.xml
14:45:13 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/pom.xml
14:45:13 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/pom.xml
14:45:13 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/pom.xml
14:45:13 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/pom.xml
14:45:14 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/pom.xml
14:45:14 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/pom.xml
14:45:14 [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
14:45:14 [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
14:45:14 [INFO] Adding repository http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository
14:45:14 [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
14:45:14 [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
14:45:15 [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
14:45:15 [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
14:45:15 [INFO] Adding repository http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository
14:45:15 [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
14:45:15 [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
14:45:15 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/pom.xml
14:45:17 [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.97kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.97kB)
14:45:27 [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110...
14:45:27 [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.55MB)
14:45:27 [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.55MB)
14:45:27 [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.14MB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.14MB)
14:45:27 [INFO] Unpacking com.google.javascript_0.0.20160315.v20161124-1903...
14:45:27 [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (237.98kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (237.98kB)
14:45:27 [INFO] Unpacking com.google.protobuf_2.4.0.v201105131100...
14:45:27 [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (112.2kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (112.2kB)
14:45:27 [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845...
14:45:27 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.7kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.7kB)
14:45:27 [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
14:45:27 [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.91kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.91kB)
14:45:27 [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214...
14:45:27 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (329.69kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (329.69kB)
14:45:27 [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009...
14:45:27 [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (692.97kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (692.97kB)
14:45:27 [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532...
14:45:27 [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (899.59kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (899.59kB)
14:45:27 [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532...
14:45:27 [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (923.82kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (923.82kB)
14:45:27 [INFO] Unpacking org.apache.lucene.core_8.0.0.v20190404-1858...
14:45:27 [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.23kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.23kB)
14:45:27 [INFO] Unpacking org.apache.lucene.misc_7.5.0.v20181003-1532...
14:45:27 [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.63kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.63kB)
14:45:27 [INFO] Unpacking org.apache.lucene.misc_8.0.0.v20190418-1455...
14:45:27 [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (135.95kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (135.95kB)
14:45:27 [INFO] Unpacking org.apache.lucene.queryparser_7.5.0.v20181003-1532...
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from http://download.eclipse.org/staging/2019-12/plugins/ (271.01kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from http://download.eclipse.org/staging/2019-12/plugins/ (271.01kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.58kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.58kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (13.22kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (13.22kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (566.23kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (566.23kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (166.46kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (166.46kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (344.1kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (344.1kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (563.53kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (563.53kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.92kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.92kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (340.77kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (340.77kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (621.79kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (621.79kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (228.74kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (228.74kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (91.99kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (91.99kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2019-12/plugins/ (97.49kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2019-12/plugins/ (97.49kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (189.45kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (189.45kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (130.23kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (130.23kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.85kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.85kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (46.89kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (46.89kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (369.84kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (369.84kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (462.63kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (462.63kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (139.67kB)
14:45:27 [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (139.67kB)
14:45:27 [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (126.93kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (126.93kB)
14:45:27 [INFO] Unpacking org.eclipse.emf.codegen_2.19.0.v20190821-1536...
14:45:27 [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.49kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.49kB)
14:45:27 [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146...
14:45:27 [INFO] Fetching org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.88kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.88kB)
14:45:27 [INFO] Unpacking org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806...
14:45:27 [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.59kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.59kB)
14:45:27 [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430...
14:45:27 [INFO] Fetching org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (152.06kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (152.06kB)
14:45:27 [INFO] Unpacking org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806...
14:45:27 [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (104.32kB)
14:45:27 [INFO] The user operation is waiting for background work to complete.
14:45:27 [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (104.32kB)
14:45:28 [INFO] Unpacking org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231...
14:45:28 [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (201.34kB)
14:45:28 [INFO] The user operation is waiting for background work to complete.
14:45:28 [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (201.34kB)
14:45:28 [INFO] Unpacking org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231...
14:45:28 [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.81kB)
14:45:28 [INFO] The user operation is waiting for background work to complete.
14:45:28 [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.81kB)
14:45:28 [INFO] Unpacking org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231...
14:45:28 [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.45kB)
14:45:28 [INFO] The user operation is waiting for background work to complete.
14:45:28 [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.45kB)
14:45:28 [INFO] Unpacking org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231...
14:45:28 [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (93kB)
14:45:28 [INFO] The user operation is waiting for background work to complete.
14:45:28 [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (93kB)
14:45:28 [INFO] Unpacking org.eclipse.jem_2.0.600.v201903222024...
14:45:28 [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (47.51kB)
14:45:28 [INFO] The user operation is waiting for background work to complete.
14:45:28 [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (47.51kB)
14:45:28 [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201903222010...
14:45:28 [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.07kB)
14:45:28 [INFO] The user operation is waiting for background work to complete.
14:45:28 [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.07kB)
14:45:29 [INFO] Unpacking org.eclipse.jem.workbench_2.0.400.v201903222024...
14:45:29 [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.28kB)
14:45:29 [INFO] The user operation is waiting for background work to complete.
14:45:29 [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.28kB)
14:45:29 [INFO] Unpacking org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024...
14:45:29 [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.66kB)
14:45:29 [INFO] The user operation is waiting for background work to complete.
14:45:29 [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.66kB)
14:45:29 [INFO] Unpacking org.eclipse.jst.common.annotations.core_1.1.300.v201903222024...
14:45:29 [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.5kB)
14:45:29 [INFO] The user operation is waiting for background work to complete.
14:45:29 [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.5kB)
14:45:29 [INFO] Unpacking org.eclipse.jst.common.frameworks_1.1.701.v201903222024...
14:45:29 [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (130.27kB)
14:45:29 [INFO] The user operation is waiting for background work to complete.
14:45:29 [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (130.27kB)
14:45:29 [INFO] Unpacking org.eclipse.wst.common.modulecore_1.3.100.v201903222010...
14:45:29 [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.02kB)
14:45:29 [INFO] The user operation is waiting for background work to complete.
14:45:29 [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.02kB)
14:45:29 [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010...
14:45:29 [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (134.91kB)
14:45:29 [INFO] The user operation is waiting for background work to complete.
14:45:29 [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (134.91kB)
14:45:29 [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137...
14:45:30 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.28kB)
14:45:30 [INFO] The user operation is waiting for background work to complete.
14:45:30 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.28kB)
14:45:30 [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010...
14:45:30 [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (63.23kB)
14:45:30 [INFO] The user operation is waiting for background work to complete.
14:45:30 [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (63.23kB)
14:45:30 [INFO] Unpacking org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755...
14:45:33 [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.12kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.12kB)
14:45:33 [INFO] Unpacking org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010...
14:45:33 [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.93kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.93kB)
14:45:33 [INFO] Unpacking org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010...
14:45:33 [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.97kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.97kB)
14:45:33 [INFO] Unpacking org.eclipse.jst.common.ui_1.0.301.v201903222024...
14:45:33 [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.58kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.58kB)
14:45:33 [INFO] Unpacking org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010...
14:45:33 [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (330.53kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (330.53kB)
14:45:33 [INFO] Unpacking org.eclipse.jst.ejb.ui_1.1.911.v201903222024...
14:45:33 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.37kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.37kB)
14:45:33 [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010...
14:45:33 [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (120.15kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (120.15kB)
14:45:33 [INFO] Unpacking org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024...
14:45:33 [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (855.39kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (855.39kB)
14:45:33 [INFO] Unpacking org.eclipse.jst.j2ee_1.2.301.v201903222025...
14:45:33 [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (589.93kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (589.93kB)
14:45:33 [INFO] Unpacking org.eclipse.jst.j2ee.core_1.4.1.v201903222024...
14:45:33 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (361.04kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (361.04kB)
14:45:33 [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v201903222025...
14:45:33 [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.84kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.84kB)
14:45:33 [INFO] Unpacking org.eclipse.wst.web.ui_1.2.100.v201902281912...
14:45:33 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.31kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.31kB)
14:45:33 [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201903222010...
14:45:33 [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.67kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.67kB)
14:45:33 [INFO] Unpacking org.eclipse.wst.web_1.2.100.v201905161255...
14:45:33 [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (73.48kB)
14:45:33 [INFO] The user operation is waiting for background work to complete.
14:45:33 [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (73.48kB)
14:45:33 [INFO] Unpacking org.eclipse.jst.jee.ui_1.0.901.v201903222025...
14:45:34 [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.75kB)
14:45:34 [INFO] The user operation is waiting for background work to complete.
14:45:34 [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.75kB)
14:45:34 [INFO] Unpacking org.eclipse.jst.server.core_1.2.600.v201910252115...
14:45:34 [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40kB)
14:45:34 [INFO] The user operation is waiting for background work to complete.
14:45:34 [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40kB)
14:45:34 [INFO] Unpacking org.eclipse.jst.jee_1.0.902.v201905281719...
14:45:34 [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.33kB)
14:45:34 [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.33kB)
14:45:34 [INFO] The user operation is waiting for background work to complete.
14:45:34 [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429...
14:45:34 [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.26kB)
14:45:34 [INFO] The user operation is waiting for background work to complete.
14:45:34 [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.26kB)
14:45:34 [INFO] Unpacking org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346...
14:45:34 [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16kB)
14:45:34 [INFO] The user operation is waiting for background work to complete.
14:45:34 [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16kB)
14:45:34 [INFO] Unpacking org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346...
14:45:34 [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (172.25kB)
14:45:34 [INFO] The user operation is waiting for background work to complete.
14:45:34 [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (172.25kB)
14:45:34 [INFO] Unpacking org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024...
14:45:34 [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (222.7kB)
14:45:34 [INFO] The user operation is waiting for background work to complete.
14:45:34 [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (222.7kB)
14:45:34 [INFO] Unpacking org.eclipse.jst.j2ee.web_1.1.911.v201903222025...
14:45:34 [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.85kB)
14:45:34 [INFO] The user operation is waiting for background work to complete.
14:45:34 [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.85kB)
14:45:35 [INFO] Unpacking org.eclipse.wst.common.ui_1.1.700.v201905071717...
14:45:35 [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.91kB)
14:45:35 [INFO] The user operation is waiting for background work to complete.
14:45:35 [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.91kB)
14:45:35 [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.921.v201903222025...
14:45:35 [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (87.57kB)
14:45:35 [INFO] The user operation is waiting for background work to complete.
14:45:35 [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (87.57kB)
14:45:35 [INFO] Unpacking org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231...
14:45:35 [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (69.6kB)
14:45:35 [INFO] The user operation is waiting for background work to complete.
14:45:35 [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (69.6kB)
14:45:35 [INFO] Unpacking org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231...
14:45:35 [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (180.87kB)
14:45:35 [INFO] The user operation is waiting for background work to complete.
14:45:35 [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (180.87kB)
14:45:35 [INFO] Unpacking org.eclipse.wst.css.core_1.2.0.v201904210526...
14:45:35 [INFO] Fetching org.eclipse.wst.css.ui_1.1.200.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.94kB)
14:45:35 [INFO] The user operation is waiting for background work to complete.
14:45:35 [INFO] Fetching org.eclipse.wst.css.ui_1.1.200.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.94kB)
14:45:35 [INFO] Unpacking org.eclipse.wst.css.ui_1.1.200.v201904272112...
14:45:36 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (335kB)
14:45:36 [INFO] The user operation is waiting for background work to complete.
14:45:36 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (335kB)
14:45:36 [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112...
14:45:36 [INFO] Fetching org.eclipse.wst.sse.ui_1.6.200.v201910221150.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (312.89kB)
14:45:36 [INFO] The user operation is waiting for background work to complete.
14:45:36 [INFO] Fetching org.eclipse.wst.sse.ui_1.6.200.v201910221150.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (312.89kB)
14:45:36 [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.200.v201910221150...
14:45:36 [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (200.81kB)
14:45:36 [INFO] The user operation is waiting for background work to complete.
14:45:36 [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (200.81kB)
14:45:37 [INFO] Unpacking org.eclipse.wst.html.core_1.3.200.v201910140306...
14:45:37 [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (115.44kB)
14:45:37 [INFO] The user operation is waiting for background work to complete.
14:45:37 [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (115.44kB)
14:45:37 [INFO] Unpacking org.eclipse.wst.html.ui_1.1.200.v201905301652...
14:45:37 [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.2MB)
14:45:37 [INFO] The user operation is waiting for background work to complete.
14:45:37 [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.2MB)
14:45:37 [INFO] Unpacking org.eclipse.wst.jsdt.core_2.0.302.v201903222047...
14:45:39 [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.36kB)
14:45:48 [INFO] The user operation is waiting for background work to complete.
14:45:48 [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.36kB)
14:45:48 [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047...
14:45:48 [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.32MB)
14:45:48 [INFO] The user operation is waiting for background work to complete.
14:45:48 [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.32MB)
14:45:48 [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.0.400.v201908150108...
14:45:48 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/pom.xml
14:45:48 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/pom.xml
14:45:48 [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/
14:45:48 [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/
14:45:48 [INFO] Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases
14:45:48 [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/
14:45:48 [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB)
14:45:48 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB)
14:45:48 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/pom.xml
14:45:51 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/pom.xml
14:45:51 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/pom.xml
14:45:51 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/pom.xml
14:45:52 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/pom.xml
14:45:52 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/pom.xml
14:45:52 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/pom.xml
14:45:53 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/pom.xml
14:45:53 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/pom.xml
14:45:53 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/pom.xml
14:45:53 [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (634.79kB)
14:45:53 [INFO] The user operation is waiting for background work to complete.
14:45:53 [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (634.79kB)
14:45:53 [INFO] Unpacking net.bytebuddy.byte-buddy_1.9.0.v20181107-1410...
14:45:54 [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (23.9kB)
14:45:54 [INFO] The user operation is waiting for background work to complete.
14:45:54 [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (23.9kB)
14:45:54 [INFO] Unpacking net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534...
14:45:54 [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32.1kB)
14:45:54 [INFO] The user operation is waiting for background work to complete.
14:45:54 [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32.1kB)
14:45:55 [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246...
14:45:55 [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (170.56kB)
14:45:55 [INFO] The user operation is waiting for background work to complete.
14:45:55 [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (170.56kB)
14:45:55 [INFO] Unpacking org.mockito_2.23.0.v20190527-1420...
14:45:55 [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (27.19kB)
14:45:55 [INFO] The user operation is waiting for background work to complete.
14:45:55 [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (27.19kB)
14:45:55 [INFO] Unpacking org.objenesis_2.6.0.v20180420-1519...
14:45:55 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/pom.xml
14:45:56 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/pom.xml
14:45:56 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/pom.xml
14:45:56 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/pom.xml
14:45:56 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/pom.xml
14:45:56 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/pom.xml
14:45:57 [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.99kB)
14:45:57 [INFO] The user operation is waiting for background work to complete.
14:45:57 [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.99kB)
14:45:57 [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947...
14:45:57 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/pom.xml
14:45:57 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml
14:45:57 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml
14:45:58 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml
14:45:58 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.e4.feature/pom.xml
14:45:58 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.e4.feature/pom.xml
14:45:58 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.e4.feature/pom.xml
14:46:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.eclipse.feature/pom.xml
14:46:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.eclipse.feature/pom.xml
14:46:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.eclipse.feature/pom.xml
14:46:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.gef.spy.feature/pom.xml
14:46:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.gef.spy.feature/pom.xml
14:46:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.gef.spy.feature/pom.xml
14:46:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.swt.feature/pom.xml
14:46:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.swt.feature/pom.xml
14:46:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.swt.feature/pom.xml
14:46:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.tests.feature/pom.xml
14:46:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.tests.feature/pom.xml
14:46:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.tests.feature/pom.xml
14:46:02 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.ui.feature/pom.xml
14:46:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.ui.feature/pom.xml
14:46:02 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.ui.feature/pom.xml
14:46:02 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.recorder.feature/pom.xml
14:46:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.recorder.feature/pom.xml
14:46:03 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.recorder.feature/pom.xml
14:46:03 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.graphiti.feature/pom.xml
14:46:03 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.graphiti.feature/pom.xml
14:46:04 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.graphiti.feature/pom.xml
14:46:04 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.spy.feature/pom.xml
14:46:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.spy.feature/pom.xml
14:46:04 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.spy.feature/pom.xml
14:46:04 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.logparser.feature/pom.xml
14:46:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.logparser.feature/pom.xml
14:46:05 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.logparser.feature/pom.xml
14:46:05 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.selenium.feature/pom.xml
14:46:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.selenium.feature/pom.xml
14:46:06 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.selenium.feature/pom.xml
14:46:06 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.codegen.feature/pom.xml
14:46:06 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.codegen.feature/pom.xml
14:46:06 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.codegen.feature/pom.xml
14:46:06 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/site/pom.xml
14:46:06 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/site/pom.xml
14:46:07 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.milestone/site/pom.xml
14:46:07 [INFO] ------------------------------------------------------------------------
14:46:07 [INFO] Reactor Build Order:
14:46:07 [INFO] 
14:46:07 [INFO] RedDeer Parent POM File                                            [pom]
14:46:07 [INFO] RedDeer Plugins                                                    [pom]
14:46:07 [INFO] RedDeer Common                                          [eclipse-plugin]
14:46:07 [INFO] RedDeer Workbench Core                                  [eclipse-plugin]
14:46:07 [INFO] RedDeer E4 Workbench Core                               [eclipse-plugin]
14:46:07 [INFO] RedDeer Core                                            [eclipse-plugin]
14:46:07 [INFO] RedDeer SWT                                             [eclipse-plugin]
14:46:07 [INFO] RedDeer JFace                                           [eclipse-plugin]
14:46:07 [INFO] RedDeer Workbench                                       [eclipse-plugin]
14:46:07 [INFO] RedDeer E4 Workbench                                    [eclipse-plugin]
14:46:07 [INFO] RedDeer UIForms                                         [eclipse-plugin]
14:46:07 [INFO] RedDeer Direct                                          [eclipse-plugin]
14:46:07 [INFO] RedDeer JUnit                                           [eclipse-plugin]
14:46:07 [INFO] RedDeer Eclipse                                         [eclipse-plugin]
14:46:07 [INFO] RedDeer GEF                                             [eclipse-plugin]
14:46:07 [INFO] RedDeer GEF Spy                                         [eclipse-plugin]
14:46:07 [INFO] RedDeer Graphiti                                        [eclipse-plugin]
14:46:07 [INFO] RedDeer JDT Junit                                       [eclipse-plugin]
14:46:07 [INFO] RedDeer JUnit Extensions                                [eclipse-plugin]
14:46:07 [INFO] RedDeer Selenium                                        [eclipse-plugin]
14:46:07 [INFO] RedDeer Requirements                                    [eclipse-plugin]
14:46:07 [INFO] RedDeer UI                                              [eclipse-plugin]
14:46:07 [INFO] RedDeer Spy                                             [eclipse-plugin]
14:46:07 [INFO] RedDeer Recorder                                        [eclipse-plugin]
14:46:07 [INFO] RedDeer Go                                              [eclipse-plugin]
14:46:07 [INFO] RedDeer Log Parser                                      [eclipse-plugin]
14:46:07 [INFO] RedDeer CodeGen                                         [eclipse-plugin]
14:46:07 [INFO] RedDeer Test-Apps                                                  [pom]
14:46:07 [INFO] RedDeer E4 Test App                                     [eclipse-plugin]
14:46:07 [INFO] RedDeer Tests                                                      [pom]
14:46:07 [INFO] RedDeer Common Tests                               [eclipse-test-plugin]
14:46:07 [INFO] RedDeer SWT Tests                                  [eclipse-test-plugin]
14:46:07 [INFO] RedDeer Core Tests                                 [eclipse-test-plugin]
14:46:07 [INFO] RedDeer Workbench Tests                            [eclipse-test-plugin]
14:46:07 [INFO] RedDeer UIForms Test                               [eclipse-test-plugin]
14:46:07 [INFO] RedDeer JFace Tests                                [eclipse-test-plugin]
14:46:07 [INFO] RedDeer Eclipse Tests                              [eclipse-test-plugin]
14:46:07 [INFO] RedDeer GEF Tests                                  [eclipse-test-plugin]
14:46:07 [INFO] RedDeer Graphiti Tests                             [eclipse-test-plugin]
14:46:07 [INFO] RedDeer Direct Tests                               [eclipse-test-plugin]
14:46:07 [INFO] RedDeer JUnit Tests                                [eclipse-test-plugin]
14:46:07 [INFO] RedDeer Requirements Tests                         [eclipse-test-plugin]
14:46:07 [INFO] RedDeer UI Tests                                   [eclipse-test-plugin]
14:46:07 [INFO] RedDeer E4 Workbench Tests                         [eclipse-test-plugin]
14:46:07 [INFO] RedDeer Features                                                   [pom]
14:46:07 [INFO] RedDeer E4 Feature                                     [eclipse-feature]
14:46:08 [INFO] RedDeer Eclipse Feature                                [eclipse-feature]
14:46:08 [INFO] RedDeer GEF Spy Feature                                [eclipse-feature]
14:46:08 [INFO] RedDeer SWT Feature                                    [eclipse-feature]
14:46:08 [INFO] RedDeer Tests Feature                                  [eclipse-feature]
14:46:08 [INFO] RedDeer UI Feature                                     [eclipse-feature]
14:46:08 [INFO] RedDeer Recorder Feature                               [eclipse-feature]
14:46:08 [INFO] RedDeer GEF/Graphiti Feature                           [eclipse-feature]
14:46:08 [INFO] RedDeer Spy Feature                                    [eclipse-feature]
14:46:08 [INFO] RedDeer Log Parser Feature                             [eclipse-feature]
14:46:08 [INFO] RedDeer Selenium Feature                               [eclipse-feature]
14:46:08 [INFO] RedDeer CodeGen Feature                                [eclipse-feature]
14:46:08 [INFO] RedDeer Site                                        [eclipse-repository]
14:46:08 [INFO] RedDeer Archetype                                      [maven-archetype]
14:46:08 [INFO] 
14:46:08 [INFO] ---------------------< org.eclipse.reddeer:parent >---------------------
14:46:08 [INFO] Building RedDeer Parent POM File 2.8.0-SNAPSHOT                   [1/59]
14:46:08 [INFO] --------------------------------[ pom ]---------------------------------
14:46:08 [INFO] 
14:46:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
14:46:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
14:46:08 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
14:46:08 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 99 kB/s)
14:46:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
14:46:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
14:46:08 Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 270 kB/s)
14:46:08 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
14:46:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
14:46:08 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
14:46:08 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
14:46:08 Progress (1): 4.1/13 kB
Progress (2): 4.1/13 kB | 4.1/226 kB
Progress (2): 7.7/13 kB | 4.1/226 kB
Progress (2): 7.7/13 kB | 7.7/226 kB
Progress (2): 12/13 kB | 7.7/226 kB 
Progress (2): 13 kB | 7.7/226 kB   
Progress (2): 13 kB | 12/226 kB 
Progress (2): 13 kB | 16/226 kB
Progress (2): 13 kB | 20/226 kB
Progress (2): 13 kB | 24/226 kB
Progress (2): 13 kB | 28/226 kB
Progress (2): 13 kB | 32/226 kB
Progress (2): 13 kB | 36/226 kB
Progress (2): 13 kB | 40/226 kB
Progress (2): 13 kB | 44/226 kB
Progress (2): 13 kB | 48/226 kB
Progress (2): 13 kB | 52/226 kB
Progress (2): 13 kB | 56/226 kB
Progress (2): 13 kB | 60/226 kB
Progress (2): 13 kB | 64/226 kB
Progress (2): 13 kB | 68/226 kB
Progress (2): 13 kB | 72/226 kB
Progress (2): 13 kB | 76/226 kB
Progress (2): 13 kB | 80/226 kB
Progress (2): 13 kB | 84/226 kB
Progress (2): 13 kB | 88/226 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 330 kB/s)
14:46:08 Progress (1): 92/226 kB
Progress (1): 96/226 kB
Progress (1): 100/226 kB
Progress (1): 104/226 kB
Progress (1): 108/226 kB
Progress (1): 112/226 kB
Progress (1): 116/226 kB
Progress (1): 120/226 kB
Progress (1): 124/226 kB
Progress (1): 128/226 kB
Progress (1): 132/226 kB
Progress (1): 136/226 kB
Progress (1): 140/226 kB
Progress (1): 144/226 kB
Progress (1): 148/226 kB
Progress (1): 152/226 kB
Progress (1): 156/226 kB
Progress (1): 160/226 kB
Progress (1): 164/226 kB
Progress (1): 168/226 kB
Progress (1): 172/226 kB
Progress (1): 176/226 kB
Progress (1): 180/226 kB
Progress (1): 184/226 kB
Progress (1): 188/226 kB
Progress (1): 192/226 kB
Progress (1): 196/226 kB
Progress (1): 200/226 kB
Progress (1): 204/226 kB
Progress (1): 208/226 kB
Progress (1): 212/226 kB
Progress (1): 216/226 kB
Progress (1): 220/226 kB
Progress (1): 224/226 kB
Progress (1): 226 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.0 MB/s)
14:46:08 [INFO] 
14:46:08 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ parent ---
14:46:08 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
14:46:08 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
14:46:08 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 86 kB/s)
14:46:08 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
14:46:08 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
14:46:08 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 75 kB/s)
14:46:08 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
14:46:08 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
14:46:08 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 98 kB/s)
14:46:08 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
14:46:08 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
14:46:08 Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 228 kB/s)
14:46:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom
14:46:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom
14:46:08 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 39 kB/s)
14:46:08 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
14:46:08 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
14:46:08 Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 152 kB/s)
14:46:08 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
14:46:08 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
14:46:08 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 98 kB/s)
14:46:08 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
14:46:08 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
14:46:08 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 121 kB/s)
14:46:08 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
14:46:08 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
14:46:08 Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 291 kB/s)
14:46:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom
14:46:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
14:46:08 Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 912 kB/s)
14:46:08 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
14:46:08 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
14:46:08 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 127 kB/s)
14:46:08 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
14:46:08 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
14:46:08 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 74 kB/s)
14:46:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom
14:46:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
14:46:08 Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 685 kB/s)
14:46:08 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
14:46:08 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
14:46:08 Progress (1): 765 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 27 kB/s)
14:46:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
14:46:08 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
14:46:09 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 425 kB/s)
14:46:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
14:46:09 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
14:46:10 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 734 B/s)
14:46:10 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
14:46:10 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
14:46:10 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 50 kB/s)
14:46:10 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
14:46:10 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
14:46:10 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 44 kB/s)
14:46:10 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
14:46:10 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
14:46:10 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 36 kB/s)
14:46:10 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
14:46:10 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
14:46:10 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 21 kB/s)
14:46:10 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
14:46:10 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
14:46:10 Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 200 kB/s)
14:46:10 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
14:46:10 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
14:46:10 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 71 kB/s)
14:46:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
14:46:10 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
14:46:10 Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 280 kB/s)
14:46:10 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
14:46:10 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
14:46:10 Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 143 kB/s)
14:46:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
14:46:10 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
14:46:10 Progress (1): 4.1/9.8 kB
Progress (1): 7.7/9.8 kB
Progress (1): 9.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 327 kB/s)
14:46:10 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
14:46:10 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
14:46:10 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 49 kB/s)
14:46:10 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
14:46:10 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
14:46:10 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 48 kB/s)
14:46:10 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
14:46:10 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
14:46:10 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 52 kB/s)
14:46:10 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
14:46:10 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
14:46:10 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 304 kB/s)
14:46:10 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
14:46:10 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
14:46:10 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 41 kB/s)
14:46:10 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
14:46:10 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
14:46:10 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 129 kB/s)
14:46:10 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
14:46:10 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
14:46:10 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 61 kB/s)
14:46:10 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
14:46:10 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
14:46:11 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 9.6 kB/s)
14:46:11 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
14:46:11 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
14:46:11 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 87 kB/s)
14:46:11 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
14:46:11 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
14:46:11 Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 146 kB/s)
14:46:11 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
14:46:11 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
14:46:11 Progress (1): 4.1/9.3 kB
Progress (1): 7.7/9.3 kB
Progress (1): 9.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 311 kB/s)
14:46:11 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
14:46:11 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
14:46:11 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 64 kB/s)
14:46:11 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
14:46:11 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
14:46:11 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 48 kB/s)
14:46:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
14:46:11 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
14:46:11 Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 311 kB/s)
14:46:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
14:46:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
14:46:11 Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 736 kB/s)
14:46:11 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
14:46:11 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
14:46:11 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 95 kB/s)
14:46:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
14:46:11 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
14:46:11 Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 607 kB/s)
14:46:11 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
14:46:11 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
14:46:11 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 66 kB/s)
14:46:11 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
14:46:11 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
14:46:11 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 111 kB/s)
14:46:11 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
14:46:11 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
14:46:11 Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 172 kB/s)
14:46:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
14:46:11 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
14:46:11 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 41 kB/s)
14:46:11 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
14:46:11 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
14:46:11 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 63 kB/s)
14:46:11 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
14:46:11 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
14:46:11 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 93 kB/s)
14:46:11 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
14:46:11 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
14:46:11 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 72 kB/s)
14:46:11 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
14:46:11 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
14:46:11 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 46 kB/s)
14:46:11 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
14:46:11 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
14:46:11 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 72 kB/s)
14:46:11 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
14:46:11 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
14:46:11 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 52 kB/s)
14:46:11 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
14:46:11 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
14:46:11 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 49 kB/s)
14:46:11 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
14:46:11 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
14:46:11 Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 605 kB/s)
14:46:11 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
14:46:12 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
14:46:12 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 56 kB/s)
14:46:12 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
14:46:12 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
14:46:12 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 113 kB/s)
14:46:12 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
14:46:12 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
14:46:12 Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 176 kB/s)
14:46:12 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
14:46:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
14:46:12 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 71 kB/s)
14:46:12 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
14:46:12 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
14:46:12 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 24 kB/s)
14:46:12 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom
14:46:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
14:46:12 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 114 kB/s)
14:46:12 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
14:46:12 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
14:46:12 Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 222 kB/s)
14:46:12 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
14:46:12 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
14:46:12 Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 114 kB/s)
14:46:12 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
14:46:12 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
14:46:12 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 101 kB/s)
14:46:12 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
14:46:12 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
14:46:12 Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 180 kB/s)
14:46:12 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
14:46:12 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
14:46:12 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 527 kB/s)
14:46:12 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
14:46:12 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
14:46:12 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 90 kB/s)
14:46:12 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
14:46:12 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
14:46:13 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 1.6 kB/s)
14:46:13 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
14:46:13 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
14:46:13 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 81 kB/s)
14:46:13 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
14:46:13 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
14:46:13 Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 134 kB/s)
14:46:13 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
14:46:13 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
14:46:13 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 39 kB/s)
14:46:13 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
14:46:13 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
14:46:13 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 100 kB/s)
14:46:13 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
14:46:13 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
14:46:13 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 64 kB/s)
14:46:13 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
14:46:13 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
14:46:13 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 78 kB/s)
14:46:13 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
14:46:13 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
14:46:13 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 96 kB/s)
14:46:13 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
14:46:13 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
14:46:14 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 8.0 kB/s)
14:46:14 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
14:46:14 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
14:46:14 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 27 kB/s)
14:46:14 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
14:46:14 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
14:46:14 Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 241 kB/s)
14:46:14 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
14:46:14 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
14:46:14 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 79 kB/s)
14:46:14 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
14:46:14 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
14:46:14 Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 219 kB/s)
14:46:14 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
14:46:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
14:46:14 Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 250 kB/s)
14:46:14 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
14:46:14 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
14:46:14 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 345 kB/s)
14:46:14 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
14:46:14 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
14:46:14 Progress (1): 4.1/9.9 kB
Progress (1): 7.7/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 292 kB/s)
14:46:14 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom
14:46:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
14:46:14 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 5.0 kB/s)
14:46:14 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
14:46:14 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
14:46:14 Progress (1): 4.1/9.1 kB
Progress (1): 7.7/9.1 kB
Progress (1): 9.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 293 kB/s)
14:46:14 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
14:46:14 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
14:46:14 Progress (1): 357 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 11 kB/s)
14:46:14 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
14:46:14 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
14:46:14 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 33 kB/s)
14:46:14 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
14:46:14 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
14:46:14 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)
14:46:14 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
14:46:14 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
14:46:14 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 51 kB/s)
14:46:14 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
14:46:14 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
14:46:14 Progress (1): 163 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 6.5 kB/s)
14:46:14 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
14:46:14 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
14:46:14 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 1.4 kB/s)
14:46:14 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
14:46:15 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
14:46:15 Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 172 kB/s)
14:46:15 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
14:46:15 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
14:46:30 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 235 B/s)
14:46:30 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
14:46:30 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
14:46:30 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 5.4 kB/s)
14:46:30 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom
14:46:30 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
14:46:30 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 89 kB/s)
14:46:30 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
14:46:30 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
14:46:30 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 9.9 kB/s)
14:46:30 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
14:46:30 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
14:46:31 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 11 kB/s)
14:46:31 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
14:46:31 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
14:46:31 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 43 kB/s)
14:46:31 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
14:46:31 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
14:46:31 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 28 kB/s)
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
14:46:31 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
14:46:31 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
14:46:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar
14:46:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
14:46:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
14:46:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
14:46:31 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
14:46:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar
14:46:31 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
14:46:31 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
14:46:31 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 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
14:46:31 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
Progress (2): 12 kB | 4.1/26 kB
Progress (2): 12 kB | 7.7/26 kB
Progress (2): 12 kB | 12/26 kB 
Progress (2): 12 kB | 16/26 kB
Progress (2): 12 kB | 20/26 kB
Progress (2): 12 kB | 24/26 kB
Progress (2): 12 kB | 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 302 kB/s)
14:46:31 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
14:46:31 Progress (2): 26 kB | 4.1/49 kB
Progress (2): 26 kB | 7.7/49 kB
Progress (2): 26 kB | 12/49 kB 
Progress (2): 26 kB | 16/49 kB
Progress (3): 26 kB | 16/49 kB | 4.1/88 kB
Progress (3): 26 kB | 16/49 kB | 7.7/88 kB
Progress (3): 26 kB | 20/49 kB | 7.7/88 kB
Progress (4): 26 kB | 20/49 kB | 7.7/88 kB | 4.1/51 kB
Progress (4): 26 kB | 24/49 kB | 7.7/88 kB | 4.1/51 kB
Progress (4): 26 kB | 24/49 kB | 12/88 kB | 4.1/51 kB 
Progress (4): 26 kB | 24/49 kB | 12/88 kB | 7.7/51 kB
Progress (4): 26 kB | 28/49 kB | 12/88 kB | 7.7/51 kB
Progress (4): 26 kB | 28/49 kB | 16/88 kB | 7.7/51 kB
Progress (4): 26 kB | 32/49 kB | 16/88 kB | 7.7/51 kB
Progress (4): 26 kB | 32/49 kB | 20/88 kB | 7.7/51 kB
Progress (4): 26 kB | 32/49 kB | 20/88 kB | 12/51 kB 
Progress (4): 26 kB | 32/49 kB | 24/88 kB | 12/51 kB
Progress (4): 26 kB | 36/49 kB | 24/88 kB | 12/51 kB
Progress (4): 26 kB | 36/49 kB | 24/88 kB | 16/51 kB
Progress (4): 26 kB | 36/49 kB | 28/88 kB | 16/51 kB
Progress (4): 26 kB | 36/49 kB | 32/88 kB | 16/51 kB
Progress (4): 26 kB | 40/49 kB | 32/88 kB | 16/51 kB
Progress (4): 26 kB | 40/49 kB | 36/88 kB | 16/51 kB
Progress (4): 26 kB | 40/49 kB | 36/88 kB | 20/51 kB
Progress (5): 26 kB | 40/49 kB | 36/88 kB | 20/51 kB | 4.1/80 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 513 kB/s)
14:46:31 Progress (4): 44/49 kB | 36/88 kB | 20/51 kB | 4.1/80 kB
Progress (4): 44/49 kB | 40/88 kB | 20/51 kB | 4.1/80 kB
Progress (4): 48/49 kB | 40/88 kB | 20/51 kB | 4.1/80 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
14:46:31 Progress (4): 48/49 kB | 40/88 kB | 20/51 kB | 7.7/80 kB
Progress (4): 48/49 kB | 40/88 kB | 24/51 kB | 7.7/80 kB
Progress (4): 49 kB | 40/88 kB | 24/51 kB | 7.7/80 kB   
Progress (4): 49 kB | 44/88 kB | 24/51 kB | 7.7/80 kB
Progress (4): 49 kB | 44/88 kB | 28/51 kB | 7.7/80 kB
Progress (4): 49 kB | 44/88 kB | 28/51 kB | 12/80 kB 
Progress (4): 49 kB | 44/88 kB | 32/51 kB | 12/80 kB
Progress (4): 49 kB | 48/88 kB | 32/51 kB | 12/80 kB
Progress (4): 49 kB | 48/88 kB | 32/51 kB | 16/80 kB
Progress (4): 49 kB | 48/88 kB | 36/51 kB | 16/80 kB
Progress (4): 49 kB | 52/88 kB | 36/51 kB | 16/80 kB
Progress (4): 49 kB | 52/88 kB | 36/51 kB | 20/80 kB
Progress (4): 49 kB | 52/88 kB | 40/51 kB | 20/80 kB
Progress (4): 49 kB | 52/88 kB | 40/51 kB | 24/80 kB
Progress (4): 49 kB | 56/88 kB | 40/51 kB | 24/80 kB
Progress (4): 49 kB | 56/88 kB | 44/51 kB | 24/80 kB
Progress (4): 49 kB | 60/88 kB | 44/51 kB | 24/80 kB
Progress (4): 49 kB | 60/88 kB | 44/51 kB | 28/80 kB
Progress (4): 49 kB | 64/88 kB | 44/51 kB | 28/80 kB
Progress (4): 49 kB | 64/88 kB | 48/51 kB | 28/80 kB
Progress (4): 49 kB | 64/88 kB | 48/51 kB | 32/80 kB
Progress (4): 49 kB | 64/88 kB | 51 kB | 32/80 kB   
Progress (4): 49 kB | 68/88 kB | 51 kB | 32/80 kB
Progress (4): 49 kB | 68/88 kB | 51 kB | 33/80 kB
Progress (4): 49 kB | 72/88 kB | 51 kB | 33/80 kB
Progress (4): 49 kB | 72/88 kB | 51 kB | 37/80 kB
Progress (4): 49 kB | 76/88 kB | 51 kB | 37/80 kB
Progress (4): 49 kB | 76/88 kB | 51 kB | 41/80 kB
Progress (4): 49 kB | 80/88 kB | 51 kB | 41/80 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 804 kB/s)
14:46:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar
14:46:31 Progress (3): 84/88 kB | 51 kB | 41/80 kB
Progress (3): 84/88 kB | 51 kB | 45/80 kB
Progress (3): 88 kB | 51 kB | 45/80 kB   
Progress (3): 88 kB | 51 kB | 49/80 kB
Progress (4): 88 kB | 51 kB | 49/80 kB | 4.1/194 kB
Progress (4): 88 kB | 51 kB | 49/80 kB | 7.7/194 kB
Progress (4): 88 kB | 51 kB | 53/80 kB | 7.7/194 kB
Progress (4): 88 kB | 51 kB | 53/80 kB | 12/194 kB 
Progress (4): 88 kB | 51 kB | 57/80 kB | 12/194 kB
Progress (4): 88 kB | 51 kB | 57/80 kB | 16/194 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 796 kB/s)
14:46:31 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
14:46:31 Progress (3): 88 kB | 57/80 kB | 20/194 kB
Progress (3): 88 kB | 61/80 kB | 20/194 kB
Progress (3): 88 kB | 61/80 kB | 24/194 kB
Progress (3): 88 kB | 65/80 kB | 24/194 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.3 MB/s)
14:46:31 Progress (2): 69/80 kB | 24/194 kB
Progress (2): 69/80 kB | 28/194 kB
Progress (2): 73/80 kB | 28/194 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
14:46:31 Progress (2): 77/80 kB | 28/194 kB
Progress (2): 77/80 kB | 32/194 kB
Progress (2): 80 kB | 32/194 kB   
Progress (3): 80 kB | 32/194 kB | 4.1/237 kB
Progress (3): 80 kB | 33/194 kB | 4.1/237 kB
Progress (3): 80 kB | 33/194 kB | 7.7/237 kB
Progress (3): 80 kB | 37/194 kB | 7.7/237 kB
Progress (3): 80 kB | 41/194 kB | 7.7/237 kB
Progress (3): 80 kB | 41/194 kB | 12/237 kB 
Progress (3): 80 kB | 41/194 kB | 16/237 kB
Progress (3): 80 kB | 45/194 kB | 16/237 kB
Progress (3): 80 kB | 49/194 kB | 16/237 kB
Progress (3): 80 kB | 49/194 kB | 20/237 kB
Progress (3): 80 kB | 49/194 kB | 24/237 kB
Progress (3): 80 kB | 53/194 kB | 24/237 kB
Progress (3): 80 kB | 57/194 kB | 24/237 kB
Progress (3): 80 kB | 57/194 kB | 28/237 kB
Progress (3): 80 kB | 57/194 kB | 32/237 kB
Progress (3): 80 kB | 61/194 kB | 32/237 kB
Progress (3): 80 kB | 61/194 kB | 33/237 kB
Progress (3): 80 kB | 65/194 kB | 33/237 kB
Progress (3): 80 kB | 66/194 kB | 33/237 kB
Progress (3): 80 kB | 66/194 kB | 37/237 kB
Progress (4): 80 kB | 66/194 kB | 37/237 kB | 4.1/38 kB
Progress (4): 80 kB | 70/194 kB | 37/237 kB | 4.1/38 kB
Progress (4): 80 kB | 70/194 kB | 41/237 kB | 4.1/38 kB
Progress (4): 80 kB | 74/194 kB | 41/237 kB | 4.1/38 kB
Progress (4): 80 kB | 74/194 kB | 41/237 kB | 7.7/38 kB
Progress (4): 80 kB | 78/194 kB | 41/237 kB | 7.7/38 kB
Progress (4): 80 kB | 78/194 kB | 45/237 kB | 7.7/38 kB
Progress (4): 80 kB | 78/194 kB | 45/237 kB | 12/38 kB 
Progress (4): 80 kB | 82/194 kB | 45/237 kB | 12/38 kB
Progress (4): 80 kB | 82/194 kB | 45/237 kB | 16/38 kB
Progress (4): 80 kB | 86/194 kB | 45/237 kB | 16/38 kB
Progress (4): 80 kB | 90/194 kB | 45/237 kB | 16/38 kB
Progress (4): 80 kB | 90/194 kB | 49/237 kB | 16/38 kB
Progress (4): 80 kB | 90/194 kB | 49/237 kB | 20/38 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 1.0 MB/s)
14:46:31 Progress (4): 90/194 kB | 49/237 kB | 20/38 kB | 4.1/245 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
14:46:31 Progress (4): 90/194 kB | 49/237 kB | 24/38 kB | 4.1/245 kB
Progress (4): 90/194 kB | 53/237 kB | 24/38 kB | 4.1/245 kB
Progress (4): 90/194 kB | 57/237 kB | 24/38 kB | 4.1/245 kB
Progress (4): 94/194 kB | 57/237 kB | 24/38 kB | 4.1/245 kB
Progress (4): 94/194 kB | 57/237 kB | 28/38 kB | 4.1/245 kB
Progress (4): 94/194 kB | 57/237 kB | 28/38 kB | 7.7/245 kB
Progress (4): 94/194 kB | 57/237 kB | 32/38 kB | 7.7/245 kB
Progress (4): 98/194 kB | 57/237 kB | 32/38 kB | 7.7/245 kB
Progress (4): 98/194 kB | 61/237 kB | 32/38 kB | 7.7/245 kB
Progress (4): 98/194 kB | 61/237 kB | 36/38 kB | 7.7/245 kB
Progress (4): 98/194 kB | 61/237 kB | 36/38 kB | 12/245 kB 
Progress (4): 98/194 kB | 61/237 kB | 38 kB | 12/245 kB   
Progress (4): 102/194 kB | 61/237 kB | 38 kB | 12/245 kB
Progress (4): 102/194 kB | 65/237 kB | 38 kB | 12/245 kB
Progress (4): 106/194 kB | 65/237 kB | 38 kB | 12/245 kB
Progress (4): 106/194 kB | 65/237 kB | 38 kB | 16/245 kB
Progress (4): 106/194 kB | 66/237 kB | 38 kB | 16/245 kB
Progress (4): 110/194 kB | 66/237 kB | 38 kB | 16/245 kB
Progress (4): 110/194 kB | 66/237 kB | 38 kB | 20/245 kB
Progress (4): 114/194 kB | 66/237 kB | 38 kB | 20/245 kB
Progress (4): 114/194 kB | 70/237 kB | 38 kB | 20/245 kB
Progress (4): 114/194 kB | 70/237 kB | 38 kB | 24/245 kB
Progress (4): 118/194 kB | 70/237 kB | 38 kB | 24/245 kB
Progress (4): 118/194 kB | 74/237 kB | 38 kB | 24/245 kB
Progress (4): 122/194 kB | 74/237 kB | 38 kB | 24/245 kB
Progress (4): 122/194 kB | 74/237 kB | 38 kB | 28/245 kB
Progress (4): 122/194 kB | 78/237 kB | 38 kB | 28/245 kB
Progress (4): 126/194 kB | 78/237 kB | 38 kB | 28/245 kB
Progress (4): 126/194 kB | 78/237 kB | 38 kB | 32/245 kB
Progress (4): 130/194 kB | 78/237 kB | 38 kB | 32/245 kB
Progress (4): 130/194 kB | 82/237 kB | 38 kB | 32/245 kB
Progress (4): 130/194 kB | 82/237 kB | 38 kB | 33/245 kB
Progress (4): 134/194 kB | 82/237 kB | 38 kB | 33/245 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 431 kB/s)
14:46:31 Progress (3): 134/194 kB | 86/237 kB | 33/245 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
14:46:32 Progress (3): 134/194 kB | 86/237 kB | 37/245 kB
Progress (3): 138/194 kB | 86/237 kB | 37/245 kB
Progress (3): 138/194 kB | 86/237 kB | 41/245 kB
Progress (3): 138/194 kB | 90/237 kB | 41/245 kB
Progress (3): 142/194 kB | 90/237 kB | 41/245 kB
Progress (3): 142/194 kB | 90/237 kB | 45/245 kB
Progress (3): 146/194 kB | 90/237 kB | 45/245 kB
Progress (3): 146/194 kB | 94/237 kB | 45/245 kB
Progress (3): 146/194 kB | 94/237 kB | 49/245 kB
Progress (3): 150/194 kB | 94/237 kB | 49/245 kB
Progress (3): 150/194 kB | 98/237 kB | 49/245 kB
Progress (3): 150/194 kB | 98/237 kB | 53/245 kB
Progress (3): 154/194 kB | 98/237 kB | 53/245 kB
Progress (3): 154/194 kB | 98/237 kB | 57/245 kB
Progress (3): 154/194 kB | 98/237 kB | 57/245 kB
Progress (3): 158/194 kB | 98/237 kB | 57/245 kB
Progress (3): 158/194 kB | 98/237 kB | 61/245 kB
Progress (3): 158/194 kB | 102/237 kB | 61/245 kB
Progress (3): 162/194 kB | 102/237 kB | 61/245 kB
Progress (3): 162/194 kB | 106/237 kB | 61/245 kB
Progress (3): 162/194 kB | 106/237 kB | 65/245 kB
Progress (3): 166/194 kB | 106/237 kB | 65/245 kB
Progress (3): 170/194 kB | 106/237 kB | 65/245 kB
Progress (3): 174/194 kB | 106/237 kB | 65/245 kB
Progress (4): 174/194 kB | 106/237 kB | 65/245 kB | 4.1/38 kB
Progress (4): 178/194 kB | 106/237 kB | 65/245 kB | 4.1/38 kB
Progress (5): 178/194 kB | 106/237 kB | 65/245 kB | 4.1/38 kB | 4.1/39 kB
Progress (5): 178/194 kB | 106/237 kB | 66/245 kB | 4.1/38 kB | 4.1/39 kB
Progress (5): 178/194 kB | 110/237 kB | 66/245 kB | 4.1/38 kB | 4.1/39 kB
Progress (5): 178/194 kB | 110/237 kB | 66/245 kB | 4.1/38 kB | 7.7/39 kB
Progress (5): 182/194 kB | 110/237 kB | 66/245 kB | 4.1/38 kB | 7.7/39 kB
Progress (5): 182/194 kB | 110/237 kB | 66/245 kB | 7.7/38 kB | 7.7/39 kB
Progress (5): 182/194 kB | 110/237 kB | 66/245 kB | 7.7/38 kB | 12/39 kB 
Progress (5): 186/194 kB | 110/237 kB | 66/245 kB | 7.7/38 kB | 12/39 kB
Progress (5): 186/194 kB | 114/237 kB | 66/245 kB | 7.7/38 kB | 12/39 kB
Progress (5): 186/194 kB | 114/237 kB | 70/245 kB | 7.7/38 kB | 12/39 kB
Progress (5): 186/194 kB | 118/237 kB | 70/245 kB | 7.7/38 kB | 12/39 kB
Progress (5): 190/194 kB | 118/237 kB | 70/245 kB | 7.7/38 kB | 12/39 kB
Progress (5): 190/194 kB | 118/237 kB | 70/245 kB | 7.7/38 kB | 16/39 kB
Progress (5): 190/194 kB | 118/237 kB | 70/245 kB | 12/38 kB | 16/39 kB 
Progress (5): 194/194 kB | 118/237 kB | 70/245 kB | 12/38 kB | 16/39 kB
Progress (5): 194/194 kB | 122/237 kB | 70/245 kB | 12/38 kB | 16/39 kB
Progress (5): 194/194 kB | 122/237 kB | 74/245 kB | 12/38 kB | 16/39 kB
Progress (5): 194 kB | 122/237 kB | 74/245 kB | 12/38 kB | 16/39 kB    
Progress (5): 194 kB | 122/237 kB | 74/245 kB | 12/38 kB | 20/39 kB
Progress (5): 194 kB | 122/237 kB | 74/245 kB | 16/38 kB | 20/39 kB
Progress (5): 194 kB | 122/237 kB | 74/245 kB | 16/38 kB | 24/39 kB
Progress (5): 194 kB | 122/237 kB | 78/245 kB | 16/38 kB | 24/39 kB
Progress (5): 194 kB | 126/237 kB | 78/245 kB | 16/38 kB | 24/39 kB
Progress (5): 194 kB | 126/237 kB | 78/245 kB | 16/38 kB | 28/39 kB
Progress (5): 194 kB | 126/237 kB | 82/245 kB | 16/38 kB | 28/39 kB
Progress (5): 194 kB | 126/237 kB | 82/245 kB | 20/38 kB | 28/39 kB
Progress (5): 194 kB | 126/237 kB | 86/245 kB | 20/38 kB | 28/39 kB
Progress (5): 194 kB | 126/237 kB | 86/245 kB | 20/38 kB | 32/39 kB
Progress (5): 194 kB | 130/237 kB | 86/245 kB | 20/38 kB | 32/39 kB
Progress (5): 194 kB | 130/237 kB | 90/245 kB | 20/38 kB | 32/39 kB
Progress (5): 194 kB | 130/237 kB | 90/245 kB | 24/38 kB | 32/39 kB
Progress (5): 194 kB | 130/237 kB | 94/245 kB | 24/38 kB | 32/39 kB
Progress (5): 194 kB | 130/237 kB | 94/245 kB | 24/38 kB | 36/39 kB
Progress (5): 194 kB | 131/237 kB | 94/245 kB | 24/38 kB | 36/39 kB
Progress (5): 194 kB | 131/237 kB | 94/245 kB | 24/38 kB | 39 kB   
Progress (5): 194 kB | 131/237 kB | 94/245 kB | 28/38 kB | 39 kB
Progress (5): 194 kB | 131/237 kB | 98/245 kB | 28/38 kB | 39 kB
Progress (5): 194 kB | 131/237 kB | 98/245 kB | 32/38 kB | 39 kB
Progress (5): 194 kB | 135/237 kB | 98/245 kB | 32/38 kB | 39 kB
Progress (5): 194 kB | 135/237 kB | 98/245 kB | 32/38 kB | 39 kB
Progress (5): 194 kB | 139/237 kB | 98/245 kB | 32/38 kB | 39 kB
Progress (5): 194 kB | 139/237 kB | 98/245 kB | 36/38 kB | 39 kB
Progress (5): 194 kB | 139/237 kB | 102/245 kB | 36/38 kB | 39 kB
Progress (5): 194 kB | 143/237 kB | 102/245 kB | 36/38 kB | 39 kB
Progress (5): 194 kB | 143/237 kB | 102/245 kB | 38 kB | 39 kB   
Progress (5): 194 kB | 147/237 kB | 102/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 147/237 kB | 106/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 151/237 kB | 106/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 151/237 kB | 110/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 155/237 kB | 110/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 155/237 kB | 114/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 159/237 kB | 114/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 163/237 kB | 114/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 163/237 kB | 118/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 164/237 kB | 118/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 164/237 kB | 122/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 168/237 kB | 122/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 172/237 kB | 122/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 172/237 kB | 126/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 176/237 kB | 126/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 176/237 kB | 130/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 180/237 kB | 130/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 180/237 kB | 131/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 184/237 kB | 131/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 184/237 kB | 135/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 188/237 kB | 135/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 188/237 kB | 139/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 192/237 kB | 139/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 196/237 kB | 139/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 196/237 kB | 143/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 197/237 kB | 143/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 197/237 kB | 147/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 201/237 kB | 147/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 201/237 kB | 151/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 205/237 kB | 151/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 205/237 kB | 155/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 209/237 kB | 155/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 213/237 kB | 155/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 213/237 kB | 159/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 217/237 kB | 159/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 217/237 kB | 163/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 221/237 kB | 163/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 221/237 kB | 164/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 225/237 kB | 164/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 225/237 kB | 168/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 229/237 kB | 168/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 229/237 kB | 172/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 233/237 kB | 172/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 237/237 kB | 172/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 237 kB | 172/245 kB | 38 kB | 39 kB    
Progress (5): 194 kB | 237 kB | 176/245 kB | 38 kB | 39 kB
Progress (5): 194 kB | 237 kB | 180/245 kB | 38 kB | 39 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.1 MB/s)
14:46:32 Progress (4): 237 kB | 184/245 kB | 38 kB | 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
14:46:32 Progress (4): 237 kB | 188/245 kB | 38 kB | 39 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 213 kB/s)
14:46:32 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
14:46:32 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 201 kB/s)
14:46:32 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
14:46:32 Progress (2): 237 kB | 192/245 kB
Progress (2): 237 kB | 196/245 kB
Progress (2): 237 kB | 197/245 kB
Progress (2): 237 kB | 201/245 kB
Progress (2): 237 kB | 205/245 kB
Progress (2): 237 kB | 209/245 kB
Progress (2): 237 kB | 213/245 kB
Progress (2): 237 kB | 217/245 kB
Progress (2): 237 kB | 221/245 kB
Progress (2): 237 kB | 225/245 kB
Progress (2): 237 kB | 229/245 kB
Progress (2): 237 kB | 233/245 kB
Progress (2): 237 kB | 237/245 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.2 MB/s)
14:46:32 Progress (1): 241/245 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
14:46:32 Progress (1): 245/245 kB
Progress (1): 245 kB    
Progress (2): 245 kB | 4.1/43 kB
Progress (3): 245 kB | 4.1/43 kB | 4.1/9.8 kB
Progress (3): 245 kB | 7.7/43 kB | 4.1/9.8 kB
Progress (3): 245 kB | 7.7/43 kB | 7.7/9.8 kB
Progress (3): 245 kB | 7.7/43 kB | 9.8 kB    
Progress (3): 245 kB | 12/43 kB | 9.8 kB 
Progress (3): 245 kB | 16/43 kB | 9.8 kB
Progress (4): 245 kB | 16/43 kB | 9.8 kB | 4.1/13 kB
Progress (4): 245 kB | 20/43 kB | 9.8 kB | 4.1/13 kB
Progress (4): 245 kB | 20/43 kB | 9.8 kB | 7.7/13 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 957 kB/s)
14:46:32 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 38 kB/s)
14:46:32 Progress (2): 24/43 kB | 7.7/13 kB
Progress (3): 24/43 kB | 7.7/13 kB | 4.1/11 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
14:46:32 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
14:46:32 Progress (3): 24/43 kB | 12/13 kB | 4.1/11 kB
Progress (3): 28/43 kB | 12/13 kB | 4.1/11 kB
Progress (3): 28/43 kB | 12/13 kB | 7.7/11 kB
Progress (3): 32/43 kB | 12/13 kB | 7.7/11 kB
Progress (3): 32/43 kB | 13 kB | 7.7/11 kB   
Progress (3): 32/43 kB | 13 kB | 11 kB    
Progress (3): 36/43 kB | 13 kB | 11 kB
Progress (3): 40/43 kB | 13 kB | 11 kB
Progress (3): 43 kB | 13 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 42 kB/s)
14:46:32 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 47 kB/s)
14:46:32 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
14:46:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
14:46:32 Progress (2): 43 kB | 4.1/158 kB
Progress (2): 43 kB | 7.7/158 kB
Progress (2): 43 kB | 12/158 kB 
Progress (3): 43 kB | 12/158 kB | 4.1/17 kB
Progress (3): 43 kB | 16/158 kB | 4.1/17 kB
Progress (3): 43 kB | 16/158 kB | 7.7/17 kB
Progress (3): 43 kB | 20/158 kB | 7.7/17 kB
Progress (3): 43 kB | 20/158 kB | 12/17 kB 
Progress (3): 43 kB | 24/158 kB | 12/17 kB
Progress (3): 43 kB | 24/158 kB | 16/17 kB
Progress (3): 43 kB | 24/158 kB | 17 kB   
Progress (3): 43 kB | 28/158 kB | 17 kB
Progress (3): 43 kB | 32/158 kB | 17 kB
Progress (3): 43 kB | 33/158 kB | 17 kB
Progress (3): 43 kB | 37/158 kB | 17 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 155 kB/s)
14:46:32 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
14:46:32 Progress (2): 41/158 kB | 17 kB
Progress (2): 45/158 kB | 17 kB
Progress (2): 49/158 kB | 17 kB
Progress (2): 53/158 kB | 17 kB
Progress (2): 57/158 kB | 17 kB
Progress (2): 61/158 kB | 17 kB
Progress (2): 65/158 kB | 17 kB
Progress (2): 66/158 kB | 17 kB
Progress (2): 70/158 kB | 17 kB
Progress (2): 74/158 kB | 17 kB
Progress (2): 78/158 kB | 17 kB
Progress (2): 82/158 kB | 17 kB
Progress (3): 82/158 kB | 17 kB | 0/1.2 MB
Progress (3): 82/158 kB | 17 kB | 0/1.2 MB
Progress (3): 86/158 kB | 17 kB | 0/1.2 MB
Progress (3): 90/158 kB | 17 kB | 0/1.2 MB
Progress (3): 90/158 kB | 17 kB | 0/1.2 MB
Progress (4): 90/158 kB | 17 kB | 0/1.2 MB | 4.1/305 kB
Progress (4): 94/158 kB | 17 kB | 0/1.2 MB | 4.1/305 kB
Progress (4): 94/158 kB | 17 kB | 0/1.2 MB | 4.1/305 kB
Progress (4): 98/158 kB | 17 kB | 0/1.2 MB | 4.1/305 kB
Progress (4): 98/158 kB | 17 kB | 0/1.2 MB | 4.1/305 kB
Progress (4): 98/158 kB | 17 kB | 0/1.2 MB | 7.7/305 kB
Progress (4): 98/158 kB | 17 kB | 0/1.2 MB | 7.7/305 kB
Progress (4): 98/158 kB | 17 kB | 0/1.2 MB | 12/305 kB 
Progress (4): 98/158 kB | 17 kB | 0/1.2 MB | 12/305 kB
Progress (4): 98/158 kB | 17 kB | 0/1.2 MB | 16/305 kB
Progress (4): 98/158 kB | 17 kB | 0/1.2 MB | 16/305 kB
Progress (4): 102/158 kB | 17 kB | 0/1.2 MB | 16/305 kB
Progress (4): 102/158 kB | 17 kB | 0/1.2 MB | 20/305 kB
Progress (4): 102/158 kB | 17 kB | 0/1.2 MB | 20/305 kB
Progress (4): 102/158 kB | 17 kB | 0/1.2 MB | 24/305 kB
Progress (5): 102/158 kB | 17 kB | 0/1.2 MB | 24/305 kB | 4.1/30 kB
Progress (5): 106/158 kB | 17 kB | 0/1.2 MB | 24/305 kB | 4.1/30 kB
Progress (5): 106/158 kB | 17 kB | 0/1.2 MB | 24/305 kB | 7.7/30 kB
Progress (5): 106/158 kB | 17 kB | 0/1.2 MB | 28/305 kB | 7.7/30 kB
Progress (5): 106/158 kB | 17 kB | 0/1.2 MB | 28/305 kB | 7.7/30 kB
Progress (5): 106/158 kB | 17 kB | 0/1.2 MB | 28/305 kB | 12/30 kB 
Progress (5): 106/158 kB | 17 kB | 0/1.2 MB | 32/305 kB | 12/30 kB
Progress (5): 110/158 kB | 17 kB | 0/1.2 MB | 32/305 kB | 12/30 kB
Progress (5): 114/158 kB | 17 kB | 0/1.2 MB | 32/305 kB | 12/30 kB
Progress (5): 118/158 kB | 17 kB | 0/1.2 MB | 32/305 kB | 12/30 kB
Progress (5): 122/158 kB | 17 kB | 0/1.2 MB | 32/305 kB | 12/30 kB
Progress (5): 122/158 kB | 17 kB | 0/1.2 MB | 33/305 kB | 12/30 kB
Progress (5): 122/158 kB | 17 kB | 0/1.2 MB | 33/305 kB | 16/30 kB
Progress (5): 122/158 kB | 17 kB | 0/1.2 MB | 37/305 kB | 16/30 kB
Progress (5): 122/158 kB | 17 kB | 0/1.2 MB | 37/305 kB | 16/30 kB
Progress (5): 122/158 kB | 17 kB | 0/1.2 MB | 37/305 kB | 20/30 kB
Progress (5): 122/158 kB | 17 kB | 0/1.2 MB | 41/305 kB | 20/30 kB
Progress (5): 126/158 kB | 17 kB | 0/1.2 MB | 41/305 kB | 20/30 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 57 kB/s)
14:46:32 Progress (4): 130/158 kB | 0/1.2 MB | 41/305 kB | 20/30 kB
Progress (4): 130/158 kB | 0/1.2 MB | 45/305 kB | 20/30 kB
Progress (4): 130/158 kB | 0/1.2 MB | 45/305 kB | 24/30 kB
Progress (4): 130/158 kB | 0/1.2 MB | 45/305 kB | 24/30 kB
Progress (4): 130/158 kB | 0/1.2 MB | 49/305 kB | 24/30 kB
Progress (4): 134/158 kB | 0/1.2 MB | 49/305 kB | 24/30 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
14:46:32 Progress (4): 134/158 kB | 0/1.2 MB | 53/305 kB | 24/30 kB
Progress (4): 138/158 kB | 0/1.2 MB | 53/305 kB | 24/30 kB
Progress (4): 138/158 kB | 0/1.2 MB | 53/305 kB | 24/30 kB
Progress (4): 138/158 kB | 0/1.2 MB | 53/305 kB | 28/30 kB
Progress (4): 142/158 kB | 0/1.2 MB | 53/305 kB | 28/30 kB
Progress (4): 142/158 kB | 0/1.2 MB | 53/305 kB | 28/30 kB
Progress (4): 142/158 kB | 0/1.2 MB | 57/305 kB | 28/30 kB
Progress (4): 142/158 kB | 0.1/1.2 MB | 57/305 kB | 28/30 kB
Progress (4): 146/158 kB | 0.1/1.2 MB | 57/305 kB | 28/30 kB
Progress (4): 146/158 kB | 0.1/1.2 MB | 57/305 kB | 30 kB   
Progress (4): 146/158 kB | 0.1/1.2 MB | 61/305 kB | 30 kB
Progress (4): 146/158 kB | 0.1/1.2 MB | 61/305 kB | 30 kB
Progress (4): 146/158 kB | 0.1/1.2 MB | 65/305 kB | 30 kB
Progress (4): 150/158 kB | 0.1/1.2 MB | 65/305 kB | 30 kB
Progress (4): 154/158 kB | 0.1/1.2 MB | 65/305 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 65/305 kB | 30 kB    
Progress (4): 158 kB | 0.1/1.2 MB | 65/305 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 65/305 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 65/305 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 65/305 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 65/305 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 66/305 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 66/305 kB | 30 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 85 kB/s)
14:46:32 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
14:46:32 Progress (3): 158 kB | 0.1/1.2 MB | 66/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 70/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 74/305 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 442 kB/s)
14:46:32 Progress (3): 0.1/1.2 MB | 74/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
14:46:32 Progress (3): 0.1/1.2 MB | 78/305 kB | 4.1/50 kB
Progress (3): 0.1/1.2 MB | 78/305 kB | 4.1/50 kB
Progress (3): 0.1/1.2 MB | 82/305 kB | 4.1/50 kB
Progress (3): 0.1/1.2 MB | 82/305 kB | 7.7/50 kB
Progress (3): 0.1/1.2 MB | 82/305 kB | 7.7/50 kB
Progress (3): 0.1/1.2 MB | 86/305 kB | 7.7/50 kB
Progress (3): 0.1/1.2 MB | 86/305 kB | 12/50 kB 
Progress (3): 0.1/1.2 MB | 86/305 kB | 12/50 kB
Progress (3): 0.1/1.2 MB | 86/305 kB | 16/50 kB
Progress (3): 0.1/1.2 MB | 90/305 kB | 16/50 kB
Progress (3): 0.1/1.2 MB | 90/305 kB | 16/50 kB
Progress (3): 0.1/1.2 MB | 90/305 kB | 20/50 kB
Progress (3): 0.1/1.2 MB | 94/305 kB | 20/50 kB
Progress (3): 0.1/1.2 MB | 94/305 kB | 20/50 kB
Progress (3): 0.1/1.2 MB | 98/305 kB | 20/50 kB
Progress (3): 0.1/1.2 MB | 98/305 kB | 24/50 kB
Progress (3): 0.1/1.2 MB | 98/305 kB | 24/50 kB
Progress (3): 0.1/1.2 MB | 98/305 kB | 24/50 kB
Progress (3): 0.1/1.2 MB | 98/305 kB | 28/50 kB
Progress (3): 0.1/1.2 MB | 102/305 kB | 28/50 kB
Progress (3): 0.1/1.2 MB | 102/305 kB | 28/50 kB
Progress (3): 0.1/1.2 MB | 106/305 kB | 28/50 kB
Progress (3): 0.1/1.2 MB | 106/305 kB | 32/50 kB
Progress (3): 0.1/1.2 MB | 106/305 kB | 32/50 kB
Progress (3): 0.1/1.2 MB | 110/305 kB | 32/50 kB
Progress (3): 0.1/1.2 MB | 110/305 kB | 32/50 kB
Progress (3): 0.1/1.2 MB | 110/305 kB | 36/50 kB
Progress (3): 0.1/1.2 MB | 114/305 kB | 36/50 kB
Progress (3): 0.1/1.2 MB | 114/305 kB | 40/50 kB
Progress (3): 0.1/1.2 MB | 114/305 kB | 40/50 kB
Progress (3): 0.1/1.2 MB | 118/305 kB | 40/50 kB
Progress (3): 0.1/1.2 MB | 118/305 kB | 44/50 kB
Progress (3): 0.1/1.2 MB | 118/305 kB | 44/50 kB
Progress (3): 0.1/1.2 MB | 118/305 kB | 48/50 kB
Progress (3): 0.1/1.2 MB | 118/305 kB | 48/50 kB
Progress (3): 0.1/1.2 MB | 122/305 kB | 48/50 kB
Progress (3): 0.1/1.2 MB | 122/305 kB | 48/50 kB
Progress (4): 0.1/1.2 MB | 122/305 kB | 48/50 kB | 4.1/52 kB
Progress (4): 0.1/1.2 MB | 122/305 kB | 50 kB | 4.1/52 kB   
Progress (4): 0.1/1.2 MB | 122/305 kB | 50 kB | 7.7/52 kB
Progress (4): 0.1/1.2 MB | 122/305 kB | 50 kB | 7.7/52 kB
Progress (4): 0.1/1.2 MB | 126/305 kB | 50 kB | 7.7/52 kB
Progress (4): 0.1/1.2 MB | 126/305 kB | 50 kB | 12/52 kB 
Progress (5): 0.1/1.2 MB | 126/305 kB | 50 kB | 12/52 kB | 4.1/15 kB
Progress (5): 0.1/1.2 MB | 126/305 kB | 50 kB | 12/52 kB | 4.1/15 kB
Progress (5): 0.1/1.2 MB | 126/305 kB | 50 kB | 12/52 kB | 7.7/15 kB
Progress (5): 0.1/1.2 MB | 126/305 kB | 50 kB | 16/52 kB | 7.7/15 kB
Progress (5): 0.1/1.2 MB | 130/305 kB | 50 kB | 16/52 kB | 7.7/15 kB
Progress (5): 0.1/1.2 MB | 130/305 kB | 50 kB | 20/52 kB | 7.7/15 kB
Progress (5): 0.1/1.2 MB | 130/305 kB | 50 kB | 20/52 kB | 12/15 kB 
Progress (5): 0.1/1.2 MB | 130/305 kB | 50 kB | 20/52 kB | 12/15 kB
Progress (5): 0.1/1.2 MB | 130/305 kB | 50 kB | 20/52 kB | 15 kB   
Progress (5): 0.1/1.2 MB | 130/305 kB | 50 kB | 24/52 kB | 15 kB
Progress (5): 0.1/1.2 MB | 131/305 kB | 50 kB | 24/52 kB | 15 kB
Progress (5): 0.1/1.2 MB | 131/305 kB | 50 kB | 28/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 131/305 kB | 50 kB | 28/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 131/305 kB | 50 kB | 32/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 135/305 kB | 50 kB | 32/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 135/305 kB | 50 kB | 32/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 135/305 kB | 50 kB | 36/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 139/305 kB | 50 kB | 36/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 139/305 kB | 50 kB | 40/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 139/305 kB | 50 kB | 40/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 143/305 kB | 50 kB | 40/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 143/305 kB | 50 kB | 44/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 147/305 kB | 50 kB | 44/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 147/305 kB | 50 kB | 44/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 147/305 kB | 50 kB | 48/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 151/305 kB | 50 kB | 48/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 151/305 kB | 50 kB | 48/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 151/305 kB | 50 kB | 48/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 151/305 kB | 50 kB | 48/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 155/305 kB | 50 kB | 48/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 155/305 kB | 50 kB | 52/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 155/305 kB | 50 kB | 52/52 kB | 15 kB
Progress (5): 0.2/1.2 MB | 155/305 kB | 50 kB | 52/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 133 kB/s)
14:46:32 Progress (4): 0.2/1.2 MB | 159/305 kB | 52/52 kB | 15 kB
Progress (4): 0.2/1.2 MB | 163/305 kB | 52/52 kB | 15 kB
Progress (4): 0.2/1.2 MB | 163/305 kB | 52 kB | 15 kB   
Progress (4): 0.2/1.2 MB | 164/305 kB | 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
14:46:32 Progress (4): 0.2/1.2 MB | 164/305 kB | 52 kB | 15 kB
Progress (4): 0.2/1.2 MB | 168/305 kB | 52 kB | 15 kB
Progress (4): 0.2/1.2 MB | 168/305 kB | 52 kB | 15 kB
Progress (4): 0.2/1.2 MB | 172/305 kB | 52 kB | 15 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 39 kB/s)
14:46:32 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
14:46:32 Progress (3): 0.2/1.2 MB | 176/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 176/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 180/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 180/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 184/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 188/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 188/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 188/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 192/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 196/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 196/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 197/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 197/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 201/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 205/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 205/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 205/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 209/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 213/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 213/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 213/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 217/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 221/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 221/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 221/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 225/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 225/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 229/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 229/305 kB | 52 kB
Progress (3): 0.2/1.2 MB | 229/305 kB | 52 kB
Progress (4): 0.2/1.2 MB | 229/305 kB | 52 kB | 4.1/37 kB
Progress (4): 0.2/1.2 MB | 233/305 kB | 52 kB | 4.1/37 kB
Progress (4): 0.2/1.2 MB | 233/305 kB | 52 kB | 7.7/37 kB
Progress (4): 0.3/1.2 MB | 233/305 kB | 52 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 133 kB/s)
14:46:32 Progress (3): 0.3/1.2 MB | 237/305 kB | 7.7/37 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
14:46:32 Progress (3): 0.3/1.2 MB | 237/305 kB | 12/37 kB
Progress (3): 0.3/1.2 MB | 237/305 kB | 12/37 kB
Progress (3): 0.3/1.2 MB | 237/305 kB | 16/37 kB
Progress (4): 0.3/1.2 MB | 237/305 kB | 16/37 kB | 4.1/11 kB
Progress (4): 0.3/1.2 MB | 241/305 kB | 16/37 kB | 4.1/11 kB
Progress (4): 0.3/1.2 MB | 241/305 kB | 16/37 kB | 7.7/11 kB
Progress (4): 0.3/1.2 MB | 241/305 kB | 20/37 kB | 7.7/11 kB
Progress (4): 0.3/1.2 MB | 241/305 kB | 20/37 kB | 7.7/11 kB
Progress (4): 0.3/1.2 MB | 241/305 kB | 24/37 kB | 7.7/11 kB
Progress (4): 0.3/1.2 MB | 241/305 kB | 24/37 kB | 11 kB    
Progress (4): 0.3/1.2 MB | 245/305 kB | 24/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 245/305 kB | 28/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 245/305 kB | 28/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 249/305 kB | 28/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 249/305 kB | 32/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 249/305 kB | 32/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 253/305 kB | 32/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 253/305 kB | 32/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 257/305 kB | 32/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 257/305 kB | 36/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 257/305 kB | 36/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 261/305 kB | 36/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 261/305 kB | 36/37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 261/305 kB | 37 kB | 11 kB   
Progress (4): 0.3/1.2 MB | 262/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 262/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 266/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 266/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 270/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 270/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 274/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 274/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 278/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 278/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 282/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 282/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 286/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 286/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 290/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 290/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 294/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 294/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 298/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 298/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 302/305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 305 kB | 37 kB | 11 kB    
Progress (4): 0.3/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.3/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 kB
Progress (4): 0.4/1.2 MB | 305 kB | 37 kB | 11 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 79 kB/s)
14:46:32 Progress (3): 0.4/1.2 MB | 305 kB | 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
14:46:32 Progress (3): 0.4/1.2 MB | 305 kB | 11 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 22 kB/s)
14:46:32 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
14:46:32 Progress (3): 0.4/1.2 MB | 305 kB | 4.1/7.7 kB
Progress (3): 0.4/1.2 MB | 305 kB | 4.1/7.7 kB
Progress (3): 0.4/1.2 MB | 305 kB | 7.7 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 638 kB/s)
14:46:32 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
14:46:32 Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.4/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 7.7 kB
Progress (2): 0.5/1.2 MB | 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 16 kB/s)
14:46:32 Progress (1): 0.5/1.2 MB
                        
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
14:46:32 Progress (1): 0.5/1.2 MB
Progress (2): 0.5/1.2 MB | 4.1/91 kB
Progress (2): 0.5/1.2 MB | 4.1/91 kB
Progress (2): 0.5/1.2 MB | 7.7/91 kB
Progress (3): 0.5/1.2 MB | 7.7/91 kB | 4.1/588 kB
Progress (3): 0.5/1.2 MB | 7.7/91 kB | 4.1/588 kB
Progress (3): 0.5/1.2 MB | 7.7/91 kB | 7.7/588 kB
Progress (3): 0.5/1.2 MB | 7.7/91 kB | 7.7/588 kB
Progress (3): 0.5/1.2 MB | 7.7/91 kB | 7.7/588 kB
Progress (3): 0.5/1.2 MB | 7.7/91 kB | 12/588 kB 
Progress (3): 0.5/1.2 MB | 7.7/91 kB | 12/588 kB
Progress (4): 0.5/1.2 MB | 7.7/91 kB | 12/588 kB | 4.1/392 kB
Progress (4): 0.5/1.2 MB | 7.7/91 kB | 16/588 kB | 4.1/392 kB
Progress (4): 0.5/1.2 MB | 7.7/91 kB | 16/588 kB | 7.7/392 kB
Progress (4): 0.5/1.2 MB | 12/91 kB | 16/588 kB | 7.7/392 kB 
Progress (4): 0.5/1.2 MB | 12/91 kB | 16/588 kB | 7.7/392 kB
Progress (4): 0.5/1.2 MB | 12/91 kB | 16/588 kB | 12/392 kB 
Progress (4): 0.5/1.2 MB | 16/91 kB | 16/588 kB | 12/392 kB
Progress (4): 0.5/1.2 MB | 16/91 kB | 20/588 kB | 12/392 kB
Progress (4): 0.5/1.2 MB | 16/91 kB | 20/588 kB | 16/392 kB
Progress (4): 0.5/1.2 MB | 16/91 kB | 20/588 kB | 16/392 kB
Progress (4): 0.5/1.2 MB | 20/91 kB | 20/588 kB | 16/392 kB
Progress (4): 0.5/1.2 MB | 20/91 kB | 24/588 kB | 16/392 kB
Progress (4): 0.5/1.2 MB | 20/91 kB | 24/588 kB | 16/392 kB
Progress (4): 0.5/1.2 MB | 24/91 kB | 24/588 kB | 16/392 kB
Progress (4): 0.5/1.2 MB | 24/91 kB | 24/588 kB | 20/392 kB
Progress (4): 0.5/1.2 MB | 28/91 kB | 24/588 kB | 20/392 kB
Progress (4): 0.5/1.2 MB | 28/91 kB | 28/588 kB | 20/392 kB
Progress (4): 0.5/1.2 MB | 28/91 kB | 28/588 kB | 20/392 kB
Progress (4): 0.5/1.2 MB | 28/91 kB | 32/588 kB | 20/392 kB
Progress (4): 0.5/1.2 MB | 32/91 kB | 32/588 kB | 20/392 kB
Progress (4): 0.5/1.2 MB | 32/91 kB | 32/588 kB | 24/392 kB
Progress (4): 0.5/1.2 MB | 33/91 kB | 32/588 kB | 24/392 kB
Progress (4): 0.5/1.2 MB | 33/91 kB | 33/588 kB | 24/392 kB
Progress (4): 0.5/1.2 MB | 33/91 kB | 33/588 kB | 24/392 kB
Progress (4): 0.5/1.2 MB | 33/91 kB | 33/588 kB | 28/392 kB
Progress (4): 0.5/1.2 MB | 33/91 kB | 37/588 kB | 28/392 kB
Progress (4): 0.5/1.2 MB | 33/91 kB | 41/588 kB | 28/392 kB
Progress (4): 0.5/1.2 MB | 33/91 kB | 41/588 kB | 28/392 kB
Progress (4): 0.5/1.2 MB | 33/91 kB | 45/588 kB | 28/392 kB
Progress (4): 0.5/1.2 MB | 33/91 kB | 45/588 kB | 32/392 kB
Progress (4): 0.5/1.2 MB | 37/91 kB | 45/588 kB | 32/392 kB
Progress (4): 0.5/1.2 MB | 37/91 kB | 45/588 kB | 33/392 kB
Progress (5): 0.5/1.2 MB | 37/91 kB | 45/588 kB | 33/392 kB | 4.1/189 kB
Progress (5): 0.5/1.2 MB | 37/91 kB | 49/588 kB | 33/392 kB | 4.1/189 kB
Progress (5): 0.5/1.2 MB | 37/91 kB | 49/588 kB | 33/392 kB | 4.1/189 kB
Progress (5): 0.5/1.2 MB | 37/91 kB | 49/588 kB | 33/392 kB | 7.7/189 kB
Progress (5): 0.5/1.2 MB | 37/91 kB | 49/588 kB | 37/392 kB | 7.7/189 kB
Progress (5): 0.5/1.2 MB | 37/91 kB | 49/588 kB | 37/392 kB | 12/189 kB 
Progress (5): 0.5/1.2 MB | 41/91 kB | 49/588 kB | 37/392 kB | 12/189 kB
Progress (5): 0.5/1.2 MB | 41/91 kB | 49/588 kB | 37/392 kB | 16/189 kB
Progress (5): 0.5/1.2 MB | 41/91 kB | 49/588 kB | 41/392 kB | 16/189 kB
Progress (5): 0.5/1.2 MB | 41/91 kB | 49/588 kB | 41/392 kB | 20/189 kB
Progress (5): 0.5/1.2 MB | 41/91 kB | 49/588 kB | 45/392 kB | 20/189 kB
Progress (5): 0.5/1.2 MB | 41/91 kB | 49/588 kB | 45/392 kB | 20/189 kB
Progress (5): 0.5/1.2 MB | 41/91 kB | 53/588 kB | 45/392 kB | 20/189 kB
Progress (5): 0.6/1.2 MB | 41/91 kB | 53/588 kB | 45/392 kB | 20/189 kB
Progress (5): 0.6/1.2 MB | 41/91 kB | 53/588 kB | 45/392 kB | 20/189 kB
Progress (5): 0.6/1.2 MB | 41/91 kB | 53/588 kB | 49/392 kB | 20/189 kB
Progress (5): 0.6/1.2 MB | 41/91 kB | 53/588 kB | 49/392 kB | 24/189 kB
Progress (5): 0.6/1.2 MB | 45/91 kB | 53/588 kB | 49/392 kB | 24/189 kB
Progress (5): 0.6/1.2 MB | 45/91 kB | 53/588 kB | 53/392 kB | 24/189 kB
Progress (5): 0.6/1.2 MB | 45/91 kB | 53/588 kB | 53/392 kB | 24/189 kB
Progress (5): 0.6/1.2 MB | 45/91 kB | 57/588 kB | 53/392 kB | 24/189 kB
Progress (5): 0.6/1.2 MB | 45/91 kB | 57/588 kB | 53/392 kB | 24/189 kB
Progress (5): 0.6/1.2 MB | 45/91 kB | 61/588 kB | 53/392 kB | 24/189 kB
Progress (5): 0.6/1.2 MB | 45/91 kB | 61/588 kB | 53/392 kB | 24/189 kB
Progress (5): 0.6/1.2 MB | 45/91 kB | 61/588 kB | 57/392 kB | 24/189 kB
Progress (5): 0.6/1.2 MB | 49/91 kB | 61/588 kB | 57/392 kB | 24/189 kB
Progress (5): 0.6/1.2 MB | 49/91 kB | 61/588 kB | 57/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 61/588 kB | 57/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 61/588 kB | 61/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 61/588 kB | 65/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 61/588 kB | 65/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 65/588 kB | 65/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 65/588 kB | 65/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 65/588 kB | 65/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 65/588 kB | 65/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 65/588 kB | 65/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 65/588 kB | 65/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 53/91 kB | 65/588 kB | 66/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 57/91 kB | 65/588 kB | 66/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 57/91 kB | 65/588 kB | 70/392 kB | 28/189 kB
Progress (5): 0.6/1.2 MB | 57/91 kB | 65/588 kB | 70/392 kB | 32/189 kB
Progress (5): 0.6/1.2 MB | 57/91 kB | 65/588 kB | 74/392 kB | 32/189 kB
Progress (5): 0.6/1.2 MB | 61/91 kB | 65/588 kB | 74/392 kB | 32/189 kB
Progress (5): 0.6/1.2 MB | 61/91 kB | 65/588 kB | 74/392 kB | 32/189 kB
Progress (5): 0.6/1.2 MB | 61/91 kB | 69/588 kB | 74/392 kB | 32/189 kB
Progress (5): 0.6/1.2 MB | 65/91 kB | 69/588 kB | 74/392 kB | 32/189 kB
Progress (5): 0.6/1.2 MB | 65/91 kB | 69/588 kB | 78/392 kB | 32/189 kB
Progress (5): 0.6/1.2 MB | 69/91 kB | 69/588 kB | 78/392 kB | 32/189 kB
Progress (5): 0.6/1.2 MB | 69/91 kB | 69/588 kB | 78/392 kB | 33/189 kB
Progress (5): 0.6/1.2 MB | 73/91 kB | 69/588 kB | 78/392 kB | 33/189 kB
Progress (5): 0.6/1.2 MB | 73/91 kB | 69/588 kB | 82/392 kB | 33/189 kB
Progress (5): 0.6/1.2 MB | 73/91 kB | 73/588 kB | 82/392 kB | 33/189 kB
Progress (5): 0.6/1.2 MB | 73/91 kB | 73/588 kB | 82/392 kB | 33/189 kB
Progress (5): 0.6/1.2 MB | 73/91 kB | 77/588 kB | 82/392 kB | 33/189 kB
Progress (5): 0.6/1.2 MB | 73/91 kB | 81/588 kB | 82/392 kB | 33/189 kB
Progress (5): 0.6/1.2 MB | 73/91 kB | 81/588 kB | 86/392 kB | 33/189 kB
Progress (5): 0.6/1.2 MB | 77/91 kB | 81/588 kB | 86/392 kB | 33/189 kB
Progress (5): 0.6/1.2 MB | 81/91 kB | 81/588 kB | 86/392 kB | 33/189 kB
Progress (5): 0.6/1.2 MB | 81/91 kB | 81/588 kB | 86/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 85/91 kB | 81/588 kB | 86/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 85/91 kB | 81/588 kB | 90/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 85/91 kB | 85/588 kB | 90/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 85/91 kB | 85/588 kB | 90/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 85/91 kB | 85/588 kB | 94/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 85/91 kB | 85/588 kB | 94/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 85/91 kB | 89/588 kB | 94/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 89/91 kB | 89/588 kB | 94/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 89/91 kB | 93/588 kB | 94/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 89/91 kB | 97/588 kB | 94/392 kB | 37/189 kB
Progress (5): 0.6/1.2 MB | 89/91 kB | 97/588 kB | 94/392 kB | 41/189 kB
Progress (5): 0.6/1.2 MB | 89/91 kB | 101/588 kB | 94/392 kB | 41/189 kB
Progress (5): 0.6/1.2 MB | 89/91 kB | 101/588 kB | 94/392 kB | 45/189 kB
Progress (5): 0.6/1.2 MB | 89/91 kB | 101/588 kB | 94/392 kB | 49/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 101/588 kB | 94/392 kB | 49/189 kB   
Progress (5): 0.6/1.2 MB | 91 kB | 101/588 kB | 94/392 kB | 49/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 101/588 kB | 98/392 kB | 49/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 101/588 kB | 98/392 kB | 49/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 101/588 kB | 98/392 kB | 53/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 105/588 kB | 98/392 kB | 53/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 105/588 kB | 98/392 kB | 57/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 105/588 kB | 98/392 kB | 57/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 105/588 kB | 102/392 kB | 57/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 105/588 kB | 102/392 kB | 61/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 109/588 kB | 102/392 kB | 61/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 109/588 kB | 102/392 kB | 65/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 109/588 kB | 102/392 kB | 65/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 109/588 kB | 102/392 kB | 65/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 109/588 kB | 106/392 kB | 65/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 109/588 kB | 106/392 kB | 65/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 109/588 kB | 106/392 kB | 66/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 113/588 kB | 106/392 kB | 66/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 113/588 kB | 106/392 kB | 70/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 113/588 kB | 110/392 kB | 70/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 113/588 kB | 110/392 kB | 70/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 113/588 kB | 114/392 kB | 70/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 113/588 kB | 114/392 kB | 74/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 117/588 kB | 114/392 kB | 74/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 117/588 kB | 114/392 kB | 78/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 117/588 kB | 118/392 kB | 78/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 117/588 kB | 118/392 kB | 78/189 kB
Progress (5): 0.6/1.2 MB | 91 kB | 117/588 kB | 122/392 kB | 78/189 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 159 kB/s)
14:46:32 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
14:46:32 Progress (4): 0.6/1.2 MB | 117/588 kB | 122/392 kB | 82/189 kB
Progress (4): 0.6/1.2 MB | 121/588 kB | 122/392 kB | 82/189 kB
Progress (4): 0.6/1.2 MB | 121/588 kB | 126/392 kB | 82/189 kB
Progress (4): 0.6/1.2 MB | 121/588 kB | 126/392 kB | 82/189 kB
Progress (4): 0.6/1.2 MB | 125/588 kB | 126/392 kB | 82/189 kB
Progress (4): 0.6/1.2 MB | 125/588 kB | 126/392 kB | 82/189 kB
Progress (4): 0.7/1.2 MB | 125/588 kB | 126/392 kB | 82/189 kB
Progress (4): 0.7/1.2 MB | 125/588 kB | 130/392 kB | 82/189 kB
Progress (4): 0.7/1.2 MB | 125/588 kB | 130/392 kB | 86/189 kB
Progress (4): 0.7/1.2 MB | 125/588 kB | 130/392 kB | 86/189 kB
Progress (4): 0.7/1.2 MB | 129/588 kB | 130/392 kB | 86/189 kB
Progress (4): 0.7/1.2 MB | 129/588 kB | 130/392 kB | 86/189 kB
Progress (4): 0.7/1.2 MB | 129/588 kB | 134/392 kB | 86/189 kB
Progress (4): 0.7/1.2 MB | 129/588 kB | 134/392 kB | 90/189 kB
Progress (4): 0.7/1.2 MB | 129/588 kB | 138/392 kB | 90/189 kB
Progress (4): 0.7/1.2 MB | 129/588 kB | 138/392 kB | 90/189 kB
Progress (4): 0.7/1.2 MB | 131/588 kB | 138/392 kB | 90/189 kB
Progress (4): 0.7/1.2 MB | 131/588 kB | 138/392 kB | 90/189 kB
Progress (4): 0.7/1.2 MB | 135/588 kB | 138/392 kB | 90/189 kB
Progress (4): 0.7/1.2 MB | 135/588 kB | 142/392 kB | 90/189 kB
Progress (4): 0.7/1.2 MB | 135/588 kB | 142/392 kB | 94/189 kB
Progress (4): 0.7/1.2 MB | 135/588 kB | 146/392 kB | 94/189 kB
Progress (4): 0.7/1.2 MB | 139/588 kB | 146/392 kB | 94/189 kB
Progress (4): 0.7/1.2 MB | 139/588 kB | 146/392 kB | 94/189 kB
Progress (4): 0.7/1.2 MB | 143/588 kB | 146/392 kB | 94/189 kB
Progress (4): 0.7/1.2 MB | 143/588 kB | 150/392 kB | 94/189 kB
Progress (4): 0.7/1.2 MB | 143/588 kB | 150/392 kB | 98/189 kB
Progress (4): 0.7/1.2 MB | 143/588 kB | 154/392 kB | 98/189 kB
Progress (4): 0.7/1.2 MB | 147/588 kB | 154/392 kB | 98/189 kB
Progress (4): 0.7/1.2 MB | 147/588 kB | 154/392 kB | 98/189 kB
Progress (4): 0.7/1.2 MB | 147/588 kB | 158/392 kB | 98/189 kB
Progress (4): 0.7/1.2 MB | 147/588 kB | 158/392 kB | 98/189 kB
Progress (5): 0.7/1.2 MB | 147/588 kB | 158/392 kB | 98/189 kB | 4.1/168 kB
Progress (5): 0.7/1.2 MB | 147/588 kB | 158/392 kB | 98/189 kB | 4.1/168 kB
Progress (5): 0.7/1.2 MB | 147/588 kB | 162/392 kB | 98/189 kB | 4.1/168 kB
Progress (5): 0.7/1.2 MB | 151/588 kB | 162/392 kB | 98/189 kB | 4.1/168 kB
Progress (5): 0.7/1.2 MB | 151/588 kB | 162/392 kB | 98/189 kB | 4.1/168 kB
Progress (5): 0.7/1.2 MB | 151/588 kB | 162/392 kB | 98/189 kB | 7.7/168 kB
Progress (5): 0.7/1.2 MB | 151/588 kB | 162/392 kB | 98/189 kB | 7.7/168 kB
Progress (5): 0.7/1.2 MB | 151/588 kB | 162/392 kB | 98/189 kB | 12/168 kB 
Progress (5): 0.7/1.2 MB | 151/588 kB | 162/392 kB | 102/189 kB | 12/168 kB
Progress (5): 0.7/1.2 MB | 151/588 kB | 162/392 kB | 102/189 kB | 16/168 kB
Progress (5): 0.7/1.2 MB | 151/588 kB | 162/392 kB | 102/189 kB | 16/168 kB
Progress (5): 0.7/1.2 MB | 155/588 kB | 162/392 kB | 102/189 kB | 16/168 kB
Progress (5): 0.7/1.2 MB | 155/588 kB | 166/392 kB | 102/189 kB | 16/168 kB
Progress (5): 0.7/1.2 MB | 159/588 kB | 166/392 kB | 102/189 kB | 16/168 kB
Progress (5): 0.7/1.2 MB | 159/588 kB | 166/392 kB | 102/189 kB | 16/168 kB
Progress (5): 0.7/1.2 MB | 159/588 kB | 166/392 kB | 102/189 kB | 20/168 kB
Progress (5): 0.7/1.2 MB | 159/588 kB | 166/392 kB | 106/189 kB | 20/168 kB
Progress (5): 0.7/1.2 MB | 159/588 kB | 166/392 kB | 106/189 kB | 24/168 kB
Progress (5): 0.7/1.2 MB | 159/588 kB | 166/392 kB | 106/189 kB | 24/168 kB
Progress (5): 0.7/1.2 MB | 163/588 kB | 166/392 kB | 106/189 kB | 24/168 kB
Progress (5): 0.7/1.2 MB | 163/588 kB | 170/392 kB | 106/189 kB | 24/168 kB
Progress (5): 0.7/1.2 MB | 164/588 kB | 170/392 kB | 106/189 kB | 24/168 kB
Progress (5): 0.7/1.2 MB | 164/588 kB | 170/392 kB | 106/189 kB | 24/168 kB
Progress (5): 0.7/1.2 MB | 164/588 kB | 170/392 kB | 106/189 kB | 28/168 kB
Progress (5): 0.7/1.2 MB | 164/588 kB | 170/392 kB | 110/189 kB | 28/168 kB
Progress (5): 0.7/1.2 MB | 164/588 kB | 170/392 kB | 110/189 kB | 32/168 kB
Progress (5): 0.7/1.2 MB | 164/588 kB | 170/392 kB | 110/189 kB | 32/168 kB
Progress (5): 0.7/1.2 MB | 168/588 kB | 170/392 kB | 110/189 kB | 32/168 kB
Progress (5): 0.7/1.2 MB | 168/588 kB | 170/392 kB | 110/189 kB | 32/168 kB
Progress (5): 0.7/1.2 MB | 168/588 kB | 170/392 kB | 110/189 kB | 32/168 kB
Progress (5): 0.7/1.2 MB | 168/588 kB | 174/392 kB | 110/189 kB | 32/168 kB
Progress (5): 0.7/1.2 MB | 168/588 kB | 174/392 kB | 110/189 kB | 32/168 kB
Progress (5): 0.7/1.2 MB | 172/588 kB | 174/392 kB | 110/189 kB | 32/168 kB
Progress (5): 0.7/1.2 MB | 172/588 kB | 174/392 kB | 110/189 kB | 33/168 kB
Progress (5): 0.7/1.2 MB | 176/588 kB | 174/392 kB | 110/189 kB | 33/168 kB
Progress (5): 0.7/1.2 MB | 176/588 kB | 174/392 kB | 114/189 kB | 33/168 kB
Progress (5): 0.7/1.2 MB | 180/588 kB | 174/392 kB | 114/189 kB | 33/168 kB
Progress (5): 0.7/1.2 MB | 180/588 kB | 174/392 kB | 114/189 kB | 37/168 kB
Progress (5): 0.7/1.2 MB | 184/588 kB | 174/392 kB | 114/189 kB | 37/168 kB
Progress (5): 0.7/1.2 MB | 184/588 kB | 174/392 kB | 114/189 kB | 37/168 kB
Progress (5): 0.7/1.2 MB | 184/588 kB | 178/392 kB | 114/189 kB | 37/168 kB
Progress (5): 0.7/1.2 MB | 188/588 kB | 178/392 kB | 114/189 kB | 37/168 kB
Progress (5): 0.7/1.2 MB | 188/588 kB | 178/392 kB | 114/189 kB | 41/168 kB
Progress (5): 0.7/1.2 MB | 192/588 kB | 178/392 kB | 114/189 kB | 41/168 kB
Progress (5): 0.7/1.2 MB | 192/588 kB | 178/392 kB | 118/189 kB | 41/168 kB
Progress (5): 0.7/1.2 MB | 192/588 kB | 178/392 kB | 118/189 kB | 45/168 kB
Progress (5): 0.7/1.2 MB | 196/588 kB | 178/392 kB | 118/189 kB | 45/168 kB
Progress (5): 0.7/1.2 MB | 196/588 kB | 182/392 kB | 118/189 kB | 45/168 kB
Progress (5): 0.7/1.2 MB | 196/588 kB | 182/392 kB | 118/189 kB | 45/168 kB
Progress (5): 0.7/1.2 MB | 196/588 kB | 186/392 kB | 118/189 kB | 45/168 kB
Progress (5): 0.7/1.2 MB | 197/588 kB | 186/392 kB | 118/189 kB | 45/168 kB
Progress (5): 0.7/1.2 MB | 197/588 kB | 186/392 kB | 118/189 kB | 49/168 kB
Progress (5): 0.7/1.2 MB | 201/588 kB | 186/392 kB | 118/189 kB | 49/168 kB
Progress (5): 0.7/1.2 MB | 205/588 kB | 186/392 kB | 118/189 kB | 49/168 kB
Progress (5): 0.7/1.2 MB | 205/588 kB | 186/392 kB | 122/189 kB | 49/168 kB
Progress (5): 0.7/1.2 MB | 209/588 kB | 186/392 kB | 122/189 kB | 49/168 kB
Progress (5): 0.7/1.2 MB | 209/588 kB | 186/392 kB | 126/189 kB | 49/168 kB
Progress (5): 0.7/1.2 MB | 209/588 kB | 186/392 kB | 126/189 kB | 53/168 kB
Progress (5): 0.7/1.2 MB | 209/588 kB | 186/392 kB | 126/189 kB | 57/168 kB
Progress (5): 0.7/1.2 MB | 209/588 kB | 190/392 kB | 126/189 kB | 57/168 kB
Progress (5): 0.7/1.2 MB | 209/588 kB | 190/392 kB | 126/189 kB | 57/168 kB
Progress (5): 0.7/1.2 MB | 209/588 kB | 194/392 kB | 126/189 kB | 57/168 kB
Progress (5): 0.7/1.2 MB | 209/588 kB | 194/392 kB | 126/189 kB | 61/168 kB
Progress (5): 0.7/1.2 MB | 209/588 kB | 194/392 kB | 130/189 kB | 61/168 kB
Progress (5): 0.7/1.2 MB | 213/588 kB | 194/392 kB | 130/189 kB | 61/168 kB
Progress (5): 0.7/1.2 MB | 213/588 kB | 194/392 kB | 131/189 kB | 61/168 kB
Progress (5): 0.7/1.2 MB | 213/588 kB | 194/392 kB | 131/189 kB | 65/168 kB
Progress (5): 0.7/1.2 MB | 213/588 kB | 198/392 kB | 131/189 kB | 65/168 kB
Progress (5): 0.7/1.2 MB | 213/588 kB | 198/392 kB | 131/189 kB | 65/168 kB
Progress (5): 0.7/1.2 MB | 213/588 kB | 202/392 kB | 131/189 kB | 65/168 kB
Progress (5): 0.7/1.2 MB | 213/588 kB | 202/392 kB | 131/189 kB | 66/168 kB
Progress (5): 0.7/1.2 MB | 213/588 kB | 206/392 kB | 131/189 kB | 66/168 kB
Progress (5): 0.7/1.2 MB | 217/588 kB | 206/392 kB | 131/189 kB | 66/168 kB
Progress (5): 0.7/1.2 MB | 217/588 kB | 210/392 kB | 131/189 kB | 66/168 kB
Progress (5): 0.7/1.2 MB | 217/588 kB | 214/392 kB | 131/189 kB | 66/168 kB
Progress (5): 0.7/1.2 MB | 217/588 kB | 218/392 kB | 131/189 kB | 66/168 kB
Progress (5): 0.7/1.2 MB | 217/588 kB | 218/392 kB | 131/189 kB | 70/168 kB
Progress (5): 0.7/1.2 MB | 217/588 kB | 218/392 kB | 131/189 kB | 74/168 kB
Progress (5): 0.7/1.2 MB | 217/588 kB | 218/392 kB | 131/189 kB | 74/168 kB
Progress (5): 0.7/1.2 MB | 217/588 kB | 218/392 kB | 131/189 kB | 78/168 kB
Progress (5): 0.7/1.2 MB | 217/588 kB | 222/392 kB | 131/189 kB | 78/168 kB
Progress (5): 0.7/1.2 MB | 217/588 kB | 222/392 kB | 135/189 kB | 78/168 kB
Progress (5): 0.7/1.2 MB | 221/588 kB | 222/392 kB | 135/189 kB | 78/168 kB
Progress (5): 0.7/1.2 MB | 221/588 kB | 222/392 kB | 139/189 kB | 78/168 kB
Progress (5): 0.7/1.2 MB | 221/588 kB | 226/392 kB | 139/189 kB | 78/168 kB
Progress (5): 0.7/1.2 MB | 221/588 kB | 226/392 kB | 143/189 kB | 78/168 kB
Progress (5): 0.7/1.2 MB | 221/588 kB | 226/392 kB | 143/189 kB | 82/168 kB
Progress (5): 0.7/1.2 MB | 221/588 kB | 226/392 kB | 143/189 kB | 82/168 kB
Progress (5): 0.7/1.2 MB | 221/588 kB | 226/392 kB | 147/189 kB | 82/168 kB
Progress (5): 0.7/1.2 MB | 221/588 kB | 230/392 kB | 147/189 kB | 82/168 kB
Progress (5): 0.7/1.2 MB | 225/588 kB | 230/392 kB | 147/189 kB | 82/168 kB
Progress (5): 0.7/1.2 MB | 225/588 kB | 234/392 kB | 147/189 kB | 82/168 kB
Progress (5): 0.7/1.2 MB | 225/588 kB | 234/392 kB | 151/189 kB | 82/168 kB
Progress (5): 0.7/1.2 MB | 225/588 kB | 234/392 kB | 155/189 kB | 82/168 kB
Progress (5): 0.7/1.2 MB | 225/588 kB | 234/392 kB | 155/189 kB | 82/168 kB
Progress (5): 0.7/1.2 MB | 225/588 kB | 234/392 kB | 155/189 kB | 86/168 kB
Progress (5): 0.7/1.2 MB | 225/588 kB | 234/392 kB | 159/189 kB | 86/168 kB
Progress (5): 0.7/1.2 MB | 225/588 kB | 238/392 kB | 159/189 kB | 86/168 kB
Progress (5): 0.7/1.2 MB | 229/588 kB | 238/392 kB | 159/189 kB | 86/168 kB
Progress (5): 0.7/1.2 MB | 229/588 kB | 242/392 kB | 159/189 kB | 86/168 kB
Progress (5): 0.7/1.2 MB | 229/588 kB | 242/392 kB | 163/189 kB | 86/168 kB
Progress (5): 0.7/1.2 MB | 229/588 kB | 246/392 kB | 163/189 kB | 86/168 kB
Progress (5): 0.7/1.2 MB | 229/588 kB | 250/392 kB | 163/189 kB | 86/168 kB
Progress (5): 0.7/1.2 MB | 229/588 kB | 250/392 kB | 163/189 kB | 90/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 250/392 kB | 163/189 kB | 90/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 250/392 kB | 163/189 kB | 94/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 254/392 kB | 163/189 kB | 94/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 254/392 kB | 167/189 kB | 94/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 254/392 kB | 167/189 kB | 94/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 254/392 kB | 171/189 kB | 94/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 258/392 kB | 171/189 kB | 94/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 258/392 kB | 171/189 kB | 98/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 258/392 kB | 171/189 kB | 98/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 258/392 kB | 171/189 kB | 98/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 262/392 kB | 171/189 kB | 98/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 262/392 kB | 171/189 kB | 98/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 262/392 kB | 175/189 kB | 98/168 kB
Progress (5): 0.8/1.2 MB | 229/588 kB | 266/392 kB | 175/189 kB | 98/168 kB
Progress (5): 0.8/1.2 MB | 233/588 kB | 266/392 kB | 175/189 kB | 98/168 kB
Progress (5): 0.8/1.2 MB | 233/588 kB | 270/392 kB | 175/189 kB | 98/168 kB
Progress (5): 0.8/1.2 MB | 233/588 kB | 270/392 kB | 179/189 kB | 98/168 kB
Progress (5): 0.8/1.2 MB | 233/588 kB | 270/392 kB | 179/189 kB | 102/168 kB
Progress (5): 0.8/1.2 MB | 233/588 kB | 270/392 kB | 183/189 kB | 102/168 kB
Progress (5): 0.8/1.2 MB | 233/588 kB | 270/392 kB | 187/189 kB | 102/168 kB
Progress (5): 0.8/1.2 MB | 233/588 kB | 270/392 kB | 189 kB | 102/168 kB    
Progress (5): 0.8/1.2 MB | 233/588 kB | 270/392 kB | 189 kB | 102/168 kB
Progress (5): 0.8/1.2 MB | 233/588 kB | 270/392 kB | 189 kB | 106/168 kB
Progress (5): 0.8/1.2 MB | 233/588 kB | 274/392 kB | 189 kB | 106/168 kB
Progress (5): 0.8/1.2 MB | 233/588 kB | 278/392 kB | 189 kB | 106/168 kB
Progress (5): 0.8/1.2 MB | 237/588 kB | 278/392 kB | 189 kB | 106/168 kB
Progress (5): 0.8/1.2 MB | 237/588 kB | 278/392 kB | 189 kB | 110/168 kB
Progress (5): 0.8/1.2 MB | 241/588 kB | 278/392 kB | 189 kB | 110/168 kB
Progress (5): 0.8/1.2 MB | 241/588 kB | 278/392 kB | 189 kB | 110/168 kB
Progress (5): 0.8/1.2 MB | 245/588 kB | 278/392 kB | 189 kB | 110/168 kB
Progress (5): 0.8/1.2 MB | 245/588 kB | 278/392 kB | 189 kB | 114/168 kB
Progress (5): 0.8/1.2 MB | 249/588 kB | 278/392 kB | 189 kB | 114/168 kB
Progress (5): 0.8/1.2 MB | 249/588 kB | 282/392 kB | 189 kB | 114/168 kB
Progress (5): 0.8/1.2 MB | 253/588 kB | 282/392 kB | 189 kB | 114/168 kB
Progress (5): 0.8/1.2 MB | 253/588 kB | 282/392 kB | 189 kB | 118/168 kB
Progress (5): 0.8/1.2 MB | 253/588 kB | 282/392 kB | 189 kB | 118/168 kB
Progress (5): 0.8/1.2 MB | 257/588 kB | 282/392 kB | 189 kB | 118/168 kB
Progress (5): 0.8/1.2 MB | 257/588 kB | 282/392 kB | 189 kB | 122/168 kB
Progress (5): 0.8/1.2 MB | 257/588 kB | 286/392 kB | 189 kB | 122/168 kB
Progress (5): 0.8/1.2 MB | 257/588 kB | 286/392 kB | 189 kB | 126/168 kB
Progress (5): 0.8/1.2 MB | 261/588 kB | 286/392 kB | 189 kB | 126/168 kB
Progress (5): 0.8/1.2 MB | 261/588 kB | 286/392 kB | 189 kB | 126/168 kB
Progress (5): 0.8/1.2 MB | 262/588 kB | 286/392 kB | 189 kB | 126/168 kB
Progress (5): 0.8/1.2 MB | 262/588 kB | 290/392 kB | 189 kB | 126/168 kB
Progress (5): 0.8/1.2 MB | 262/588 kB | 290/392 kB | 189 kB | 130/168 kB
Progress (5): 0.8/1.2 MB | 262/588 kB | 294/392 kB | 189 kB | 130/168 kB
Progress (5): 0.8/1.2 MB | 266/588 kB | 294/392 kB | 189 kB | 130/168 kB
Progress (5): 0.8/1.2 MB | 266/588 kB | 294/392 kB | 189 kB | 130/168 kB
Progress (5): 0.8/1.2 MB | 270/588 kB | 294/392 kB | 189 kB | 130/168 kB
Progress (5): 0.8/1.2 MB | 270/588 kB | 295/392 kB | 189 kB | 130/168 kB
Progress (5): 0.8/1.2 MB | 270/588 kB | 295/392 kB | 189 kB | 131/168 kB
Progress (5): 0.8/1.2 MB | 274/588 kB | 295/392 kB | 189 kB | 131/168 kB
Progress (5): 0.8/1.2 MB | 274/588 kB | 295/392 kB | 189 kB | 131/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 277 kB/s)
14:46:32 Progress (4): 0.8/1.2 MB | 274/588 kB | 295/392 kB | 131/168 kB
Progress (4): 0.8/1.2 MB | 278/588 kB | 295/392 kB | 131/168 kB
Progress (4): 0.8/1.2 MB | 278/588 kB | 295/392 kB | 135/168 kB
Progress (4): 0.8/1.2 MB | 278/588 kB | 299/392 kB | 135/168 kB
Progress (4): 0.8/1.2 MB | 282/588 kB | 299/392 kB | 135/168 kB
Progress (4): 0.8/1.2 MB | 282/588 kB | 299/392 kB | 139/168 kB
Progress (4): 0.8/1.2 MB | 282/588 kB | 299/392 kB | 139/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
14:46:32 Progress (4): 0.8/1.2 MB | 282/588 kB | 299/392 kB | 139/168 kB
Progress (4): 0.8/1.2 MB | 282/588 kB | 299/392 kB | 143/168 kB
Progress (4): 0.8/1.2 MB | 286/588 kB | 299/392 kB | 143/168 kB
Progress (4): 0.8/1.2 MB | 286/588 kB | 303/392 kB | 143/168 kB
Progress (4): 0.8/1.2 MB | 290/588 kB | 303/392 kB | 143/168 kB
Progress (4): 0.8/1.2 MB | 290/588 kB | 303/392 kB | 147/168 kB
Progress (4): 0.8/1.2 MB | 290/588 kB | 303/392 kB | 147/168 kB
Progress (4): 0.8/1.2 MB | 290/588 kB | 307/392 kB | 147/168 kB
Progress (4): 0.8/1.2 MB | 294/588 kB | 307/392 kB | 147/168 kB
Progress (4): 0.8/1.2 MB | 294/588 kB | 311/392 kB | 147/168 kB
Progress (4): 0.8/1.2 MB | 294/588 kB | 311/392 kB | 147/168 kB
Progress (4): 0.8/1.2 MB | 294/588 kB | 311/392 kB | 151/168 kB
Progress (4): 0.8/1.2 MB | 294/588 kB | 315/392 kB | 151/168 kB
Progress (4): 0.8/1.2 MB | 294/588 kB | 315/392 kB | 151/168 kB
Progress (4): 0.8/1.2 MB | 295/588 kB | 315/392 kB | 151/168 kB
Progress (4): 0.8/1.2 MB | 295/588 kB | 319/392 kB | 151/168 kB
Progress (4): 0.8/1.2 MB | 299/588 kB | 319/392 kB | 151/168 kB
Progress (4): 0.8/1.2 MB | 299/588 kB | 319/392 kB | 155/168 kB
Progress (4): 0.8/1.2 MB | 299/588 kB | 323/392 kB | 155/168 kB
Progress (4): 0.8/1.2 MB | 303/588 kB | 323/392 kB | 155/168 kB
Progress (4): 0.8/1.2 MB | 303/588 kB | 323/392 kB | 155/168 kB
Progress (4): 0.8/1.2 MB | 303/588 kB | 327/392 kB | 155/168 kB
Progress (4): 0.8/1.2 MB | 303/588 kB | 327/392 kB | 159/168 kB
Progress (4): 0.8/1.2 MB | 307/588 kB | 327/392 kB | 159/168 kB
Progress (4): 0.8/1.2 MB | 307/588 kB | 327/392 kB | 159/168 kB
Progress (4): 0.8/1.2 MB | 311/588 kB | 327/392 kB | 159/168 kB
Progress (4): 0.8/1.2 MB | 311/588 kB | 331/392 kB | 159/168 kB
Progress (4): 0.8/1.2 MB | 311/588 kB | 331/392 kB | 163/168 kB
Progress (4): 0.8/1.2 MB | 311/588 kB | 335/392 kB | 163/168 kB
Progress (4): 0.8/1.2 MB | 315/588 kB | 335/392 kB | 163/168 kB
Progress (4): 0.8/1.2 MB | 315/588 kB | 335/392 kB | 163/168 kB
Progress (4): 0.8/1.2 MB | 315/588 kB | 339/392 kB | 163/168 kB
Progress (4): 0.8/1.2 MB | 319/588 kB | 339/392 kB | 163/168 kB
Progress (4): 0.8/1.2 MB | 319/588 kB | 339/392 kB | 167/168 kB
Progress (4): 0.8/1.2 MB | 319/588 kB | 343/392 kB | 167/168 kB
Progress (4): 0.8/1.2 MB | 319/588 kB | 343/392 kB | 167/168 kB
Progress (5): 0.8/1.2 MB | 319/588 kB | 343/392 kB | 167/168 kB | 4.1/38 kB
Progress (5): 0.8/1.2 MB | 319/588 kB | 343/392 kB | 168 kB | 4.1/38 kB    
Progress (5): 0.8/1.2 MB | 323/588 kB | 343/392 kB | 168 kB | 4.1/38 kB
Progress (5): 0.8/1.2 MB | 323/588 kB | 343/392 kB | 168 kB | 7.7/38 kB
Progress (5): 0.8/1.2 MB | 323/588 kB | 343/392 kB | 168 kB | 7.7/38 kB
Progress (5): 0.8/1.2 MB | 323/588 kB | 347/392 kB | 168 kB | 7.7/38 kB
Progress (5): 0.8/1.2 MB | 323/588 kB | 347/392 kB | 168 kB | 7.7/38 kB
Progress (5): 0.8/1.2 MB | 323/588 kB | 347/392 kB | 168 kB | 12/38 kB 
Progress (5): 0.8/1.2 MB | 327/588 kB | 347/392 kB | 168 kB | 12/38 kB
Progress (5): 0.8/1.2 MB | 327/588 kB | 347/392 kB | 168 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 327/588 kB | 347/392 kB | 168 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 327/588 kB | 351/392 kB | 168 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 327/588 kB | 351/392 kB | 168 kB | 20/38 kB
Progress (5): 0.8/1.2 MB | 327/588 kB | 351/392 kB | 168 kB | 20/38 kB
Progress (5): 0.8/1.2 MB | 328/588 kB | 351/392 kB | 168 kB | 20/38 kB
Progress (5): 0.8/1.2 MB | 328/588 kB | 355/392 kB | 168 kB | 20/38 kB
Progress (5): 0.8/1.2 MB | 332/588 kB | 355/392 kB | 168 kB | 20/38 kB
Progress (5): 0.8/1.2 MB | 332/588 kB | 355/392 kB | 168 kB | 24/38 kB
Progress (5): 0.8/1.2 MB | 336/588 kB | 355/392 kB | 168 kB | 24/38 kB
Progress (5): 0.8/1.2 MB | 336/588 kB | 359/392 kB | 168 kB | 24/38 kB
Progress (5): 0.8/1.2 MB | 336/588 kB | 359/392 kB | 168 kB | 24/38 kB
Progress (5): 0.8/1.2 MB | 340/588 kB | 359/392 kB | 168 kB | 24/38 kB
Progress (5): 0.8/1.2 MB | 340/588 kB | 359/392 kB | 168 kB | 28/38 kB
Progress (5): 0.8/1.2 MB | 344/588 kB | 359/392 kB | 168 kB | 28/38 kB
Progress (5): 0.8/1.2 MB | 344/588 kB | 363/392 kB | 168 kB | 28/38 kB
Progress (5): 0.8/1.2 MB | 344/588 kB | 363/392 kB | 168 kB | 28/38 kB
Progress (5): 0.8/1.2 MB | 344/588 kB | 367/392 kB | 168 kB | 28/38 kB
Progress (5): 0.8/1.2 MB | 348/588 kB | 367/392 kB | 168 kB | 28/38 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 223 kB/s)
14:46:32 Progress (4): 0.8/1.2 MB | 348/588 kB | 367/392 kB | 32/38 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
14:46:32 Progress (4): 0.8/1.2 MB | 348/588 kB | 371/392 kB | 32/38 kB
Progress (4): 0.8/1.2 MB | 352/588 kB | 371/392 kB | 32/38 kB
Progress (4): 0.8/1.2 MB | 352/588 kB | 371/392 kB | 32/38 kB
Progress (4): 0.8/1.2 MB | 352/588 kB | 375/392 kB | 32/38 kB
Progress (4): 0.8/1.2 MB | 352/588 kB | 375/392 kB | 36/38 kB
Progress (4): 0.8/1.2 MB | 356/588 kB | 375/392 kB | 36/38 kB
Progress (4): 0.9/1.2 MB | 356/588 kB | 375/392 kB | 36/38 kB
Progress (4): 0.9/1.2 MB | 360/588 kB | 375/392 kB | 36/38 kB
Progress (4): 0.9/1.2 MB | 360/588 kB | 379/392 kB | 36/38 kB
Progress (4): 0.9/1.2 MB | 360/588 kB | 383/392 kB | 36/38 kB
Progress (4): 0.9/1.2 MB | 360/588 kB | 383/392 kB | 38 kB   
Progress (4): 0.9/1.2 MB | 360/588 kB | 383/392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 360/588 kB | 383/392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 360/588 kB | 383/392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 360/588 kB | 387/392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 365/588 kB | 387/392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 365/588 kB | 387/392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 365/588 kB | 391/392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 365/588 kB | 391/392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 368/588 kB | 391/392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 368/588 kB | 392 kB | 38 kB    
Progress (4): 0.9/1.2 MB | 368/588 kB | 392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 373/588 kB | 392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 373/588 kB | 392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 376/588 kB | 392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 376/588 kB | 392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 381/588 kB | 392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 381/588 kB | 392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 384/588 kB | 392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 384/588 kB | 392 kB | 38 kB
Progress (4): 0.9/1.2 MB | 389/588 kB | 392 kB | 38 kB
Progress (5): 0.9/1.2 MB | 389/588 kB | 392 kB | 38 kB | 4.1/65 kB
Progress (5): 0.9/1.2 MB | 389/588 kB | 392 kB | 38 kB | 4.1/65 kB
Progress (5): 0.9/1.2 MB | 389/588 kB | 392 kB | 38 kB | 7.7/65 kB
Progress (5): 0.9/1.2 MB | 392/588 kB | 392 kB | 38 kB | 7.7/65 kB
Progress (5): 0.9/1.2 MB | 392/588 kB | 392 kB | 38 kB | 7.7/65 kB
Progress (5): 0.9/1.2 MB | 393/588 kB | 392 kB | 38 kB | 7.7/65 kB
Progress (5): 0.9/1.2 MB | 393/588 kB | 392 kB | 38 kB | 12/65 kB 
Progress (5): 0.9/1.2 MB | 397/588 kB | 392 kB | 38 kB | 12/65 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 50 kB/s)
14:46:32 Progress (4): 0.9/1.2 MB | 397/588 kB | 392 kB | 12/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
14:46:32 Progress (4): 0.9/1.2 MB | 401/588 kB | 392 kB | 12/65 kB
Progress (4): 0.9/1.2 MB | 401/588 kB | 392 kB | 16/65 kB
Progress (4): 0.9/1.2 MB | 401/588 kB | 392 kB | 16/65 kB
Progress (4): 0.9/1.2 MB | 405/588 kB | 392 kB | 16/65 kB
Progress (4): 0.9/1.2 MB | 405/588 kB | 392 kB | 16/65 kB
Progress (4): 0.9/1.2 MB | 405/588 kB | 392 kB | 20/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 509 kB/s)
14:46:32 Progress (3): 0.9/1.2 MB | 405/588 kB | 24/65 kB
Progress (3): 0.9/1.2 MB | 405/588 kB | 24/65 kB
Progress (3): 0.9/1.2 MB | 409/588 kB | 24/65 kB
Progress (3): 0.9/1.2 MB | 409/588 kB | 28/65 kB
Progress (3): 0.9/1.2 MB | 409/588 kB | 28/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
14:46:32 Progress (3): 0.9/1.2 MB | 409/588 kB | 28/65 kB
Progress (3): 0.9/1.2 MB | 409/588 kB | 32/65 kB
Progress (3): 0.9/1.2 MB | 413/588 kB | 32/65 kB
Progress (3): 0.9/1.2 MB | 413/588 kB | 32/65 kB
Progress (3): 0.9/1.2 MB | 413/588 kB | 36/65 kB
Progress (3): 0.9/1.2 MB | 417/588 kB | 36/65 kB
Progress (3): 0.9/1.2 MB | 417/588 kB | 36/65 kB
Progress (3): 0.9/1.2 MB | 417/588 kB | 40/65 kB
Progress (3): 0.9/1.2 MB | 421/588 kB | 40/65 kB
Progress (3): 0.9/1.2 MB | 421/588 kB | 40/65 kB
Progress (3): 0.9/1.2 MB | 421/588 kB | 44/65 kB
Progress (3): 0.9/1.2 MB | 425/588 kB | 44/65 kB
Progress (3): 0.9/1.2 MB | 425/588 kB | 48/65 kB
Progress (3): 0.9/1.2 MB | 425/588 kB | 48/65 kB
Progress (3): 0.9/1.2 MB | 426/588 kB | 48/65 kB
Progress (3): 0.9/1.2 MB | 426/588 kB | 52/65 kB
Progress (3): 0.9/1.2 MB | 426/588 kB | 52/65 kB
Progress (3): 0.9/1.2 MB | 430/588 kB | 52/65 kB
Progress (3): 0.9/1.2 MB | 430/588 kB | 56/65 kB
Progress (3): 0.9/1.2 MB | 430/588 kB | 56/65 kB
Progress (3): 0.9/1.2 MB | 434/588 kB | 56/65 kB
Progress (3): 0.9/1.2 MB | 434/588 kB | 60/65 kB
Progress (3): 0.9/1.2 MB | 434/588 kB | 60/65 kB
Progress (3): 0.9/1.2 MB | 438/588 kB | 60/65 kB
Progress (3): 0.9/1.2 MB | 438/588 kB | 64/65 kB
Progress (3): 1.0/1.2 MB | 438/588 kB | 64/65 kB
Progress (3): 1.0/1.2 MB | 442/588 kB | 64/65 kB
Progress (3): 1.0/1.2 MB | 442/588 kB | 64/65 kB
Progress (3): 1.0/1.2 MB | 442/588 kB | 65 kB   
Progress (3): 1.0/1.2 MB | 446/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 446/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 450/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 450/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 454/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 454/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 458/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 458/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 459/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 459/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 463/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 463/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 467/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 467/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 471/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 471/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 475/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 475/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 479/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 479/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 483/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 483/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 487/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 487/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 491/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 492/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 492/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 492/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 496/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 500/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 500/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 500/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 504/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 508/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 508/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 508/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 512/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 516/588 kB | 65 kB
Progress (3): 1.0/1.2 MB | 516/588 kB | 65 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 83 kB/s)
14:46:32 Progress (2): 1.0/1.2 MB | 520/588 kB
Progress (2): 1.0/1.2 MB | 520/588 kB
Progress (2): 1.0/1.2 MB | 524/588 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
14:46:32 Progress (2): 1.0/1.2 MB | 524/588 kB
Progress (2): 1.0/1.2 MB | 524/588 kB
Progress (2): 1.0/1.2 MB | 524/588 kB
Progress (2): 1.0/1.2 MB | 528/588 kB
Progress (2): 1.0/1.2 MB | 528/588 kB
Progress (2): 1.0/1.2 MB | 532/588 kB
Progress (2): 1.1/1.2 MB | 532/588 kB
Progress (2): 1.1/1.2 MB | 536/588 kB
Progress (2): 1.1/1.2 MB | 540/588 kB
Progress (2): 1.1/1.2 MB | 540/588 kB
Progress (2): 1.1/1.2 MB | 540/588 kB
Progress (2): 1.1/1.2 MB | 544/588 kB
Progress (2): 1.1/1.2 MB | 548/588 kB
Progress (2): 1.1/1.2 MB | 548/588 kB
Progress (2): 1.1/1.2 MB | 548/588 kB
Progress (2): 1.1/1.2 MB | 552/588 kB
Progress (2): 1.1/1.2 MB | 556/588 kB
Progress (2): 1.1/1.2 MB | 556/588 kB
Progress (2): 1.1/1.2 MB | 556/588 kB
Progress (2): 1.1/1.2 MB | 560/588 kB
Progress (2): 1.1/1.2 MB | 564/588 kB
Progress (2): 1.1/1.2 MB | 564/588 kB
Progress (2): 1.1/1.2 MB | 564/588 kB
Progress (2): 1.1/1.2 MB | 568/588 kB
Progress (2): 1.1/1.2 MB | 572/588 kB
Progress (2): 1.1/1.2 MB | 572/588 kB
Progress (2): 1.1/1.2 MB | 572/588 kB
Progress (2): 1.1/1.2 MB | 576/588 kB
Progress (2): 1.1/1.2 MB | 580/588 kB
Progress (2): 1.1/1.2 MB | 580/588 kB
Progress (2): 1.1/1.2 MB | 580/588 kB
Progress (2): 1.1/1.2 MB | 584/588 kB
Progress (2): 1.1/1.2 MB | 588/588 kB
Progress (2): 1.1/1.2 MB | 588/588 kB
Progress (2): 1.1/1.2 MB | 588 kB    
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.1/1.2 MB | 588 kB
Progress (2): 1.2/1.2 MB | 588 kB
Progress (2): 1.2/1.2 MB | 588 kB
Progress (2): 1.2/1.2 MB | 588 kB
Progress (2): 1.2/1.2 MB | 588 kB
Progress (2): 1.2/1.2 MB | 588 kB
Progress (2): 1.2/1.2 MB | 588 kB
Progress (2): 1.2/1.2 MB | 588 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 689 kB/s)
14:46:32 Progress (2): 1.2/1.2 MB | 4.1/113 kB
Progress (2): 1.2/1.2 MB | 4.1/113 kB
Progress (2): 1.2/1.2 MB | 7.7/113 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar
14:46:32 Progress (2): 1.2/1.2 MB | 12/113 kB
Progress (2): 1.2/1.2 MB | 12/113 kB
Progress (2): 1.2/1.2 MB | 16/113 kB
Progress (2): 1.2/1.2 MB | 16/113 kB
Progress (2): 1.2/1.2 MB | 20/113 kB
Progress (2): 1.2/1.2 MB | 20/113 kB
Progress (2): 1.2/1.2 MB | 24/113 kB
Progress (2): 1.2/1.2 MB | 24/113 kB
Progress (2): 1.2/1.2 MB | 28/113 kB
Progress (2): 1.2/1.2 MB | 28/113 kB
Progress (2): 1.2/1.2 MB | 32/113 kB
Progress (2): 1.2/1.2 MB | 32/113 kB
Progress (2): 1.2/1.2 MB | 33/113 kB
Progress (2): 1.2/1.2 MB | 33/113 kB
Progress (2): 1.2/1.2 MB | 37/113 kB
Progress (2): 1.2/1.2 MB | 37/113 kB
Progress (2): 1.2/1.2 MB | 41/113 kB
Progress (2): 1.2 MB | 41/113 kB    
Progress (2): 1.2 MB | 45/113 kB
Progress (2): 1.2 MB | 49/113 kB
Progress (2): 1.2 MB | 53/113 kB
Progress (2): 1.2 MB | 57/113 kB
Progress (2): 1.2 MB | 61/113 kB
Progress (2): 1.2 MB | 65/113 kB
Progress (2): 1.2 MB | 69/113 kB
Progress (2): 1.2 MB | 73/113 kB
Progress (2): 1.2 MB | 77/113 kB
Progress (2): 1.2 MB | 81/113 kB
Progress (2): 1.2 MB | 85/113 kB
Progress (2): 1.2 MB | 89/113 kB
Progress (2): 1.2 MB | 93/113 kB
Progress (2): 1.2 MB | 97/113 kB
Progress (2): 1.2 MB | 101/113 kB
Progress (2): 1.2 MB | 105/113 kB
Progress (2): 1.2 MB | 109/113 kB
Progress (2): 1.2 MB | 113/113 kB
Progress (2): 1.2 MB | 113 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 1.4 MB/s)
14:46:32 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
14:46:32 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 130 kB/s)
14:46:32 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
14:46:33 Progress (1): 4.1/270 kB
Progress (1): 7.7/270 kB
Progress (1): 12/270 kB 
Progress (1): 16/270 kB
Progress (1): 20/270 kB
Progress (1): 24/270 kB
Progress (1): 28/270 kB
Progress (1): 32/270 kB
Progress (1): 33/270 kB
Progress (1): 37/270 kB
Progress (1): 41/270 kB
Progress (1): 45/270 kB
Progress (1): 49/270 kB
Progress (1): 53/270 kB
Progress (1): 57/270 kB
Progress (1): 61/270 kB
Progress (1): 65/270 kB
Progress (1): 66/270 kB
Progress (1): 70/270 kB
Progress (1): 74/270 kB
Progress (1): 78/270 kB
Progress (1): 82/270 kB
Progress (1): 86/270 kB
Progress (1): 90/270 kB
Progress (1): 94/270 kB
Progress (1): 98/270 kB
Progress (1): 102/270 kB
Progress (1): 106/270 kB
Progress (1): 110/270 kB
Progress (1): 114/270 kB
Progress (1): 118/270 kB
Progress (1): 122/270 kB
Progress (1): 126/270 kB
Progress (1): 130/270 kB
Progress (1): 131/270 kB
Progress (1): 135/270 kB
Progress (1): 139/270 kB
Progress (1): 143/270 kB
Progress (1): 147/270 kB
Progress (1): 151/270 kB
Progress (1): 155/270 kB
Progress (1): 159/270 kB
Progress (1): 163/270 kB
Progress (1): 167/270 kB
Progress (1): 171/270 kB
Progress (1): 175/270 kB
Progress (1): 179/270 kB
Progress (1): 183/270 kB
Progress (1): 187/270 kB
Progress (1): 191/270 kB
Progress (1): 195/270 kB
Progress (1): 199/270 kB
Progress (1): 203/270 kB
Progress (1): 207/270 kB
Progress (1): 211/270 kB
Progress (1): 215/270 kB
Progress (1): 219/270 kB
Progress (1): 223/270 kB
Progress (1): 227/270 kB
Progress (1): 231/270 kB
Progress (1): 235/270 kB
Progress (1): 239/270 kB
Progress (1): 243/270 kB
Progress (1): 247/270 kB
Progress (1): 251/270 kB
Progress (1): 255/270 kB
Progress (1): 259/270 kB
Progress (1): 263/270 kB
Progress (1): 267/270 kB
Progress (1): 270 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar (270 kB at 145 kB/s)
14:46:33 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
14:46:33 Progress (1): 4.1/175 kB
Progress (1): 7.7/175 kB
Progress (1): 12/175 kB 
Progress (1): 16/175 kB
Progress (1): 20/175 kB
Progress (2): 20/175 kB | 4.1/50 kB
Progress (2): 24/175 kB | 4.1/50 kB
Progress (2): 24/175 kB | 7.7/50 kB
Progress (2): 28/175 kB | 7.7/50 kB
Progress (2): 32/175 kB | 7.7/50 kB
Progress (2): 32/175 kB | 12/50 kB 
Progress (2): 36/175 kB | 12/50 kB
Progress (2): 36/175 kB | 16/50 kB
Progress (2): 40/175 kB | 16/50 kB
Progress (3): 40/175 kB | 16/50 kB | 4.1/79 kB
Progress (3): 44/175 kB | 16/50 kB | 4.1/79 kB
Progress (3): 44/175 kB | 20/50 kB | 4.1/79 kB
Progress (3): 44/175 kB | 24/50 kB | 4.1/79 kB
Progress (3): 48/175 kB | 24/50 kB | 4.1/79 kB
Progress (3): 48/175 kB | 24/50 kB | 7.7/79 kB
Progress (3): 52/175 kB | 24/50 kB | 7.7/79 kB
Progress (3): 56/175 kB | 24/50 kB | 7.7/79 kB
Progress (3): 56/175 kB | 28/50 kB | 7.7/79 kB
Progress (3): 56/175 kB | 32/50 kB | 7.7/79 kB
Progress (3): 60/175 kB | 32/50 kB | 7.7/79 kB
Progress (3): 64/175 kB | 32/50 kB | 7.7/79 kB
Progress (3): 64/175 kB | 32/50 kB | 12/79 kB 
Progress (3): 64/175 kB | 36/50 kB | 12/79 kB
Progress (3): 64/175 kB | 36/50 kB | 16/79 kB
Progress (3): 64/175 kB | 40/50 kB | 16/79 kB
Progress (3): 68/175 kB | 40/50 kB | 16/79 kB
Progress (3): 72/175 kB | 40/50 kB | 16/79 kB
Progress (3): 72/175 kB | 40/50 kB | 20/79 kB
Progress (3): 72/175 kB | 40/50 kB | 24/79 kB
Progress (3): 76/175 kB | 40/50 kB | 24/79 kB
Progress (3): 80/175 kB | 40/50 kB | 24/79 kB
Progress (4): 80/175 kB | 40/50 kB | 24/79 kB | 4.1/128 kB
Progress (4): 80/175 kB | 40/50 kB | 24/79 kB | 7.7/128 kB
Progress (4): 80/175 kB | 40/50 kB | 28/79 kB | 7.7/128 kB
Progress (5): 80/175 kB | 40/50 kB | 28/79 kB | 7.7/128 kB | 4.1/33 kB
Progress (5): 80/175 kB | 40/50 kB | 28/79 kB | 12/128 kB | 4.1/33 kB 
Progress (5): 80/175 kB | 40/50 kB | 32/79 kB | 12/128 kB | 4.1/33 kB
Progress (5): 80/175 kB | 40/50 kB | 32/79 kB | 16/128 kB | 4.1/33 kB
Progress (5): 80/175 kB | 40/50 kB | 32/79 kB | 16/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 32/79 kB | 20/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 33/79 kB | 20/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 33/79 kB | 24/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 37/79 kB | 24/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 37/79 kB | 28/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 41/79 kB | 28/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 41/79 kB | 32/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 45/79 kB | 32/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 45/79 kB | 33/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 49/79 kB | 33/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 49/79 kB | 37/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 49/79 kB | 41/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 53/79 kB | 41/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 53/79 kB | 45/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 57/79 kB | 45/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 57/79 kB | 49/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 57/79 kB | 53/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 57/79 kB | 57/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 61/79 kB | 57/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 61/79 kB | 61/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 61/79 kB | 65/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 65/79 kB | 65/128 kB | 7.7/33 kB
Progress (5): 80/175 kB | 40/50 kB | 65/79 kB | 66/128 kB | 7.7/33 kB
Progress (5): 84/175 kB | 40/50 kB | 65/79 kB | 66/128 kB | 7.7/33 kB
Progress (5): 88/175 kB | 40/50 kB | 65/79 kB | 66/128 kB | 7.7/33 kB
Progress (5): 88/175 kB | 40/50 kB | 69/79 kB | 66/128 kB | 7.7/33 kB
Progress (5): 88/175 kB | 40/50 kB | 73/79 kB | 66/128 kB | 7.7/33 kB
Progress (5): 88/175 kB | 40/50 kB | 73/79 kB | 70/128 kB | 7.7/33 kB
Progress (5): 88/175 kB | 40/50 kB | 77/79 kB | 70/128 kB | 7.7/33 kB
Progress (5): 88/175 kB | 40/50 kB | 77/79 kB | 74/128 kB | 7.7/33 kB
Progress (5): 88/175 kB | 40/50 kB | 79 kB | 74/128 kB | 7.7/33 kB   
Progress (5): 88/175 kB | 40/50 kB | 79 kB | 78/128 kB | 7.7/33 kB
Progress (5): 88/175 kB | 40/50 kB | 79 kB | 82/128 kB | 7.7/33 kB
Progress (5): 88/175 kB | 40/50 kB | 79 kB | 82/128 kB | 12/33 kB 
Progress (5): 88/175 kB | 40/50 kB | 79 kB | 82/128 kB | 16/33 kB
Progress (5): 88/175 kB | 40/50 kB | 79 kB | 86/128 kB | 16/33 kB
Progress (5): 92/175 kB | 40/50 kB | 79 kB | 86/128 kB | 16/33 kB
Progress (5): 92/175 kB | 40/50 kB | 79 kB | 90/128 kB | 16/33 kB
Progress (5): 96/175 kB | 40/50 kB | 79 kB | 90/128 kB | 16/33 kB
Progress (5): 96/175 kB | 40/50 kB | 79 kB | 94/128 kB | 16/33 kB
Progress (5): 96/175 kB | 40/50 kB | 79 kB | 98/128 kB | 16/33 kB
Progress (5): 96/175 kB | 40/50 kB | 79 kB | 102/128 kB | 16/33 kB
Progress (5): 96/175 kB | 40/50 kB | 79 kB | 106/128 kB | 16/33 kB
Progress (5): 96/175 kB | 40/50 kB | 79 kB | 106/128 kB | 20/33 kB
Progress (5): 96/175 kB | 40/50 kB | 79 kB | 110/128 kB | 20/33 kB
Progress (5): 100/175 kB | 40/50 kB | 79 kB | 110/128 kB | 20/33 kB
Progress (5): 100/175 kB | 40/50 kB | 79 kB | 114/128 kB | 20/33 kB
Progress (5): 100/175 kB | 40/50 kB | 79 kB | 114/128 kB | 24/33 kB
Progress (5): 104/175 kB | 40/50 kB | 79 kB | 114/128 kB | 24/33 kB
Progress (5): 104/175 kB | 40/50 kB | 79 kB | 118/128 kB | 24/33 kB
Progress (5): 104/175 kB | 40/50 kB | 79 kB | 118/128 kB | 28/33 kB
Progress (5): 104/175 kB | 40/50 kB | 79 kB | 122/128 kB | 28/33 kB
Progress (5): 108/175 kB | 40/50 kB | 79 kB | 122/128 kB | 28/33 kB
Progress (5): 108/175 kB | 40/50 kB | 79 kB | 122/128 kB | 32/33 kB
Progress (5): 108/175 kB | 40/50 kB | 79 kB | 126/128 kB | 32/33 kB
Progress (5): 108/175 kB | 40/50 kB | 79 kB | 128 kB | 32/33 kB    
Progress (5): 112/175 kB | 40/50 kB | 79 kB | 128 kB | 32/33 kB
Progress (5): 112/175 kB | 40/50 kB | 79 kB | 128 kB | 33 kB   
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar (79 kB at 40 kB/s)
14:46:33 Progress (4): 116/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 120/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 124/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 128/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 132/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 136/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 140/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 144/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 148/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 152/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 156/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 160/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 164/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 168/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 172/175 kB | 40/50 kB | 128 kB | 33 kB
Progress (4): 175 kB | 40/50 kB | 128 kB | 33 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 65 kB/s)
14:46:33 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 17 kB/s)
14:46:33 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 89 kB/s)
14:46:33 Progress (1): 44/50 kB
Progress (1): 48/50 kB
Progress (1): 50 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar (50 kB at 23 kB/s)
14:46: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.milestone/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:46:33 [INFO] 
14:46:33 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ parent ---
14:46:33 [INFO] 
14:46:33 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ parent ---
14:46:33 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom
14:46:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom
14:46:34 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom (1.0 kB at 1.1 kB/s)
14:46:34 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar
14:46:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar
14:46:34 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar (13 kB at 464 kB/s)
14:46:34 [INFO] 
14:46:34 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ parent ---
14:46:34 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
14:46:34 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
14:46:35 Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 462 kB/s)
14:46:35 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
14:46:35 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
14:46:35 Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 1.6 MB/s)
14:46:35 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
14:46:35 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
14:46:35 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 123 kB/s)
14:46:35 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
14:46:35 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
14:46:35 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 101 kB/s)
14:46:35 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
14:46:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
14:46:35 Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 686 kB/s)
14:46:35 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
14:46:35 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
14:46:35 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 73 kB/s)
14:46:35 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
14:46:35 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
14:46:35 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 75 kB/s)
14:46:35 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
14:46:35 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
14:46:35 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 34 kB/s)
14:46:35 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
14:46:35 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
14:46:35 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 90 kB/s)
14:46:35 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
14:46:35 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
14:46:35 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 54 kB/s)
14:46:35 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
14:46:35 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
14:46:35 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 58 kB/s)
14:46:35 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
14:46:35 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
14:46:35 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 98 kB/s)
14:46:35 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
14:46:35 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
14:46:35 Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 179 kB/s)
14:46:35 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
14:46:35 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
14:46:35 Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 198 kB/s)
14:46:35 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
14:46:35 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
14:46:35 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 42 kB/s)
14:46:35 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
14:46:35 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
14:46:35 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 71 kB/s)
14:46:35 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
14:46:35 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
14:46:35 Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 176 kB/s)
14:46:35 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
14:46:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
14:46:35 Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 627 kB/s)
14:46:35 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
14:46:35 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
14:46:35 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 15 kB/s)
14:46:35 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
14:46:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
14:46:35 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 11 kB/s)
14:46:35 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.pom
14:46:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom
14:46:35 Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 201 kB/s)
14:46:35 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
14:46:35 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
14:46:36 Progress (1): 4.1/9.9 kB
Progress (1): 7.7/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 190 kB/s)
14:46:36 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
14:46:36 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
14:46:36 Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 423 kB/s)
14:46:36 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
14:46:36 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
14:46:36 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 321 kB/s)
14:46:36 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
14:46:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
14:46:36 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 13 kB/s)
14:46:36 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
14:46:36 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
14:46:36 Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 160 kB/s)
14:46:36 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
14:46:36 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
14:46:36 Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 230 kB/s)
14:46:36 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom
14:46:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
14:46:36 Progress (1): 266 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 8.1 kB/s)
14:46:36 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
14:46:36 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
14:46:36 Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 144 kB/s)
14:46:36 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
14:46:36 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
14:46:36 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 83 kB/s)
14:46:36 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
14:46:36 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
14:46:36 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 65 kB/s)
14:46:36 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
14:46:36 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
14:46:36 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 75 kB/s)
14:46:36 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
14:46:36 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
14:46:36 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 12 kB/s)
14:46:36 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
14:46:36 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
14:46:36 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 58 kB/s)
14:46:36 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
14:46:36 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
14:46:36 Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 774 kB/s)
14:46:36 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
14:46:36 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
14:46:36 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 42 kB/s)
14:46:36 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
14:46:36 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
14:46:36 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 73 kB/s)
14:46:37 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
14:46:37 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
14:46:37 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 112 kB/s)
14:46:37 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
14:46:37 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
14:46:37 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 88 kB/s)
14:46:37 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
14:46:37 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 115 kB/s)
14:46:37 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
14:46:37 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
14:46:37 Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 423 kB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/43/commons-parent-43.pom
14:46:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom
14:46:37 Progress (1): 4.1/70 kB
Progress (1): 7.7/70 kB
Progress (1): 12/70 kB 
Progress (1): 16/70 kB
Progress (1): 20/70 kB
Progress (1): 24/70 kB
Progress (1): 28/70 kB
Progress (1): 32/70 kB
Progress (1): 36/70 kB
Progress (1): 40/70 kB
Progress (1): 44/70 kB
Progress (1): 48/70 kB
Progress (1): 52/70 kB
Progress (1): 56/70 kB
Progress (1): 60/70 kB
Progress (1): 64/70 kB
Progress (1): 68/70 kB
Progress (1): 70 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 1.7 MB/s)
14:46:37 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
14:46:37 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
14:46:37 Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom (6.4 kB at 182 kB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom
14:46:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom
14:46:37 Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 124 kB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom
14:46:37 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 145 kB/s)
14:46:37 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
14:46:37 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 56 kB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom
14:46:37 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
14:46:37 Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 237 kB/s)
14:46:37 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
14:46:37 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
14:46:37 Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 475 kB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom
14:46:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
14:46:37 Progress (1): 4.1/27 kB
Progress (1): 7.7/27 kB
Progress (1): 12/27 kB 
Progress (1): 16/27 kB
Progress (1): 20/27 kB
Progress (1): 24/27 kB
Progress (1): 27 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 879 kB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom
14:46:37 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
14:46:37 Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 125 kB/s)
14:46:37 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
14:46:37 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
14:46:37 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 385 kB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
14:46:37 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
14:46:37 Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 582 kB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
14:46:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
14:46:37 Progress (1): 4.1/56 kB
Progress (1): 7.7/56 kB
Progress (1): 12/56 kB 
Progress (1): 16/56 kB
Progress (1): 20/56 kB
Progress (1): 24/56 kB
Progress (1): 28/56 kB
Progress (1): 32/56 kB
Progress (1): 36/56 kB
Progress (1): 40/56 kB
Progress (1): 44/56 kB
Progress (1): 48/56 kB
Progress (1): 52/56 kB
Progress (1): 56/56 kB
Progress (1): 56 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.5 MB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
14:46:37 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
14:46:37 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 428 kB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom
14:46:37 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
14:46:37 Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom (4.8 kB at 145 kB/s)
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
14:46:37 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
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
14:46:37 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
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 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
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.jar
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar
14:46:37 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
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
14:46:37 Progress (1): 4.1/66 kB
Progress (1): 7.7/66 kB
Progress (1): 12/66 kB 
Progress (1): 16/66 kB
Progress (1): 20/66 kB
Progress (1): 24/66 kB
Progress (1): 28/66 kB
Progress (1): 32/66 kB
Progress (1): 36/66 kB
Progress (1): 40/66 kB
Progress (1): 44/66 kB
Progress (1): 48/66 kB
Progress (1): 52/66 kB
Progress (1): 56/66 kB
Progress (1): 60/66 kB
Progress (1): 64/66 kB
Progress (1): 66 kB   
                   
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
14:46:37 Progress (2): 66 kB | 4.1/5.3 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 427 kB/s)
14:46:37 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
14:46:37 Progress (1): 5.3 kB
                    
Progress (2): 5.3 kB | 4.1/31 kB
                                
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
14:46:37 Progress (2): 5.3 kB | 7.7/31 kB
Progress (2): 5.3 kB | 12/31 kB 
Progress (2): 5.3 kB | 16/31 kB
Progress (2): 5.3 kB | 20/31 kB
Progress (2): 5.3 kB | 24/31 kB
Progress (2): 5.3 kB | 28/31 kB
Progress (2): 5.3 kB | 31 kB   
                            
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar
14:46:37 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
14:46:37 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 30 kB/s)
14:46:37 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 179 kB/s)
14:46:38 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
14:46:38 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
14:46:38 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
14:46:38 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
14:46:38 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
14:46:38 Progress (1): 4.1/563 kB
Progress (1): 7.7/563 kB
Progress (1): 12/563 kB 
Progress (1): 16/563 kB
Progress (1): 20/563 kB
Progress (1): 24/563 kB
Progress (1): 28/563 kB
Progress (1): 32/563 kB
Progress (1): 33/563 kB
Progress (1): 37/563 kB
Progress (1): 41/563 kB
Progress (1): 45/563 kB
Progress (1): 49/563 kB
Progress (1): 53/563 kB
Progress (1): 57/563 kB
Progress (1): 61/563 kB
Progress (1): 65/563 kB
Progress (1): 66/563 kB
Progress (1): 70/563 kB
Progress (1): 74/563 kB
Progress (1): 78/563 kB
Progress (1): 82/563 kB
Progress (1): 86/563 kB
Progress (1): 90/563 kB
Progress (1): 94/563 kB
Progress (1): 98/563 kB
Progress (1): 98/563 kB
Progress (1): 102/563 kB
Progress (1): 106/563 kB
Progress (1): 110/563 kB
Progress (1): 114/563 kB
Progress (1): 118/563 kB
Progress (1): 122/563 kB
Progress (1): 126/563 kB
Progress (1): 130/563 kB
Progress (1): 131/563 kB
Progress (1): 135/563 kB
Progress (1): 139/563 kB
Progress (1): 143/563 kB
Progress (1): 147/563 kB
Progress (1): 151/563 kB
Progress (1): 155/563 kB
Progress (1): 159/563 kB
Progress (1): 163/563 kB
Progress (1): 164/563 kB
Progress (1): 168/563 kB
Progress (1): 172/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): 197/563 kB
Progress (1): 201/563 kB
Progress (1): 205/563 kB
Progress (1): 209/563 kB
Progress (1): 213/563 kB
Progress (1): 217/563 kB
Progress (1): 221/563 kB
Progress (1): 225/563 kB
Progress (1): 229/563 kB
Progress (1): 229/563 kB
Progress (1): 233/563 kB
Progress (1): 237/563 kB
Progress (1): 241/563 kB
Progress (1): 245/563 kB
Progress (1): 249/563 kB
Progress (1): 253/563 kB
Progress (1): 257/563 kB
Progress (1): 261/563 kB
Progress (2): 261/563 kB | 4.1/30 kB
Progress (3): 261/563 kB | 4.1/30 kB | 4.1/47 kB
Progress (4): 261/563 kB | 4.1/30 kB | 4.1/47 kB | 4.1/41 kB
Progress (4): 262/563 kB | 4.1/30 kB | 4.1/47 kB | 4.1/41 kB
Progress (4): 262/563 kB | 4.1/30 kB | 4.1/47 kB | 7.7/41 kB
Progress (4): 266/563 kB | 4.1/30 kB | 4.1/47 kB | 7.7/41 kB
Progress (4): 266/563 kB | 4.1/30 kB | 7.7/47 kB | 7.7/41 kB
Progress (4): 266/563 kB | 4.1/30 kB | 12/47 kB | 7.7/41 kB 
Progress (4): 266/563 kB | 4.1/30 kB | 16/47 kB | 7.7/41 kB
Progress (5): 266/563 kB | 4.1/30 kB | 16/47 kB | 7.7/41 kB | 4.1/164 kB
Progress (5): 266/563 kB | 4.1/30 kB | 20/47 kB | 7.7/41 kB | 4.1/164 kB
Progress (5): 266/563 kB | 7.7/30 kB | 20/47 kB | 7.7/41 kB | 4.1/164 kB
Progress (5): 266/563 kB | 7.7/30 kB | 24/47 kB | 7.7/41 kB | 4.1/164 kB
Progress (5): 266/563 kB | 7.7/30 kB | 24/47 kB | 7.7/41 kB | 7.7/164 kB
Progress (5): 266/563 kB | 7.7/30 kB | 24/47 kB | 12/41 kB | 7.7/164 kB 
Progress (5): 270/563 kB | 7.7/30 kB | 24/47 kB | 12/41 kB | 7.7/164 kB
Progress (5): 270/563 kB | 7.7/30 kB | 24/47 kB | 12/41 kB | 12/164 kB 
Progress (5): 270/563 kB | 7.7/30 kB | 24/47 kB | 16/41 kB | 12/164 kB
Progress (5): 270/563 kB | 7.7/30 kB | 28/47 kB | 16/41 kB | 12/164 kB
Progress (5): 270/563 kB | 12/30 kB | 28/47 kB | 16/41 kB | 12/164 kB 
Progress (5): 270/563 kB | 12/30 kB | 32/47 kB | 16/41 kB | 12/164 kB
Progress (5): 270/563 kB | 12/30 kB | 32/47 kB | 20/41 kB | 12/164 kB
Progress (5): 270/563 kB | 12/30 kB | 32/47 kB | 20/41 kB | 16/164 kB
Progress (5): 274/563 kB | 12/30 kB | 32/47 kB | 20/41 kB | 16/164 kB
Progress (5): 274/563 kB | 12/30 kB | 32/47 kB | 24/41 kB | 16/164 kB
Progress (5): 274/563 kB | 12/30 kB | 36/47 kB | 24/41 kB | 16/164 kB
Progress (5): 274/563 kB | 16/30 kB | 36/47 kB | 24/41 kB | 16/164 kB
Progress (5): 274/563 kB | 16/30 kB | 40/47 kB | 24/41 kB | 16/164 kB
Progress (5): 274/563 kB | 16/30 kB | 40/47 kB | 28/41 kB | 16/164 kB
Progress (5): 274/563 kB | 16/30 kB | 40/47 kB | 28/41 kB | 20/164 kB
Progress (5): 278/563 kB | 16/30 kB | 40/47 kB | 28/41 kB | 20/164 kB
Progress (5): 278/563 kB | 16/30 kB | 40/47 kB | 28/41 kB | 24/164 kB
Progress (5): 278/563 kB | 16/30 kB | 40/47 kB | 32/41 kB | 24/164 kB
Progress (5): 278/563 kB | 16/30 kB | 44/47 kB | 32/41 kB | 24/164 kB
Progress (5): 278/563 kB | 20/30 kB | 44/47 kB | 32/41 kB | 24/164 kB
Progress (5): 278/563 kB | 20/30 kB | 47 kB | 32/41 kB | 24/164 kB   
Progress (5): 278/563 kB | 20/30 kB | 47 kB | 36/41 kB | 24/164 kB
Progress (5): 278/563 kB | 20/30 kB | 47 kB | 36/41 kB | 28/164 kB
Progress (5): 282/563 kB | 20/30 kB | 47 kB | 36/41 kB | 28/164 kB
Progress (5): 282/563 kB | 20/30 kB | 47 kB | 36/41 kB | 32/164 kB
Progress (5): 282/563 kB | 20/30 kB | 47 kB | 40/41 kB | 32/164 kB
Progress (5): 282/563 kB | 24/30 kB | 47 kB | 40/41 kB | 32/164 kB
Progress (5): 282/563 kB | 24/30 kB | 47 kB | 40/41 kB | 36/164 kB
Progress (5): 282/563 kB | 24/30 kB | 47 kB | 41 kB | 36/164 kB   
Progress (5): 286/563 kB | 24/30 kB | 47 kB | 41 kB | 36/164 kB
Progress (5): 286/563 kB | 24/30 kB | 47 kB | 41 kB | 40/164 kB
Progress (5): 286/563 kB | 28/30 kB | 47 kB | 41 kB | 40/164 kB
Progress (5): 290/563 kB | 28/30 kB | 47 kB | 41 kB | 40/164 kB
Progress (5): 290/563 kB | 28/30 kB | 47 kB | 41 kB | 44/164 kB
Progress (5): 290/563 kB | 30 kB | 47 kB | 41 kB | 44/164 kB   
Progress (5): 290/563 kB | 30 kB | 47 kB | 41 kB | 48/164 kB
Progress (5): 294/563 kB | 30 kB | 47 kB | 41 kB | 48/164 kB
Progress (5): 294/563 kB | 30 kB | 47 kB | 41 kB | 52/164 kB
Progress (5): 295/563 kB | 30 kB | 47 kB | 41 kB | 52/164 kB
Progress (5): 295/563 kB | 30 kB | 47 kB | 41 kB | 56/164 kB
Progress (5): 299/563 kB | 30 kB | 47 kB | 41 kB | 56/164 kB
Progress (5): 299/563 kB | 30 kB | 47 kB | 41 kB | 60/164 kB
Progress (5): 303/563 kB | 30 kB | 47 kB | 41 kB | 60/164 kB
Progress (5): 303/563 kB | 30 kB | 47 kB | 41 kB | 64/164 kB
Progress (5): 307/563 kB | 30 kB | 47 kB | 41 kB | 64/164 kB
Progress (5): 307/563 kB | 30 kB | 47 kB | 41 kB | 66/164 kB
Progress (5): 311/563 kB | 30 kB | 47 kB | 41 kB | 66/164 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 467 kB/s)
14:46:38 Progress (4): 315/563 kB | 30 kB | 41 kB | 66/164 kB
Progress (4): 315/563 kB | 30 kB | 41 kB | 70/164 kB
Progress (4): 319/563 kB | 30 kB | 41 kB | 70/164 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
14:46:38 Progress (4): 323/563 kB | 30 kB | 41 kB | 70/164 kB
Progress (4): 323/563 kB | 30 kB | 41 kB | 74/164 kB
Progress (4): 327/563 kB | 30 kB | 41 kB | 74/164 kB
Progress (4): 327/563 kB | 30 kB | 41 kB | 78/164 kB
Progress (4): 331/563 kB | 30 kB | 41 kB | 78/164 kB
Progress (4): 331/563 kB | 30 kB | 41 kB | 82/164 kB
Progress (4): 335/563 kB | 30 kB | 41 kB | 82/164 kB
Progress (4): 335/563 kB | 30 kB | 41 kB | 86/164 kB
Progress (4): 339/563 kB | 30 kB | 41 kB | 86/164 kB
Progress (4): 339/563 kB | 30 kB | 41 kB | 90/164 kB
Progress (4): 343/563 kB | 30 kB | 41 kB | 90/164 kB
Progress (4): 343/563 kB | 30 kB | 41 kB | 94/164 kB
Progress (4): 343/563 kB | 30 kB | 41 kB | 98/164 kB
Progress (4): 347/563 kB | 30 kB | 41 kB | 98/164 kB
Progress (4): 347/563 kB | 30 kB | 41 kB | 98/164 kB
Progress (4): 351/563 kB | 30 kB | 41 kB | 98/164 kB
Progress (4): 351/563 kB | 30 kB | 41 kB | 102/164 kB
Progress (4): 351/563 kB | 30 kB | 41 kB | 106/164 kB
Progress (4): 355/563 kB | 30 kB | 41 kB | 106/164 kB
Progress (4): 359/563 kB | 30 kB | 41 kB | 106/164 kB
Progress (4): 359/563 kB | 30 kB | 41 kB | 110/164 kB
Progress (4): 359/563 kB | 30 kB | 41 kB | 114/164 kB
Progress (4): 363/563 kB | 30 kB | 41 kB | 114/164 kB
Progress (4): 367/563 kB | 30 kB | 41 kB | 114/164 kB
Progress (4): 367/563 kB | 30 kB | 41 kB | 118/164 kB
Progress (4): 367/563 kB | 30 kB | 41 kB | 122/164 kB
Progress (4): 371/563 kB | 30 kB | 41 kB | 122/164 kB
Progress (4): 371/563 kB | 30 kB | 41 kB | 126/164 kB
Progress (4): 371/563 kB | 30 kB | 41 kB | 130/164 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 380 kB/s)
14:46:38 Progress (3): 375/563 kB | 30 kB | 130/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
14:46:38 Progress (3): 375/563 kB | 30 kB | 134/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 271 kB/s)
14:46:38 Progress (3): 375/563 kB | 134/164 kB | 4.1/52 kB
Progress (3): 375/563 kB | 138/164 kB | 4.1/52 kB
Progress (3): 379/563 kB | 138/164 kB | 4.1/52 kB
Progress (3): 379/563 kB | 138/164 kB | 7.7/52 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
14:46:38 Progress (3): 379/563 kB | 138/164 kB | 12/52 kB
Progress (3): 379/563 kB | 142/164 kB | 12/52 kB
Progress (3): 383/563 kB | 142/164 kB | 12/52 kB
Progress (3): 383/563 kB | 146/164 kB | 12/52 kB
Progress (3): 383/563 kB | 146/164 kB | 16/52 kB
Progress (3): 387/563 kB | 146/164 kB | 16/52 kB
Progress (3): 387/563 kB | 150/164 kB | 16/52 kB
Progress (3): 387/563 kB | 150/164 kB | 20/52 kB
Progress (3): 391/563 kB | 150/164 kB | 20/52 kB
Progress (3): 391/563 kB | 150/164 kB | 24/52 kB
Progress (3): 391/563 kB | 154/164 kB | 24/52 kB
Progress (3): 393/563 kB | 154/164 kB | 24/52 kB
Progress (3): 393/563 kB | 154/164 kB | 28/52 kB
Progress (3): 393/563 kB | 158/164 kB | 28/52 kB
Progress (3): 397/563 kB | 158/164 kB | 28/52 kB
Progress (3): 397/563 kB | 158/164 kB | 32/52 kB
Progress (3): 397/563 kB | 158/164 kB | 33/52 kB
Progress (3): 397/563 kB | 158/164 kB | 37/52 kB
Progress (4): 397/563 kB | 158/164 kB | 37/52 kB | 4.1/159 kB
Progress (4): 397/563 kB | 158/164 kB | 37/52 kB | 7.7/159 kB
Progress (4): 401/563 kB | 158/164 kB | 37/52 kB | 7.7/159 kB
Progress (4): 401/563 kB | 162/164 kB | 37/52 kB | 7.7/159 kB
Progress (4): 401/563 kB | 162/164 kB | 37/52 kB | 12/159 kB 
Progress (5): 401/563 kB | 162/164 kB | 37/52 kB | 12/159 kB | 4.1/60 kB
Progress (5): 401/563 kB | 162/164 kB | 41/52 kB | 12/159 kB | 4.1/60 kB
Progress (5): 401/563 kB | 162/164 kB | 41/52 kB | 12/159 kB | 7.7/60 kB
Progress (5): 401/563 kB | 162/164 kB | 41/52 kB | 16/159 kB | 7.7/60 kB
Progress (5): 401/563 kB | 164 kB | 41/52 kB | 16/159 kB | 7.7/60 kB    
Progress (5): 401/563 kB | 164 kB | 41/52 kB | 20/159 kB | 7.7/60 kB
Progress (5): 405/563 kB | 164 kB | 41/52 kB | 20/159 kB | 7.7/60 kB
Progress (5): 405/563 kB | 164 kB | 41/52 kB | 24/159 kB | 7.7/60 kB
Progress (5): 405/563 kB | 164 kB | 41/52 kB | 24/159 kB | 12/60 kB 
Progress (5): 405/563 kB | 164 kB | 45/52 kB | 24/159 kB | 12/60 kB
Progress (5): 405/563 kB | 164 kB | 45/52 kB | 28/159 kB | 12/60 kB
Progress (5): 405/563 kB | 164 kB | 45/52 kB | 28/159 kB | 16/60 kB
Progress (5): 409/563 kB | 164 kB | 45/52 kB | 28/159 kB | 16/60 kB
Progress (5): 409/563 kB | 164 kB | 45/52 kB | 28/159 kB | 20/60 kB
Progress (5): 409/563 kB | 164 kB | 45/52 kB | 32/159 kB | 20/60 kB
Progress (5): 409/563 kB | 164 kB | 49/52 kB | 32/159 kB | 20/60 kB
Progress (5): 409/563 kB | 164 kB | 49/52 kB | 33/159 kB | 20/60 kB
Progress (5): 409/563 kB | 164 kB | 49/52 kB | 33/159 kB | 24/60 kB
Progress (5): 413/563 kB | 164 kB | 49/52 kB | 33/159 kB | 24/60 kB
Progress (5): 413/563 kB | 164 kB | 49/52 kB | 37/159 kB | 24/60 kB
Progress (5): 413/563 kB | 164 kB | 52 kB | 37/159 kB | 24/60 kB   
Progress (5): 413/563 kB | 164 kB | 52 kB | 41/159 kB | 24/60 kB
Progress (5): 413/563 kB | 164 kB | 52 kB | 41/159 kB | 28/60 kB
Progress (5): 417/563 kB | 164 kB | 52 kB | 41/159 kB | 28/60 kB
Progress (5): 417/563 kB | 164 kB | 52 kB | 45/159 kB | 28/60 kB
Progress (5): 417/563 kB | 164 kB | 52 kB | 45/159 kB | 32/60 kB
Progress (5): 417/563 kB | 164 kB | 52 kB | 49/159 kB | 32/60 kB
Progress (5): 421/563 kB | 164 kB | 52 kB | 49/159 kB | 32/60 kB
Progress (5): 425/563 kB | 164 kB | 52 kB | 49/159 kB | 32/60 kB
Progress (5): 429/563 kB | 164 kB | 52 kB | 49/159 kB | 32/60 kB
Progress (5): 429/563 kB | 164 kB | 52 kB | 49/159 kB | 36/60 kB
Progress (5): 433/563 kB | 164 kB | 52 kB | 49/159 kB | 36/60 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 840 kB/s)
14:46:38 Progress (4): 433/563 kB | 52 kB | 53/159 kB | 36/60 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
14:46:38 Progress (4): 437/563 kB | 52 kB | 53/159 kB | 36/60 kB
Progress (4): 437/563 kB | 52 kB | 53/159 kB | 40/60 kB
Progress (4): 441/563 kB | 52 kB | 53/159 kB | 40/60 kB
Progress (4): 441/563 kB | 52 kB | 57/159 kB | 40/60 kB
Progress (4): 441/563 kB | 52 kB | 57/159 kB | 44/60 kB
Progress (4): 445/563 kB | 52 kB | 57/159 kB | 44/60 kB
Progress (4): 445/563 kB | 52 kB | 57/159 kB | 48/60 kB
Progress (4): 449/563 kB | 52 kB | 57/159 kB | 48/60 kB
Progress (4): 449/563 kB | 52 kB | 61/159 kB | 48/60 kB
Progress (4): 449/563 kB | 52 kB | 61/159 kB | 52/60 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 265 kB/s)
14:46:38 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
14:46:38 Progress (3): 449/563 kB | 61/159 kB | 56/60 kB
Progress (3): 449/563 kB | 65/159 kB | 56/60 kB
Progress (3): 453/563 kB | 65/159 kB | 56/60 kB
Progress (3): 453/563 kB | 66/159 kB | 56/60 kB
Progress (3): 453/563 kB | 66/159 kB | 60/60 kB
Progress (3): 457/563 kB | 66/159 kB | 60/60 kB
Progress (3): 457/563 kB | 70/159 kB | 60/60 kB
Progress (3): 457/563 kB | 70/159 kB | 60 kB   
Progress (3): 457/563 kB | 74/159 kB | 60 kB
Progress (3): 461/563 kB | 74/159 kB | 60 kB
Progress (3): 465/563 kB | 74/159 kB | 60 kB
Progress (3): 465/563 kB | 78/159 kB | 60 kB
Progress (3): 465/563 kB | 82/159 kB | 60 kB
Progress (3): 469/563 kB | 82/159 kB | 60 kB
Progress (3): 473/563 kB | 82/159 kB | 60 kB
Progress (3): 473/563 kB | 86/159 kB | 60 kB
Progress (3): 473/563 kB | 90/159 kB | 60 kB
Progress (3): 477/563 kB | 90/159 kB | 60 kB
Progress (3): 481/563 kB | 90/159 kB | 60 kB
Progress (3): 481/563 kB | 94/159 kB | 60 kB
Progress (4): 481/563 kB | 94/159 kB | 60 kB | 4.1/18 kB
Progress (4): 485/563 kB | 94/159 kB | 60 kB | 4.1/18 kB
Progress (4): 485/563 kB | 98/159 kB | 60 kB | 4.1/18 kB
Progress (4): 489/563 kB | 98/159 kB | 60 kB | 4.1/18 kB
Progress (4): 489/563 kB | 98/159 kB | 60 kB | 7.7/18 kB
Progress (4): 489/563 kB | 98/159 kB | 60 kB | 7.7/18 kB
Progress (4): 493/563 kB | 98/159 kB | 60 kB | 7.7/18 kB
Progress (4): 493/563 kB | 98/159 kB | 60 kB | 12/18 kB 
Progress (4): 493/563 kB | 102/159 kB | 60 kB | 12/18 kB
Progress (4): 497/563 kB | 102/159 kB | 60 kB | 12/18 kB
Progress (4): 497/563 kB | 106/159 kB | 60 kB | 12/18 kB
Progress (4): 497/563 kB | 106/159 kB | 60 kB | 16/18 kB
Progress (4): 501/563 kB | 106/159 kB | 60 kB | 16/18 kB
Progress (4): 501/563 kB | 106/159 kB | 60 kB | 18 kB   
Progress (4): 501/563 kB | 110/159 kB | 60 kB | 18 kB
Progress (4): 505/563 kB | 110/159 kB | 60 kB | 18 kB
Progress (4): 505/563 kB | 114/159 kB | 60 kB | 18 kB
Progress (4): 509/563 kB | 114/159 kB | 60 kB | 18 kB
Progress (4): 513/563 kB | 114/159 kB | 60 kB | 18 kB
Progress (4): 513/563 kB | 118/159 kB | 60 kB | 18 kB
Progress (4): 517/563 kB | 118/159 kB | 60 kB | 18 kB
Progress (4): 517/563 kB | 122/159 kB | 60 kB | 18 kB
Progress (4): 521/563 kB | 122/159 kB | 60 kB | 18 kB
Progress (4): 521/563 kB | 126/159 kB | 60 kB | 18 kB
Progress (4): 525/563 kB | 126/159 kB | 60 kB | 18 kB
Progress (4): 525/563 kB | 130/159 kB | 60 kB | 18 kB
Progress (4): 529/563 kB | 130/159 kB | 60 kB | 18 kB
Progress (4): 529/563 kB | 134/159 kB | 60 kB | 18 kB
Progress (4): 533/563 kB | 134/159 kB | 60 kB | 18 kB
Progress (4): 533/563 kB | 138/159 kB | 60 kB | 18 kB
Progress (4): 537/563 kB | 138/159 kB | 60 kB | 18 kB
Progress (4): 537/563 kB | 142/159 kB | 60 kB | 18 kB
Progress (4): 541/563 kB | 142/159 kB | 60 kB | 18 kB
Progress (4): 541/563 kB | 146/159 kB | 60 kB | 18 kB
Progress (4): 545/563 kB | 146/159 kB | 60 kB | 18 kB
Progress (4): 545/563 kB | 150/159 kB | 60 kB | 18 kB
Progress (4): 549/563 kB | 150/159 kB | 60 kB | 18 kB
Progress (4): 549/563 kB | 154/159 kB | 60 kB | 18 kB
Progress (4): 553/563 kB | 154/159 kB | 60 kB | 18 kB
Progress (4): 553/563 kB | 158/159 kB | 60 kB | 18 kB
Progress (4): 557/563 kB | 158/159 kB | 60 kB | 18 kB
Progress (4): 557/563 kB | 159 kB | 60 kB | 18 kB    
Progress (4): 561/563 kB | 159 kB | 60 kB | 18 kB
Progress (4): 563 kB | 159 kB | 60 kB | 18 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 277 kB/s)
14:46:38 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
14:46:38 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 81 kB/s)
14:46:38 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
14:46:38 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 561 kB/s)
14:46:38 Progress (2): 563 kB | 4.1/145 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
14:46:38 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 2.0 MB/s)
14:46:38 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
14:46:38 Progress (2): 4.1/145 kB | 4.1/134 kB
Progress (2): 7.7/145 kB | 4.1/134 kB
Progress (2): 7.7/145 kB | 7.7/134 kB
Progress (2): 12/145 kB | 7.7/134 kB 
Progress (2): 12/145 kB | 12/134 kB 
Progress (2): 16/145 kB | 12/134 kB
Progress (2): 16/145 kB | 16/134 kB
Progress (2): 20/145 kB | 16/134 kB
Progress (2): 20/145 kB | 20/134 kB
Progress (2): 24/145 kB | 20/134 kB
Progress (2): 24/145 kB | 24/134 kB
Progress (2): 28/145 kB | 24/134 kB
Progress (2): 28/145 kB | 28/134 kB
Progress (2): 32/145 kB | 28/134 kB
Progress (2): 32/145 kB | 32/134 kB
Progress (2): 32/145 kB | 33/134 kB
Progress (2): 36/145 kB | 33/134 kB
Progress (2): 40/145 kB | 33/134 kB
Progress (2): 40/145 kB | 37/134 kB
Progress (2): 40/145 kB | 41/134 kB
Progress (2): 44/145 kB | 41/134 kB
Progress (2): 48/145 kB | 41/134 kB
Progress (2): 48/145 kB | 45/134 kB
Progress (2): 48/145 kB | 49/134 kB
Progress (2): 52/145 kB | 49/134 kB
Progress (2): 56/145 kB | 49/134 kB
Progress (2): 56/145 kB | 53/134 kB
Progress (2): 56/145 kB | 57/134 kB
Progress (2): 60/145 kB | 57/134 kB
Progress (2): 64/145 kB | 57/134 kB
Progress (2): 64/145 kB | 61/134 kB
Progress (2): 64/145 kB | 65/134 kB
Progress (2): 68/145 kB | 65/134 kB
Progress (2): 68/145 kB | 66/134 kB
Progress (2): 72/145 kB | 66/134 kB
Progress (2): 72/145 kB | 70/134 kB
Progress (2): 76/145 kB | 70/134 kB
Progress (2): 76/145 kB | 74/134 kB
Progress (2): 80/145 kB | 74/134 kB
Progress (2): 80/145 kB | 78/134 kB
Progress (2): 80/145 kB | 82/134 kB
Progress (2): 84/145 kB | 82/134 kB
Progress (3): 84/145 kB | 82/134 kB | 4.1/202 kB
Progress (3): 84/145 kB | 86/134 kB | 4.1/202 kB
Progress (4): 84/145 kB | 86/134 kB | 4.1/202 kB | 4.1/134 kB
Progress (4): 88/145 kB | 86/134 kB | 4.1/202 kB | 4.1/134 kB
Progress (4): 88/145 kB | 86/134 kB | 4.1/202 kB | 7.7/134 kB
Progress (4): 92/145 kB | 86/134 kB | 4.1/202 kB | 7.7/134 kB
Progress (4): 92/145 kB | 90/134 kB | 4.1/202 kB | 7.7/134 kB
Progress (4): 92/145 kB | 90/134 kB | 7.7/202 kB | 7.7/134 kB
Progress (4): 92/145 kB | 90/134 kB | 7.7/202 kB | 12/134 kB 
Progress (4): 96/145 kB | 90/134 kB | 7.7/202 kB | 12/134 kB
Progress (4): 96/145 kB | 90/134 kB | 7.7/202 kB | 16/134 kB
Progress (4): 96/145 kB | 90/134 kB | 12/202 kB | 16/134 kB 
Progress (4): 96/145 kB | 94/134 kB | 12/202 kB | 16/134 kB
Progress (4): 96/145 kB | 94/134 kB | 16/202 kB | 16/134 kB
Progress (4): 96/145 kB | 94/134 kB | 16/202 kB | 20/134 kB
Progress (4): 100/145 kB | 94/134 kB | 16/202 kB | 20/134 kB
Progress (4): 100/145 kB | 94/134 kB | 20/202 kB | 20/134 kB
Progress (4): 100/145 kB | 94/134 kB | 20/202 kB | 24/134 kB
Progress (4): 100/145 kB | 98/134 kB | 20/202 kB | 24/134 kB
Progress (5): 100/145 kB | 98/134 kB | 20/202 kB | 24/134 kB | 4.1/45 kB
Progress (5): 100/145 kB | 98/134 kB | 24/202 kB | 24/134 kB | 4.1/45 kB
Progress (5): 104/145 kB | 98/134 kB | 24/202 kB | 24/134 kB | 4.1/45 kB
Progress (5): 104/145 kB | 98/134 kB | 24/202 kB | 24/134 kB | 7.7/45 kB
Progress (5): 104/145 kB | 98/134 kB | 24/202 kB | 28/134 kB | 7.7/45 kB
Progress (5): 104/145 kB | 98/134 kB | 24/202 kB | 28/134 kB | 7.7/45 kB
Progress (5): 104/145 kB | 98/134 kB | 24/202 kB | 32/134 kB | 7.7/45 kB
Progress (5): 104/145 kB | 98/134 kB | 24/202 kB | 32/134 kB | 12/45 kB 
Progress (5): 108/145 kB | 98/134 kB | 24/202 kB | 32/134 kB | 12/45 kB
Progress (5): 108/145 kB | 98/134 kB | 28/202 kB | 32/134 kB | 12/45 kB
Progress (5): 112/145 kB | 98/134 kB | 28/202 kB | 32/134 kB | 12/45 kB
Progress (5): 112/145 kB | 98/134 kB | 28/202 kB | 32/134 kB | 16/45 kB
Progress (5): 112/145 kB | 98/134 kB | 28/202 kB | 33/134 kB | 16/45 kB
Progress (5): 112/145 kB | 102/134 kB | 28/202 kB | 33/134 kB | 16/45 kB
Progress (5): 112/145 kB | 102/134 kB | 28/202 kB | 37/134 kB | 16/45 kB
Progress (5): 112/145 kB | 102/134 kB | 28/202 kB | 37/134 kB | 20/45 kB
Progress (5): 116/145 kB | 102/134 kB | 28/202 kB | 37/134 kB | 20/45 kB
Progress (5): 120/145 kB | 102/134 kB | 28/202 kB | 37/134 kB | 20/45 kB
Progress (5): 120/145 kB | 102/134 kB | 32/202 kB | 37/134 kB | 20/45 kB
Progress (5): 124/145 kB | 102/134 kB | 32/202 kB | 37/134 kB | 20/45 kB
Progress (5): 124/145 kB | 102/134 kB | 32/202 kB | 37/134 kB | 24/45 kB
Progress (5): 124/145 kB | 102/134 kB | 32/202 kB | 41/134 kB | 24/45 kB
Progress (5): 124/145 kB | 106/134 kB | 32/202 kB | 41/134 kB | 24/45 kB
Progress (5): 124/145 kB | 106/134 kB | 32/202 kB | 41/134 kB | 28/45 kB
Progress (5): 128/145 kB | 106/134 kB | 32/202 kB | 41/134 kB | 28/45 kB
Progress (5): 128/145 kB | 106/134 kB | 33/202 kB | 41/134 kB | 28/45 kB
Progress (5): 128/145 kB | 106/134 kB | 33/202 kB | 41/134 kB | 32/45 kB
Progress (5): 128/145 kB | 110/134 kB | 33/202 kB | 41/134 kB | 32/45 kB
Progress (5): 128/145 kB | 110/134 kB | 33/202 kB | 45/134 kB | 32/45 kB
Progress (5): 128/145 kB | 114/134 kB | 33/202 kB | 45/134 kB | 32/45 kB
Progress (5): 128/145 kB | 114/134 kB | 33/202 kB | 45/134 kB | 36/45 kB
Progress (5): 128/145 kB | 114/134 kB | 37/202 kB | 45/134 kB | 36/45 kB
Progress (5): 132/145 kB | 114/134 kB | 37/202 kB | 45/134 kB | 36/45 kB
Progress (5): 132/145 kB | 114/134 kB | 41/202 kB | 45/134 kB | 36/45 kB
Progress (5): 132/145 kB | 118/134 kB | 41/202 kB | 45/134 kB | 36/45 kB
Progress (5): 132/145 kB | 118/134 kB | 45/202 kB | 45/134 kB | 36/45 kB
Progress (5): 132/145 kB | 118/134 kB | 45/202 kB | 45/134 kB | 40/45 kB
Progress (5): 132/145 kB | 118/134 kB | 45/202 kB | 49/134 kB | 40/45 kB
Progress (5): 132/145 kB | 118/134 kB | 45/202 kB | 49/134 kB | 44/45 kB
Progress (5): 132/145 kB | 118/134 kB | 49/202 kB | 49/134 kB | 44/45 kB
Progress (5): 132/145 kB | 122/134 kB | 49/202 kB | 49/134 kB | 44/45 kB
Progress (5): 136/145 kB | 122/134 kB | 49/202 kB | 49/134 kB | 44/45 kB
Progress (5): 136/145 kB | 122/134 kB | 53/202 kB | 49/134 kB | 44/45 kB
Progress (5): 136/145 kB | 122/134 kB | 53/202 kB | 49/134 kB | 45 kB   
Progress (5): 136/145 kB | 122/134 kB | 53/202 kB | 53/134 kB | 45 kB
Progress (5): 136/145 kB | 122/134 kB | 57/202 kB | 53/134 kB | 45 kB
Progress (5): 140/145 kB | 122/134 kB | 57/202 kB | 53/134 kB | 45 kB
Progress (5): 140/145 kB | 126/134 kB | 57/202 kB | 53/134 kB | 45 kB
Progress (5): 144/145 kB | 126/134 kB | 57/202 kB | 53/134 kB | 45 kB
Progress (5): 144/145 kB | 126/134 kB | 61/202 kB | 53/134 kB | 45 kB
Progress (5): 144/145 kB | 126/134 kB | 61/202 kB | 57/134 kB | 45 kB
Progress (5): 144/145 kB | 126/134 kB | 65/202 kB | 57/134 kB | 45 kB
Progress (5): 145 kB | 126/134 kB | 65/202 kB | 57/134 kB | 45 kB    
Progress (5): 145 kB | 130/134 kB | 65/202 kB | 57/134 kB | 45 kB
Progress (5): 145 kB | 130/134 kB | 65/202 kB | 61/134 kB | 45 kB
Progress (5): 145 kB | 130/134 kB | 66/202 kB | 61/134 kB | 45 kB
Progress (5): 145 kB | 130/134 kB | 70/202 kB | 61/134 kB | 45 kB
Progress (5): 145 kB | 130/134 kB | 74/202 kB | 61/134 kB | 45 kB
Progress (5): 145 kB | 130/134 kB | 74/202 kB | 65/134 kB | 45 kB
Progress (5): 145 kB | 134 kB | 74/202 kB | 65/134 kB | 45 kB    
Progress (5): 145 kB | 134 kB | 74/202 kB | 66/134 kB | 45 kB
Progress (5): 145 kB | 134 kB | 78/202 kB | 66/134 kB | 45 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 376 kB/s)
14:46:38 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 117 kB/s)
14:46:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
14:46:38 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
14:46:38 Progress (3): 134 kB | 78/202 kB | 70/134 kB
Progress (3): 134 kB | 82/202 kB | 70/134 kB
Progress (3): 134 kB | 82/202 kB | 74/134 kB
Progress (3): 134 kB | 86/202 kB | 74/134 kB
Progress (3): 134 kB | 86/202 kB | 78/134 kB
Progress (3): 134 kB | 90/202 kB | 78/134 kB
Progress (3): 134 kB | 90/202 kB | 82/134 kB
Progress (3): 134 kB | 94/202 kB | 82/134 kB
Progress (3): 134 kB | 98/202 kB | 82/134 kB
Progress (3): 134 kB | 98/202 kB | 86/134 kB
Progress (3): 134 kB | 98/202 kB | 86/134 kB
Progress (3): 134 kB | 98/202 kB | 90/134 kB
Progress (3): 134 kB | 102/202 kB | 90/134 kB
Progress (3): 134 kB | 106/202 kB | 90/134 kB
Progress (3): 134 kB | 106/202 kB | 94/134 kB
Progress (3): 134 kB | 106/202 kB | 98/134 kB
Progress (3): 134 kB | 110/202 kB | 98/134 kB
Progress (3): 134 kB | 110/202 kB | 98/134 kB
Progress (3): 134 kB | 114/202 kB | 98/134 kB
Progress (3): 134 kB | 114/202 kB | 102/134 kB
Progress (3): 134 kB | 118/202 kB | 102/134 kB
Progress (3): 134 kB | 118/202 kB | 106/134 kB
Progress (3): 134 kB | 122/202 kB | 106/134 kB
Progress (3): 134 kB | 122/202 kB | 110/134 kB
Progress (3): 134 kB | 126/202 kB | 110/134 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 339 kB/s)
14:46:38 Progress (2): 126/202 kB | 114/134 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
14:46:38 Progress (2): 130/202 kB | 114/134 kB
Progress (2): 130/202 kB | 118/134 kB
Progress (2): 130/202 kB | 122/134 kB
Progress (2): 130/202 kB | 126/134 kB
Progress (2): 131/202 kB | 126/134 kB
Progress (3): 131/202 kB | 126/134 kB | 4.1/5.8 kB
Progress (3): 131/202 kB | 130/134 kB | 4.1/5.8 kB
Progress (4): 131/202 kB | 130/134 kB | 4.1/5.8 kB | 2.5 kB
Progress (4): 131/202 kB | 134 kB | 4.1/5.8 kB | 2.5 kB    
Progress (4): 131/202 kB | 134 kB | 5.8 kB | 2.5 kB    
Progress (4): 135/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 139/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 143/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 147/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 151/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 155/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 159/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 163/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 164/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 168/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 172/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 176/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 180/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 184/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 188/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 192/202 kB | 134 kB | 5.8 kB | 2.5 kB
Progress (4): 196/202 kB | 134 kB | 5.8 kB | 2.5 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/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 14 kB/s)
14:46:38 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 6.1 kB/s)
14:46:38 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 326 kB/s)
14:46:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
14:46:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
14:46:38 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
14:46:38 Progress (2): 202 kB | 4.1/357 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 490 kB/s)
14:46:38 Progress (1): 7.7/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
14:46:38 Progress (1): 12/357 kB
Progress (1): 16/357 kB
Progress (2): 16/357 kB | 4.1/4.5 kB
Progress (2): 16/357 kB | 4.5 kB    
Progress (3): 16/357 kB | 4.5 kB | 4.1/44 kB
Progress (4): 16/357 kB | 4.5 kB | 4.1/44 kB | 4.1/61 kB
Progress (4): 16/357 kB | 4.5 kB | 7.7/44 kB | 4.1/61 kB
Progress (4): 20/357 kB | 4.5 kB | 7.7/44 kB | 4.1/61 kB
Progress (4): 20/357 kB | 4.5 kB | 7.7/44 kB | 7.7/61 kB
Progress (4): 20/357 kB | 4.5 kB | 12/44 kB | 7.7/61 kB 
Progress (4): 24/357 kB | 4.5 kB | 12/44 kB | 7.7/61 kB
Progress (4): 24/357 kB | 4.5 kB | 16/44 kB | 7.7/61 kB
Progress (4): 24/357 kB | 4.5 kB | 16/44 kB | 12/61 kB 
Progress (5): 24/357 kB | 4.5 kB | 16/44 kB | 12/61 kB | 4.1/202 kB
Progress (5): 24/357 kB | 4.5 kB | 20/44 kB | 12/61 kB | 4.1/202 kB
Progress (5): 24/357 kB | 4.5 kB | 20/44 kB | 16/61 kB | 4.1/202 kB
Progress (5): 28/357 kB | 4.5 kB | 20/44 kB | 16/61 kB | 4.1/202 kB
Progress (5): 28/357 kB | 4.5 kB | 20/44 kB | 20/61 kB | 4.1/202 kB
Progress (5): 28/357 kB | 4.5 kB | 24/44 kB | 20/61 kB | 4.1/202 kB
Progress (5): 28/357 kB | 4.5 kB | 24/44 kB | 20/61 kB | 7.7/202 kB
Progress (5): 28/357 kB | 4.5 kB | 24/44 kB | 24/61 kB | 7.7/202 kB
Progress (5): 32/357 kB | 4.5 kB | 24/44 kB | 24/61 kB | 7.7/202 kB
Progress (5): 32/357 kB | 4.5 kB | 24/44 kB | 28/61 kB | 7.7/202 kB
Progress (5): 32/357 kB | 4.5 kB | 24/44 kB | 28/61 kB | 12/202 kB 
Progress (5): 32/357 kB | 4.5 kB | 28/44 kB | 28/61 kB | 12/202 kB
Progress (5): 32/357 kB | 4.5 kB | 28/44 kB | 28/61 kB | 16/202 kB
Progress (5): 32/357 kB | 4.5 kB | 28/44 kB | 32/61 kB | 16/202 kB
Progress (5): 33/357 kB | 4.5 kB | 28/44 kB | 32/61 kB | 16/202 kB
Progress (5): 33/357 kB | 4.5 kB | 28/44 kB | 32/61 kB | 20/202 kB
Progress (5): 33/357 kB | 4.5 kB | 32/44 kB | 32/61 kB | 20/202 kB
Progress (5): 37/357 kB | 4.5 kB | 32/44 kB | 32/61 kB | 20/202 kB
Progress (5): 37/357 kB | 4.5 kB | 32/44 kB | 32/61 kB | 24/202 kB
Progress (5): 37/357 kB | 4.5 kB | 32/44 kB | 36/61 kB | 24/202 kB
Progress (5): 41/357 kB | 4.5 kB | 32/44 kB | 36/61 kB | 24/202 kB
Progress (5): 41/357 kB | 4.5 kB | 36/44 kB | 36/61 kB | 24/202 kB
Progress (5): 45/357 kB | 4.5 kB | 36/44 kB | 36/61 kB | 24/202 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 9.1 kB/s)
14:46:38 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
14:46:38 Progress (4): 45/357 kB | 36/44 kB | 36/61 kB | 28/202 kB
Progress (4): 45/357 kB | 36/44 kB | 40/61 kB | 28/202 kB
Progress (4): 45/357 kB | 36/44 kB | 40/61 kB | 32/202 kB
Progress (4): 49/357 kB | 36/44 kB | 40/61 kB | 32/202 kB
Progress (4): 49/357 kB | 40/44 kB | 40/61 kB | 32/202 kB
Progress (4): 49/357 kB | 40/44 kB | 44/61 kB | 32/202 kB
Progress (4): 49/357 kB | 40/44 kB | 44/61 kB | 33/202 kB
Progress (4): 49/357 kB | 40/44 kB | 48/61 kB | 33/202 kB
Progress (4): 49/357 kB | 44 kB | 48/61 kB | 33/202 kB   
Progress (4): 53/357 kB | 44 kB | 48/61 kB | 33/202 kB
Progress (4): 53/357 kB | 44 kB | 52/61 kB | 33/202 kB
Progress (4): 53/357 kB | 44 kB | 52/61 kB | 37/202 kB
Progress (4): 53/357 kB | 44 kB | 56/61 kB | 37/202 kB
Progress (4): 57/357 kB | 44 kB | 56/61 kB | 37/202 kB
Progress (4): 57/357 kB | 44 kB | 60/61 kB | 37/202 kB
Progress (4): 57/357 kB | 44 kB | 60/61 kB | 41/202 kB
Progress (4): 61/357 kB | 44 kB | 60/61 kB | 41/202 kB
Progress (4): 61/357 kB | 44 kB | 61 kB | 41/202 kB   
Progress (4): 65/357 kB | 44 kB | 61 kB | 41/202 kB
Progress (4): 65/357 kB | 44 kB | 61 kB | 45/202 kB
Progress (4): 66/357 kB | 44 kB | 61 kB | 45/202 kB
Progress (4): 66/357 kB | 44 kB | 61 kB | 49/202 kB
Progress (4): 70/357 kB | 44 kB | 61 kB | 49/202 kB
Progress (4): 70/357 kB | 44 kB | 61 kB | 53/202 kB
Progress (4): 74/357 kB | 44 kB | 61 kB | 53/202 kB
Progress (4): 74/357 kB | 44 kB | 61 kB | 57/202 kB
Progress (4): 78/357 kB | 44 kB | 61 kB | 57/202 kB
Progress (4): 78/357 kB | 44 kB | 61 kB | 61/202 kB
Progress (4): 82/357 kB | 44 kB | 61 kB | 61/202 kB
Progress (4): 82/357 kB | 44 kB | 61 kB | 65/202 kB
Progress (4): 82/357 kB | 44 kB | 61 kB | 66/202 kB
Progress (4): 86/357 kB | 44 kB | 61 kB | 66/202 kB
Progress (4): 90/357 kB | 44 kB | 61 kB | 66/202 kB
Progress (4): 90/357 kB | 44 kB | 61 kB | 70/202 kB
Progress (4): 90/357 kB | 44 kB | 61 kB | 74/202 kB
Progress (4): 94/357 kB | 44 kB | 61 kB | 74/202 kB
Progress (4): 98/357 kB | 44 kB | 61 kB | 74/202 kB
Progress (4): 98/357 kB | 44 kB | 61 kB | 78/202 kB
Progress (4): 98/357 kB | 44 kB | 61 kB | 78/202 kB
Progress (4): 98/357 kB | 44 kB | 61 kB | 82/202 kB
Progress (4): 102/357 kB | 44 kB | 61 kB | 82/202 kB
Progress (4): 102/357 kB | 44 kB | 61 kB | 86/202 kB
Progress (4): 106/357 kB | 44 kB | 61 kB | 86/202 kB
Progress (4): 106/357 kB | 44 kB | 61 kB | 90/202 kB
Progress (4): 110/357 kB | 44 kB | 61 kB | 90/202 kB
Progress (4): 114/357 kB | 44 kB | 61 kB | 90/202 kB
Progress (4): 114/357 kB | 44 kB | 61 kB | 94/202 kB
Progress (4): 114/357 kB | 44 kB | 61 kB | 98/202 kB
Progress (4): 118/357 kB | 44 kB | 61 kB | 98/202 kB
Progress (4): 118/357 kB | 44 kB | 61 kB | 98/202 kB
Progress (4): 122/357 kB | 44 kB | 61 kB | 98/202 kB
Progress (4): 122/357 kB | 44 kB | 61 kB | 102/202 kB
Progress (4): 126/357 kB | 44 kB | 61 kB | 102/202 kB
Progress (4): 126/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 130/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 131/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 135/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 139/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 143/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 147/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 151/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 155/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 159/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 163/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 164/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 168/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 172/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 176/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 180/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 184/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 188/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 192/357 kB | 44 kB | 61 kB | 106/202 kB
Progress (4): 196/357 kB | 44 kB | 61 kB | 106/202 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 85 kB/s)
14:46:38 Progress (3): 197/357 kB | 61 kB | 106/202 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
14:46:38 Progress (3): 201/357 kB | 61 kB | 106/202 kB
Progress (3): 205/357 kB | 61 kB | 106/202 kB
Progress (3): 209/357 kB | 61 kB | 106/202 kB
Progress (3): 213/357 kB | 61 kB | 106/202 kB
Progress (3): 217/357 kB | 61 kB | 106/202 kB
Progress (3): 221/357 kB | 61 kB | 106/202 kB
Progress (3): 225/357 kB | 61 kB | 106/202 kB
Progress (3): 229/357 kB | 61 kB | 106/202 kB
Progress (3): 229/357 kB | 61 kB | 106/202 kB
Progress (3): 233/357 kB | 61 kB | 106/202 kB
Progress (3): 237/357 kB | 61 kB | 106/202 kB
Progress (3): 241/357 kB | 61 kB | 106/202 kB
Progress (3): 245/357 kB | 61 kB | 106/202 kB
Progress (3): 249/357 kB | 61 kB | 106/202 kB
Progress (4): 249/357 kB | 61 kB | 106/202 kB | 4.1/47 kB
Progress (4): 253/357 kB | 61 kB | 106/202 kB | 4.1/47 kB
Progress (4): 253/357 kB | 61 kB | 106/202 kB | 7.7/47 kB
Progress (4): 257/357 kB | 61 kB | 106/202 kB | 7.7/47 kB
Progress (4): 257/357 kB | 61 kB | 106/202 kB | 12/47 kB 
Progress (4): 261/357 kB | 61 kB | 106/202 kB | 12/47 kB
Progress (4): 261/357 kB | 61 kB | 106/202 kB | 16/47 kB
Progress (4): 262/357 kB | 61 kB | 106/202 kB | 16/47 kB
Progress (4): 262/357 kB | 61 kB | 106/202 kB | 20/47 kB
Progress (4): 266/357 kB | 61 kB | 106/202 kB | 20/47 kB
Progress (4): 266/357 kB | 61 kB | 106/202 kB | 24/47 kB
Progress (4): 270/357 kB | 61 kB | 106/202 kB | 24/47 kB
Progress (4): 270/357 kB | 61 kB | 106/202 kB | 28/47 kB
Progress (4): 270/357 kB | 61 kB | 106/202 kB | 32/47 kB
Progress (4): 274/357 kB | 61 kB | 106/202 kB | 32/47 kB
Progress (4): 274/357 kB | 61 kB | 106/202 kB | 36/47 kB
Progress (4): 278/357 kB | 61 kB | 106/202 kB | 36/47 kB
Progress (4): 278/357 kB | 61 kB | 106/202 kB | 40/47 kB
Progress (4): 282/357 kB | 61 kB | 106/202 kB | 40/47 kB
Progress (4): 282/357 kB | 61 kB | 106/202 kB | 44/47 kB
Progress (4): 286/357 kB | 61 kB | 106/202 kB | 44/47 kB
Progress (4): 286/357 kB | 61 kB | 106/202 kB | 47 kB   
Progress (4): 290/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 294/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 295/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 299/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 303/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 307/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 311/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 315/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 319/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 323/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 327/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 331/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 335/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 339/357 kB | 61 kB | 106/202 kB | 47 kB
Progress (4): 343/357 kB | 61 kB | 106/202 kB | 47 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 79 kB/s)
14:46:38 Progress (3): 347/357 kB | 61 kB | 106/202 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
14:46:38 Progress (3): 351/357 kB | 61 kB | 106/202 kB
Progress (3): 355/357 kB | 61 kB | 106/202 kB
Progress (3): 357 kB | 61 kB | 106/202 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 590 kB/s)
14:46:38 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
14:46:38 Progress (3): 61 kB | 106/202 kB | 4.1/50 kB
Progress (3): 61 kB | 106/202 kB | 7.7/50 kB
Progress (3): 61 kB | 106/202 kB | 12/50 kB 
Progress (3): 61 kB | 106/202 kB | 16/50 kB
Progress (3): 61 kB | 106/202 kB | 20/50 kB
Progress (3): 61 kB | 106/202 kB | 24/50 kB
Progress (3): 61 kB | 106/202 kB | 28/50 kB
Progress (3): 61 kB | 106/202 kB | 32/50 kB
Progress (3): 61 kB | 106/202 kB | 36/50 kB
Progress (3): 61 kB | 106/202 kB | 40/50 kB
Progress (3): 61 kB | 106/202 kB | 44/50 kB
Progress (3): 61 kB | 106/202 kB | 48/50 kB
Progress (3): 61 kB | 106/202 kB | 50 kB   
Progress (4): 61 kB | 106/202 kB | 50 kB | 4.1/560 kB
Progress (4): 61 kB | 106/202 kB | 50 kB | 7.7/560 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 80 kB/s)
14:46:38 Progress (3): 61 kB | 106/202 kB | 12/560 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar
14:46:38 Progress (3): 61 kB | 106/202 kB | 16/560 kB
Progress (3): 61 kB | 106/202 kB | 20/560 kB
Progress (3): 61 kB | 106/202 kB | 24/560 kB
Progress (3): 61 kB | 106/202 kB | 28/560 kB
Progress (3): 61 kB | 106/202 kB | 32/560 kB
Progress (3): 61 kB | 106/202 kB | 33/560 kB
Progress (3): 61 kB | 106/202 kB | 37/560 kB
Progress (3): 61 kB | 106/202 kB | 41/560 kB
Progress (3): 61 kB | 106/202 kB | 45/560 kB
Progress (3): 61 kB | 106/202 kB | 49/560 kB
Progress (3): 61 kB | 106/202 kB | 53/560 kB
Progress (3): 61 kB | 106/202 kB | 57/560 kB
Progress (3): 61 kB | 106/202 kB | 61/560 kB
Progress (3): 61 kB | 106/202 kB | 65/560 kB
Progress (3): 61 kB | 106/202 kB | 66/560 kB
Progress (3): 61 kB | 106/202 kB | 70/560 kB
Progress (3): 61 kB | 106/202 kB | 74/560 kB
Progress (3): 61 kB | 106/202 kB | 78/560 kB
Progress (3): 61 kB | 106/202 kB | 82/560 kB
Progress (4): 61 kB | 106/202 kB | 82/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 86/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 86/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 90/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 90/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 90/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 94/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 98/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 98/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 98/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 98/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 102/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 106/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 106/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 110/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 110/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 114/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 114/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 118/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 122/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 122/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 126/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 126/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 130/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 131/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 131/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 135/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 135/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 139/560 kB | 0/2.4 MB
Progress (4): 61 kB | 106/202 kB | 139/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 143/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 143/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 147/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 147/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 151/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 151/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 155/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 155/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 159/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 163/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 163/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 164/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 164/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 168/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 172/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 172/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 176/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 176/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 180/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 180/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 184/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 184/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 188/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 188/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 192/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 192/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 196/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 196/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 197/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 197/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 201/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 201/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 205/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 205/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 209/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 209/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 213/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 213/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 217/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 217/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 221/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 221/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 225/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 225/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 229/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 229/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 229/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 229/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 229/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 233/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 237/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 237/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 241/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 241/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 245/560 kB | 0.1/2.4 MB
Progress (4): 61 kB | 106/202 kB | 245/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 249/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 249/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 253/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 253/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 257/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 257/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 261/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 261/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 262/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 262/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 266/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 266/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 270/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 270/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 274/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 274/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 278/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 278/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 282/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 282/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 286/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 286/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 290/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 290/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 294/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 294/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 295/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 295/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 299/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 299/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 303/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 303/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 307/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 307/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 311/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 311/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 315/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 315/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 319/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 319/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 323/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 323/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 327/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 328/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 328/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 328/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 106/202 kB | 332/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 110/202 kB | 332/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 110/202 kB | 332/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 110/202 kB | 336/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 110/202 kB | 336/560 kB | 0.2/2.4 MB
Progress (4): 61 kB | 114/202 kB | 336/560 kB | 0.2/2.4 MB
                                                          
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 85 kB/s)
14:46:38 Progress (3): 114/202 kB | 340/560 kB | 0.2/2.4 MB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
14:46:38 Progress (3): 114/202 kB | 340/560 kB | 0.2/2.4 MB
Progress (4): 114/202 kB | 340/560 kB | 0.2/2.4 MB | 4.1/231 kB
Progress (4): 114/202 kB | 344/560 kB | 0.2/2.4 MB | 4.1/231 kB
Progress (4): 114/202 kB | 344/560 kB | 0.2/2.4 MB | 7.7/231 kB
Progress (4): 118/202 kB | 344/560 kB | 0.2/2.4 MB | 7.7/231 kB
Progress (4): 118/202 kB | 344/560 kB | 0.3/2.4 MB | 7.7/231 kB
Progress (4): 122/202 kB | 344/560 kB | 0.3/2.4 MB | 7.7/231 kB
Progress (4): 122/202 kB | 344/560 kB | 0.3/2.4 MB | 12/231 kB 
Progress (4): 122/202 kB | 348/560 kB | 0.3/2.4 MB | 12/231 kB
Progress (4): 122/202 kB | 348/560 kB | 0.3/2.4 MB | 16/231 kB
Progress (4): 126/202 kB | 348/560 kB | 0.3/2.4 MB | 16/231 kB
Progress (4): 126/202 kB | 348/560 kB | 0.3/2.4 MB | 20/231 kB
Progress (4): 126/202 kB | 348/560 kB | 0.3/2.4 MB | 20/231 kB
Progress (4): 126/202 kB | 348/560 kB | 0.3/2.4 MB | 24/231 kB
Progress (4): 130/202 kB | 348/560 kB | 0.3/2.4 MB | 24/231 kB
Progress (4): 130/202 kB | 352/560 kB | 0.3/2.4 MB | 24/231 kB
Progress (4): 131/202 kB | 352/560 kB | 0.3/2.4 MB | 24/231 kB
Progress (4): 131/202 kB | 352/560 kB | 0.3/2.4 MB | 28/231 kB
Progress (4): 131/202 kB | 352/560 kB | 0.3/2.4 MB | 28/231 kB
Progress (4): 131/202 kB | 352/560 kB | 0.3/2.4 MB | 32/231 kB
Progress (4): 135/202 kB | 352/560 kB | 0.3/2.4 MB | 32/231 kB
Progress (4): 139/202 kB | 352/560 kB | 0.3/2.4 MB | 32/231 kB
Progress (4): 139/202 kB | 356/560 kB | 0.3/2.4 MB | 32/231 kB
Progress (4): 143/202 kB | 356/560 kB | 0.3/2.4 MB | 32/231 kB
Progress (4): 143/202 kB | 356/560 kB | 0.3/2.4 MB | 33/231 kB
Progress (4): 143/202 kB | 356/560 kB | 0.3/2.4 MB | 33/231 kB
Progress (4): 143/202 kB | 356/560 kB | 0.3/2.4 MB | 37/231 kB
Progress (4): 147/202 kB | 356/560 kB | 0.3/2.4 MB | 37/231 kB
Progress (4): 147/202 kB | 360/560 kB | 0.3/2.4 MB | 37/231 kB
Progress (4): 147/202 kB | 360/560 kB | 0.3/2.4 MB | 37/231 kB
Progress (4): 147/202 kB | 360/560 kB | 0.3/2.4 MB | 41/231 kB
Progress (4): 147/202 kB | 360/560 kB | 0.3/2.4 MB | 41/231 kB
Progress (4): 147/202 kB | 360/560 kB | 0.3/2.4 MB | 41/231 kB
Progress (4): 151/202 kB | 360/560 kB | 0.3/2.4 MB | 41/231 kB
Progress (4): 151/202 kB | 360/560 kB | 0.3/2.4 MB | 41/231 kB
Progress (4): 151/202 kB | 360/560 kB | 0.3/2.4 MB | 45/231 kB
Progress (4): 151/202 kB | 360/560 kB | 0.3/2.4 MB | 45/231 kB
Progress (4): 151/202 kB | 365/560 kB | 0.3/2.4 MB | 45/231 kB
Progress (4): 155/202 kB | 365/560 kB | 0.3/2.4 MB | 45/231 kB
Progress (4): 155/202 kB | 365/560 kB | 0.3/2.4 MB | 45/231 kB
Progress (4): 155/202 kB | 368/560 kB | 0.3/2.4 MB | 45/231 kB
Progress (4): 155/202 kB | 368/560 kB | 0.3/2.4 MB | 49/231 kB
Progress (4): 155/202 kB | 373/560 kB | 0.3/2.4 MB | 49/231 kB
Progress (4): 155/202 kB | 373/560 kB | 0.3/2.4 MB | 49/231 kB
Progress (4): 159/202 kB | 373/560 kB | 0.3/2.4 MB | 49/231 kB
Progress (5): 159/202 kB | 373/560 kB | 0.3/2.4 MB | 49/231 kB | 4.1/748 kB
Progress (5): 159/202 kB | 373/560 kB | 0.3/2.4 MB | 49/231 kB | 4.1/748 kB
Progress (5): 163/202 kB | 373/560 kB | 0.3/2.4 MB | 49/231 kB | 4.1/748 kB
Progress (5): 163/202 kB | 373/560 kB | 0.3/2.4 MB | 53/231 kB | 4.1/748 kB
Progress (5): 163/202 kB | 376/560 kB | 0.3/2.4 MB | 53/231 kB | 4.1/748 kB
Progress (5): 163/202 kB | 376/560 kB | 0.3/2.4 MB | 57/231 kB | 4.1/748 kB
Progress (5): 164/202 kB | 376/560 kB | 0.3/2.4 MB | 57/231 kB | 4.1/748 kB
Progress (5): 164/202 kB | 376/560 kB | 0.3/2.4 MB | 57/231 kB | 4.1/748 kB
Progress (5): 164/202 kB | 376/560 kB | 0.3/2.4 MB | 57/231 kB | 7.7/748 kB
Progress (5): 168/202 kB | 376/560 kB | 0.3/2.4 MB | 57/231 kB | 7.7/748 kB
Progress (5): 168/202 kB | 376/560 kB | 0.3/2.4 MB | 57/231 kB | 12/748 kB 
Progress (5): 168/202 kB | 376/560 kB | 0.3/2.4 MB | 61/231 kB | 12/748 kB
Progress (5): 168/202 kB | 381/560 kB | 0.3/2.4 MB | 61/231 kB | 12/748 kB
Progress (5): 168/202 kB | 381/560 kB | 0.3/2.4 MB | 65/231 kB | 12/748 kB
Progress (5): 168/202 kB | 381/560 kB | 0.3/2.4 MB | 65/231 kB | 16/748 kB
Progress (5): 172/202 kB | 381/560 kB | 0.3/2.4 MB | 65/231 kB | 16/748 kB
Progress (5): 172/202 kB | 381/560 kB | 0.3/2.4 MB | 65/231 kB | 20/748 kB
Progress (5): 172/202 kB | 381/560 kB | 0.3/2.4 MB | 65/231 kB | 20/748 kB
Progress (5): 172/202 kB | 381/560 kB | 0.3/2.4 MB | 65/231 kB | 24/748 kB
Progress (5): 176/202 kB | 381/560 kB | 0.3/2.4 MB | 65/231 kB | 24/748 kB
Progress (5): 176/202 kB | 381/560 kB | 0.3/2.4 MB | 65/231 kB | 28/748 kB
Progress (5): 176/202 kB | 381/560 kB | 0.3/2.4 MB | 66/231 kB | 28/748 kB
Progress (5): 176/202 kB | 384/560 kB | 0.3/2.4 MB | 66/231 kB | 28/748 kB
Progress (5): 176/202 kB | 384/560 kB | 0.3/2.4 MB | 70/231 kB | 28/748 kB
Progress (5): 176/202 kB | 384/560 kB | 0.3/2.4 MB | 70/231 kB | 32/748 kB
Progress (5): 180/202 kB | 384/560 kB | 0.3/2.4 MB | 70/231 kB | 32/748 kB
Progress (5): 180/202 kB | 384/560 kB | 0.3/2.4 MB | 70/231 kB | 32/748 kB
Progress (5): 184/202 kB | 384/560 kB | 0.3/2.4 MB | 70/231 kB | 32/748 kB
Progress (5): 188/202 kB | 384/560 kB | 0.3/2.4 MB | 70/231 kB | 32/748 kB
Progress (5): 188/202 kB | 384/560 kB | 0.3/2.4 MB | 70/231 kB | 33/748 kB
Progress (5): 188/202 kB | 389/560 kB | 0.3/2.4 MB | 70/231 kB | 33/748 kB
Progress (5): 188/202 kB | 389/560 kB | 0.3/2.4 MB | 74/231 kB | 33/748 kB
Progress (5): 188/202 kB | 392/560 kB | 0.3/2.4 MB | 74/231 kB | 33/748 kB
Progress (5): 188/202 kB | 392/560 kB | 0.3/2.4 MB | 78/231 kB | 33/748 kB
Progress (5): 188/202 kB | 392/560 kB | 0.3/2.4 MB | 82/231 kB | 33/748 kB
Progress (5): 188/202 kB | 392/560 kB | 0.3/2.4 MB | 82/231 kB | 37/748 kB
Progress (5): 192/202 kB | 392/560 kB | 0.3/2.4 MB | 82/231 kB | 37/748 kB
Progress (5): 192/202 kB | 392/560 kB | 0.3/2.4 MB | 82/231 kB | 37/748 kB
Progress (5): 196/202 kB | 392/560 kB | 0.3/2.4 MB | 82/231 kB | 37/748 kB
Progress (5): 196/202 kB | 392/560 kB | 0.3/2.4 MB | 82/231 kB | 41/748 kB
Progress (5): 196/202 kB | 392/560 kB | 0.3/2.4 MB | 86/231 kB | 41/748 kB
Progress (5): 196/202 kB | 393/560 kB | 0.3/2.4 MB | 86/231 kB | 41/748 kB
Progress (5): 196/202 kB | 393/560 kB | 0.3/2.4 MB | 90/231 kB | 41/748 kB
Progress (5): 196/202 kB | 393/560 kB | 0.3/2.4 MB | 90/231 kB | 45/748 kB
Progress (5): 200/202 kB | 393/560 kB | 0.3/2.4 MB | 90/231 kB | 45/748 kB
Progress (5): 200/202 kB | 393/560 kB | 0.3/2.4 MB | 90/231 kB | 45/748 kB
Progress (5): 202 kB | 393/560 kB | 0.3/2.4 MB | 90/231 kB | 45/748 kB    
Progress (5): 202 kB | 393/560 kB | 0.3/2.4 MB | 90/231 kB | 49/748 kB
Progress (5): 202 kB | 393/560 kB | 0.3/2.4 MB | 94/231 kB | 49/748 kB
Progress (5): 202 kB | 393/560 kB | 0.3/2.4 MB | 94/231 kB | 53/748 kB
Progress (5): 202 kB | 397/560 kB | 0.3/2.4 MB | 94/231 kB | 53/748 kB
Progress (5): 202 kB | 397/560 kB | 0.3/2.4 MB | 94/231 kB | 57/748 kB
Progress (5): 202 kB | 397/560 kB | 0.3/2.4 MB | 98/231 kB | 57/748 kB
Progress (5): 202 kB | 397/560 kB | 0.3/2.4 MB | 98/231 kB | 57/748 kB
Progress (5): 202 kB | 397/560 kB | 0.3/2.4 MB | 102/231 kB | 57/748 kB
Progress (5): 202 kB | 397/560 kB | 0.3/2.4 MB | 102/231 kB | 61/748 kB
Progress (5): 202 kB | 401/560 kB | 0.3/2.4 MB | 102/231 kB | 61/748 kB
Progress (5): 202 kB | 401/560 kB | 0.3/2.4 MB | 102/231 kB | 65/748 kB
Progress (5): 202 kB | 401/560 kB | 0.3/2.4 MB | 106/231 kB | 65/748 kB
Progress (5): 202 kB | 401/560 kB | 0.3/2.4 MB | 106/231 kB | 65/748 kB
Progress (5): 202 kB | 401/560 kB | 0.3/2.4 MB | 110/231 kB | 65/748 kB
Progress (5): 202 kB | 405/560 kB | 0.3/2.4 MB | 110/231 kB | 65/748 kB
Progress (5): 202 kB | 405/560 kB | 0.3/2.4 MB | 110/231 kB | 66/748 kB
Progress (5): 202 kB | 409/560 kB | 0.3/2.4 MB | 110/231 kB | 66/748 kB
Progress (5): 202 kB | 409/560 kB | 0.3/2.4 MB | 110/231 kB | 66/748 kB
Progress (5): 202 kB | 409/560 kB | 0.3/2.4 MB | 114/231 kB | 66/748 kB
Progress (5): 202 kB | 409/560 kB | 0.3/2.4 MB | 114/231 kB | 66/748 kB
Progress (5): 202 kB | 413/560 kB | 0.3/2.4 MB | 114/231 kB | 66/748 kB
Progress (5): 202 kB | 413/560 kB | 0.3/2.4 MB | 114/231 kB | 70/748 kB
Progress (5): 202 kB | 413/560 kB | 0.3/2.4 MB | 114/231 kB | 70/748 kB
Progress (5): 202 kB | 417/560 kB | 0.3/2.4 MB | 114/231 kB | 70/748 kB
Progress (5): 202 kB | 417/560 kB | 0.3/2.4 MB | 118/231 kB | 70/748 kB
Progress (5): 202 kB | 421/560 kB | 0.3/2.4 MB | 118/231 kB | 70/748 kB
Progress (5): 202 kB | 421/560 kB | 0.3/2.4 MB | 118/231 kB | 70/748 kB
Progress (5): 202 kB | 421/560 kB | 0.3/2.4 MB | 118/231 kB | 74/748 kB
Progress (5): 202 kB | 425/560 kB | 0.3/2.4 MB | 118/231 kB | 74/748 kB
Progress (5): 202 kB | 425/560 kB | 0.3/2.4 MB | 122/231 kB | 74/748 kB
Progress (5): 202 kB | 426/560 kB | 0.3/2.4 MB | 122/231 kB | 74/748 kB
Progress (5): 202 kB | 426/560 kB | 0.3/2.4 MB | 122/231 kB | 78/748 kB
Progress (5): 202 kB | 426/560 kB | 0.3/2.4 MB | 122/231 kB | 78/748 kB
Progress (5): 202 kB | 430/560 kB | 0.3/2.4 MB | 122/231 kB | 78/748 kB
Progress (5): 202 kB | 430/560 kB | 0.3/2.4 MB | 122/231 kB | 82/748 kB
Progress (5): 202 kB | 430/560 kB | 0.3/2.4 MB | 126/231 kB | 82/748 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 246 kB/s)
14:46:38 Progress (4): 430/560 kB | 0.3/2.4 MB | 130/231 kB | 82/748 kB
Progress (4): 430/560 kB | 0.3/2.4 MB | 130/231 kB | 86/748 kB
Progress (4): 434/560 kB | 0.3/2.4 MB | 130/231 kB | 86/748 kB
Progress (4): 434/560 kB | 0.3/2.4 MB | 130/231 kB | 86/748 kB
Progress (4): 434/560 kB | 0.3/2.4 MB | 134/231 kB | 86/748 kB
Progress (4): 434/560 kB | 0.3/2.4 MB | 134/231 kB | 90/748 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
14:46:39 Progress (4): 434/560 kB | 0.3/2.4 MB | 134/231 kB | 94/748 kB
Progress (4): 434/560 kB | 0.3/2.4 MB | 134/231 kB | 94/748 kB
Progress (4): 434/560 kB | 0.4/2.4 MB | 134/231 kB | 94/748 kB
Progress (4): 434/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 94/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 98/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 98/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 98/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 138/231 kB | 98/748 kB
Progress (4): 438/560 kB | 0.4/2.4 MB | 142/231 kB | 98/748 kB
Progress (4): 442/560 kB | 0.4/2.4 MB | 142/231 kB | 98/748 kB
Progress (4): 442/560 kB | 0.4/2.4 MB | 146/231 kB | 98/748 kB
Progress (4): 442/560 kB | 0.4/2.4 MB | 146/231 kB | 98/748 kB
Progress (4): 442/560 kB | 0.4/2.4 MB | 150/231 kB | 98/748 kB
Progress (4): 442/560 kB | 0.4/2.4 MB | 150/231 kB | 102/748 kB
Progress (5): 442/560 kB | 0.4/2.4 MB | 150/231 kB | 102/748 kB | 4.1/324 kB
Progress (5): 442/560 kB | 0.4/2.4 MB | 150/231 kB | 106/748 kB | 4.1/324 kB
Progress (5): 442/560 kB | 0.4/2.4 MB | 154/231 kB | 106/748 kB | 4.1/324 kB
Progress (5): 442/560 kB | 0.4/2.4 MB | 154/231 kB | 110/748 kB | 4.1/324 kB
Progress (5): 442/560 kB | 0.4/2.4 MB | 154/231 kB | 110/748 kB | 4.1/324 kB
Progress (5): 446/560 kB | 0.4/2.4 MB | 154/231 kB | 110/748 kB | 4.1/324 kB
Progress (5): 446/560 kB | 0.4/2.4 MB | 154/231 kB | 110/748 kB | 4.1/324 kB
Progress (5): 446/560 kB | 0.4/2.4 MB | 158/231 kB | 110/748 kB | 4.1/324 kB
Progress (5): 446/560 kB | 0.4/2.4 MB | 158/231 kB | 114/748 kB | 4.1/324 kB
Progress (5): 446/560 kB | 0.4/2.4 MB | 158/231 kB | 114/748 kB | 7.7/324 kB
Progress (5): 446/560 kB | 0.4/2.4 MB | 162/231 kB | 114/748 kB | 7.7/324 kB
Progress (5): 446/560 kB | 0.4/2.4 MB | 162/231 kB | 114/748 kB | 7.7/324 kB
Progress (5): 450/560 kB | 0.4/2.4 MB | 162/231 kB | 114/748 kB | 7.7/324 kB
Progress (5): 450/560 kB | 0.4/2.4 MB | 162/231 kB | 114/748 kB | 7.7/324 kB
Progress (5): 450/560 kB | 0.4/2.4 MB | 166/231 kB | 114/748 kB | 7.7/324 kB
Progress (5): 450/560 kB | 0.4/2.4 MB | 166/231 kB | 114/748 kB | 12/324 kB 
Progress (5): 450/560 kB | 0.4/2.4 MB | 166/231 kB | 118/748 kB | 12/324 kB
Progress (5): 450/560 kB | 0.4/2.4 MB | 166/231 kB | 118/748 kB | 16/324 kB
Progress (5): 450/560 kB | 0.4/2.4 MB | 170/231 kB | 118/748 kB | 16/324 kB
Progress (5): 454/560 kB | 0.4/2.4 MB | 170/231 kB | 118/748 kB | 16/324 kB
Progress (5): 454/560 kB | 0.4/2.4 MB | 170/231 kB | 118/748 kB | 16/324 kB
Progress (5): 458/560 kB | 0.4/2.4 MB | 170/231 kB | 118/748 kB | 16/324 kB
Progress (5): 458/560 kB | 0.4/2.4 MB | 174/231 kB | 118/748 kB | 16/324 kB
Progress (5): 458/560 kB | 0.4/2.4 MB | 174/231 kB | 118/748 kB | 20/324 kB
Progress (5): 458/560 kB | 0.4/2.4 MB | 174/231 kB | 122/748 kB | 20/324 kB
Progress (5): 458/560 kB | 0.4/2.4 MB | 174/231 kB | 122/748 kB | 24/324 kB
Progress (5): 458/560 kB | 0.4/2.4 MB | 178/231 kB | 122/748 kB | 24/324 kB
Progress (5): 459/560 kB | 0.4/2.4 MB | 178/231 kB | 122/748 kB | 24/324 kB
Progress (5): 459/560 kB | 0.4/2.4 MB | 178/231 kB | 122/748 kB | 24/324 kB
Progress (5): 463/560 kB | 0.4/2.4 MB | 178/231 kB | 122/748 kB | 24/324 kB
Progress (5): 463/560 kB | 0.4/2.4 MB | 182/231 kB | 122/748 kB | 24/324 kB
Progress (5): 463/560 kB | 0.4/2.4 MB | 182/231 kB | 122/748 kB | 28/324 kB
Progress (5): 463/560 kB | 0.4/2.4 MB | 182/231 kB | 126/748 kB | 28/324 kB
Progress (5): 463/560 kB | 0.4/2.4 MB | 182/231 kB | 130/748 kB | 28/324 kB
Progress (5): 463/560 kB | 0.4/2.4 MB | 182/231 kB | 130/748 kB | 32/324 kB
Progress (5): 463/560 kB | 0.4/2.4 MB | 186/231 kB | 130/748 kB | 32/324 kB
Progress (5): 467/560 kB | 0.4/2.4 MB | 186/231 kB | 130/748 kB | 32/324 kB
Progress (5): 467/560 kB | 0.4/2.4 MB | 186/231 kB | 130/748 kB | 32/324 kB
Progress (5): 471/560 kB | 0.4/2.4 MB | 186/231 kB | 130/748 kB | 32/324 kB
Progress (5): 471/560 kB | 0.4/2.4 MB | 186/231 kB | 130/748 kB | 32/324 kB
Progress (5): 471/560 kB | 0.4/2.4 MB | 190/231 kB | 130/748 kB | 32/324 kB
Progress (5): 471/560 kB | 0.4/2.4 MB | 190/231 kB | 130/748 kB | 33/324 kB
Progress (5): 471/560 kB | 0.4/2.4 MB | 190/231 kB | 131/748 kB | 33/324 kB
Progress (5): 471/560 kB | 0.4/2.4 MB | 190/231 kB | 131/748 kB | 37/324 kB
Progress (5): 471/560 kB | 0.4/2.4 MB | 194/231 kB | 131/748 kB | 37/324 kB
Progress (5): 471/560 kB | 0.4/2.4 MB | 194/231 kB | 131/748 kB | 37/324 kB
Progress (5): 475/560 kB | 0.4/2.4 MB | 194/231 kB | 131/748 kB | 37/324 kB
Progress (5): 475/560 kB | 0.4/2.4 MB | 198/231 kB | 131/748 kB | 37/324 kB
Progress (5): 475/560 kB | 0.4/2.4 MB | 198/231 kB | 131/748 kB | 41/324 kB
Progress (5): 475/560 kB | 0.4/2.4 MB | 198/231 kB | 135/748 kB | 41/324 kB
Progress (5): 475/560 kB | 0.4/2.4 MB | 198/231 kB | 135/748 kB | 45/324 kB
Progress (5): 479/560 kB | 0.4/2.4 MB | 198/231 kB | 135/748 kB | 45/324 kB
Progress (5): 479/560 kB | 0.4/2.4 MB | 202/231 kB | 135/748 kB | 45/324 kB
Progress (5): 479/560 kB | 0.4/2.4 MB | 202/231 kB | 135/748 kB | 45/324 kB
Progress (5): 479/560 kB | 0.4/2.4 MB | 206/231 kB | 135/748 kB | 45/324 kB
Progress (5): 483/560 kB | 0.4/2.4 MB | 206/231 kB | 135/748 kB | 45/324 kB
Progress (5): 483/560 kB | 0.4/2.4 MB | 206/231 kB | 135/748 kB | 49/324 kB
Progress (5): 483/560 kB | 0.4/2.4 MB | 206/231 kB | 139/748 kB | 49/324 kB
Progress (5): 487/560 kB | 0.4/2.4 MB | 206/231 kB | 139/748 kB | 49/324 kB
Progress (5): 487/560 kB | 0.4/2.4 MB | 210/231 kB | 139/748 kB | 49/324 kB
Progress (5): 487/560 kB | 0.4/2.4 MB | 210/231 kB | 139/748 kB | 49/324 kB
Progress (5): 487/560 kB | 0.4/2.4 MB | 214/231 kB | 139/748 kB | 49/324 kB
Progress (5): 491/560 kB | 0.4/2.4 MB | 214/231 kB | 139/748 kB | 49/324 kB
Progress (5): 491/560 kB | 0.4/2.4 MB | 214/231 kB | 143/748 kB | 49/324 kB
Progress (5): 491/560 kB | 0.4/2.4 MB | 214/231 kB | 143/748 kB | 53/324 kB
Progress (5): 491/560 kB | 0.4/2.4 MB | 214/231 kB | 147/748 kB | 53/324 kB
Progress (5): 492/560 kB | 0.4/2.4 MB | 214/231 kB | 147/748 kB | 53/324 kB
Progress (5): 492/560 kB | 0.5/2.4 MB | 214/231 kB | 147/748 kB | 53/324 kB
Progress (5): 492/560 kB | 0.5/2.4 MB | 218/231 kB | 147/748 kB | 53/324 kB
Progress (5): 492/560 kB | 0.5/2.4 MB | 218/231 kB | 147/748 kB | 53/324 kB
Progress (5): 496/560 kB | 0.5/2.4 MB | 218/231 kB | 147/748 kB | 53/324 kB
Progress (5): 496/560 kB | 0.5/2.4 MB | 218/231 kB | 147/748 kB | 53/324 kB
Progress (5): 496/560 kB | 0.5/2.4 MB | 218/231 kB | 151/748 kB | 53/324 kB
Progress (5): 496/560 kB | 0.5/2.4 MB | 218/231 kB | 151/748 kB | 57/324 kB
Progress (5): 496/560 kB | 0.5/2.4 MB | 218/231 kB | 155/748 kB | 57/324 kB
Progress (5): 496/560 kB | 0.5/2.4 MB | 218/231 kB | 155/748 kB | 57/324 kB
Progress (5): 500/560 kB | 0.5/2.4 MB | 218/231 kB | 155/748 kB | 57/324 kB
Progress (5): 500/560 kB | 0.5/2.4 MB | 222/231 kB | 155/748 kB | 57/324 kB
Progress (5): 500/560 kB | 0.5/2.4 MB | 222/231 kB | 155/748 kB | 57/324 kB
Progress (5): 500/560 kB | 0.5/2.4 MB | 222/231 kB | 159/748 kB | 57/324 kB
Progress (5): 500/560 kB | 0.5/2.4 MB | 222/231 kB | 159/748 kB | 61/324 kB
Progress (5): 500/560 kB | 0.5/2.4 MB | 222/231 kB | 163/748 kB | 61/324 kB
Progress (5): 500/560 kB | 0.5/2.4 MB | 222/231 kB | 163/748 kB | 61/324 kB
Progress (5): 504/560 kB | 0.5/2.4 MB | 222/231 kB | 163/748 kB | 61/324 kB
Progress (5): 504/560 kB | 0.5/2.4 MB | 226/231 kB | 163/748 kB | 61/324 kB
Progress (5): 508/560 kB | 0.5/2.4 MB | 226/231 kB | 163/748 kB | 61/324 kB
Progress (5): 508/560 kB | 0.5/2.4 MB | 226/231 kB | 163/748 kB | 61/324 kB
Progress (5): 508/560 kB | 0.5/2.4 MB | 226/231 kB | 164/748 kB | 61/324 kB
Progress (5): 508/560 kB | 0.5/2.4 MB | 226/231 kB | 164/748 kB | 65/324 kB
Progress (5): 508/560 kB | 0.5/2.4 MB | 226/231 kB | 168/748 kB | 65/324 kB
Progress (5): 512/560 kB | 0.5/2.4 MB | 226/231 kB | 168/748 kB | 65/324 kB
Progress (5): 512/560 kB | 0.5/2.4 MB | 226/231 kB | 168/748 kB | 65/324 kB
Progress (5): 512/560 kB | 0.5/2.4 MB | 230/231 kB | 168/748 kB | 65/324 kB
Progress (5): 516/560 kB | 0.5/2.4 MB | 230/231 kB | 168/748 kB | 65/324 kB
Progress (5): 516/560 kB | 0.5/2.4 MB | 230/231 kB | 172/748 kB | 65/324 kB
Progress (5): 516/560 kB | 0.5/2.4 MB | 230/231 kB | 172/748 kB | 66/324 kB
Progress (5): 520/560 kB | 0.5/2.4 MB | 230/231 kB | 172/748 kB | 66/324 kB
Progress (5): 520/560 kB | 0.5/2.4 MB | 230/231 kB | 172/748 kB | 66/324 kB
Progress (5): 520/560 kB | 0.5/2.4 MB | 231 kB | 172/748 kB | 66/324 kB    
Progress (5): 520/560 kB | 0.5/2.4 MB | 231 kB | 172/748 kB | 66/324 kB
Progress (5): 524/560 kB | 0.5/2.4 MB | 231 kB | 172/748 kB | 66/324 kB
Progress (5): 524/560 kB | 0.5/2.4 MB | 231 kB | 172/748 kB | 70/324 kB
Progress (5): 524/560 kB | 0.5/2.4 MB | 231 kB | 176/748 kB | 70/324 kB
Progress (5): 524/560 kB | 0.5/2.4 MB | 231 kB | 176/748 kB | 74/324 kB
Progress (5): 524/560 kB | 0.5/2.4 MB | 231 kB | 176/748 kB | 74/324 kB
Progress (5): 524/560 kB | 0.5/2.4 MB | 231 kB | 176/748 kB | 74/324 kB
Progress (5): 524/560 kB | 0.5/2.4 MB | 231 kB | 176/748 kB | 78/324 kB
Progress (5): 524/560 kB | 0.5/2.4 MB | 231 kB | 176/748 kB | 82/324 kB
Progress (5): 524/560 kB | 0.5/2.4 MB | 231 kB | 180/748 kB | 82/324 kB
Progress (5): 524/560 kB | 0.5/2.4 MB | 231 kB | 180/748 kB | 86/324 kB
Progress (5): 528/560 kB | 0.5/2.4 MB | 231 kB | 180/748 kB | 86/324 kB
Progress (5): 528/560 kB | 0.5/2.4 MB | 231 kB | 180/748 kB | 86/324 kB
Progress (5): 532/560 kB | 0.5/2.4 MB | 231 kB | 180/748 kB | 86/324 kB
Progress (5): 532/560 kB | 0.5/2.4 MB | 231 kB | 180/748 kB | 90/324 kB
Progress (5): 532/560 kB | 0.5/2.4 MB | 231 kB | 184/748 kB | 90/324 kB
Progress (5): 532/560 kB | 0.5/2.4 MB | 231 kB | 184/748 kB | 94/324 kB
Progress (5): 536/560 kB | 0.5/2.4 MB | 231 kB | 184/748 kB | 94/324 kB
Progress (5): 536/560 kB | 0.5/2.4 MB | 231 kB | 184/748 kB | 94/324 kB
Progress (5): 540/560 kB | 0.5/2.4 MB | 231 kB | 184/748 kB | 94/324 kB
Progress (5): 540/560 kB | 0.5/2.4 MB | 231 kB | 184/748 kB | 98/324 kB
Progress (5): 540/560 kB | 0.5/2.4 MB | 231 kB | 188/748 kB | 98/324 kB
Progress (5): 540/560 kB | 0.5/2.4 MB | 231 kB | 188/748 kB | 98/324 kB
Progress (5): 544/560 kB | 0.5/2.4 MB | 231 kB | 188/748 kB | 98/324 kB
Progress (5): 544/560 kB | 0.5/2.4 MB | 231 kB | 188/748 kB | 102/324 kB
Progress (5): 544/560 kB | 0.5/2.4 MB | 231 kB | 188/748 kB | 102/324 kB
Progress (5): 544/560 kB | 0.5/2.4 MB | 231 kB | 188/748 kB | 106/324 kB
Progress (5): 548/560 kB | 0.5/2.4 MB | 231 kB | 188/748 kB | 106/324 kB
Progress (5): 548/560 kB | 0.5/2.4 MB | 231 kB | 192/748 kB | 106/324 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 249 kB/s)
14:46:39 Progress (4): 552/560 kB | 0.5/2.4 MB | 192/748 kB | 106/324 kB
Progress (4): 552/560 kB | 0.5/2.4 MB | 196/748 kB | 106/324 kB
Progress (4): 552/560 kB | 0.5/2.4 MB | 196/748 kB | 110/324 kB
Progress (4): 552/560 kB | 0.5/2.4 MB | 196/748 kB | 110/324 kB
Progress (4): 552/560 kB | 0.5/2.4 MB | 196/748 kB | 114/324 kB
Progress (4): 552/560 kB | 0.5/2.4 MB | 197/748 kB | 114/324 kB
Progress (4): 556/560 kB | 0.5/2.4 MB | 197/748 kB | 114/324 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
14:46:39 Progress (4): 560 kB | 0.5/2.4 MB | 197/748 kB | 114/324 kB
Progress (4): 560 kB | 0.5/2.4 MB | 201/748 kB | 114/324 kB
Progress (4): 560 kB | 0.5/2.4 MB | 201/748 kB | 118/324 kB
Progress (4): 560 kB | 0.5/2.4 MB | 201/748 kB | 118/324 kB
Progress (4): 560 kB | 0.5/2.4 MB | 201/748 kB | 122/324 kB
Progress (4): 560 kB | 0.5/2.4 MB | 201/748 kB | 122/324 kB
Progress (4): 560 kB | 0.5/2.4 MB | 201/748 kB | 122/324 kB
Progress (4): 560 kB | 0.5/2.4 MB | 205/748 kB | 122/324 kB
Progress (4): 560 kB | 0.5/2.4 MB | 205/748 kB | 126/324 kB
Progress (4): 560 kB | 0.5/2.4 MB | 209/748 kB | 126/324 kB
Progress (4): 560 kB | 0.5/2.4 MB | 209/748 kB | 126/324 kB
Progress (5): 560 kB | 0.5/2.4 MB | 209/748 kB | 126/324 kB | 4.1/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 213/748 kB | 126/324 kB | 4.1/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 213/748 kB | 130/324 kB | 4.1/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 217/748 kB | 130/324 kB | 4.1/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 217/748 kB | 130/324 kB | 7.7/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 217/748 kB | 130/324 kB | 7.7/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 221/748 kB | 130/324 kB | 7.7/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 221/748 kB | 131/324 kB | 7.7/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 225/748 kB | 131/324 kB | 7.7/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 225/748 kB | 131/324 kB | 7.7/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 225/748 kB | 131/324 kB | 7.7/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 225/748 kB | 131/324 kB | 12/62 kB 
Progress (5): 560 kB | 0.5/2.4 MB | 225/748 kB | 131/324 kB | 12/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 225/748 kB | 135/324 kB | 12/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 229/748 kB | 135/324 kB | 12/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 229/748 kB | 139/324 kB | 12/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 229/748 kB | 139/324 kB | 12/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 229/748 kB | 139/324 kB | 16/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 229/748 kB | 139/324 kB | 16/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 229/748 kB | 143/324 kB | 16/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 229/748 kB | 143/324 kB | 16/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 229/748 kB | 147/324 kB | 16/62 kB
Progress (5): 560 kB | 0.5/2.4 MB | 229/748 kB | 147/324 kB | 20/62 kB
Progress (5): 560 kB | 0.6/2.4 MB | 229/748 kB | 147/324 kB | 20/62 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 564 kB/s)
14:46:39 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
14:46:39 Progress (4): 0.6/2.4 MB | 229/748 kB | 147/324 kB | 20/62 kB
Progress (4): 0.6/2.4 MB | 229/748 kB | 151/324 kB | 20/62 kB
Progress (4): 0.6/2.4 MB | 229/748 kB | 151/324 kB | 24/62 kB
Progress (4): 0.6/2.4 MB | 233/748 kB | 151/324 kB | 24/62 kB
Progress (4): 0.6/2.4 MB | 233/748 kB | 155/324 kB | 24/62 kB
Progress (4): 0.6/2.4 MB | 233/748 kB | 155/324 kB | 24/62 kB
Progress (4): 0.6/2.4 MB | 237/748 kB | 155/324 kB | 24/62 kB
Progress (4): 0.6/2.4 MB | 237/748 kB | 155/324 kB | 28/62 kB
Progress (4): 0.6/2.4 MB | 241/748 kB | 155/324 kB | 28/62 kB
Progress (4): 0.6/2.4 MB | 241/748 kB | 155/324 kB | 28/62 kB
Progress (4): 0.6/2.4 MB | 241/748 kB | 159/324 kB | 28/62 kB
Progress (4): 0.6/2.4 MB | 241/748 kB | 159/324 kB | 28/62 kB
Progress (4): 0.6/2.4 MB | 245/748 kB | 159/324 kB | 28/62 kB
Progress (4): 0.6/2.4 MB | 245/748 kB | 159/324 kB | 32/62 kB
Progress (4): 0.6/2.4 MB | 245/748 kB | 159/324 kB | 32/62 kB
Progress (4): 0.6/2.4 MB | 245/748 kB | 163/324 kB | 32/62 kB
Progress (4): 0.6/2.4 MB | 245/748 kB | 163/324 kB | 36/62 kB
Progress (4): 0.6/2.4 MB | 245/748 kB | 163/324 kB | 36/62 kB
Progress (4): 0.6/2.4 MB | 249/748 kB | 163/324 kB | 36/62 kB
Progress (4): 0.6/2.4 MB | 249/748 kB | 163/324 kB | 40/62 kB
Progress (4): 0.6/2.4 MB | 249/748 kB | 164/324 kB | 40/62 kB
Progress (4): 0.6/2.4 MB | 249/748 kB | 164/324 kB | 44/62 kB
Progress (4): 0.6/2.4 MB | 249/748 kB | 164/324 kB | 48/62 kB
Progress (4): 0.6/2.4 MB | 253/748 kB | 164/324 kB | 48/62 kB
Progress (4): 0.6/2.4 MB | 253/748 kB | 164/324 kB | 52/62 kB
Progress (4): 0.6/2.4 MB | 257/748 kB | 164/324 kB | 52/62 kB
Progress (4): 0.6/2.4 MB | 257/748 kB | 164/324 kB | 52/62 kB
Progress (4): 0.6/2.4 MB | 261/748 kB | 164/324 kB | 52/62 kB
Progress (4): 0.6/2.4 MB | 261/748 kB | 164/324 kB | 56/62 kB
Progress (4): 0.6/2.4 MB | 261/748 kB | 168/324 kB | 56/62 kB
Progress (4): 0.6/2.4 MB | 261/748 kB | 168/324 kB | 60/62 kB
Progress (4): 0.6/2.4 MB | 262/748 kB | 168/324 kB | 60/62 kB
Progress (5): 0.6/2.4 MB | 262/748 kB | 168/324 kB | 60/62 kB | 4.1/264 kB
Progress (5): 0.6/2.4 MB | 262/748 kB | 168/324 kB | 60/62 kB | 4.1/264 kB
Progress (5): 0.6/2.4 MB | 262/748 kB | 168/324 kB | 60/62 kB | 7.7/264 kB
Progress (5): 0.6/2.4 MB | 266/748 kB | 168/324 kB | 60/62 kB | 7.7/264 kB
Progress (5): 0.6/2.4 MB | 266/748 kB | 168/324 kB | 62 kB | 7.7/264 kB   
Progress (5): 0.6/2.4 MB | 266/748 kB | 172/324 kB | 62 kB | 7.7/264 kB
Progress (5): 0.6/2.4 MB | 270/748 kB | 172/324 kB | 62 kB | 7.7/264 kB
Progress (5): 0.6/2.4 MB | 270/748 kB | 172/324 kB | 62 kB | 12/264 kB 
Progress (5): 0.6/2.4 MB | 270/748 kB | 172/324 kB | 62 kB | 12/264 kB
Progress (5): 0.6/2.4 MB | 274/748 kB | 172/324 kB | 62 kB | 12/264 kB
Progress (5): 0.6/2.4 MB | 274/748 kB | 172/324 kB | 62 kB | 16/264 kB
Progress (5): 0.6/2.4 MB | 274/748 kB | 176/324 kB | 62 kB | 16/264 kB
Progress (5): 0.6/2.4 MB | 278/748 kB | 176/324 kB | 62 kB | 16/264 kB
Progress (5): 0.6/2.4 MB | 278/748 kB | 176/324 kB | 62 kB | 16/264 kB
Progress (5): 0.6/2.4 MB | 278/748 kB | 180/324 kB | 62 kB | 16/264 kB
Progress (5): 0.6/2.4 MB | 278/748 kB | 180/324 kB | 62 kB | 20/264 kB
Progress (5): 0.6/2.4 MB | 278/748 kB | 180/324 kB | 62 kB | 20/264 kB
Progress (5): 0.6/2.4 MB | 282/748 kB | 180/324 kB | 62 kB | 20/264 kB
Progress (5): 0.6/2.4 MB | 282/748 kB | 180/324 kB | 62 kB | 20/264 kB
Progress (5): 0.6/2.4 MB | 282/748 kB | 184/324 kB | 62 kB | 20/264 kB
Progress (5): 0.6/2.4 MB | 282/748 kB | 184/324 kB | 62 kB | 24/264 kB
Progress (5): 0.6/2.4 MB | 282/748 kB | 188/324 kB | 62 kB | 24/264 kB
Progress (5): 0.6/2.4 MB | 282/748 kB | 188/324 kB | 62 kB | 24/264 kB
Progress (5): 0.6/2.4 MB | 286/748 kB | 188/324 kB | 62 kB | 24/264 kB
Progress (5): 0.6/2.4 MB | 286/748 kB | 192/324 kB | 62 kB | 24/264 kB
Progress (5): 0.6/2.4 MB | 286/748 kB | 192/324 kB | 62 kB | 24/264 kB
Progress (5): 0.6/2.4 MB | 286/748 kB | 192/324 kB | 62 kB | 28/264 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 61 kB/s)
14:46:39 Progress (4): 0.6/2.4 MB | 290/748 kB | 192/324 kB | 28/264 kB
Progress (4): 0.6/2.4 MB | 290/748 kB | 196/324 kB | 28/264 kB
Progress (4): 0.6/2.4 MB | 294/748 kB | 196/324 kB | 28/264 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar
14:46:39 Progress (4): 0.6/2.4 MB | 294/748 kB | 196/324 kB | 32/264 kB
Progress (4): 0.6/2.4 MB | 294/748 kB | 196/324 kB | 32/264 kB
Progress (4): 0.6/2.4 MB | 294/748 kB | 196/324 kB | 33/264 kB
Progress (4): 0.6/2.4 MB | 295/748 kB | 196/324 kB | 33/264 kB
Progress (4): 0.6/2.4 MB | 295/748 kB | 197/324 kB | 33/264 kB
Progress (4): 0.6/2.4 MB | 299/748 kB | 197/324 kB | 33/264 kB
Progress (4): 0.6/2.4 MB | 299/748 kB | 197/324 kB | 37/264 kB
Progress (4): 0.6/2.4 MB | 299/748 kB | 197/324 kB | 37/264 kB
Progress (4): 0.6/2.4 MB | 299/748 kB | 197/324 kB | 41/264 kB
Progress (4): 0.6/2.4 MB | 299/748 kB | 201/324 kB | 41/264 kB
Progress (4): 0.6/2.4 MB | 303/748 kB | 201/324 kB | 41/264 kB
Progress (4): 0.6/2.4 MB | 303/748 kB | 205/324 kB | 41/264 kB
Progress (4): 0.6/2.4 MB | 307/748 kB | 205/324 kB | 41/264 kB
Progress (4): 0.6/2.4 MB | 307/748 kB | 205/324 kB | 45/264 kB
Progress (4): 0.6/2.4 MB | 307/748 kB | 205/324 kB | 45/264 kB
Progress (4): 0.6/2.4 MB | 307/748 kB | 205/324 kB | 49/264 kB
Progress (4): 0.6/2.4 MB | 307/748 kB | 209/324 kB | 49/264 kB
Progress (4): 0.6/2.4 MB | 311/748 kB | 209/324 kB | 49/264 kB
Progress (4): 0.6/2.4 MB | 311/748 kB | 209/324 kB | 53/264 kB
Progress (4): 0.6/2.4 MB | 311/748 kB | 213/324 kB | 53/264 kB
Progress (4): 0.6/2.4 MB | 311/748 kB | 213/324 kB | 53/264 kB
Progress (4): 0.6/2.4 MB | 315/748 kB | 213/324 kB | 53/264 kB
Progress (4): 0.6/2.4 MB | 315/748 kB | 213/324 kB | 57/264 kB
Progress (4): 0.6/2.4 MB | 319/748 kB | 213/324 kB | 57/264 kB
Progress (4): 0.6/2.4 MB | 319/748 kB | 213/324 kB | 57/264 kB
Progress (4): 0.6/2.4 MB | 319/748 kB | 217/324 kB | 57/264 kB
Progress (4): 0.6/2.4 MB | 323/748 kB | 217/324 kB | 57/264 kB
Progress (4): 0.6/2.4 MB | 323/748 kB | 217/324 kB | 57/264 kB
Progress (4): 0.6/2.4 MB | 323/748 kB | 217/324 kB | 61/264 kB
Progress (4): 0.6/2.4 MB | 323/748 kB | 217/324 kB | 61/264 kB
Progress (4): 0.6/2.4 MB | 327/748 kB | 217/324 kB | 61/264 kB
Progress (4): 0.6/2.4 MB | 327/748 kB | 221/324 kB | 61/264 kB
Progress (4): 0.6/2.4 MB | 328/748 kB | 221/324 kB | 61/264 kB
Progress (4): 0.6/2.4 MB | 328/748 kB | 221/324 kB | 61/264 kB
Progress (4): 0.6/2.4 MB | 328/748 kB | 221/324 kB | 65/264 kB
Progress (4): 0.6/2.4 MB | 332/748 kB | 221/324 kB | 65/264 kB
Progress (4): 0.6/2.4 MB | 336/748 kB | 221/324 kB | 65/264 kB
Progress (4): 0.6/2.4 MB | 336/748 kB | 225/324 kB | 65/264 kB
Progress (4): 0.6/2.4 MB | 340/748 kB | 225/324 kB | 65/264 kB
Progress (4): 0.6/2.4 MB | 340/748 kB | 225/324 kB | 66/264 kB
Progress (4): 0.6/2.4 MB | 340/748 kB | 225/324 kB | 66/264 kB
Progress (4): 0.6/2.4 MB | 340/748 kB | 225/324 kB | 70/264 kB
Progress (4): 0.6/2.4 MB | 344/748 kB | 225/324 kB | 70/264 kB
Progress (4): 0.6/2.4 MB | 344/748 kB | 229/324 kB | 70/264 kB
Progress (4): 0.6/2.4 MB | 348/748 kB | 229/324 kB | 70/264 kB
Progress (4): 0.6/2.4 MB | 348/748 kB | 229/324 kB | 74/264 kB
Progress (5): 0.6/2.4 MB | 348/748 kB | 229/324 kB | 74/264 kB | 4.1/41 kB
Progress (5): 0.6/2.4 MB | 348/748 kB | 229/324 kB | 74/264 kB | 4.1/41 kB
Progress (5): 0.6/2.4 MB | 348/748 kB | 229/324 kB | 74/264 kB | 7.7/41 kB
Progress (5): 0.6/2.4 MB | 348/748 kB | 229/324 kB | 78/264 kB | 7.7/41 kB
Progress (5): 0.6/2.4 MB | 352/748 kB | 229/324 kB | 78/264 kB | 7.7/41 kB
Progress (5): 0.6/2.4 MB | 352/748 kB | 229/324 kB | 78/264 kB | 7.7/41 kB
Progress (5): 0.6/2.4 MB | 356/748 kB | 229/324 kB | 78/264 kB | 7.7/41 kB
Progress (5): 0.6/2.4 MB | 356/748 kB | 229/324 kB | 82/264 kB | 7.7/41 kB
Progress (5): 0.6/2.4 MB | 356/748 kB | 229/324 kB | 82/264 kB | 12/41 kB 
Progress (5): 0.7/2.4 MB | 356/748 kB | 229/324 kB | 82/264 kB | 12/41 kB
Progress (5): 0.7/2.4 MB | 356/748 kB | 229/324 kB | 82/264 kB | 12/41 kB
Progress (5): 0.7/2.4 MB | 356/748 kB | 229/324 kB | 82/264 kB | 12/41 kB
Progress (5): 0.7/2.4 MB | 356/748 kB | 229/324 kB | 82/264 kB | 12/41 kB
Progress (5): 0.7/2.4 MB | 356/748 kB | 229/324 kB | 82/264 kB | 12/41 kB
Progress (5): 0.7/2.4 MB | 356/748 kB | 229/324 kB | 82/264 kB | 16/41 kB
Progress (5): 0.7/2.4 MB | 356/748 kB | 229/324 kB | 86/264 kB | 16/41 kB
Progress (5): 0.7/2.4 MB | 356/748 kB | 233/324 kB | 86/264 kB | 16/41 kB
Progress (5): 0.7/2.4 MB | 360/748 kB | 233/324 kB | 86/264 kB | 16/41 kB
Progress (5): 0.7/2.4 MB | 360/748 kB | 237/324 kB | 86/264 kB | 16/41 kB
Progress (5): 0.7/2.4 MB | 360/748 kB | 237/324 kB | 90/264 kB | 16/41 kB
Progress (5): 0.7/2.4 MB | 360/748 kB | 237/324 kB | 90/264 kB | 20/41 kB
Progress (5): 0.7/2.4 MB | 360/748 kB | 237/324 kB | 90/264 kB | 24/41 kB
Progress (5): 0.7/2.4 MB | 360/748 kB | 237/324 kB | 90/264 kB | 24/41 kB
Progress (5): 0.7/2.4 MB | 360/748 kB | 237/324 kB | 90/264 kB | 28/41 kB
Progress (5): 0.7/2.4 MB | 360/748 kB | 237/324 kB | 94/264 kB | 28/41 kB
Progress (5): 0.7/2.4 MB | 360/748 kB | 241/324 kB | 94/264 kB | 28/41 kB
Progress (5): 0.7/2.4 MB | 364/748 kB | 241/324 kB | 94/264 kB | 28/41 kB
Progress (5): 0.7/2.4 MB | 364/748 kB | 245/324 kB | 94/264 kB | 28/41 kB
Progress (5): 0.7/2.4 MB | 364/748 kB | 245/324 kB | 98/264 kB | 28/41 kB
Progress (5): 0.7/2.4 MB | 364/748 kB | 245/324 kB | 98/264 kB | 32/41 kB
Progress (5): 0.7/2.4 MB | 364/748 kB | 245/324 kB | 98/264 kB | 32/41 kB
Progress (5): 0.7/2.4 MB | 364/748 kB | 245/324 kB | 98/264 kB | 36/41 kB
Progress (5): 0.7/2.4 MB | 364/748 kB | 249/324 kB | 98/264 kB | 36/41 kB
Progress (5): 0.7/2.4 MB | 364/748 kB | 249/324 kB | 98/264 kB | 36/41 kB
Progress (5): 0.7/2.4 MB | 368/748 kB | 249/324 kB | 98/264 kB | 36/41 kB
Progress (5): 0.7/2.4 MB | 368/748 kB | 249/324 kB | 102/264 kB | 36/41 kB
Progress (5): 0.7/2.4 MB | 368/748 kB | 253/324 kB | 102/264 kB | 36/41 kB
Progress (5): 0.7/2.4 MB | 368/748 kB | 253/324 kB | 102/264 kB | 40/41 kB
Progress (5): 0.7/2.4 MB | 368/748 kB | 253/324 kB | 102/264 kB | 40/41 kB
Progress (5): 0.7/2.4 MB | 368/748 kB | 257/324 kB | 102/264 kB | 40/41 kB
Progress (5): 0.7/2.4 MB | 368/748 kB | 257/324 kB | 102/264 kB | 41 kB   
Progress (5): 0.7/2.4 MB | 368/748 kB | 257/324 kB | 106/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 372/748 kB | 257/324 kB | 106/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 372/748 kB | 257/324 kB | 110/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 372/748 kB | 261/324 kB | 110/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 372/748 kB | 261/324 kB | 110/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 372/748 kB | 262/324 kB | 110/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 372/748 kB | 262/324 kB | 114/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 376/748 kB | 262/324 kB | 114/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 376/748 kB | 266/324 kB | 114/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 376/748 kB | 266/324 kB | 114/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 376/748 kB | 270/324 kB | 114/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 380/748 kB | 270/324 kB | 114/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 380/748 kB | 270/324 kB | 118/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 380/748 kB | 274/324 kB | 118/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 384/748 kB | 274/324 kB | 118/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 384/748 kB | 274/324 kB | 118/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 388/748 kB | 274/324 kB | 118/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 388/748 kB | 278/324 kB | 118/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 388/748 kB | 278/324 kB | 122/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 392/748 kB | 278/324 kB | 122/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 392/748 kB | 278/324 kB | 122/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 396/748 kB | 278/324 kB | 122/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 396/748 kB | 278/324 kB | 126/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 396/748 kB | 282/324 kB | 126/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 396/748 kB | 282/324 kB | 130/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 400/748 kB | 282/324 kB | 130/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 400/748 kB | 282/324 kB | 130/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 400/748 kB | 282/324 kB | 131/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 400/748 kB | 286/324 kB | 131/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 400/748 kB | 286/324 kB | 135/264 kB | 41 kB
Progress (5): 0.7/2.4 MB | 400/748 kB | 290/324 kB | 135/264 kB | 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 37 kB/s)
14:46:39 Progress (4): 0.7/2.4 MB | 404/748 kB | 290/324 kB | 135/264 kB
Progress (4): 0.7/2.4 MB | 404/748 kB | 290/324 kB | 135/264 kB
Progress (4): 0.7/2.4 MB | 408/748 kB | 290/324 kB | 135/264 kB
Progress (4): 0.7/2.4 MB | 408/748 kB | 290/324 kB | 135/264 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar
14:46:39 Progress (4): 0.7/2.4 MB | 408/748 kB | 294/324 kB | 135/264 kB
Progress (4): 0.7/2.4 MB | 408/748 kB | 294/324 kB | 139/264 kB
Progress (4): 0.7/2.4 MB | 408/748 kB | 298/324 kB | 139/264 kB
Progress (4): 0.7/2.4 MB | 408/748 kB | 298/324 kB | 139/264 kB
Progress (4): 0.7/2.4 MB | 412/748 kB | 298/324 kB | 139/264 kB
Progress (4): 0.7/2.4 MB | 412/748 kB | 298/324 kB | 139/264 kB
Progress (4): 0.7/2.4 MB | 412/748 kB | 298/324 kB | 143/264 kB
Progress (4): 0.7/2.4 MB | 412/748 kB | 302/324 kB | 143/264 kB
Progress (4): 0.7/2.4 MB | 412/748 kB | 302/324 kB | 147/264 kB
Progress (4): 0.7/2.4 MB | 412/748 kB | 302/324 kB | 147/264 kB
Progress (4): 0.7/2.4 MB | 416/748 kB | 302/324 kB | 147/264 kB
Progress (4): 0.7/2.4 MB | 416/748 kB | 302/324 kB | 151/264 kB
Progress (4): 0.7/2.4 MB | 416/748 kB | 306/324 kB | 151/264 kB
Progress (4): 0.7/2.4 MB | 420/748 kB | 306/324 kB | 151/264 kB
Progress (4): 0.7/2.4 MB | 420/748 kB | 306/324 kB | 155/264 kB
Progress (4): 0.7/2.4 MB | 420/748 kB | 306/324 kB | 155/264 kB
Progress (4): 0.7/2.4 MB | 424/748 kB | 306/324 kB | 155/264 kB
Progress (4): 0.7/2.4 MB | 424/748 kB | 310/324 kB | 155/264 kB
Progress (4): 0.7/2.4 MB | 428/748 kB | 310/324 kB | 155/264 kB
Progress (4): 0.7/2.4 MB | 428/748 kB | 310/324 kB | 155/264 kB
Progress (4): 0.7/2.4 MB | 428/748 kB | 310/324 kB | 159/264 kB
Progress (4): 0.7/2.4 MB | 428/748 kB | 310/324 kB | 159/264 kB
Progress (4): 0.7/2.4 MB | 428/748 kB | 314/324 kB | 159/264 kB
Progress (4): 0.7/2.4 MB | 432/748 kB | 314/324 kB | 159/264 kB
Progress (4): 0.7/2.4 MB | 432/748 kB | 318/324 kB | 159/264 kB
Progress (4): 0.7/2.4 MB | 432/748 kB | 318/324 kB | 159/264 kB
Progress (4): 0.7/2.4 MB | 432/748 kB | 318/324 kB | 163/264 kB
Progress (4): 0.7/2.4 MB | 432/748 kB | 322/324 kB | 163/264 kB
Progress (4): 0.7/2.4 MB | 432/748 kB | 324 kB | 163/264 kB    
Progress (4): 0.7/2.4 MB | 436/748 kB | 324 kB | 163/264 kB
Progress (4): 0.7/2.4 MB | 436/748 kB | 324 kB | 164/264 kB
Progress (4): 0.7/2.4 MB | 436/748 kB | 324 kB | 164/264 kB
Progress (4): 0.7/2.4 MB | 436/748 kB | 324 kB | 168/264 kB
Progress (4): 0.7/2.4 MB | 440/748 kB | 324 kB | 168/264 kB
Progress (5): 0.7/2.4 MB | 440/748 kB | 324 kB | 168/264 kB | 0/1.6 MB
Progress (5): 0.7/2.4 MB | 440/748 kB | 324 kB | 172/264 kB | 0/1.6 MB
Progress (5): 0.7/2.4 MB | 440/748 kB | 324 kB | 172/264 kB | 0/1.6 MB
Progress (5): 0.7/2.4 MB | 440/748 kB | 324 kB | 176/264 kB | 0/1.6 MB
Progress (5): 0.7/2.4 MB | 440/748 kB | 324 kB | 176/264 kB | 0/1.6 MB
Progress (5): 0.7/2.4 MB | 440/748 kB | 324 kB | 176/264 kB | 0/1.6 MB
Progress (5): 0.7/2.4 MB | 444/748 kB | 324 kB | 176/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 444/748 kB | 324 kB | 176/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 444/748 kB | 324 kB | 180/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 444/748 kB | 324 kB | 180/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 448/748 kB | 324 kB | 180/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 448/748 kB | 324 kB | 180/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 452/748 kB | 324 kB | 180/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 452/748 kB | 324 kB | 184/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 452/748 kB | 324 kB | 184/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 452/748 kB | 324 kB | 188/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 456/748 kB | 324 kB | 188/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 456/748 kB | 324 kB | 188/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 460/748 kB | 324 kB | 188/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 460/748 kB | 324 kB | 192/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 460/748 kB | 324 kB | 192/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 460/748 kB | 324 kB | 196/264 kB | 0/1.6 MB
Progress (5): 0.8/2.4 MB | 460/748 kB | 324 kB | 196/264 kB | 0/1.6 MB
                                                                      
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 289 kB/s)
14:46:39 Progress (4): 0.8/2.4 MB | 464/748 kB | 196/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 464/748 kB | 196/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 464/748 kB | 197/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 464/748 kB | 197/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 464/748 kB | 197/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 468/748 kB | 197/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 468/748 kB | 197/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 468/748 kB | 197/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 468/748 kB | 201/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 468/748 kB | 201/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 468/748 kB | 201/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 472/748 kB | 201/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 472/748 kB | 201/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 472/748 kB | 205/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 476/748 kB | 205/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 476/748 kB | 205/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 476/748 kB | 205/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 476/748 kB | 209/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 480/748 kB | 209/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 480/748 kB | 213/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 480/748 kB | 213/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 480/748 kB | 213/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 480/748 kB | 217/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 480/748 kB | 217/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 480/748 kB | 217/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 484/748 kB | 217/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 484/748 kB | 217/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 484/748 kB | 221/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 484/748 kB | 221/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 488/748 kB | 221/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 488/748 kB | 225/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 488/748 kB | 229/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 488/748 kB | 229/264 kB | 0/1.6 MB
Progress (4): 0.8/2.4 MB | 488/748 kB | 229/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 488/748 kB | 229/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 488/748 kB | 233/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 492/748 kB | 233/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 492/748 kB | 237/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 492/748 kB | 237/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 492/748 kB | 237/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 492/748 kB | 237/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 492/748 kB | 237/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 492/748 kB | 241/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 496/748 kB | 241/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 496/748 kB | 245/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 496/748 kB | 245/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 496/748 kB | 245/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 496/748 kB | 249/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 496/748 kB | 249/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 500/748 kB | 249/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 500/748 kB | 253/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 500/748 kB | 253/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 500/748 kB | 257/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 500/748 kB | 261/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 500/748 kB | 261/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 504/748 kB | 261/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 504/748 kB | 261/264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 504/748 kB | 264 kB | 0.1/1.6 MB    
Progress (4): 0.8/2.4 MB | 504/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 504/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 508/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 508/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 508/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 512/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 512/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 512/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 516/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 516/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 516/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 520/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.8/2.4 MB | 520/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 520/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 524/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 524/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 524/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 528/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 528/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 528/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 532/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 532/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 532/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 536/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 536/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 536/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 536/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 540/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 540/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 544/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 544/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 544/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 544/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 548/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 548/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 548/748 kB | 264 kB | 0.1/1.6 MB
Progress (4): 0.9/2.4 MB | 552/748 kB | 264 kB | 0.1/1.6 MB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 220 kB/s)
14:46:39 Progress (3): 0.9/2.4 MB | 556/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 556/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 556/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 556/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 560/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 560/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 560/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 560/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 560/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 564/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 564/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 564/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 568/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 568/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 568/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 572/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 572/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 572/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 572/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 576/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 576/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 576/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 580/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 580/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 584/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 584/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 584/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 588/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 588/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 588/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 592/748 kB | 0.1/1.6 MB
Progress (3): 0.9/2.4 MB | 592/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 592/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 592/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 596/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 596/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 596/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 600/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 600/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 600/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 604/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 604/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 604/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 608/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 608/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 608/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 608/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 612/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 612/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 612/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 616/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 616/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 620/748 kB | 0.2/1.6 MB
Progress (3): 0.9/2.4 MB | 624/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 624/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 624/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 628/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 628/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 628/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 628/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 632/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 632/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 632/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 636/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 636/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 640/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 640/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 640/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 640/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 644/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 644/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 648/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 648/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 648/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 652/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 652/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 656/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 656/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 656/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 656/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 656/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 660/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 660/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 660/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 660/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 664/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 664/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 664/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 664/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 668/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 668/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 672/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 672/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 672/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 672/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 676/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 676/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 680/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 680/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 680/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 680/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 684/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 684/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 688/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 688/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 688/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 692/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 692/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 696/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 696/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 696/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 700/748 kB | 0.2/1.6 MB
Progress (3): 1.0/2.4 MB | 700/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 704/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 704/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 704/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 708/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 708/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 708/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 708/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 712/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 712/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 712/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 712/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 716/748 kB | 0.3/1.6 MB
Progress (3): 1.0/2.4 MB | 716/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 716/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 720/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 720/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 724/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 724/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 724/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 724/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 724/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 728/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 728/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 728/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 728/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 732/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 736/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 736/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 736/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 736/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 736/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 740/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 740/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 740/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 740/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.3/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.1/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.4/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.2/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.5/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.3/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.6/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.4/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.7/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.5/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.8/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.6/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 0.9/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.7/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 744/748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748/748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748/748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748/748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB    
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
Progress (3): 1.8/2.4 MB | 748 kB | 1.0/1.6 MB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (748 kB at 504 kB/s)
14:46:39 Progress (2): 1.8/2.4 MB | 1.0/1.6 MB
Progress (2): 1.8/2.4 MB | 1.0/1.6 MB
Progress (2): 1.8/2.4 MB | 1.0/1.6 MB
Progress (2): 1.8/2.4 MB | 1.0/1.6 MB
Progress (2): 1.8/2.4 MB | 1.0/1.6 MB
Progress (2): 1.8/2.4 MB | 1.0/1.6 MB
Progress (2): 1.8/2.4 MB | 1.0/1.6 MB
Progress (2): 1.8/2.4 MB | 1.0/1.6 MB
Progress (2): 1.8/2.4 MB | 1.0/1.6 MB
Progress (2): 1.8/2.4 MB | 1.0/1.6 MB
Progress (2): 1.9/2.4 MB | 1.0/1.6 MB
Progress (2): 1.9/2.4 MB | 1.0/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.1/1.6 MB
Progress (2): 1.9/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.2/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.3/1.6 MB
Progress (2): 2.1/2.4 MB | 1.4/1.6 MB
Progress (2): 2.1/2.4 MB | 1.4/1.6 MB
Progress (2): 2.1/2.4 MB | 1.4/1.6 MB
Progress (2): 2.1/2.4 MB | 1.4/1.6 MB
Progress (2): 2.1/2.4 MB | 1.4/1.6 MB
Progress (2): 2.1/2.4 MB | 1.4/1.6 MB
Progress (2): 2.1/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.4/1.6 MB
Progress (2): 2.2/2.4 MB | 1.5/1.6 MB
Progress (2): 2.2/2.4 MB | 1.5/1.6 MB
Progress (2): 2.2/2.4 MB | 1.5/1.6 MB
Progress (2): 2.2/2.4 MB | 1.5/1.6 MB
Progress (2): 2.2/2.4 MB | 1.5/1.6 MB
Progress (2): 2.2/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.5/1.6 MB
Progress (2): 2.3/2.4 MB | 1.6/1.6 MB
Progress (2): 2.3/2.4 MB | 1.6/1.6 MB
Progress (2): 2.3/2.4 MB | 1.6/1.6 MB
Progress (2): 2.4/2.4 MB | 1.6/1.6 MB
Progress (2): 2.4/2.4 MB | 1.6/1.6 MB
Progress (2): 2.4/2.4 MB | 1.6/1.6 MB
Progress (2): 2.4/2.4 MB | 1.6/1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB    
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4/2.4 MB | 1.6 MB
Progress (2): 2.4 MB | 1.6 MB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar (1.6 MB at 979 kB/s)
14:46:39 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 1.5 MB/s)
14:46:39 [INFO] 
14:46:39 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ parent ---
14:46:39 [INFO] 
14:46:39 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ parent ---
14:46:39 [INFO] 
14:46:39 [INFO] --------------------< org.eclipse.reddeer:plugins >---------------------
14:46:39 [INFO] Building RedDeer Plugins 2.8.0-SNAPSHOT                           [2/59]
14:46:39 [INFO] --------------------------------[ pom ]---------------------------------
14:46:39 [INFO] 
14:46:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins ---
14:46:39 [INFO] 
14:46:39 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins ---
14:46:39 [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.milestone/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:46:39 [INFO] 
14:46:39 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ plugins ---
14:46:39 [INFO] 
14:46:39 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ plugins ---
14:46:39 [INFO] 
14:46:39 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ plugins ---
14:46:39 [INFO] 
14:46:39 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ plugins ---
14:46:39 [INFO] 
14:46:39 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ plugins ---
14:46:39 [INFO] 
14:46:39 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >-----------
14:46:39 [INFO] Building RedDeer Common 2.8.0-SNAPSHOT                            [3/59]
14:46:39 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:46:39 [INFO] 
14:46:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common ---
14:46:39 [INFO] 
14:46:39 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common ---
14:46:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom
14:46:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom
14:46:39 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom (1.8 kB at 107 kB/s)
14:46:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom
14:46:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom
14:46:39 Progress (1): 4.1/9.7 kB
Progress (1): 7.7/9.7 kB
Progress (1): 9.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom (9.7 kB at 571 kB/s)
14:46:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom
14:46:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom
14:46:39 Progress (1): 4.1/35 kB
Progress (1): 7.7/35 kB
Progress (1): 12/35 kB 
Progress (1): 16/35 kB
Progress (1): 20/35 kB
Progress (1): 24/35 kB
Progress (1): 28/35 kB
Progress (1): 32/35 kB
Progress (1): 35 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom (35 kB at 1.7 MB/s)
14:46:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
14:46:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
14:46:39 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 202 kB/s)
14:46:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
14:46:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
14:46:39 Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 118 kB/s)
14:46:39 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
14:46:39 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
14:46:40 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 70 kB/s)
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
14:46:40 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
14:46:40 Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 194 kB/s)
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
14:46:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
14:46:40 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 120 kB/s)
14:46:40 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
14:46:40 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
14:46:40 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 108 kB/s)
14:46:40 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
14:46:40 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
14:46:40 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 393 kB/s)
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom
14:46:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom
14:46:40 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom (1.6 kB at 41 kB/s)
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom
14:46:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom
14:46:40 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom (1.1 kB at 38 kB/s)
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom
14:46:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom
14:46:40 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom (1.5 kB at 47 kB/s)
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
14:46:40 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
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar
14:46:40 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar
14:46:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar
14:46:40 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
14:46:40 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
14:46:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
14:46:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar
14:46:40 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
Progress (2): 11 kB | 4.1/281 kB
Progress (2): 11 kB | 7.7/281 kB
Progress (2): 11 kB | 12/281 kB 
Progress (2): 11 kB | 16/281 kB
Progress (2): 11 kB | 20/281 kB
Progress (2): 11 kB | 24/281 kB
Progress (2): 11 kB | 28/281 kB
Progress (2): 11 kB | 32/281 kB
Progress (2): 11 kB | 36/281 kB
Progress (2): 11 kB | 40/281 kB
Progress (2): 11 kB | 44/281 kB
Progress (2): 11 kB | 48/281 kB
Progress (2): 11 kB | 52/281 kB
Progress (2): 11 kB | 56/281 kB
Progress (2): 11 kB | 60/281 kB
Progress (2): 11 kB | 64/281 kB
Progress (2): 11 kB | 68/281 kB
Progress (2): 11 kB | 72/281 kB
Progress (3): 11 kB | 72/281 kB | 0/2.7 MB
Progress (3): 11 kB | 76/281 kB | 0/2.7 MB
Progress (3): 11 kB | 76/281 kB | 0/2.7 MB
Progress (3): 11 kB | 80/281 kB | 0/2.7 MB
Progress (3): 11 kB | 80/281 kB | 0/2.7 MB
Progress (3): 11 kB | 84/281 kB | 0/2.7 MB
Progress (3): 11 kB | 84/281 kB | 0/2.7 MB
Progress (3): 11 kB | 88/281 kB | 0/2.7 MB
Progress (4): 11 kB | 88/281 kB | 0/2.7 MB | 4.1/166 kB
Progress (4): 11 kB | 92/281 kB | 0/2.7 MB | 4.1/166 kB
Progress (4): 11 kB | 92/281 kB | 0/2.7 MB | 4.1/166 kB
Progress (4): 11 kB | 96/281 kB | 0/2.7 MB | 4.1/166 kB
Progress (4): 11 kB | 96/281 kB | 0/2.7 MB | 7.7/166 kB
Progress (4): 11 kB | 100/281 kB | 0/2.7 MB | 7.7/166 kB
Progress (4): 11 kB | 100/281 kB | 0/2.7 MB | 7.7/166 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar (11 kB at 258 kB/s)
14:46:40 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
14:46:40 Progress (4): 100/281 kB | 0/2.7 MB | 7.7/166 kB | 4.1/70 kB
Progress (4): 100/281 kB | 0/2.7 MB | 7.7/166 kB | 4.1/70 kB
Progress (4): 100/281 kB | 0/2.7 MB | 12/166 kB | 4.1/70 kB 
Progress (4): 104/281 kB | 0/2.7 MB | 12/166 kB | 4.1/70 kB
Progress (4): 104/281 kB | 0/2.7 MB | 16/166 kB | 4.1/70 kB
Progress (4): 104/281 kB | 0/2.7 MB | 16/166 kB | 4.1/70 kB
Progress (4): 104/281 kB | 0/2.7 MB | 20/166 kB | 4.1/70 kB
Progress (4): 104/281 kB | 0/2.7 MB | 20/166 kB | 7.7/70 kB
Progress (4): 104/281 kB | 0/2.7 MB | 20/166 kB | 7.7/70 kB
Progress (4): 104/281 kB | 0/2.7 MB | 24/166 kB | 7.7/70 kB
Progress (4): 108/281 kB | 0/2.7 MB | 24/166 kB | 7.7/70 kB
Progress (4): 108/281 kB | 0/2.7 MB | 28/166 kB | 7.7/70 kB
Progress (4): 108/281 kB | 0/2.7 MB | 28/166 kB | 7.7/70 kB
Progress (4): 108/281 kB | 0/2.7 MB | 28/166 kB | 12/70 kB 
Progress (4): 108/281 kB | 0/2.7 MB | 32/166 kB | 12/70 kB
Progress (4): 112/281 kB | 0/2.7 MB | 32/166 kB | 12/70 kB
Progress (4): 112/281 kB | 0/2.7 MB | 36/166 kB | 12/70 kB
Progress (4): 112/281 kB | 0/2.7 MB | 36/166 kB | 12/70 kB
Progress (4): 112/281 kB | 0/2.7 MB | 36/166 kB | 16/70 kB
Progress (4): 112/281 kB | 0/2.7 MB | 36/166 kB | 16/70 kB
Progress (4): 116/281 kB | 0/2.7 MB | 36/166 kB | 16/70 kB
Progress (4): 116/281 kB | 0/2.7 MB | 40/166 kB | 16/70 kB
Progress (4): 116/281 kB | 0.1/2.7 MB | 40/166 kB | 16/70 kB
Progress (4): 120/281 kB | 0.1/2.7 MB | 40/166 kB | 16/70 kB
Progress (4): 120/281 kB | 0.1/2.7 MB | 40/166 kB | 20/70 kB
Progress (4): 120/281 kB | 0.1/2.7 MB | 40/166 kB | 20/70 kB
Progress (4): 120/281 kB | 0.1/2.7 MB | 44/166 kB | 20/70 kB
Progress (5): 120/281 kB | 0.1/2.7 MB | 44/166 kB | 20/70 kB | 4.1/26 kB
Progress (5): 120/281 kB | 0.1/2.7 MB | 44/166 kB | 24/70 kB | 4.1/26 kB
Progress (5): 124/281 kB | 0.1/2.7 MB | 44/166 kB | 24/70 kB | 4.1/26 kB
Progress (5): 124/281 kB | 0.1/2.7 MB | 44/166 kB | 24/70 kB | 7.7/26 kB
Progress (5): 124/281 kB | 0.1/2.7 MB | 44/166 kB | 24/70 kB | 7.7/26 kB
Progress (5): 124/281 kB | 0.1/2.7 MB | 48/166 kB | 24/70 kB | 7.7/26 kB
Progress (5): 124/281 kB | 0.1/2.7 MB | 48/166 kB | 24/70 kB | 7.7/26 kB
Progress (5): 124/281 kB | 0.1/2.7 MB | 52/166 kB | 24/70 kB | 7.7/26 kB
Progress (5): 124/281 kB | 0.1/2.7 MB | 52/166 kB | 24/70 kB | 12/26 kB 
Progress (5): 128/281 kB | 0.1/2.7 MB | 52/166 kB | 24/70 kB | 12/26 kB
Progress (5): 128/281 kB | 0.1/2.7 MB | 52/166 kB | 28/70 kB | 12/26 kB
Progress (5): 132/281 kB | 0.1/2.7 MB | 52/166 kB | 28/70 kB | 12/26 kB
Progress (5): 132/281 kB | 0.1/2.7 MB | 52/166 kB | 28/70 kB | 16/26 kB
Progress (5): 132/281 kB | 0.1/2.7 MB | 52/166 kB | 28/70 kB | 16/26 kB
Progress (5): 132/281 kB | 0.1/2.7 MB | 56/166 kB | 28/70 kB | 16/26 kB
Progress (5): 132/281 kB | 0.1/2.7 MB | 56/166 kB | 28/70 kB | 16/26 kB
Progress (5): 132/281 kB | 0.1/2.7 MB | 56/166 kB | 28/70 kB | 20/26 kB
Progress (5): 136/281 kB | 0.1/2.7 MB | 56/166 kB | 28/70 kB | 20/26 kB
Progress (5): 136/281 kB | 0.1/2.7 MB | 56/166 kB | 32/70 kB | 20/26 kB
Progress (5): 140/281 kB | 0.1/2.7 MB | 56/166 kB | 32/70 kB | 20/26 kB
Progress (5): 140/281 kB | 0.1/2.7 MB | 56/166 kB | 32/70 kB | 20/26 kB
Progress (5): 140/281 kB | 0.1/2.7 MB | 56/166 kB | 32/70 kB | 24/26 kB
Progress (5): 140/281 kB | 0.1/2.7 MB | 60/166 kB | 32/70 kB | 24/26 kB
Progress (5): 140/281 kB | 0.1/2.7 MB | 60/166 kB | 32/70 kB | 26 kB   
Progress (5): 140/281 kB | 0.1/2.7 MB | 60/166 kB | 32/70 kB | 26 kB
Progress (5): 144/281 kB | 0.1/2.7 MB | 60/166 kB | 32/70 kB | 26 kB
Progress (5): 144/281 kB | 0.1/2.7 MB | 60/166 kB | 36/70 kB | 26 kB
Progress (5): 144/281 kB | 0.1/2.7 MB | 60/166 kB | 36/70 kB | 26 kB
Progress (5): 144/281 kB | 0.1/2.7 MB | 64/166 kB | 36/70 kB | 26 kB
Progress (5): 144/281 kB | 0.1/2.7 MB | 64/166 kB | 36/70 kB | 26 kB
Progress (5): 148/281 kB | 0.1/2.7 MB | 64/166 kB | 36/70 kB | 26 kB
Progress (5): 148/281 kB | 0.1/2.7 MB | 64/166 kB | 40/70 kB | 26 kB
Progress (5): 148/281 kB | 0.1/2.7 MB | 64/166 kB | 40/70 kB | 26 kB
Progress (5): 152/281 kB | 0.1/2.7 MB | 64/166 kB | 40/70 kB | 26 kB
Progress (5): 152/281 kB | 0.1/2.7 MB | 68/166 kB | 40/70 kB | 26 kB
Progress (5): 156/281 kB | 0.1/2.7 MB | 68/166 kB | 40/70 kB | 26 kB
Progress (5): 156/281 kB | 0.1/2.7 MB | 68/166 kB | 40/70 kB | 26 kB
Progress (5): 156/281 kB | 0.1/2.7 MB | 68/166 kB | 44/70 kB | 26 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 421 kB/s)
14:46:40 Progress (4): 160/281 kB | 0.1/2.7 MB | 68/166 kB | 44/70 kB
Progress (4): 160/281 kB | 0.1/2.7 MB | 72/166 kB | 44/70 kB
Progress (4): 164/281 kB | 0.1/2.7 MB | 72/166 kB | 44/70 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar
14:46:40 Progress (4): 164/281 kB | 0.1/2.7 MB | 72/166 kB | 44/70 kB
Progress (4): 164/281 kB | 0.1/2.7 MB | 72/166 kB | 48/70 kB
Progress (4): 164/281 kB | 0.1/2.7 MB | 72/166 kB | 48/70 kB
Progress (4): 164/281 kB | 0.1/2.7 MB | 76/166 kB | 48/70 kB
Progress (4): 168/281 kB | 0.1/2.7 MB | 76/166 kB | 48/70 kB
Progress (4): 168/281 kB | 0.1/2.7 MB | 80/166 kB | 48/70 kB
Progress (4): 168/281 kB | 0.1/2.7 MB | 80/166 kB | 48/70 kB
Progress (4): 168/281 kB | 0.1/2.7 MB | 80/166 kB | 52/70 kB
Progress (4): 168/281 kB | 0.1/2.7 MB | 84/166 kB | 52/70 kB
Progress (4): 168/281 kB | 0.1/2.7 MB | 84/166 kB | 52/70 kB
Progress (4): 172/281 kB | 0.1/2.7 MB | 84/166 kB | 52/70 kB
Progress (4): 172/281 kB | 0.1/2.7 MB | 88/166 kB | 52/70 kB
Progress (4): 172/281 kB | 0.1/2.7 MB | 88/166 kB | 56/70 kB
Progress (4): 172/281 kB | 0.1/2.7 MB | 88/166 kB | 56/70 kB
Progress (4): 176/281 kB | 0.1/2.7 MB | 88/166 kB | 56/70 kB
Progress (4): 176/281 kB | 0.1/2.7 MB | 88/166 kB | 56/70 kB
Progress (4): 176/281 kB | 0.1/2.7 MB | 88/166 kB | 60/70 kB
Progress (4): 176/281 kB | 0.1/2.7 MB | 92/166 kB | 60/70 kB
Progress (4): 176/281 kB | 0.1/2.7 MB | 92/166 kB | 60/70 kB
Progress (4): 176/281 kB | 0.1/2.7 MB | 92/166 kB | 64/70 kB
Progress (4): 180/281 kB | 0.1/2.7 MB | 92/166 kB | 64/70 kB
Progress (4): 180/281 kB | 0.1/2.7 MB | 92/166 kB | 64/70 kB
Progress (4): 180/281 kB | 0.1/2.7 MB | 96/166 kB | 64/70 kB
Progress (4): 184/281 kB | 0.1/2.7 MB | 96/166 kB | 64/70 kB
Progress (4): 184/281 kB | 0.1/2.7 MB | 96/166 kB | 68/70 kB
Progress (4): 188/281 kB | 0.1/2.7 MB | 96/166 kB | 68/70 kB
Progress (4): 188/281 kB | 0.1/2.7 MB | 100/166 kB | 68/70 kB
Progress (4): 188/281 kB | 0.1/2.7 MB | 100/166 kB | 68/70 kB
Progress (4): 188/281 kB | 0.1/2.7 MB | 104/166 kB | 68/70 kB
Progress (4): 192/281 kB | 0.1/2.7 MB | 104/166 kB | 68/70 kB
Progress (4): 192/281 kB | 0.1/2.7 MB | 104/166 kB | 70 kB   
Progress (4): 196/281 kB | 0.1/2.7 MB | 104/166 kB | 70 kB
Progress (4): 196/281 kB | 0.1/2.7 MB | 108/166 kB | 70 kB
Progress (4): 196/281 kB | 0.1/2.7 MB | 108/166 kB | 70 kB
Progress (4): 196/281 kB | 0.1/2.7 MB | 112/166 kB | 70 kB
Progress (5): 196/281 kB | 0.1/2.7 MB | 112/166 kB | 70 kB | 4.1/320 kB
Progress (5): 200/281 kB | 0.1/2.7 MB | 112/166 kB | 70 kB | 4.1/320 kB
Progress (5): 200/281 kB | 0.1/2.7 MB | 112/166 kB | 70 kB | 7.7/320 kB
Progress (5): 200/281 kB | 0.1/2.7 MB | 116/166 kB | 70 kB | 7.7/320 kB
Progress (5): 200/281 kB | 0.1/2.7 MB | 116/166 kB | 70 kB | 7.7/320 kB
Progress (5): 200/281 kB | 0.1/2.7 MB | 120/166 kB | 70 kB | 7.7/320 kB
Progress (5): 200/281 kB | 0.1/2.7 MB | 120/166 kB | 70 kB | 12/320 kB 
Progress (5): 204/281 kB | 0.1/2.7 MB | 120/166 kB | 70 kB | 12/320 kB
Progress (5): 204/281 kB | 0.1/2.7 MB | 120/166 kB | 70 kB | 16/320 kB
Progress (5): 204/281 kB | 0.1/2.7 MB | 124/166 kB | 70 kB | 16/320 kB
Progress (5): 204/281 kB | 0.1/2.7 MB | 124/166 kB | 70 kB | 16/320 kB
Progress (5): 204/281 kB | 0.1/2.7 MB | 124/166 kB | 70 kB | 20/320 kB
Progress (5): 204/281 kB | 0.1/2.7 MB | 128/166 kB | 70 kB | 20/320 kB
Progress (5): 208/281 kB | 0.1/2.7 MB | 128/166 kB | 70 kB | 20/320 kB
Progress (5): 208/281 kB | 0.1/2.7 MB | 128/166 kB | 70 kB | 24/320 kB
Progress (5): 208/281 kB | 0.1/2.7 MB | 128/166 kB | 70 kB | 24/320 kB
Progress (5): 208/281 kB | 0.1/2.7 MB | 128/166 kB | 70 kB | 28/320 kB
Progress (5): 212/281 kB | 0.1/2.7 MB | 128/166 kB | 70 kB | 28/320 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 892 kB/s)
14:46:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar
14:46:40 Progress (4): 212/281 kB | 0.1/2.7 MB | 132/166 kB | 28/320 kB
Progress (4): 216/281 kB | 0.1/2.7 MB | 132/166 kB | 28/320 kB
Progress (4): 216/281 kB | 0.1/2.7 MB | 132/166 kB | 32/320 kB
Progress (4): 216/281 kB | 0.2/2.7 MB | 132/166 kB | 32/320 kB
Progress (4): 216/281 kB | 0.2/2.7 MB | 132/166 kB | 33/320 kB
Progress (4): 216/281 kB | 0.2/2.7 MB | 132/166 kB | 33/320 kB
Progress (4): 216/281 kB | 0.2/2.7 MB | 132/166 kB | 37/320 kB
Progress (4): 216/281 kB | 0.2/2.7 MB | 132/166 kB | 41/320 kB
Progress (4): 220/281 kB | 0.2/2.7 MB | 132/166 kB | 41/320 kB
Progress (4): 220/281 kB | 0.2/2.7 MB | 136/166 kB | 41/320 kB
Progress (4): 224/281 kB | 0.2/2.7 MB | 136/166 kB | 41/320 kB
Progress (4): 224/281 kB | 0.2/2.7 MB | 136/166 kB | 45/320 kB
Progress (4): 228/281 kB | 0.2/2.7 MB | 136/166 kB | 45/320 kB
Progress (4): 228/281 kB | 0.2/2.7 MB | 136/166 kB | 45/320 kB
Progress (4): 232/281 kB | 0.2/2.7 MB | 136/166 kB | 45/320 kB
Progress (4): 232/281 kB | 0.2/2.7 MB | 136/166 kB | 49/320 kB
Progress (4): 236/281 kB | 0.2/2.7 MB | 136/166 kB | 49/320 kB
Progress (4): 236/281 kB | 0.2/2.7 MB | 136/166 kB | 53/320 kB
Progress (4): 236/281 kB | 0.2/2.7 MB | 140/166 kB | 53/320 kB
Progress (4): 236/281 kB | 0.2/2.7 MB | 140/166 kB | 57/320 kB
Progress (4): 240/281 kB | 0.2/2.7 MB | 140/166 kB | 57/320 kB
Progress (4): 240/281 kB | 0.2/2.7 MB | 140/166 kB | 61/320 kB
Progress (4): 240/281 kB | 0.2/2.7 MB | 140/166 kB | 65/320 kB
Progress (4): 240/281 kB | 0.2/2.7 MB | 140/166 kB | 65/320 kB
Progress (4): 240/281 kB | 0.2/2.7 MB | 140/166 kB | 66/320 kB
Progress (4): 244/281 kB | 0.2/2.7 MB | 140/166 kB | 66/320 kB
Progress (4): 244/281 kB | 0.2/2.7 MB | 144/166 kB | 66/320 kB
Progress (4): 248/281 kB | 0.2/2.7 MB | 144/166 kB | 66/320 kB
Progress (4): 248/281 kB | 0.2/2.7 MB | 144/166 kB | 70/320 kB
Progress (4): 248/281 kB | 0.2/2.7 MB | 144/166 kB | 70/320 kB
Progress (4): 248/281 kB | 0.2/2.7 MB | 144/166 kB | 74/320 kB
Progress (4): 252/281 kB | 0.2/2.7 MB | 144/166 kB | 74/320 kB
Progress (4): 252/281 kB | 0.2/2.7 MB | 148/166 kB | 74/320 kB
Progress (5): 252/281 kB | 0.2/2.7 MB | 148/166 kB | 74/320 kB | 0/4.2 MB
Progress (5): 252/281 kB | 0.2/2.7 MB | 152/166 kB | 74/320 kB | 0/4.2 MB
Progress (5): 252/281 kB | 0.2/2.7 MB | 152/166 kB | 78/320 kB | 0/4.2 MB
Progress (5): 256/281 kB | 0.2/2.7 MB | 152/166 kB | 78/320 kB | 0/4.2 MB
Progress (5): 256/281 kB | 0.2/2.7 MB | 152/166 kB | 78/320 kB | 0/4.2 MB
Progress (5): 260/281 kB | 0.2/2.7 MB | 152/166 kB | 78/320 kB | 0/4.2 MB
Progress (5): 260/281 kB | 0.2/2.7 MB | 152/166 kB | 82/320 kB | 0/4.2 MB
Progress (5): 260/281 kB | 0.2/2.7 MB | 156/166 kB | 82/320 kB | 0/4.2 MB
Progress (5): 260/281 kB | 0.2/2.7 MB | 156/166 kB | 82/320 kB | 0/4.2 MB
Progress (5): 260/281 kB | 0.2/2.7 MB | 160/166 kB | 82/320 kB | 0/4.2 MB
Progress (5): 260/281 kB | 0.2/2.7 MB | 160/166 kB | 82/320 kB | 0/4.2 MB
Progress (5): 260/281 kB | 0.2/2.7 MB | 160/166 kB | 86/320 kB | 0/4.2 MB
Progress (5): 260/281 kB | 0.2/2.7 MB | 160/166 kB | 90/320 kB | 0/4.2 MB
Progress (5): 264/281 kB | 0.2/2.7 MB | 160/166 kB | 90/320 kB | 0/4.2 MB
Progress (5): 264/281 kB | 0.2/2.7 MB | 160/166 kB | 90/320 kB | 0/4.2 MB
Progress (5): 268/281 kB | 0.2/2.7 MB | 160/166 kB | 90/320 kB | 0/4.2 MB
Progress (5): 268/281 kB | 0.2/2.7 MB | 160/166 kB | 94/320 kB | 0/4.2 MB
Progress (5): 268/281 kB | 0.2/2.7 MB | 160/166 kB | 94/320 kB | 0/4.2 MB
Progress (5): 268/281 kB | 0.2/2.7 MB | 164/166 kB | 94/320 kB | 0/4.2 MB
Progress (5): 268/281 kB | 0.2/2.7 MB | 164/166 kB | 98/320 kB | 0/4.2 MB
Progress (5): 268/281 kB | 0.2/2.7 MB | 164/166 kB | 98/320 kB | 0/4.2 MB
Progress (5): 272/281 kB | 0.2/2.7 MB | 164/166 kB | 98/320 kB | 0/4.2 MB
Progress (5): 272/281 kB | 0.2/2.7 MB | 164/166 kB | 98/320 kB | 0/4.2 MB
Progress (5): 272/281 kB | 0.2/2.7 MB | 164/166 kB | 98/320 kB | 0/4.2 MB
Progress (5): 272/281 kB | 0.2/2.7 MB | 166 kB | 98/320 kB | 0/4.2 MB    
Progress (5): 272/281 kB | 0.2/2.7 MB | 166 kB | 98/320 kB | 0/4.2 MB
Progress (5): 272/281 kB | 0.2/2.7 MB | 166 kB | 102/320 kB | 0/4.2 MB
Progress (5): 272/281 kB | 0.2/2.7 MB | 166 kB | 102/320 kB | 0/4.2 MB
Progress (5): 276/281 kB | 0.2/2.7 MB | 166 kB | 102/320 kB | 0/4.2 MB
Progress (5): 276/281 kB | 0.2/2.7 MB | 166 kB | 102/320 kB | 0/4.2 MB
Progress (5): 276/281 kB | 0.2/2.7 MB | 166 kB | 106/320 kB | 0/4.2 MB
Progress (5): 276/281 kB | 0.2/2.7 MB | 166 kB | 106/320 kB | 0/4.2 MB
Progress (5): 276/281 kB | 0.2/2.7 MB | 166 kB | 106/320 kB | 0/4.2 MB
Progress (5): 280/281 kB | 0.2/2.7 MB | 166 kB | 106/320 kB | 0/4.2 MB
Progress (5): 280/281 kB | 0.2/2.7 MB | 166 kB | 106/320 kB | 0/4.2 MB
Progress (5): 280/281 kB | 0.2/2.7 MB | 166 kB | 106/320 kB | 0/4.2 MB
Progress (5): 280/281 kB | 0.2/2.7 MB | 166 kB | 110/320 kB | 0/4.2 MB
Progress (5): 280/281 kB | 0.2/2.7 MB | 166 kB | 110/320 kB | 0/4.2 MB
Progress (5): 280/281 kB | 0.2/2.7 MB | 166 kB | 110/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 110/320 kB | 0/4.2 MB    
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 110/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 110/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 114/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 114/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 114/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 114/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 118/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 118/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 118/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 122/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 122/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 122/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 122/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 126/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 126/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 126/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 130/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 130/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 131/320 kB | 0/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 131/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 135/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 135/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 139/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 139/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 143/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 143/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 147/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 147/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 147/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 151/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 151/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 155/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 155/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 159/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 159/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.2/2.7 MB | 166 kB | 163/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 163/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 164/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 164/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 164/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 164/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 168/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 168/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 168/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 168/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 172/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 172/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 176/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 176/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 180/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 180/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 184/320 kB | 0.1/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 166 kB | 188/320 kB | 0.1/4.2 MB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 1.7 MB/s)
14:46:40 Progress (4): 0.3/2.7 MB | 166 kB | 188/320 kB | 0.1/4.2 MB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar
14:46:40 Progress (4): 0.3/2.7 MB | 166 kB | 192/320 kB | 0.1/4.2 MB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 959 kB/s)
14:46:40 Progress (3): 0.3/2.7 MB | 192/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 196/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 196/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 196/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 200/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 200/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 200/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 204/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 204/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 204/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 208/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 208/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 208/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 208/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 208/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 208/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 208/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 208/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 212/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 212/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 216/320 kB | 0.1/4.2 MB
Progress (3): 0.3/2.7 MB | 220/320 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 220/320 kB | 0.1/4.2 MB | 4.1/797 kB
Progress (4): 0.3/2.7 MB | 220/320 kB | 0.1/4.2 MB | 7.7/797 kB
Progress (4): 0.3/2.7 MB | 220/320 kB | 0.1/4.2 MB | 7.7/797 kB
Progress (4): 0.3/2.7 MB | 220/320 kB | 0.1/4.2 MB | 7.7/797 kB
Progress (4): 0.3/2.7 MB | 220/320 kB | 0.1/4.2 MB | 7.7/797 kB
Progress (4): 0.3/2.7 MB | 224/320 kB | 0.1/4.2 MB | 7.7/797 kB
Progress (4): 0.3/2.7 MB | 224/320 kB | 0.1/4.2 MB | 7.7/797 kB
Progress (4): 0.3/2.7 MB | 228/320 kB | 0.1/4.2 MB | 7.7/797 kB
Progress (4): 0.3/2.7 MB | 228/320 kB | 0.1/4.2 MB | 7.7/797 kB
Progress (4): 0.3/2.7 MB | 228/320 kB | 0.1/4.2 MB | 7.7/797 kB
Progress (4): 0.3/2.7 MB | 228/320 kB | 0.1/4.2 MB | 12/797 kB 
Progress (4): 0.3/2.7 MB | 232/320 kB | 0.1/4.2 MB | 12/797 kB
Progress (4): 0.3/2.7 MB | 232/320 kB | 0.1/4.2 MB | 12/797 kB
Progress (4): 0.3/2.7 MB | 236/320 kB | 0.1/4.2 MB | 12/797 kB
Progress (4): 0.3/2.7 MB | 236/320 kB | 0.1/4.2 MB | 12/797 kB
Progress (4): 0.3/2.7 MB | 236/320 kB | 0.1/4.2 MB | 12/797 kB
Progress (4): 0.3/2.7 MB | 236/320 kB | 0.1/4.2 MB | 16/797 kB
Progress (4): 0.3/2.7 MB | 236/320 kB | 0.1/4.2 MB | 20/797 kB
Progress (4): 0.3/2.7 MB | 236/320 kB | 0.1/4.2 MB | 20/797 kB
Progress (4): 0.3/2.7 MB | 240/320 kB | 0.1/4.2 MB | 20/797 kB
Progress (4): 0.3/2.7 MB | 240/320 kB | 0.1/4.2 MB | 24/797 kB
Progress (4): 0.3/2.7 MB | 240/320 kB | 0.1/4.2 MB | 24/797 kB
Progress (4): 0.3/2.7 MB | 240/320 kB | 0.1/4.2 MB | 24/797 kB
Progress (4): 0.3/2.7 MB | 244/320 kB | 0.1/4.2 MB | 24/797 kB
Progress (4): 0.3/2.7 MB | 244/320 kB | 0.2/4.2 MB | 24/797 kB
Progress (4): 0.3/2.7 MB | 244/320 kB | 0.2/4.2 MB | 24/797 kB
Progress (4): 0.3/2.7 MB | 244/320 kB | 0.2/4.2 MB | 28/797 kB
Progress (4): 0.3/2.7 MB | 244/320 kB | 0.2/4.2 MB | 28/797 kB
Progress (4): 0.3/2.7 MB | 248/320 kB | 0.2/4.2 MB | 28/797 kB
Progress (4): 0.3/2.7 MB | 248/320 kB | 0.2/4.2 MB | 28/797 kB
Progress (4): 0.3/2.7 MB | 248/320 kB | 0.2/4.2 MB | 32/797 kB
Progress (4): 0.3/2.7 MB | 248/320 kB | 0.2/4.2 MB | 32/797 kB
Progress (4): 0.3/2.7 MB | 248/320 kB | 0.2/4.2 MB | 32/797 kB
Progress (4): 0.3/2.7 MB | 248/320 kB | 0.2/4.2 MB | 32/797 kB
Progress (4): 0.3/2.7 MB | 252/320 kB | 0.2/4.2 MB | 32/797 kB
Progress (4): 0.3/2.7 MB | 252/320 kB | 0.2/4.2 MB | 32/797 kB
Progress (4): 0.3/2.7 MB | 252/320 kB | 0.2/4.2 MB | 32/797 kB
Progress (4): 0.3/2.7 MB | 252/320 kB | 0.2/4.2 MB | 33/797 kB
Progress (4): 0.3/2.7 MB | 252/320 kB | 0.2/4.2 MB | 33/797 kB
Progress (4): 0.3/2.7 MB | 252/320 kB | 0.2/4.2 MB | 33/797 kB
Progress (4): 0.3/2.7 MB | 256/320 kB | 0.2/4.2 MB | 33/797 kB
Progress (4): 0.3/2.7 MB | 256/320 kB | 0.2/4.2 MB | 33/797 kB
Progress (4): 0.3/2.7 MB | 256/320 kB | 0.2/4.2 MB | 33/797 kB
Progress (4): 0.3/2.7 MB | 256/320 kB | 0.2/4.2 MB | 37/797 kB
Progress (4): 0.3/2.7 MB | 256/320 kB | 0.2/4.2 MB | 37/797 kB
Progress (4): 0.3/2.7 MB | 256/320 kB | 0.2/4.2 MB | 37/797 kB
Progress (4): 0.3/2.7 MB | 260/320 kB | 0.2/4.2 MB | 37/797 kB
Progress (4): 0.3/2.7 MB | 260/320 kB | 0.2/4.2 MB | 37/797 kB
Progress (4): 0.3/2.7 MB | 260/320 kB | 0.2/4.2 MB | 37/797 kB
Progress (4): 0.3/2.7 MB | 260/320 kB | 0.2/4.2 MB | 41/797 kB
Progress (4): 0.3/2.7 MB | 264/320 kB | 0.2/4.2 MB | 41/797 kB
Progress (4): 0.3/2.7 MB | 264/320 kB | 0.2/4.2 MB | 41/797 kB
Progress (4): 0.3/2.7 MB | 268/320 kB | 0.2/4.2 MB | 41/797 kB
Progress (4): 0.3/2.7 MB | 268/320 kB | 0.2/4.2 MB | 45/797 kB
Progress (4): 0.4/2.7 MB | 268/320 kB | 0.2/4.2 MB | 45/797 kB
Progress (4): 0.4/2.7 MB | 272/320 kB | 0.2/4.2 MB | 45/797 kB
Progress (4): 0.4/2.7 MB | 272/320 kB | 0.2/4.2 MB | 49/797 kB
Progress (4): 0.4/2.7 MB | 272/320 kB | 0.2/4.2 MB | 49/797 kB
Progress (4): 0.4/2.7 MB | 272/320 kB | 0.2/4.2 MB | 53/797 kB
Progress (4): 0.4/2.7 MB | 276/320 kB | 0.2/4.2 MB | 53/797 kB
Progress (4): 0.4/2.7 MB | 276/320 kB | 0.2/4.2 MB | 53/797 kB
Progress (4): 0.4/2.7 MB | 280/320 kB | 0.2/4.2 MB | 53/797 kB
Progress (4): 0.4/2.7 MB | 280/320 kB | 0.2/4.2 MB | 53/797 kB
Progress (4): 0.4/2.7 MB | 280/320 kB | 0.2/4.2 MB | 57/797 kB
Progress (4): 0.4/2.7 MB | 280/320 kB | 0.2/4.2 MB | 57/797 kB
Progress (4): 0.4/2.7 MB | 280/320 kB | 0.2/4.2 MB | 57/797 kB
Progress (4): 0.4/2.7 MB | 284/320 kB | 0.2/4.2 MB | 57/797 kB
Progress (4): 0.4/2.7 MB | 284/320 kB | 0.2/4.2 MB | 57/797 kB
Progress (4): 0.4/2.7 MB | 284/320 kB | 0.2/4.2 MB | 57/797 kB
Progress (4): 0.4/2.7 MB | 284/320 kB | 0.2/4.2 MB | 61/797 kB
Progress (4): 0.4/2.7 MB | 284/320 kB | 0.2/4.2 MB | 61/797 kB
Progress (4): 0.4/2.7 MB | 288/320 kB | 0.2/4.2 MB | 61/797 kB
Progress (4): 0.4/2.7 MB | 288/320 kB | 0.2/4.2 MB | 61/797 kB
Progress (4): 0.4/2.7 MB | 288/320 kB | 0.2/4.2 MB | 65/797 kB
Progress (4): 0.4/2.7 MB | 288/320 kB | 0.2/4.2 MB | 65/797 kB
Progress (4): 0.4/2.7 MB | 288/320 kB | 0.2/4.2 MB | 65/797 kB
Progress (4): 0.4/2.7 MB | 292/320 kB | 0.2/4.2 MB | 65/797 kB
Progress (4): 0.4/2.7 MB | 292/320 kB | 0.2/4.2 MB | 65/797 kB
Progress (4): 0.4/2.7 MB | 292/320 kB | 0.2/4.2 MB | 65/797 kB
Progress (4): 0.4/2.7 MB | 292/320 kB | 0.2/4.2 MB | 66/797 kB
Progress (4): 0.4/2.7 MB | 292/320 kB | 0.2/4.2 MB | 66/797 kB
Progress (4): 0.4/2.7 MB | 292/320 kB | 0.2/4.2 MB | 70/797 kB
Progress (4): 0.4/2.7 MB | 296/320 kB | 0.2/4.2 MB | 70/797 kB
Progress (4): 0.4/2.7 MB | 296/320 kB | 0.2/4.2 MB | 70/797 kB
Progress (4): 0.4/2.7 MB | 296/320 kB | 0.2/4.2 MB | 74/797 kB
Progress (4): 0.4/2.7 MB | 296/320 kB | 0.2/4.2 MB | 74/797 kB
Progress (4): 0.4/2.7 MB | 296/320 kB | 0.2/4.2 MB | 78/797 kB
Progress (4): 0.4/2.7 MB | 296/320 kB | 0.2/4.2 MB | 78/797 kB
Progress (4): 0.4/2.7 MB | 300/320 kB | 0.2/4.2 MB | 78/797 kB
Progress (4): 0.4/2.7 MB | 300/320 kB | 0.2/4.2 MB | 82/797 kB
Progress (4): 0.4/2.7 MB | 300/320 kB | 0.2/4.2 MB | 82/797 kB
Progress (4): 0.4/2.7 MB | 304/320 kB | 0.2/4.2 MB | 82/797 kB
Progress (4): 0.4/2.7 MB | 304/320 kB | 0.2/4.2 MB | 82/797 kB
Progress (4): 0.4/2.7 MB | 304/320 kB | 0.2/4.2 MB | 82/797 kB
Progress (4): 0.4/2.7 MB | 308/320 kB | 0.2/4.2 MB | 82/797 kB
Progress (4): 0.4/2.7 MB | 308/320 kB | 0.2/4.2 MB | 86/797 kB
Progress (4): 0.4/2.7 MB | 308/320 kB | 0.2/4.2 MB | 86/797 kB
Progress (4): 0.4/2.7 MB | 308/320 kB | 0.2/4.2 MB | 86/797 kB
Progress (4): 0.4/2.7 MB | 308/320 kB | 0.2/4.2 MB | 90/797 kB
Progress (4): 0.4/2.7 MB | 312/320 kB | 0.2/4.2 MB | 90/797 kB
Progress (4): 0.4/2.7 MB | 312/320 kB | 0.2/4.2 MB | 90/797 kB
Progress (4): 0.4/2.7 MB | 312/320 kB | 0.2/4.2 MB | 90/797 kB
Progress (4): 0.4/2.7 MB | 312/320 kB | 0.2/4.2 MB | 90/797 kB
Progress (4): 0.4/2.7 MB | 312/320 kB | 0.2/4.2 MB | 94/797 kB
Progress (4): 0.4/2.7 MB | 316/320 kB | 0.2/4.2 MB | 94/797 kB
Progress (4): 0.4/2.7 MB | 316/320 kB | 0.2/4.2 MB | 98/797 kB
Progress (4): 0.4/2.7 MB | 316/320 kB | 0.2/4.2 MB | 98/797 kB
Progress (4): 0.4/2.7 MB | 316/320 kB | 0.2/4.2 MB | 98/797 kB
Progress (4): 0.4/2.7 MB | 316/320 kB | 0.2/4.2 MB | 98/797 kB
Progress (4): 0.4/2.7 MB | 316/320 kB | 0.2/4.2 MB | 98/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 98/797 kB    
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 98/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 98/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 98/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 102/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 102/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 106/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 106/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 106/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 106/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 110/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 110/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 110/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 114/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 114/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 114/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 118/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 118/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 118/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 122/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 122/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 122/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 126/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 126/797 kB
Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 126/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 126/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 130/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 130/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 130/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 131/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 131/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 131/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 135/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 135/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 139/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 139/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 139/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 143/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 143/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 143/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 147/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 147/797 kB
Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 147/797 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar (320 kB at 1.2 MB/s)
14:46:41 Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 147/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 147/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 151/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 151/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 151/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 155/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 155/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 155/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 159/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 159/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 159/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 163/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 163/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 163/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 163/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 164/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 164/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 164/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 168/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 168/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 172/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 172/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 172/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 176/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 176/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 176/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 176/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 180/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 180/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 180/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 184/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 184/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 188/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 188/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 188/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 188/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 188/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 192/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 192/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 192/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 196/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 196/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 196/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 197/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 197/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 197/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 201/797 kB
Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 201/797 kB
Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 201/797 kB
Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 205/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 205/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 205/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 209/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 209/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 209/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 213/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 213/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 213/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 217/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 217/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 217/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 221/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 221/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 221/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 225/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 225/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 225/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 229/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 229/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 229/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 229/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 229/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 229/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 229/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 233/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 233/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 237/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 237/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 237/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 241/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 241/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 241/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 245/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 245/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 245/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 249/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 249/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 249/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 253/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 253/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 253/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 257/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 257/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 257/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 261/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 261/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 261/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 261/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 262/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 262/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 262/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 266/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 266/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 270/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 270/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 270/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 274/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 274/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 278/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 278/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 282/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 282/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 286/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 286/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 286/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 290/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 294/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 294/797 kB
Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 295/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 295/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 299/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 299/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 303/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 303/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 307/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 307/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 311/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 311/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 315/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 315/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 319/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 319/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 323/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 323/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 327/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 327/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 328/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 328/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 332/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 332/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 336/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 336/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 340/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 340/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 344/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 348/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 352/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 356/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 360/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 360/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 365/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 368/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 373/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 376/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 381/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 384/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 389/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 392/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 393/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 397/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 401/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 405/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 409/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 413/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 417/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 421/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 425/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 429/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 433/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 437/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 441/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 445/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 449/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 453/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 457/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 461/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 465/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 469/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 473/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 477/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 481/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 485/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 489/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 493/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 497/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 501/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 505/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 509/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 513/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 517/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 521/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 525/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 529/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 533/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 537/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 541/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 545/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 549/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 553/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 557/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 561/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 565/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 569/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 573/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 577/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 581/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 585/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 589/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 593/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 597/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 601/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 605/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 609/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 613/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 617/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 621/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 625/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 629/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 633/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 637/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 641/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 645/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 649/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 653/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 657/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 661/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 665/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 669/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 673/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 677/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 681/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 685/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 689/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 693/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 697/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 701/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 705/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 709/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 713/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 717/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 721/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 725/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 729/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 733/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 737/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 741/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 745/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 749/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 753/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 757/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 761/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 765/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 769/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 773/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 777/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 781/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 785/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 789/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 793/797 kB
Progress (3): 0.7/2.7 MB | 0.4/4.2 MB | 797 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar (797 kB at 1.7 MB/s)
14:46:41 Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.4/4.2 MB
Progress (2): 0.7/2.7 MB | 0.5/4.2 MB
Progress (2): 0.7/2.7 MB | 0.5/4.2 MB
Progress (2): 0.7/2.7 MB | 0.5/4.2 MB
Progress (2): 0.7/2.7 MB | 0.5/4.2 MB
Progress (2): 0.7/2.7 MB | 0.5/4.2 MB
Progress (2): 0.7/2.7 MB | 0.5/4.2 MB
Progress (2): 0.7/2.7 MB | 0.5/4.2 MB
Progress (2): 0.7/2.7 MB | 0.5/4.2 MB
Progress (2): 0.7/2.7 MB | 0.5/4.2 MB
Progress (2): 0.7/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.5/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.6/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.7/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.8/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 0.9/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.0/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.1/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.2/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.3/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.4/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.5/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.8/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.6/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 0.9/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.7/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.0/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.8/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.1/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 1.9/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.2/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.0/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.3/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.1/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.4/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.2/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.5/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.3/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.6/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.4/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.7/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.5/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.8/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.6/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.7/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 1.9/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.8/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.0/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 2.9/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.1/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.0/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.2/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.1/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.3/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.2/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.4/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.3/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.5/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.4/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.6/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.5/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7/2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB    
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.6/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
Progress (2): 2.7 MB | 3.7/4.2 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar (2.7 MB at 2.3 MB/s)
14:46:41 Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar (4.2 MB at 3.3 MB/s)
14:46:42 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:46:42 [INFO] 
14:46:42 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common ---
14:46:42 [INFO] 
14:46:42 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.common ---
14:46:42 [INFO] 
14:46:42 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common ---
14:46: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.milestone/plugins/org.eclipse.reddeer.common/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:46:42 [INFO] 
14:46:42 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common ---
14:46:42 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
14:46:42 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
14:46:42 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 165 kB/s)
14:46:42 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
14:46:42 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
14:46:42 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 190 kB/s)
14:46:42 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom
14:46:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
14:46:42 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 67 kB/s)
14:46:42 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
14:46:42 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
14:46:42 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 99 kB/s)
14:46:42 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
14:46:42 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
14:46:42 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 54 kB/s)
14:46:42 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
14:46:42 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
14:46:42 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 119 kB/s)
14:46:42 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
14:46:42 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
14:46:42 Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 20 kB/s)
14:46:42 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
14:46:42 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
14:46:42 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 29 kB/s)
14:46:42 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
14:46:42 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
14:46:42 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 106 kB/s)
14:46:42 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
14:46:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
14:46:42 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 104 kB/s)
14:46:42 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
14:46:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
14:46:42 Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 157 kB/s)
14:46:42 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
14:46:42 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
14:46:42 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 26 kB/s)
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
14:46:42 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
14:46:42 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
14:46:42 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 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
14:46:42 Progress (1): 4.1/116 kB
Progress (1): 7.7/116 kB
Progress (2): 7.7/116 kB | 4.1/35 kB
Progress (2): 12/116 kB | 4.1/35 kB 
Progress (2): 12/116 kB | 7.7/35 kB
Progress (2): 16/116 kB | 7.7/35 kB
Progress (2): 16/116 kB | 12/35 kB 
Progress (2): 16/116 kB | 16/35 kB
Progress (2): 20/116 kB | 16/35 kB
Progress (2): 24/116 kB | 16/35 kB
Progress (2): 24/116 kB | 20/35 kB
Progress (2): 24/116 kB | 24/35 kB
Progress (2): 28/116 kB | 24/35 kB
Progress (2): 32/116 kB | 24/35 kB
Progress (2): 32/116 kB | 28/35 kB
Progress (3): 32/116 kB | 28/35 kB | 4.1/152 kB
Progress (3): 32/116 kB | 32/35 kB | 4.1/152 kB
Progress (3): 32/116 kB | 32/35 kB | 7.7/152 kB
Progress (3): 32/116 kB | 35 kB | 7.7/152 kB   
Progress (3): 36/116 kB | 35 kB | 7.7/152 kB
Progress (4): 36/116 kB | 35 kB | 7.7/152 kB | 4.1/57 kB
Progress (4): 40/116 kB | 35 kB | 7.7/152 kB | 4.1/57 kB
Progress (4): 40/116 kB | 35 kB | 7.7/152 kB | 7.7/57 kB
Progress (4): 44/116 kB | 35 kB | 7.7/152 kB | 7.7/57 kB
Progress (4): 48/116 kB | 35 kB | 7.7/152 kB | 7.7/57 kB
Progress (4): 52/116 kB | 35 kB | 7.7/152 kB | 7.7/57 kB
Progress (4): 56/116 kB | 35 kB | 7.7/152 kB | 7.7/57 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 705 kB/s)
14:46:42 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
14:46:42 Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 4.1/21 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 7.7/21 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 12/21 kB 
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 16/21 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 20/21 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 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.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 310 kB/s)
14:46:42 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
14:46:42 Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 4.1/9.9 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 7.7/9.9 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 9.9 kB    
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 108 kB/s)
14:46:42 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
14:46:42 Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 4.1/5.9 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 5.9 kB    
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 54 kB/s)
14:46:42 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
14:46:42 Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 4.1/24 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 7.7/24 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 12/24 kB 
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 16/24 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 20/24 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 24/24 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 24 kB   
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 194 kB/s)
14:46:42 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
14:46:43 Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 4.1/14 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 7.7/14 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 12/14 kB 
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 14 kB   
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 91 kB/s)
14:46:43 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
14:46:43 Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 4.1/30 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 7.7/30 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 12/30 kB 
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 16/30 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 20/30 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 24/30 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 28/30 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 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 171 kB/s)
14:46:43 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
14:46:43 Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 4.1/37 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 7.7/37 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 12/37 kB 
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 16/37 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 20/37 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 24/37 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 28/37 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 32/37 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 36/37 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 37 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 187 kB/s)
14:46:43 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
14:46:43 Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 4.1/13 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 7.7/13 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 12/13 kB 
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 13 kB   
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 62 kB/s)
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
14:46:43 Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 4.1/38 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 7.7/38 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 12/38 kB 
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 16/38 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 20/38 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 24/38 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 28/38 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 32/38 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 36/38 kB
Progress (4): 56/116 kB | 7.7/152 kB | 7.7/57 kB | 38 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 158 kB/s)
14:46:43 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
14:46:43 Progress (3): 56/116 kB | 12/152 kB | 7.7/57 kB
Progress (3): 56/116 kB | 16/152 kB | 7.7/57 kB
Progress (3): 56/116 kB | 20/152 kB | 7.7/57 kB
Progress (3): 56/116 kB | 24/152 kB | 7.7/57 kB
Progress (3): 56/116 kB | 24/152 kB | 12/57 kB 
Progress (3): 56/116 kB | 24/152 kB | 16/57 kB
Progress (3): 60/116 kB | 24/152 kB | 16/57 kB
Progress (3): 64/116 kB | 24/152 kB | 16/57 kB
Progress (3): 64/116 kB | 24/152 kB | 20/57 kB
Progress (3): 64/116 kB | 24/152 kB | 24/57 kB
Progress (3): 68/116 kB | 24/152 kB | 24/57 kB
Progress (3): 72/116 kB | 24/152 kB | 24/57 kB
Progress (3): 76/116 kB | 24/152 kB | 24/57 kB
Progress (3): 80/116 kB | 24/152 kB | 24/57 kB
Progress (3): 80/116 kB | 28/152 kB | 24/57 kB
Progress (3): 84/116 kB | 28/152 kB | 24/57 kB
Progress (3): 84/116 kB | 32/152 kB | 24/57 kB
Progress (3): 88/116 kB | 32/152 kB | 24/57 kB
Progress (3): 88/116 kB | 36/152 kB | 24/57 kB
Progress (3): 88/116 kB | 36/152 kB | 28/57 kB
Progress (3): 88/116 kB | 40/152 kB | 28/57 kB
Progress (3): 92/116 kB | 40/152 kB | 28/57 kB
Progress (3): 92/116 kB | 40/152 kB | 32/57 kB
Progress (3): 96/116 kB | 40/152 kB | 32/57 kB
Progress (3): 96/116 kB | 44/152 kB | 32/57 kB
Progress (3): 96/116 kB | 48/152 kB | 32/57 kB
Progress (3): 96/116 kB | 48/152 kB | 36/57 kB
Progress (3): 100/116 kB | 48/152 kB | 36/57 kB
Progress (3): 100/116 kB | 52/152 kB | 36/57 kB
Progress (3): 100/116 kB | 52/152 kB | 40/57 kB
Progress (3): 100/116 kB | 56/152 kB | 40/57 kB
Progress (3): 104/116 kB | 56/152 kB | 40/57 kB
Progress (3): 104/116 kB | 60/152 kB | 40/57 kB
Progress (3): 104/116 kB | 60/152 kB | 44/57 kB
Progress (3): 108/116 kB | 60/152 kB | 44/57 kB
Progress (3): 108/116 kB | 64/152 kB | 44/57 kB
Progress (3): 108/116 kB | 64/152 kB | 48/57 kB
Progress (3): 112/116 kB | 64/152 kB | 48/57 kB
Progress (3): 112/116 kB | 64/152 kB | 52/57 kB
Progress (3): 112/116 kB | 68/152 kB | 52/57 kB
Progress (3): 116/116 kB | 68/152 kB | 52/57 kB
Progress (3): 116 kB | 68/152 kB | 52/57 kB    
Progress (3): 116 kB | 68/152 kB | 56/57 kB
Progress (3): 116 kB | 72/152 kB | 56/57 kB
Progress (3): 116 kB | 72/152 kB | 57 kB   
Progress (3): 116 kB | 76/152 kB | 57 kB
Progress (3): 116 kB | 80/152 kB | 57 kB
Progress (3): 116 kB | 84/152 kB | 57 kB
Progress (3): 116 kB | 88/152 kB | 57 kB
Progress (3): 116 kB | 92/152 kB | 57 kB
Progress (3): 116 kB | 96/152 kB | 57 kB
Progress (3): 116 kB | 100/152 kB | 57 kB
Progress (3): 116 kB | 104/152 kB | 57 kB
Progress (3): 116 kB | 108/152 kB | 57 kB
Progress (3): 116 kB | 112/152 kB | 57 kB
Progress (4): 116 kB | 112/152 kB | 57 kB | 4.1/87 kB
Progress (4): 116 kB | 112/152 kB | 57 kB | 7.7/87 kB
Progress (4): 116 kB | 112/152 kB | 57 kB | 12/87 kB 
Progress (4): 116 kB | 112/152 kB | 57 kB | 16/87 kB
Progress (4): 116 kB | 112/152 kB | 57 kB | 20/87 kB
Progress (4): 116 kB | 112/152 kB | 57 kB | 24/87 kB
Progress (5): 116 kB | 112/152 kB | 57 kB | 24/87 kB | 4.1/29 kB
Progress (5): 116 kB | 112/152 kB | 57 kB | 28/87 kB | 4.1/29 kB
Progress (5): 116 kB | 112/152 kB | 57 kB | 28/87 kB | 7.7/29 kB
Progress (5): 116 kB | 112/152 kB | 57 kB | 32/87 kB | 7.7/29 kB
Progress (5): 116 kB | 112/152 kB | 57 kB | 33/87 kB | 7.7/29 kB
Progress (5): 116 kB | 112/152 kB | 57 kB | 33/87 kB | 12/29 kB 
Progress (5): 116 kB | 112/152 kB | 57 kB | 33/87 kB | 16/29 kB
Progress (5): 116 kB | 112/152 kB | 57 kB | 37/87 kB | 16/29 kB
Progress (5): 116 kB | 112/152 kB | 57 kB | 41/87 kB | 16/29 kB
Progress (5): 116 kB | 112/152 kB | 57 kB | 45/87 kB | 16/29 kB
Progress (5): 116 kB | 112/152 kB | 57 kB | 49/87 kB | 16/29 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 209 kB/s)
14:46:43 Progress (4): 116 kB | 112/152 kB | 53/87 kB | 16/29 kB
Progress (4): 116 kB | 112/152 kB | 53/87 kB | 20/29 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 429 kB/s)
14:46:43 Progress (3): 112/152 kB | 57/87 kB | 20/29 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
14:46:43 Progress (3): 112/152 kB | 61/87 kB | 20/29 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
14:46:43 Progress (3): 112/152 kB | 61/87 kB | 24/29 kB
Progress (3): 112/152 kB | 65/87 kB | 24/29 kB
Progress (3): 112/152 kB | 65/87 kB | 28/29 kB
Progress (3): 112/152 kB | 65/87 kB | 29 kB   
Progress (3): 112/152 kB | 69/87 kB | 29 kB
Progress (3): 112/152 kB | 73/87 kB | 29 kB
Progress (3): 112/152 kB | 77/87 kB | 29 kB
Progress (3): 112/152 kB | 81/87 kB | 29 kB
Progress (3): 112/152 kB | 85/87 kB | 29 kB
Progress (3): 112/152 kB | 87 kB | 29 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 103 kB/s)
14:46:43 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
14:46:43 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 311 kB/s)
14:46:43 Progress (2): 112/152 kB | 4.1/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
14:46:43 Progress (2): 112/152 kB | 7.7/49 kB
Progress (2): 112/152 kB | 12/49 kB 
Progress (2): 112/152 kB | 16/49 kB
Progress (2): 112/152 kB | 20/49 kB
Progress (2): 112/152 kB | 24/49 kB
Progress (2): 112/152 kB | 28/49 kB
Progress (2): 112/152 kB | 32/49 kB
Progress (2): 112/152 kB | 36/49 kB
Progress (2): 112/152 kB | 40/49 kB
Progress (2): 112/152 kB | 44/49 kB
Progress (2): 112/152 kB | 48/49 kB
Progress (2): 112/152 kB | 49 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 168 kB/s)
14:46:43 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
14:46:43 Progress (2): 112/152 kB | 4.1/86 kB
Progress (2): 112/152 kB | 7.7/86 kB
Progress (3): 112/152 kB | 7.7/86 kB | 4.1/121 kB
Progress (3): 112/152 kB | 7.7/86 kB | 7.7/121 kB
Progress (3): 112/152 kB | 12/86 kB | 7.7/121 kB 
Progress (3): 112/152 kB | 12/86 kB | 12/121 kB 
Progress (3): 112/152 kB | 16/86 kB | 12/121 kB
Progress (3): 112/152 kB | 16/86 kB | 16/121 kB
Progress (3): 112/152 kB | 20/86 kB | 16/121 kB
Progress (3): 112/152 kB | 20/86 kB | 20/121 kB
Progress (3): 112/152 kB | 24/86 kB | 20/121 kB
Progress (3): 112/152 kB | 24/86 kB | 24/121 kB
Progress (3): 112/152 kB | 28/86 kB | 24/121 kB
Progress (3): 112/152 kB | 28/86 kB | 28/121 kB
Progress (3): 112/152 kB | 32/86 kB | 28/121 kB
Progress (3): 112/152 kB | 32/86 kB | 32/121 kB
Progress (3): 112/152 kB | 32/86 kB | 33/121 kB
Progress (3): 112/152 kB | 32/86 kB | 37/121 kB
Progress (3): 112/152 kB | 32/86 kB | 41/121 kB
Progress (4): 112/152 kB | 32/86 kB | 41/121 kB | 4.1/223 kB
Progress (4): 112/152 kB | 32/86 kB | 41/121 kB | 7.7/223 kB
Progress (4): 112/152 kB | 33/86 kB | 41/121 kB | 7.7/223 kB
Progress (4): 112/152 kB | 33/86 kB | 45/121 kB | 7.7/223 kB
Progress (4): 112/152 kB | 33/86 kB | 45/121 kB | 12/223 kB 
Progress (5): 112/152 kB | 33/86 kB | 45/121 kB | 12/223 kB | 4.1/10 kB
Progress (5): 112/152 kB | 33/86 kB | 45/121 kB | 16/223 kB | 4.1/10 kB
Progress (5): 112/152 kB | 37/86 kB | 45/121 kB | 16/223 kB | 4.1/10 kB
Progress (5): 112/152 kB | 37/86 kB | 49/121 kB | 16/223 kB | 4.1/10 kB
Progress (5): 112/152 kB | 37/86 kB | 49/121 kB | 20/223 kB | 4.1/10 kB
Progress (5): 112/152 kB | 41/86 kB | 49/121 kB | 20/223 kB | 4.1/10 kB
Progress (5): 112/152 kB | 41/86 kB | 49/121 kB | 20/223 kB | 7.7/10 kB
Progress (5): 112/152 kB | 45/86 kB | 49/121 kB | 20/223 kB | 7.7/10 kB
Progress (5): 112/152 kB | 45/86 kB | 49/121 kB | 24/223 kB | 7.7/10 kB
Progress (5): 112/152 kB | 45/86 kB | 53/121 kB | 24/223 kB | 7.7/10 kB
Progress (5): 112/152 kB | 49/86 kB | 53/121 kB | 24/223 kB | 7.7/10 kB
Progress (5): 112/152 kB | 49/86 kB | 53/121 kB | 24/223 kB | 10 kB    
Progress (5): 112/152 kB | 53/86 kB | 53/121 kB | 24/223 kB | 10 kB
Progress (5): 112/152 kB | 53/86 kB | 53/121 kB | 28/223 kB | 10 kB
Progress (5): 112/152 kB | 53/86 kB | 57/121 kB | 28/223 kB | 10 kB
Progress (5): 112/152 kB | 53/86 kB | 57/121 kB | 32/223 kB | 10 kB
Progress (5): 112/152 kB | 57/86 kB | 57/121 kB | 32/223 kB | 10 kB
Progress (5): 112/152 kB | 57/86 kB | 57/121 kB | 33/223 kB | 10 kB
Progress (5): 112/152 kB | 57/86 kB | 61/121 kB | 33/223 kB | 10 kB
Progress (5): 112/152 kB | 61/86 kB | 61/121 kB | 33/223 kB | 10 kB
Progress (5): 112/152 kB | 61/86 kB | 61/121 kB | 37/223 kB | 10 kB
Progress (5): 112/152 kB | 61/86 kB | 65/121 kB | 37/223 kB | 10 kB
Progress (5): 112/152 kB | 61/86 kB | 65/121 kB | 41/223 kB | 10 kB
Progress (5): 112/152 kB | 65/86 kB | 65/121 kB | 41/223 kB | 10 kB
Progress (5): 112/152 kB | 65/86 kB | 65/121 kB | 45/223 kB | 10 kB
Progress (5): 112/152 kB | 65/86 kB | 66/121 kB | 45/223 kB | 10 kB
Progress (5): 112/152 kB | 69/86 kB | 66/121 kB | 45/223 kB | 10 kB
Progress (5): 112/152 kB | 69/86 kB | 66/121 kB | 49/223 kB | 10 kB
Progress (5): 112/152 kB | 73/86 kB | 66/121 kB | 49/223 kB | 10 kB
Progress (5): 112/152 kB | 73/86 kB | 70/121 kB | 49/223 kB | 10 kB
Progress (5): 112/152 kB | 73/86 kB | 70/121 kB | 53/223 kB | 10 kB
Progress (5): 112/152 kB | 77/86 kB | 70/121 kB | 53/223 kB | 10 kB
Progress (5): 112/152 kB | 77/86 kB | 74/121 kB | 53/223 kB | 10 kB
Progress (5): 112/152 kB | 81/86 kB | 74/121 kB | 53/223 kB | 10 kB
Progress (5): 112/152 kB | 81/86 kB | 74/121 kB | 57/223 kB | 10 kB
Progress (5): 112/152 kB | 85/86 kB | 74/121 kB | 57/223 kB | 10 kB
Progress (5): 112/152 kB | 85/86 kB | 78/121 kB | 57/223 kB | 10 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 30 kB/s)
14:46:43 Progress (4): 112/152 kB | 85/86 kB | 78/121 kB | 61/223 kB
Progress (4): 112/152 kB | 86 kB | 78/121 kB | 61/223 kB   
Progress (4): 112/152 kB | 86 kB | 78/121 kB | 65/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
14:46:43 Progress (4): 112/152 kB | 86 kB | 82/121 kB | 65/223 kB
Progress (4): 112/152 kB | 86 kB | 82/121 kB | 66/223 kB
Progress (4): 112/152 kB | 86 kB | 86/121 kB | 66/223 kB
Progress (4): 112/152 kB | 86 kB | 86/121 kB | 70/223 kB
Progress (4): 112/152 kB | 86 kB | 90/121 kB | 70/223 kB
Progress (4): 112/152 kB | 86 kB | 90/121 kB | 74/223 kB
Progress (4): 112/152 kB | 86 kB | 94/121 kB | 74/223 kB
Progress (4): 112/152 kB | 86 kB | 94/121 kB | 78/223 kB
Progress (4): 112/152 kB | 86 kB | 98/121 kB | 78/223 kB
Progress (4): 112/152 kB | 86 kB | 98/121 kB | 82/223 kB
Progress (4): 112/152 kB | 86 kB | 102/121 kB | 82/223 kB
Progress (4): 112/152 kB | 86 kB | 102/121 kB | 86/223 kB
Progress (4): 112/152 kB | 86 kB | 106/121 kB | 86/223 kB
Progress (4): 112/152 kB | 86 kB | 106/121 kB | 90/223 kB
Progress (4): 112/152 kB | 86 kB | 110/121 kB | 90/223 kB
Progress (4): 112/152 kB | 86 kB | 110/121 kB | 94/223 kB
Progress (4): 112/152 kB | 86 kB | 114/121 kB | 94/223 kB
Progress (4): 112/152 kB | 86 kB | 114/121 kB | 98/223 kB
Progress (4): 112/152 kB | 86 kB | 118/121 kB | 98/223 kB
Progress (4): 112/152 kB | 86 kB | 118/121 kB | 98/223 kB
Progress (4): 112/152 kB | 86 kB | 121 kB | 98/223 kB    
Progress (4): 112/152 kB | 86 kB | 121 kB | 102/223 kB
Progress (4): 112/152 kB | 86 kB | 121 kB | 106/223 kB
Progress (4): 112/152 kB | 86 kB | 121 kB | 110/223 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 245 kB/s)
14:46:43 Progress (3): 112/152 kB | 121 kB | 114/223 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
14:46:43 Progress (3): 112/152 kB | 121 kB | 118/223 kB
Progress (3): 112/152 kB | 121 kB | 122/223 kB
Progress (3): 112/152 kB | 121 kB | 126/223 kB
Progress (3): 112/152 kB | 121 kB | 130/223 kB
Progress (3): 112/152 kB | 121 kB | 134/223 kB
Progress (3): 112/152 kB | 121 kB | 138/223 kB
Progress (3): 112/152 kB | 121 kB | 142/223 kB
Progress (3): 112/152 kB | 121 kB | 146/223 kB
Progress (3): 112/152 kB | 121 kB | 150/223 kB
Progress (3): 112/152 kB | 121 kB | 154/223 kB
Progress (3): 112/152 kB | 121 kB | 158/223 kB
Progress (3): 112/152 kB | 121 kB | 162/223 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 339 kB/s)
14:46:43 Progress (2): 112/152 kB | 166/223 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
14:46:43 Progress (2): 112/152 kB | 170/223 kB
Progress (2): 112/152 kB | 174/223 kB
Progress (2): 112/152 kB | 178/223 kB
Progress (3): 112/152 kB | 178/223 kB | 4.1/35 kB
Progress (3): 112/152 kB | 182/223 kB | 4.1/35 kB
Progress (3): 112/152 kB | 182/223 kB | 7.7/35 kB
Progress (4): 112/152 kB | 182/223 kB | 7.7/35 kB | 4.1/6.8 kB
Progress (4): 112/152 kB | 186/223 kB | 7.7/35 kB | 4.1/6.8 kB
Progress (4): 112/152 kB | 186/223 kB | 7.7/35 kB | 6.8 kB    
Progress (4): 112/152 kB | 186/223 kB | 12/35 kB | 6.8 kB 
Progress (4): 112/152 kB | 190/223 kB | 12/35 kB | 6.8 kB
Progress (4): 112/152 kB | 190/223 kB | 16/35 kB | 6.8 kB
Progress (4): 112/152 kB | 194/223 kB | 16/35 kB | 6.8 kB
Progress (4): 112/152 kB | 194/223 kB | 20/35 kB | 6.8 kB
Progress (4): 112/152 kB | 198/223 kB | 20/35 kB | 6.8 kB
Progress (4): 112/152 kB | 198/223 kB | 24/35 kB | 6.8 kB
Progress (4): 112/152 kB | 202/223 kB | 24/35 kB | 6.8 kB
Progress (4): 112/152 kB | 202/223 kB | 28/35 kB | 6.8 kB
Progress (4): 112/152 kB | 206/223 kB | 28/35 kB | 6.8 kB
Progress (4): 112/152 kB | 206/223 kB | 32/35 kB | 6.8 kB
Progress (4): 112/152 kB | 210/223 kB | 32/35 kB | 6.8 kB
Progress (4): 112/152 kB | 210/223 kB | 35 kB | 6.8 kB   
Progress (4): 112/152 kB | 214/223 kB | 35 kB | 6.8 kB
Progress (4): 112/152 kB | 218/223 kB | 35 kB | 6.8 kB
Progress (4): 112/152 kB | 222/223 kB | 35 kB | 6.8 kB
Progress (4): 112/152 kB | 223 kB | 35 kB | 6.8 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 19 kB/s)
14:46:43 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 590 kB/s)
14:46:43 Progress (3): 112/152 kB | 35 kB | 4.1/61 kB
Progress (3): 112/152 kB | 35 kB | 7.7/61 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 91 kB/s)
14:46:43 Progress (2): 112/152 kB | 12/61 kB
Progress (2): 112/152 kB | 16/61 kB
Progress (2): 112/152 kB | 20/61 kB
Progress (2): 112/152 kB | 24/61 kB
Progress (2): 112/152 kB | 28/61 kB
Progress (2): 112/152 kB | 32/61 kB
Progress (2): 112/152 kB | 36/61 kB
Progress (2): 112/152 kB | 40/61 kB
Progress (2): 112/152 kB | 44/61 kB
Progress (2): 112/152 kB | 48/61 kB
Progress (2): 112/152 kB | 52/61 kB
Progress (2): 112/152 kB | 56/61 kB
Progress (2): 112/152 kB | 60/61 kB
Progress (2): 112/152 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 154 kB/s)
14:46:43 Progress (1): 116/152 kB
Progress (1): 120/152 kB
Progress (1): 124/152 kB
Progress (1): 128/152 kB
Progress (1): 132/152 kB
Progress (1): 136/152 kB
Progress (1): 140/152 kB
Progress (1): 144/152 kB
Progress (1): 148/152 kB
Progress (1): 152 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 314 kB/s)
14:46:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:46:43 [INFO] Copying 1 resource
14:46:43 [INFO] 
14:46:43 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.common ---
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
14:46:43 Progress (1): 690 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 43 kB/s)
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
14:46:43 Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 190 kB/s)
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
14:46:43 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
14:46:43 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 81 kB/s)
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
14:46:43 Progress (1): 865 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 58 kB/s)
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom
14:46:43 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom (2.4 kB at 85 kB/s)
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom
14:46:43 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom (1.6 kB at 54 kB/s)
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom
14:46:43 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom (1.7 kB at 54 kB/s)
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
14:46:43 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
14:46:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar
14:46:43 Progress (1): 4.1/25 kB
Progress (2): 4.1/25 kB | 4.1/18 kB
Progress (3): 4.1/25 kB | 4.1/18 kB | 4.1/4.6 kB
Progress (3): 4.1/25 kB | 7.7/18 kB | 4.1/4.6 kB
Progress (3): 7.7/25 kB | 7.7/18 kB | 4.1/4.6 kB
Progress (4): 7.7/25 kB | 7.7/18 kB | 4.1/4.6 kB | 3.5 kB
Progress (4): 7.7/25 kB | 7.7/18 kB | 4.6 kB | 3.5 kB    
Progress (5): 7.7/25 kB | 7.7/18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB
Progress (5): 7.7/25 kB | 12/18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB 
Progress (5): 7.7/25 kB | 12/18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB
Progress (5): 12/25 kB | 12/18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB 
Progress (5): 12/25 kB | 16/18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB
Progress (5): 12/25 kB | 16/18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB
Progress (5): 16/25 kB | 16/18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB
Progress (5): 16/25 kB | 16/18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB
Progress (5): 16/25 kB | 18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB   
Progress (5): 20/25 kB | 18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB
Progress (5): 20/25 kB | 18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB
Progress (5): 24/25 kB | 18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB
Progress (5): 24/25 kB | 18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB
Progress (5): 25 kB | 18 kB | 4.6 kB | 3.5 kB | 0/2.8 MB   
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar (3.5 kB at 75 kB/s)
14:46:43 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 93 kB/s)
14:46:43 Progress (3): 25 kB | 18 kB | 0/2.8 MB
Progress (3): 25 kB | 18 kB | 0/2.8 MB
Progress (3): 25 kB | 18 kB | 0/2.8 MB
Progress (3): 25 kB | 18 kB | 0/2.8 MB
Progress (3): 25 kB | 18 kB | 0/2.8 MB
Progress (3): 25 kB | 18 kB | 0/2.8 MB
Progress (3): 25 kB | 18 kB | 0.1/2.8 MB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar (18 kB at 341 kB/s)
14:46:43 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 472 kB/s)
14:46:44 Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar (2.8 MB at 4.7 MB/s)
14:46:44 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:46:44 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/bin
14:46:45 [INFO] 
14:46:45 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common ---
14:46:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:46:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/src/test/resources
14:46:45 [INFO] 
14:46:45 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common ---
14:46:45 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT-sources.jar
14:46:45 [INFO] 
14:46:45 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common ---
14:46:45 [INFO] 
14:46:45 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common ---
14:46:46 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT.jar
14:46:46 [INFO] 
14:46:46 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common ---
14:46:46 [INFO] 
14:46:46 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.common ---
14:46:46 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT.jar
14:46:46 [INFO] 
14:46:46 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.common ---
14:46:46 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT.jar
14:46:48 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT-sources.jar
14:46:50 [INFO] 
14:46:50 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.common ---
14:46:50 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT.jar
14:46:50 [INFO] 
14:46:50 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.common ---
14:46:50 [INFO] 
14:46:50 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >-------
14:46:50 [INFO] Building RedDeer Workbench Core 2.8.0-SNAPSHOT                    [4/59]
14:46:50 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:46:50 [INFO] 
14:46:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [INFO] 
14:46:50 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:46:50 [INFO] 
14:46:50 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [INFO] 
14:46:50 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [INFO] 
14:46:50 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [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.milestone/plugins/org.eclipse.reddeer.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:46:50 [INFO] 
14:46:50 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:46:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/resources
14:46:50 [INFO] 
14:46:50 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:46:50 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/bin
14:46:50 [INFO] 
14:46:50 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:46:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/src/test/resources
14:46:50 [INFO] 
14:46:50 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT-sources.jar
14:46:50 [INFO] 
14:46:50 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [INFO] 
14:46:50 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core ---
14:46:50 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT.jar
14:46:51 [INFO] 
14:46:51 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core ---
14:46:51 [INFO] 
14:46:51 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.workbench.core ---
14:46:51 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT.jar
14:46:51 [INFO] 
14:46:51 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.workbench.core ---
14:46:51 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT.jar
14:46:52 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT-sources.jar
14:46:53 [INFO] 
14:46:53 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.workbench.core ---
14:46:53 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT.jar
14:46:53 [INFO] 
14:46:53 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.workbench.core ---
14:46:53 [INFO] 
14:46:53 [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core >------
14:46:53 [INFO] Building RedDeer E4 Workbench Core 2.8.0-SNAPSHOT                 [5/59]
14:46:53 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:46:53 [INFO] 
14:46:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:53 [INFO] 
14:46:53 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:53 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:46:53 [INFO] 
14:46:53 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:53 [INFO] 
14:46:53 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:53 [INFO] 
14:46:53 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:53 [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.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:46:53 [INFO] 
14:46:53 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:46:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/resources
14:46:53 [INFO] 
14:46:53 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:53 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:46:53 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/bin
14:46:53 [INFO] 
14:46:53 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:46:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources
14:46:53 [INFO] 
14:46:53 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:53 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT-sources.jar
14:46:54 [INFO] 
14:46:54 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:54 [INFO] 
14:46:54 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:54 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT.jar
14:46:54 [INFO] 
14:46:54 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:54 [INFO] 
14:46:54 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:54 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT.jar
14:46:54 [INFO] 
14:46:54 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:54 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT.jar
14:46:55 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT-sources.jar
14:46:56 [INFO] 
14:46:56 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:56 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT.jar
14:46:56 [INFO] 
14:46:56 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench.core ---
14:46:56 [INFO] 
14:46:56 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------
14:46:56 [INFO] Building RedDeer Core 2.8.0-SNAPSHOT                              [6/59]
14:46:56 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:46:56 [INFO] 
14:46:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core ---
14:46:56 [INFO] 
14:46:56 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core ---
14:46:56 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:46:56 [INFO] 
14:46:56 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core ---
14:46:56 [INFO] 
14:46:56 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.core ---
14:46:56 [INFO] 
14:46:56 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core ---
14:46:56 [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.milestone/plugins/org.eclipse.reddeer.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:46:56 [INFO] 
14:46:56 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core ---
14:46:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:46:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/resources
14:46:56 [INFO] 
14:46:56 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.core ---
14:46:56 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:46:56 [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/bin
14:46:57 [INFO] 
14:46:57 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core ---
14:46:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:46:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/src/test/resources
14:46:57 [INFO] 
14:46:57 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core ---
14:46:57 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT-sources.jar
14:46:57 [INFO] 
14:46:57 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core ---
14:46:57 [INFO] 
14:46:57 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core ---
14:46:57 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT.jar
14:46:58 [INFO] 
14:46:58 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core ---
14:46:58 [INFO] 
14:46:58 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.core ---
14:46:58 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT.jar
14:46:58 [INFO] 
14:46:58 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.core ---
14:46:58 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT.jar
14:47:00 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT-sources.jar
14:47:01 [INFO] 
14:47:01 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.core ---
14:47:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT.jar
14:47:01 [INFO] 
14:47:01 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.core ---
14:47:01 [INFO] 
14:47:01 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >-------------
14:47:01 [INFO] Building RedDeer SWT 2.8.0-SNAPSHOT                               [7/59]
14:47:01 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:01 [INFO] 
14:47:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt ---
14:47:01 [INFO] 
14:47:01 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt ---
14:47:01 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:01 [INFO] 
14:47:01 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt ---
14:47:01 [INFO] 
14:47:01 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.swt ---
14:47:01 [INFO] 
14:47:01 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt ---
14:47: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.milestone/plugins/org.eclipse.reddeer.swt/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:01 [INFO] 
14:47:01 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt ---
14:47:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/resources
14:47:01 [INFO] 
14:47:01 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.swt ---
14:47:01 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:01 [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/bin
14:47:02 [INFO] 
14:47:02 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt ---
14:47:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/src/test/resources
14:47:02 [INFO] 
14:47:02 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt ---
14:47:02 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT-sources.jar
14:47:02 [INFO] 
14:47:02 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt ---
14:47:02 [INFO] 
14:47:02 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt ---
14:47:02 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT.jar
14:47:02 [INFO] 
14:47:02 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt ---
14:47:02 [INFO] 
14:47:02 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.swt ---
14:47:02 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT.jar
14:47:02 [INFO] 
14:47:02 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.swt ---
14:47:03 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT.jar
14:47:04 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT-sources.jar
14:47:06 [INFO] 
14:47:06 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.swt ---
14:47:06 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT.jar
14:47:06 [INFO] 
14:47:06 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.swt ---
14:47:06 [INFO] 
14:47:06 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------
14:47:06 [INFO] Building RedDeer JFace 2.8.0-SNAPSHOT                             [8/59]
14:47:06 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:06 [INFO] 
14:47:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] 
14:47:06 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:06 [INFO] 
14:47:06 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] 
14:47:06 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] 
14:47:06 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface ---
14:47: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.milestone/plugins/org.eclipse.reddeer.jface/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:06 [INFO] 
14:47:06 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/resources
14:47:06 [INFO] 
14:47:06 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.jface ---
14:47:06 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:06 [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/bin
14:47:06 [INFO] 
14:47:06 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/src/test/resources
14:47:06 [INFO] 
14:47:06 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT-sources.jar
14:47:06 [INFO] 
14:47:06 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] 
14:47:06 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT.jar
14:47:06 [INFO] 
14:47:06 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] 
14:47:06 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT.jar
14:47:06 [INFO] 
14:47:06 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.jface ---
14:47:06 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT.jar
14:47:08 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT-sources.jar
14:47:09 [INFO] 
14:47:09 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.jface ---
14:47:09 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT.jar
14:47:09 [INFO] 
14:47:09 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.jface ---
14:47:09 [INFO] 
14:47:09 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >----------
14:47:09 [INFO] Building RedDeer Workbench 2.8.0-SNAPSHOT                         [9/59]
14:47:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:09 [INFO] 
14:47:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench ---
14:47:09 [INFO] 
14:47:09 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench ---
14:47:09 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:09 [INFO] 
14:47:09 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench ---
14:47:09 [INFO] 
14:47:09 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench ---
14:47:09 [INFO] 
14:47:09 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench ---
14:47:09 [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.milestone/plugins/org.eclipse.reddeer.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:09 [INFO] 
14:47:09 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench ---
14:47:09 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/resources
14:47:09 [INFO] 
14:47:09 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.workbench ---
14:47:09 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:09 [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/bin
14:47:09 [INFO] 
14:47:10 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench ---
14:47:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/src/test/resources
14:47:10 [INFO] 
14:47:10 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench ---
14:47:10 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT-sources.jar
14:47:10 [INFO] 
14:47:10 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench ---
14:47:10 [INFO] 
14:47:10 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench ---
14:47:10 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT.jar
14:47:10 [INFO] 
14:47:10 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench ---
14:47:10 [INFO] 
14:47:10 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.workbench ---
14:47:10 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT.jar
14:47:10 [INFO] 
14:47:10 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.workbench ---
14:47:10 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT.jar
14:47:11 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT-sources.jar
14:47:13 [INFO] 
14:47:13 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.workbench ---
14:47:13 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT.jar
14:47:13 [INFO] 
14:47:13 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.workbench ---
14:47:13 [INFO] 
14:47:13 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >--------
14:47:13 [INFO] Building RedDeer E4 Workbench 2.8.0-SNAPSHOT                     [10/59]
14:47:13 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:13 [INFO] 
14:47:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] 
14:47:13 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:13 [INFO] 
14:47:13 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] 
14:47:13 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] 
14:47:13 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench ---
14:47: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.milestone/plugins/org.eclipse.reddeer.e4.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:13 [INFO] 
14:47:13 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/resources
14:47:13 [INFO] 
14:47:13 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:13 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/bin
14:47:13 [INFO] 
14:47:13 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources
14:47:13 [INFO] 
14:47:13 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT-sources.jar
14:47:13 [INFO] 
14:47:13 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] 
14:47:13 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT.jar
14:47:13 [INFO] 
14:47:13 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] 
14:47:13 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT.jar
14:47:13 [INFO] 
14:47:13 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.workbench ---
14:47:13 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT.jar
14:47:15 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT-sources.jar
14:47:16 [INFO] 
14:47:16 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.e4.workbench ---
14:47:16 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT.jar
14:47:16 [INFO] 
14:47:16 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench ---
14:47:16 [INFO] 
14:47:16 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >-----------
14:47:16 [INFO] Building RedDeer UIForms 2.8.0-SNAPSHOT                          [11/59]
14:47:16 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:16 [INFO] 
14:47:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] 
14:47:16 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:16 [INFO] 
14:47:16 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] 
14:47:16 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] 
14:47:16 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms ---
14:47: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.milestone/plugins/org.eclipse.reddeer.uiforms/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:16 [INFO] 
14:47:16 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/resources
14:47:16 [INFO] 
14:47:16 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.uiforms ---
14:47:16 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:16 [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/bin
14:47:16 [INFO] 
14:47:16 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/src/test/resources
14:47:16 [INFO] 
14:47:16 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT-sources.jar
14:47:16 [INFO] 
14:47:16 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] 
14:47:16 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT.jar
14:47:16 [INFO] 
14:47:16 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] 
14:47:16 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT.jar
14:47:16 [INFO] 
14:47:16 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.uiforms ---
14:47:16 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT.jar
14:47:18 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT-sources.jar
14:47:24 [INFO] 
14:47:24 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.uiforms ---
14:47:24 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT.jar
14:47:24 [INFO] 
14:47:24 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.uiforms ---
14:47:24 [INFO] 
14:47:24 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >-----------
14:47:24 [INFO] Building RedDeer Direct 2.8.0-SNAPSHOT                           [12/59]
14:47:24 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:24 [INFO] 
14:47:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] 
14:47:24 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:24 [INFO] 
14:47:24 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] 
14:47:24 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] 
14:47:24 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct ---
14:47: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.milestone/plugins/org.eclipse.reddeer.direct/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:24 [INFO] 
14:47:24 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/resources
14:47:24 [INFO] 
14:47:24 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.direct ---
14:47:24 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:24 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/bin
14:47:24 [INFO] 
14:47:24 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/src/test/resources
14:47:24 [INFO] 
14:47:24 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT-sources.jar
14:47:24 [INFO] 
14:47:24 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] 
14:47:24 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT.jar
14:47:24 [INFO] 
14:47:24 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] 
14:47:24 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT.jar
14:47:24 [INFO] 
14:47:24 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.direct ---
14:47:24 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT.jar
14:47:25 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT-sources.jar
14:47:27 [INFO] 
14:47:27 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.direct ---
14:47:27 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT.jar
14:47:27 [INFO] 
14:47:27 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.direct ---
14:47:27 [INFO] 
14:47:27 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------
14:47:27 [INFO] Building RedDeer JUnit 2.8.0-SNAPSHOT                            [13/59]
14:47:27 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:27 [INFO] 
14:47:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] 
14:47:27 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:27 [INFO] 
14:47:27 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] 
14:47:27 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] 
14:47:27 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit ---
14:47: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.milestone/plugins/org.eclipse.reddeer.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:27 [INFO] 
14:47:27 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/resources
14:47:27 [INFO] 
14:47:27 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.junit ---
14:47:27 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:27 [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/bin
14:47:27 [INFO] 
14:47:27 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/src/test/resources
14:47:27 [INFO] 
14:47:27 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT-sources.jar
14:47:27 [INFO] 
14:47:27 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] 
14:47:27 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT.jar
14:47:27 [INFO] 
14:47:27 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] 
14:47:27 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT.jar
14:47:27 [INFO] 
14:47:27 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.junit ---
14:47:27 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT.jar
14:47:29 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT-sources.jar
14:47:31 [INFO] 
14:47:31 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.junit ---
14:47:31 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT.jar
14:47:31 [INFO] 
14:47:31 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit ---
14:47:31 [INFO] 
14:47:31 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >-----------
14:47:31 [INFO] Building RedDeer Eclipse 2.8.0-SNAPSHOT                          [14/59]
14:47:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:31 [INFO] 
14:47:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse ---
14:47:31 [INFO] 
14:47:31 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse ---
14:47:31 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:31 [INFO] 
14:47:31 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse ---
14:47:31 [INFO] 
14:47:31 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse ---
14:47:31 [INFO] 
14:47:31 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse ---
14:47:31 [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.milestone/plugins/org.eclipse.reddeer.eclipse/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:31 [INFO] 
14:47:31 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse ---
14:47:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/resources
14:47:31 [INFO] 
14:47:31 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.eclipse ---
14:47:31 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:31 [INFO] Compiling 254 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/bin
14:47:32 [INFO] 
14:47:32 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse ---
14:47:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/src/test/resources
14:47:32 [INFO] 
14:47:32 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse ---
14:47:32 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT-sources.jar
14:47:32 [INFO] 
14:47:32 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse ---
14:47:32 [INFO] 
14:47:32 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse ---
14:47:32 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT.jar
14:47:32 [INFO] 
14:47:32 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse ---
14:47:32 [INFO] 
14:47:32 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.eclipse ---
14:47:32 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT.jar
14:47:33 [INFO] 
14:47:33 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.eclipse ---
14:47:33 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT.jar
14:47:35 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT-sources.jar
14:47:37 [INFO] 
14:47:37 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.eclipse ---
14:47:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT.jar
14:47:38 [INFO] 
14:47:38 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.eclipse ---
14:47:38 [INFO] 
14:47:38 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >-------------
14:47:38 [INFO] Building RedDeer GEF 2.8.0-SNAPSHOT                              [15/59]
14:47:38 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:38 [INFO] 
14:47:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] 
14:47:38 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:38 [INFO] 
14:47:38 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] 
14:47:38 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] 
14:47:38 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef ---
14:47:38 [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.milestone/plugins/org.eclipse.reddeer.gef/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:38 [INFO] 
14:47:38 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/resources
14:47:38 [INFO] 
14:47:38 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.gef ---
14:47:38 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:38 [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/bin
14:47:38 [INFO] 
14:47:38 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/src/test/resources
14:47:38 [INFO] 
14:47:38 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT-sources.jar
14:47:38 [INFO] 
14:47:38 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] 
14:47:38 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT.jar
14:47:38 [INFO] 
14:47:38 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] 
14:47:38 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT.jar
14:47:38 [INFO] 
14:47:38 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef ---
14:47:38 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT.jar
14:47:40 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT-sources.jar
14:47:41 [INFO] 
14:47:41 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.gef ---
14:47:41 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT.jar
14:47:41 [INFO] 
14:47:41 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef ---
14:47:41 [INFO] 
14:47:41 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >-----------
14:47:41 [INFO] Building RedDeer GEF Spy 2.8.0-SNAPSHOT                          [16/59]
14:47:41 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:41 [INFO] 
14:47:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] 
14:47:41 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:41 [INFO] 
14:47:41 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] 
14:47:41 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] 
14:47:41 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [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.milestone/plugins/org.eclipse.reddeer.gef.spy/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:41 [INFO] 
14:47:41 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/resources
14:47:41 [INFO] 
14:47:41 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:41 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/bin
14:47:41 [INFO] 
14:47:41 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/src/test/resources
14:47:41 [INFO] 
14:47:41 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT-sources.jar
14:47:41 [INFO] 
14:47:41 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] 
14:47:41 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT.jar
14:47:41 [INFO] 
14:47:41 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] 
14:47:41 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT.jar
14:47:41 [INFO] 
14:47:41 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef.spy ---
14:47:41 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT.jar
14:47:43 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT-sources.jar
14:47:44 [INFO] 
14:47:44 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.gef.spy ---
14:47:44 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT.jar
14:47:44 [INFO] 
14:47:44 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef.spy ---
14:47:44 [INFO] 
14:47:44 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >----------
14:47:44 [INFO] Building RedDeer Graphiti 2.8.0-SNAPSHOT                         [17/59]
14:47:44 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:44 [INFO] 
14:47:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] 
14:47:44 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:44 [INFO] 
14:47:44 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] 
14:47:44 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] 
14:47:44 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti ---
14:47: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.milestone/plugins/org.eclipse.reddeer.graphiti/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:44 [INFO] 
14:47:44 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/resources
14:47:44 [INFO] 
14:47:44 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.graphiti ---
14:47:44 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:44 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/bin
14:47:44 [INFO] 
14:47:44 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/src/test/resources
14:47:44 [INFO] 
14:47:44 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT-sources.jar
14:47:44 [INFO] 
14:47:44 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] 
14:47:44 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT.jar
14:47:44 [INFO] 
14:47:44 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] 
14:47:44 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT.jar
14:47:44 [INFO] 
14:47:44 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.graphiti ---
14:47:44 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT.jar
14:47:45 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT-sources.jar
14:47:47 [INFO] 
14:47:47 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.graphiti ---
14:47:47 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT.jar
14:47:47 [INFO] 
14:47:47 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.graphiti ---
14:47:47 [INFO] 
14:47:47 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >----------
14:47:47 [INFO] Building RedDeer JDT Junit 2.8.0-SNAPSHOT                        [18/59]
14:47:47 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:47 [INFO] 
14:47:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] 
14:47:47 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:47 [INFO] 
14:47:47 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] 
14:47:47 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] 
14:47:47 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [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.milestone/plugins/org.eclipse.reddeer.jdt.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:47 [INFO] 
14:47:47 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/resources
14:47:47 [INFO] 
14:47:47 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:47 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/bin
14:47:47 [INFO] 
14:47:47 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources
14:47:47 [INFO] 
14:47:47 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT-sources.jar
14:47:47 [INFO] 
14:47:47 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] 
14:47:47 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [WARNING] /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/build.properties: bin.includes value(s) [resources/] do not match any files.
14:47:47 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT.jar
14:47:47 [INFO] 
14:47:47 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] 
14:47:47 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT.jar
14:47:47 [INFO] 
14:47:47 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.jdt.junit ---
14:47:47 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT.jar
14:47:48 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT-sources.jar
14:47:49 [INFO] 
14:47:49 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.jdt.junit ---
14:47:49 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT.jar
14:47:49 [INFO] 
14:47:49 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.jdt.junit ---
14:47:49 [INFO] 
14:47:49 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.junit.extension >-------
14:47:49 [INFO] Building RedDeer JUnit Extensions 2.8.0-SNAPSHOT                 [19/59]
14:47:49 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:49 [INFO] 
14:47:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.extension ---
14:47:49 [INFO] 
14:47:49 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension ---
14:47:49 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:49 [INFO] 
14:47:49 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension ---
14:47:49 [INFO] 
14:47:49 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.extension ---
14:47:49 [INFO] 
14:47:49 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.extension ---
14:47:49 [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.milestone/plugins/org.eclipse.reddeer.junit.extension/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:49 [INFO] 
14:47:49 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.extension ---
14:47:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/resources
14:47:49 [INFO] 
14:47:49 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.junit.extension ---
14:47:49 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:49 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/bin
14:47:50 [INFO] 
14:47:50 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.extension ---
14:47:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/src/test/resources
14:47:50 [INFO] 
14:47:50 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension ---
14:47:50 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT-sources.jar
14:47:50 [INFO] 
14:47:50 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension ---
14:47:50 [INFO] 
14:47:50 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension ---
14:47:50 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT.jar
14:47:50 [INFO] 
14:47:50 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension ---
14:47:50 [INFO] 
14:47:50 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.junit.extension ---
14:47:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT.jar
14:47:50 [INFO] 
14:47:50 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.junit.extension ---
14:47:50 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT.jar
14:47:51 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT-sources.jar
14:47:52 [INFO] 
14:47:52 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.junit.extension ---
14:47:52 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT.jar
14:47:52 [INFO] 
14:47:52 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit.extension ---
14:47:52 [INFO] 
14:47:52 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.selenium >----------
14:47:52 [INFO] Building RedDeer Selenium 2.8.0-SNAPSHOT                         [20/59]
14:47:52 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:47:52 [INFO] 
14:47:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] 
14:47:52 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:47:52 [INFO] 
14:47:52 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] 
14:47:52 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] 
14:47:52 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.selenium ---
14:47:52 [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.milestone/plugins/org.eclipse.reddeer.selenium/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:47:52 [INFO] 
14:47:52 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/resources
14:47:52 [INFO] 
14:47:52 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.selenium ---
14:47:52 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:47:52 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/bin
14:47:52 [INFO] 
14:47:52 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:47:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/src/test/resources
14:47:52 [INFO] 
14:47:52 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT-sources.jar
14:47:52 [INFO] 
14:47:52 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] 
14:47:52 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT.jar
14:47:52 [INFO] 
14:47:52 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] 
14:47:52 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT.jar
14:47:52 [INFO] 
14:47:52 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.selenium ---
14:47:52 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT.jar
14:47:54 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT-sources.jar
14:48:00 [INFO] 
14:48:00 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.selenium ---
14:48:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT.jar
14:48:00 [INFO] 
14:48:00 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.selenium ---
14:48:00 [INFO] 
14:48:00 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >--------
14:48:00 [INFO] Building RedDeer Requirements 2.8.0-SNAPSHOT                     [21/59]
14:48:00 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:48:00 [INFO] 
14:48:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] 
14:48:00 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:00 [INFO] 
14:48:00 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] 
14:48:00 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] 
14:48:00 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements ---
14:48: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.milestone/plugins/org.eclipse.reddeer.requirements/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:00 [INFO] 
14:48:00 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/resources
14:48:00 [INFO] 
14:48:00 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.requirements ---
14:48:00 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:00 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/bin
14:48:00 [INFO] 
14:48:00 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/src/test/resources
14:48:00 [INFO] 
14:48:00 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT-sources.jar
14:48:00 [INFO] 
14:48:00 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] 
14:48:00 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT.jar
14:48:00 [INFO] 
14:48:00 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] 
14:48:00 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT.jar
14:48:00 [INFO] 
14:48:00 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.requirements ---
14:48:00 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT.jar
14:48:02 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT-sources.jar
14:48:03 [INFO] 
14:48:03 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.requirements ---
14:48:03 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT.jar
14:48:03 [INFO] 
14:48:03 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.requirements ---
14:48:03 [INFO] 
14:48:03 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >-------------
14:48:03 [INFO] Building RedDeer UI 2.8.0-SNAPSHOT                               [22/59]
14:48:03 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:48:03 [INFO] 
14:48:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui ---
14:48:03 [INFO] 
14:48:03 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui ---
14:48:03 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:03 [INFO] 
14:48:03 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui ---
14:48:03 [INFO] 
14:48:03 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.ui ---
14:48:03 [INFO] 
14:48:03 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui ---
14:48:03 [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.milestone/plugins/org.eclipse.reddeer.ui/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:03 [INFO] 
14:48:03 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui ---
14:48:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:03 [INFO] Copying 2 resources
14:48:03 [INFO] 
14:48:03 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.ui ---
14:48:03 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:03 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/bin
14:48:04 [INFO] 
14:48:04 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui ---
14:48:04 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/src/test/resources
14:48:04 [INFO] 
14:48:04 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui ---
14:48:04 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT-sources.jar
14:48:04 [INFO] 
14:48:04 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui ---
14:48:04 [INFO] 
14:48:04 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui ---
14:48:04 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT.jar
14:48:04 [INFO] 
14:48:04 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui ---
14:48:04 [INFO] 
14:48:04 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.ui ---
14:48:04 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT.jar
14:48:04 [INFO] 
14:48:04 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.ui ---
14:48:04 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT.jar
14:48:05 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT-sources.jar
14:48:06 [INFO] 
14:48:06 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.ui ---
14:48:06 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT.jar
14:48:06 [INFO] 
14:48:06 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.ui ---
14:48:06 [INFO] 
14:48:06 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >-------------
14:48:06 [INFO] Building RedDeer Spy 2.8.0-SNAPSHOT                              [23/59]
14:48:06 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:48:06 [INFO] 
14:48:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy ---
14:48:06 [INFO] 
14:48:06 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy ---
14:48:06 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:06 [INFO] 
14:48:06 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy ---
14:48:06 [INFO] 
14:48:06 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.spy ---
14:48:06 [INFO] 
14:48:06 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy ---
14:48: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.milestone/plugins/org.eclipse.reddeer.spy/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:06 [INFO] 
14:48:06 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.spy ---
14:48:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:06 [INFO] Copying 1 resource
14:48:06 [INFO] 
14:48:06 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.spy ---
14:48:06 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:06 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/bin
14:48:06 [INFO] 
14:48:06 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.spy ---
14:48:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/src/test/resources
14:48:06 [INFO] 
14:48:06 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy ---
14:48:06 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT-sources.jar
14:48:07 [INFO] 
14:48:07 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy ---
14:48:07 [INFO] 
14:48:07 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy ---
14:48:07 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT.jar
14:48:07 [INFO] 
14:48:07 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy ---
14:48:07 [INFO] 
14:48:07 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.spy ---
14:48:07 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT.jar
14:48:07 [INFO] 
14:48:07 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.spy ---
14:48:07 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT.jar
14:48:08 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT-sources.jar
14:48:09 [INFO] 
14:48:09 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.spy ---
14:48:09 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT.jar
14:48:09 [INFO] 
14:48:09 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.spy ---
14:48:09 [INFO] 
14:48:09 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >----------
14:48:09 [INFO] Building RedDeer Recorder 2.8.0-SNAPSHOT                         [24/59]
14:48:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:48:09 [INFO] 
14:48:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder ---
14:48:09 [INFO] 
14:48:09 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder ---
14:48:09 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:09 [INFO] 
14:48:09 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder ---
14:48:09 [INFO] 
14:48:09 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder ---
14:48:09 [INFO] 
14:48:09 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder ---
14:48:09 [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.milestone/plugins/org.eclipse.reddeer.recorder/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:09 [INFO] 
14:48:09 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.recorder ---
14:48:09 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/resources
14:48:09 [INFO] 
14:48:09 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.recorder ---
14:48:09 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:09 [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/bin
14:48:09 [INFO] 
14:48:09 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.recorder ---
14:48:09 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/src/test/resources
14:48:09 [INFO] 
14:48:09 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder ---
14:48:09 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT-sources.jar
14:48:09 [INFO] 
14:48:09 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder ---
14:48:09 [INFO] 
14:48:09 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder ---
14:48:09 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT.jar
14:48:10 [INFO] 
14:48:10 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder ---
14:48:10 [INFO] 
14:48:10 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.recorder ---
14:48:10 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT.jar
14:48:10 [INFO] 
14:48:10 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.recorder ---
14:48:10 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT.jar
14:48:11 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT-sources.jar
14:48:12 [INFO] 
14:48:12 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.recorder ---
14:48:12 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT.jar
14:48:12 [INFO] 
14:48:12 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.recorder ---
14:48:12 [INFO] 
14:48:12 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >-------------
14:48:12 [INFO] Building RedDeer Go 2.8.0-SNAPSHOT                               [25/59]
14:48:12 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:48:12 [INFO] 
14:48:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] 
14:48:12 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:12 [INFO] 
14:48:12 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] 
14:48:12 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] 
14:48:12 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.go ---
14:48:12 [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.milestone/plugins/org.eclipse.reddeer.go/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:12 [INFO] 
14:48:12 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/resources
14:48:12 [INFO] 
14:48:12 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] No sources to compile
14:48:12 [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/src does not exist
14:48:12 [INFO] 
14:48:12 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/src/test/resources
14:48:12 [INFO] 
14:48:12 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT-sources.jar
14:48:12 [INFO] 
14:48:12 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] 
14:48:12 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT.jar
14:48:12 [INFO] 
14:48:12 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] 
14:48:12 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT.jar
14:48:12 [INFO] 
14:48:12 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.go ---
14:48:12 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT.jar
14:48:13 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT-sources.jar
14:48:15 [INFO] 
14:48:15 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.go ---
14:48:15 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT.jar
14:48:15 [INFO] 
14:48:15 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.go ---
14:48:15 [INFO] 
14:48:15 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >----------
14:48:15 [INFO] Building RedDeer Log Parser 2.8.0-SNAPSHOT                       [26/59]
14:48:15 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:48:15 [INFO] 
14:48:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] 
14:48:15 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:15 [INFO] 
14:48:15 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] 
14:48:15 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] 
14:48:15 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser ---
14:48:15 [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.milestone/plugins/org.eclipse.reddeer.logparser/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:15 [INFO] 
14:48:15 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/resources
14:48:15 [INFO] 
14:48:15 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.logparser ---
14:48:15 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:15 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/bin
14:48:15 [INFO] 
14:48:15 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/src/test/resources
14:48:15 [INFO] 
14:48:15 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT-sources.jar
14:48:15 [INFO] 
14:48:15 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] 
14:48:15 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT.jar
14:48:15 [INFO] 
14:48:15 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] 
14:48:15 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT.jar
14:48:15 [INFO] 
14:48:15 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.logparser ---
14:48:15 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT.jar
14:48:16 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT-sources.jar
14:48:18 [INFO] 
14:48:18 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.logparser ---
14:48:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT.jar
14:48:18 [INFO] 
14:48:18 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.logparser ---
14:48:18 [INFO] 
14:48:18 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >-----------
14:48:18 [INFO] Building RedDeer CodeGen 2.8.0-SNAPSHOT                          [27/59]
14:48:18 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:48:18 [INFO] 
14:48:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] 
14:48:18 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:18 [INFO] 
14:48:18 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] 
14:48:18 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] 
14:48:18 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen ---
14:48: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.milestone/plugins/org.eclipse.reddeer.codegen/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:18 [INFO] 
14:48:18 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/resources
14:48:18 [INFO] 
14:48:18 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.codegen ---
14:48:18 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:18 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/bin
14:48:18 [INFO] 
14:48:18 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/src/test/resources
14:48:18 [INFO] 
14:48:18 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT-sources.jar
14:48:18 [INFO] 
14:48:18 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] 
14:48:18 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT.jar
14:48:18 [INFO] 
14:48:18 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] 
14:48:18 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT.jar
14:48:18 [INFO] 
14:48:18 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.codegen ---
14:48:18 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT.jar
14:48:20 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT-sources.jar
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.codegen ---
14:48:21 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT.jar
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.codegen ---
14:48:21 [INFO] 
14:48:21 [INFO] -------------------< org.eclipse.reddeer:test-apps >--------------------
14:48:21 [INFO] Building RedDeer Test-Apps 2.8.0-SNAPSHOT                        [28/59]
14:48:21 [INFO] --------------------------------[ pom ]---------------------------------
14:48:21 [INFO] 
14:48:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-apps ---
14:48:21 [INFO] 
14:48:21 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ test-apps ---
14:48: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.milestone/test-apps/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ test-apps ---
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ test-apps ---
14:48:21 [INFO] 
14:48:21 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ test-apps ---
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ test-apps ---
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ test-apps ---
14:48:21 [INFO] 
14:48:21 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >-------------
14:48:21 [INFO] Building RedDeer E4 Test App 2.8.0-SNAPSHOT                      [29/59]
14:48:21 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:48:21 [INFO] 
14:48:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] 
14:48:21 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4 ---
14:48: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.milestone/test-apps/org.eclipse.reddeer.e4/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:21 [INFO] 
14:48:21 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/resources
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.e4 ---
14:48:21 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:21 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/bin
14:48:21 [INFO] 
14:48:21 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/src/test/resources
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 ---
14:48:21 [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
14:48:21 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT-sources.jar
14:48:21 [INFO] 
14:48:21 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT.jar
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] 
14:48:21 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT.jar
14:48:21 [INFO] 
14:48:21 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4 ---
14:48:21 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT.jar
14:48:23 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT-sources.jar
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.e4 ---
14:48:24 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT.jar
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4 ---
14:48:24 [INFO] 
14:48:24 [INFO] ---------------------< org.eclipse.reddeer:tests >----------------------
14:48:24 [INFO] Building RedDeer Tests 2.8.0-SNAPSHOT                            [30/59]
14:48:24 [INFO] --------------------------------[ pom ]---------------------------------
14:48:24 [INFO] 
14:48:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests ---
14:48:24 [INFO] 
14:48:24 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ tests ---
14:48: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.milestone/tests/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ tests ---
14:48:24 [INFO] 
14:48:24 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ tests ---
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ tests ---
14:48:24 [INFO] 
14:48:24 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ tests ---
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ tests ---
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ tests ---
14:48:24 [INFO] 
14:48:24 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >---------
14:48:24 [INFO] Building RedDeer Common Tests 2.8.0-SNAPSHOT                     [31/59]
14:48:24 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:48:24 [INFO] 
14:48:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common.test ---
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test ---
14:48:24 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test ---
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.common.test ---
14:48:24 [INFO] 
14:48:24 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common.test ---
14:48:24 [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.milestone/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:24 [INFO] 
14:48:24 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common.test ---
14:48:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/resources
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.common.test ---
14:48:24 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:24 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/bin
14:48:24 [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/resources does not exist
14:48:24 [INFO] 
14:48:24 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common.test ---
14:48:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/src/test/resources
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test ---
14:48:24 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT-sources.jar
14:48:24 [INFO] 
14:48:24 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test ---
14:48:24 [INFO] 
14:48:24 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test ---
14:48:24 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT.jar
14:48:25 [INFO] 
14:48:25 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test ---
14:48:25 [INFO] 
14:48:25 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.common.test ---
14:48:25 [INFO] Skipping tests
14:48:25 [INFO] 
14:48:25 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test ---
14:48:25 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:48:25 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:48:25 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:48:25 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:48:26 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:48:26 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:48:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:48:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:48:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:48:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:48:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:48:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:48:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:48:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:48:27 [INFO] 
14:48:27 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.common.test ---
14:48:27 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT.jar
14:48:27 [INFO] 
14:48:27 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.common.test ---
14:48:27 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT.jar
14:48:29 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT-sources.jar
14:48:35 [INFO] 
14:48:36 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.common.test ---
14:48:36 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT.jar
14:48:36 [INFO] 
14:48:36 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.common.test ---
14:48:36 [INFO] 
14:48:36 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >----------
14:48:36 [INFO] Building RedDeer SWT Tests 2.8.0-SNAPSHOT                        [32/59]
14:48:36 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:48:36 [INFO] 
14:48:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] 
14:48:36 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:36 [INFO] 
14:48:36 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] 
14:48:36 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] 
14:48:36 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.test ---
14:48:36 [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.milestone/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:36 [INFO] 
14:48:36 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/resources
14:48:36 [INFO] 
14:48:36 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.swt.test ---
14:48:36 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:36 [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/bin
14:48:36 [INFO] 
14:48:36 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/src/test/resources
14:48:36 [INFO] 
14:48:36 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT-sources.jar
14:48:36 [INFO] 
14:48:36 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] 
14:48:36 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT.jar
14:48:36 [INFO] 
14:48:36 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] 
14:48:36 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] Skipping tests
14:48:36 [INFO] 
14:48:36 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.swt.test ---
14:48:36 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:48:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:48:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:48:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:48:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:48:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:48:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:48:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:48:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:48:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:48:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:48:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:48:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:48:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:48:38 [INFO] 
14:48:38 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.swt.test ---
14:48:38 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT.jar
14:48:38 [INFO] 
14:48:38 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.swt.test ---
14:48:39 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT.jar
14:48:40 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT-sources.jar
14:48:42 [INFO] 
14:48:42 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.swt.test ---
14:48:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT.jar
14:48:42 [INFO] 
14:48:42 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.swt.test ---
14:48:42 [INFO] 
14:48:42 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >----------
14:48:42 [INFO] Building RedDeer Core Tests 2.8.0-SNAPSHOT                       [33/59]
14:48:42 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:48:42 [INFO] 
14:48:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] 
14:48:42 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:42 [INFO] 
14:48:42 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] 
14:48:42 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] 
14:48:42 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core.test ---
14:48:42 [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.milestone/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:42 [INFO] 
14:48:42 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/resources
14:48:42 [INFO] 
14:48:42 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.core.test ---
14:48:42 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:42 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/bin
14:48:42 [INFO] 
14:48:42 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/src/test/resources
14:48:42 [INFO] 
14:48:42 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT-sources.jar
14:48:42 [INFO] 
14:48:42 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] 
14:48:42 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT.jar
14:48:42 [INFO] 
14:48:42 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] 
14:48:42 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.core.test ---
14:48:42 [INFO] Skipping tests
14:48:42 [INFO] 
14:48:42 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.core.test ---
14:48:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:48:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:48:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:48:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:48:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes
14:48:44 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:48:44 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:48:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:48:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:48:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:48:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:48:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:48:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:48:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:48:45 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:48:45 [INFO] 
14:48:45 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.core.test ---
14:48:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT.jar
14:48:45 [INFO] 
14:48:45 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.core.test ---
14:48:45 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT.jar
14:48:47 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT-sources.jar
14:48:48 [INFO] 
14:48:48 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.core.test ---
14:48:48 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT.jar
14:48:48 [INFO] 
14:48:48 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.core.test ---
14:48:48 [INFO] 
14:48:48 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >-------
14:48:48 [INFO] Building RedDeer Workbench Tests 2.8.0-SNAPSHOT                  [34/59]
14:48:48 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:48:48 [INFO] 
14:48:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] 
14:48:48 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:48 [INFO] 
14:48:48 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] 
14:48:48 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] 
14:48:48 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test ---
14:48: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.milestone/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:48 [INFO] 
14:48:48 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:48 [INFO] Copying 5 resources
14:48:48 [INFO] 
14:48:48 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:48 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/bin
14:48:48 [INFO] 
14:48:48 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/src/test/resources
14:48:48 [INFO] 
14:48:48 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT-sources.jar
14:48:48 [INFO] 
14:48:48 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] 
14:48:48 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT.jar
14:48:48 [INFO] 
14:48:48 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] 
14:48:48 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.workbench.test ---
14:48:48 [INFO] Skipping tests
14:48:48 [INFO] 
14:48:48 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.workbench.test ---
14:48:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:48:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:48:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:48:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:48:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:48:49 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:48:50 [INFO] 
14:48:50 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.workbench.test ---
14:48:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT.jar
14:48:50 [INFO] 
14:48:50 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.workbench.test ---
14:48:50 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT.jar
14:48:51 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT-sources.jar
14:48:52 [INFO] 
14:48:52 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.workbench.test ---
14:48:52 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT.jar
14:48:52 [INFO] 
14:48:52 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.workbench.test ---
14:48:52 [INFO] 
14:48:52 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test >--------
14:48:52 [INFO] Building RedDeer UIForms Test 2.8.0-SNAPSHOT                     [35/59]
14:48:52 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:48:52 [INFO] 
14:48:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms.test ---
14:48:52 [INFO] 
14:48:52 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test ---
14:48:52 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:52 [INFO] 
14:48:52 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test ---
14:48:52 [INFO] 
14:48:52 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test ---
14:48:52 [INFO] 
14:48:52 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test ---
14:48:53 [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.milestone/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:53 [INFO] 
14:48:53 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test ---
14:48:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/resources
14:48:53 [INFO] 
14:48:53 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.uiforms.test ---
14:48:53 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:53 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/bin
14:48:53 [INFO] 
14:48:53 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test ---
14:48:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/src/test/resources
14:48:53 [INFO] 
14:48:53 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test ---
14:48:53 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT-sources.jar
14:48:53 [INFO] 
14:48:53 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test ---
14:48:53 [INFO] 
14:48:53 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test ---
14:48:53 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT.jar
14:48:53 [INFO] 
14:48:53 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test ---
14:48:53 [INFO] 
14:48:53 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.uiforms.test ---
14:48:53 [INFO] Skipping tests
14:48:53 [INFO] 
14:48:53 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.uiforms.test ---
14:48:53 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:48:53 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:48:53 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:48:53 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:48:53 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:48:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:48:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:48:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:48:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:48:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:48:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:48:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:48:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:48:54 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:48:54 [INFO] 
14:48:54 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.uiforms.test ---
14:48:54 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT.jar
14:48:54 [INFO] 
14:48:54 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.uiforms.test ---
14:48:54 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT.jar
14:48:56 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT-sources.jar
14:48:57 [INFO] 
14:48:57 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.uiforms.test ---
14:48:57 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT.jar
14:48:57 [INFO] 
14:48:57 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.uiforms.test ---
14:48:57 [INFO] 
14:48:57 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jface.test >---------
14:48:57 [INFO] Building RedDeer JFace Tests 2.8.0-SNAPSHOT                      [36/59]
14:48:57 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:48:57 [INFO] 
14:48:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] 
14:48:57 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:48:57 [INFO] 
14:48:57 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] 
14:48:57 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] 
14:48:57 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test ---
14:48: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.milestone/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:48:57 [INFO] 
14:48:57 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:57 [INFO] Copying 1 resource
14:48:57 [INFO] 
14:48:57 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.jface.test ---
14:48:57 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:48:57 [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/bin
14:48:57 [INFO] 
14:48:57 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:48:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/src/test/resources
14:48:57 [INFO] 
14:48:57 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT-sources.jar
14:48:57 [INFO] 
14:48:57 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] 
14:48:57 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT.jar
14:48:57 [INFO] 
14:48:57 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] 
14:48:57 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] Skipping tests
14:48:57 [INFO] 
14:48:57 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.jface.test ---
14:48:57 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:48:57 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:48:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:48:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:48:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:48:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:48:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:48:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:48:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:48:58 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:48:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:48:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:48:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:48:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:48:59 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes
14:48:59 [INFO] 
14:48:59 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.jface.test ---
14:48:59 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT.jar
14:48:59 [INFO] 
14:48:59 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.jface.test ---
14:48:59 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT.jar
14:49:00 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT-sources.jar
14:49:01 [INFO] 
14:49:01 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.jface.test ---
14:49:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT.jar
14:49:01 [INFO] 
14:49:01 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.jface.test ---
14:49:01 [INFO] 
14:49:01 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >--------
14:49:01 [INFO] Building RedDeer Eclipse Tests 2.8.0-SNAPSHOT                    [37/59]
14:49:01 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:49:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.pom
14:49:01 Progress (1): 600 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.pom (600 B at 14 kB/s)
14:49:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar
14:49:01 Progress (1): 4.1/707 kB
Progress (1): 7.7/707 kB
Progress (1): 12/707 kB 
Progress (1): 16/707 kB
Progress (1): 20/707 kB
Progress (1): 24/707 kB
Progress (1): 28/707 kB
Progress (1): 32/707 kB
Progress (1): 33/707 kB
Progress (1): 37/707 kB
Progress (1): 41/707 kB
Progress (1): 45/707 kB
Progress (1): 49/707 kB
Progress (1): 53/707 kB
Progress (1): 57/707 kB
Progress (1): 61/707 kB
Progress (1): 65/707 kB
Progress (1): 69/707 kB
Progress (1): 73/707 kB
Progress (1): 77/707 kB
Progress (1): 81/707 kB
Progress (1): 85/707 kB
Progress (1): 89/707 kB
Progress (1): 93/707 kB
Progress (1): 97/707 kB
Progress (1): 101/707 kB
Progress (1): 105/707 kB
Progress (1): 109/707 kB
Progress (1): 113/707 kB
Progress (1): 117/707 kB
Progress (1): 121/707 kB
Progress (1): 125/707 kB
Progress (1): 129/707 kB
Progress (1): 133/707 kB
Progress (1): 137/707 kB
Progress (1): 141/707 kB
Progress (1): 145/707 kB
Progress (1): 149/707 kB
Progress (1): 153/707 kB
Progress (1): 157/707 kB
Progress (1): 161/707 kB
Progress (1): 165/707 kB
Progress (1): 169/707 kB
Progress (1): 173/707 kB
Progress (1): 177/707 kB
Progress (1): 181/707 kB
Progress (1): 185/707 kB
Progress (1): 189/707 kB
Progress (1): 193/707 kB
Progress (1): 197/707 kB
Progress (1): 201/707 kB
Progress (1): 205/707 kB
Progress (1): 209/707 kB
Progress (1): 213/707 kB
Progress (1): 217/707 kB
Progress (1): 221/707 kB
Progress (1): 225/707 kB
Progress (1): 229/707 kB
Progress (1): 233/707 kB
Progress (1): 237/707 kB
Progress (1): 241/707 kB
Progress (1): 245/707 kB
Progress (1): 249/707 kB
Progress (1): 253/707 kB
Progress (1): 257/707 kB
Progress (1): 261/707 kB
Progress (1): 262/707 kB
Progress (1): 266/707 kB
Progress (1): 270/707 kB
Progress (1): 274/707 kB
Progress (1): 278/707 kB
Progress (1): 282/707 kB
Progress (1): 286/707 kB
Progress (1): 290/707 kB
Progress (1): 294/707 kB
Progress (1): 295/707 kB
Progress (1): 299/707 kB
Progress (1): 303/707 kB
Progress (1): 307/707 kB
Progress (1): 311/707 kB
Progress (1): 315/707 kB
Progress (1): 319/707 kB
Progress (1): 323/707 kB
Progress (1): 327/707 kB
Progress (1): 331/707 kB
Progress (1): 335/707 kB
Progress (1): 339/707 kB
Progress (1): 343/707 kB
Progress (1): 347/707 kB
Progress (1): 351/707 kB
Progress (1): 355/707 kB
Progress (1): 359/707 kB
Progress (1): 360/707 kB
Progress (1): 365/707 kB
Progress (1): 368/707 kB
Progress (1): 373/707 kB
Progress (1): 376/707 kB
Progress (1): 381/707 kB
Progress (1): 384/707 kB
Progress (1): 389/707 kB
Progress (1): 392/707 kB
Progress (1): 397/707 kB
Progress (1): 400/707 kB
Progress (1): 405/707 kB
Progress (1): 408/707 kB
Progress (1): 413/707 kB
Progress (1): 416/707 kB
Progress (1): 421/707 kB
Progress (1): 424/707 kB
Progress (1): 429/707 kB
Progress (1): 432/707 kB
Progress (1): 437/707 kB
Progress (1): 440/707 kB
Progress (1): 445/707 kB
Progress (1): 448/707 kB
Progress (1): 453/707 kB
Progress (1): 456/707 kB
Progress (1): 461/707 kB
Progress (1): 464/707 kB
Progress (1): 469/707 kB
Progress (1): 472/707 kB
Progress (1): 477/707 kB
Progress (1): 480/707 kB
Progress (1): 485/707 kB
Progress (1): 488/707 kB
Progress (1): 493/707 kB
Progress (1): 496/707 kB
Progress (1): 501/707 kB
Progress (1): 504/707 kB
Progress (1): 509/707 kB
Progress (1): 512/707 kB
Progress (1): 517/707 kB
Progress (1): 520/707 kB
Progress (1): 525/707 kB
Progress (1): 528/707 kB
Progress (1): 533/707 kB
Progress (1): 536/707 kB
Progress (1): 541/707 kB
Progress (1): 544/707 kB
Progress (1): 549/707 kB
Progress (1): 552/707 kB
Progress (1): 557/707 kB
Progress (1): 560/707 kB
Progress (1): 565/707 kB
Progress (1): 568/707 kB
Progress (1): 573/707 kB
Progress (1): 576/707 kB
Progress (1): 581/707 kB
Progress (1): 584/707 kB
Progress (1): 589/707 kB
Progress (1): 592/707 kB
Progress (1): 597/707 kB
Progress (1): 600/707 kB
Progress (1): 605/707 kB
Progress (1): 608/707 kB
Progress (1): 613/707 kB
Progress (1): 616/707 kB
Progress (1): 621/707 kB
Progress (1): 624/707 kB
Progress (1): 629/707 kB
Progress (1): 632/707 kB
Progress (1): 637/707 kB
Progress (1): 640/707 kB
Progress (1): 645/707 kB
Progress (1): 648/707 kB
Progress (1): 653/707 kB
Progress (1): 656/707 kB
Progress (1): 661/707 kB
Progress (1): 664/707 kB
Progress (1): 669/707 kB
Progress (1): 672/707 kB
Progress (1): 677/707 kB
Progress (1): 680/707 kB
Progress (1): 685/707 kB
Progress (1): 688/707 kB
Progress (1): 693/707 kB
Progress (1): 696/707 kB
Progress (1): 701/707 kB
Progress (1): 704/707 kB
Progress (1): 707 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar (707 kB at 7.9 MB/s)
14:49:01 [INFO] 
14:49:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.test ---
14:49:01 [INFO] 
14:49:01 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test ---
14:49:01 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:01 [INFO] 
14:49:01 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test ---
14:49:01 [INFO] 
14:49:01 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test ---
14:49:01 [INFO] 
14:49:01 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.test ---
14:49: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.milestone/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:01 [INFO] 
14:49:01 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse.test ---
14:49:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:01 [INFO] Copying 11 resources
14:49:01 [INFO] 
14:49:01 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.eclipse.test ---
14:49:01 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:49:01 [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/bin
14:49:02 [INFO] 
14:49:02 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test ---
14:49:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/src/test/resources
14:49:02 [INFO] 
14:49:02 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test ---
14:49:02 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar
14:49:02 [INFO] 
14:49:02 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test ---
14:49:02 [INFO] 
14:49:02 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test ---
14:49:02 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT.jar
14:49:02 [INFO] 
14:49:02 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test ---
14:49:02 [INFO] 
14:49:02 [INFO] --- maven-dependency-plugin:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test ---
14:49:02 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
14:49:02 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
14:49:02 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 44 kB/s)
14:49:02 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
14:49:02 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
14:49:02 Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 511 kB/s)
14:49:02 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom
14:49:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom
14:49:02 Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 778 kB/s)
14:49:02 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
14:49:02 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
14:49:03 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 70 kB/s)
14:49:03 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
14:49:03 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
14:49: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.9/maven-plugin-api-2.0.9.pom (1.5 kB at 53 kB/s)
14:49:03 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
14:49:03 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
14:49:03 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 93 kB/s)
14:49:03 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
14:49:03 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
14:49:03 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 71 kB/s)
14:49:03 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
14:49:03 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
14:49:03 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 105 kB/s)
14:49:03 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
14:49:03 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
14:49: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.9/maven-profile-2.0.9.pom (2.0 kB at 60 kB/s)
14:49:03 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
14:49:03 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
14:49:03 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 64 kB/s)
14:49:03 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
14:49:03 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
14:49: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.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 59 kB/s)
14:49:03 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
14:49:03 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
14:49: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-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 62 kB/s)
14:49:03 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
14:49:03 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
14:49:03 Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 236 kB/s)
14:49:03 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
14:49:03 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
14:49: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-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 68 kB/s)
14:49:03 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
14:49:03 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
14:49: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.9/maven-reporting-api-2.0.9.pom (1.8 kB at 58 kB/s)
14:49:03 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
14:49:03 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
14:49:03 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 37 kB/s)
14:49:03 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
14:49: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-10/doxia-sink-api-1.0-alpha-10.pom
14:49:03 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 43 kB/s)
14:49:03 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
14:49:03 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
14:49:03 Progress (1): 4.1/9.2 kB
Progress (1): 7.7/9.2 kB
Progress (1): 9.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 286 kB/s)
14:49:03 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom
14:49:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom
14:49:03 Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 573 kB/s)
14:49:03 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
14:49:03 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
14:49: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.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 62 kB/s)
14:49:03 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
14:49:03 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
14:49:03 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 65 kB/s)
14:49:03 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
14:49:03 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
14:49: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.9/maven-monitor-2.0.9.pom (1.3 kB at 32 kB/s)
14:49:03 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
14:49:03 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
14:49:03 Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 136 kB/s)
14:49:03 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
14:49:03 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
14:49:03 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 80 kB/s)
14:49:03 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
14:49:03 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
14:49:03 Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 188 kB/s)
14:49:03 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
14:49:03 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
14:49:03 Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 153 kB/s)
14:49:03 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
14:49:03 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
14:49:04 Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 320 kB/s)
14:49:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
14:49:04 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
14:49:04 Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 184 kB/s)
14:49:04 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
14:49:04 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
14:49:04 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 113 kB/s)
14:49:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
14:49:04 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
14:49:04 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 345 kB/s)
14:49:04 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
14:49:04 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
14:49:04 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 58 kB/s)
14:49:04 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
14:49:04 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
14:49:04 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 80 kB/s)
14:49:04 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
14:49:04 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
14:49:04 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 93 kB/s)
14:49:04 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
14:49:04 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
14:49:04 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 72 kB/s)
14:49:04 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
14:49:04 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
14:49:04 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 43 kB/s)
14:49:04 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
14:49:04 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
14:49:04 Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 172 kB/s)
14:49:04 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
14:49:04 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
14:49:04 Progress (1): 4.1/8.3 kB
Progress (1): 7.7/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 238 kB/s)
14:49:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.pom
14:49:04 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
14:49:04 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 346 kB/s)
14:49:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom
14:49:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom
14:49:04 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 583 kB/s)
14:49:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
14:49:04 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
14:49:04 Progress (1): 171 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 4.2 kB/s)
14:49:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
14:49:04 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
14:49:04 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 101 kB/s)
14:49:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom
14:49:04 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
14:49:04 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 135 kB/s)
14:49:04 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
14:49:04 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
14:49:04 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 69 kB/s)
14:49:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
14:49:04 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
14:49:04 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 83 kB/s)
14:49:04 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
14:49:04 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
14:49:04 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 101 kB/s)
14:49:04 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
14:49:04 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
14:49:04 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 101 kB/s)
14:49:04 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
14:49:04 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
14:49:04 Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 139 kB/s)
14:49:04 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
14:49:04 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
14:49:04 Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 236 kB/s)
14:49:04 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
14:49:04 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
14:49:05 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 58 kB/s)
14:49:05 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
14:49:05 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
14:49:05 Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 178 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 54 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 88 kB/s)
14:49:05 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
14:49:05 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
14:49:05 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 53 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 63 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 50 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 17 kB/s)
14:49:05 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
14:49:05 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
14:49:05 Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 272 kB/s)
14:49:05 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
14:49:05 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
14:49:05 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 96 kB/s)
14:49:05 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
14:49:05 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
14:49:05 Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 702 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 78 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 90 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 70 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 103 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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)
14:49:05 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
14:49:05 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
14:49:05 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 56 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 44 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 139 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 56 kB/s)
14:49:05 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
14:49:05 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
14:49:05 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 432 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 108 kB/s)
14:49:05 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
14:49:05 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
14:49:05 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 93 kB/s)
14:49:05 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
14:49:05 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
14:49:05 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 48 kB/s)
14:49:05 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
14:49:05 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
14:49:06 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 75 kB/s)
14:49:06 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
14:49:06 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
14:49:06 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 90 kB/s)
14:49:06 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
14:49:06 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
14:49:06 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 58 kB/s)
14:49:06 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
14:49:06 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
14:49:06 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 69 kB/s)
14:49:06 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
14:49:06 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
14:49:06 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 50 kB/s)
14:49:06 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
14:49:06 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
14:49:06 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 89 kB/s)
14:49:06 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
14:49:06 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
14:49:06 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 144 kB/s)
14:49:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
14:49:06 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
14:49:06 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 91 kB/s)
14:49:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom
14:49:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
14:49:06 Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 488 kB/s)
14:49:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom
14:49:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
14:49:06 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.5 kB/s)
14:49:06 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
14:49:06 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
14:49:06 Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 124 kB/s)
14:49:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.2/junit-3.8.2.pom
14:49:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom
14:49:06 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 25 kB/s)
14:49:06 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
14:49:06 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
14:49:06 Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 169 kB/s)
14:49:06 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
14:49:06 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
14:49:06 Progress (1): 4.1/9.3 kB
Progress (1): 7.7/9.3 kB
Progress (1): 9.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 322 kB/s)
14:49:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom
14:49:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom
14:49:06 Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 526 kB/s)
14:49:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
14:49:06 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
14:49:06 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 515 kB/s)
14:49:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom
14:49:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
14:49:06 Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 843 kB/s)
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.jar
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 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
14:49:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar
14:49:07 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
14:49:07 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
14:49:07 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
14:49:07 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
14:49:07 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
14:49:07 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
14:49:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
14:49:07 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
14:49:07 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
14:49:07 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
14:49:07 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
14:49:07 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
14:49:07 Progress (1): 4.1/35 kB
Progress (2): 4.1/35 kB | 4.1/89 kB
Progress (2): 7.7/35 kB | 4.1/89 kB
Progress (3): 7.7/35 kB | 4.1/89 kB | 4.1/49 kB
Progress (3): 7.7/35 kB | 7.7/89 kB | 4.1/49 kB
Progress (3): 7.7/35 kB | 7.7/89 kB | 7.7/49 kB
Progress (3): 12/35 kB | 7.7/89 kB | 7.7/49 kB 
Progress (3): 12/35 kB | 12/89 kB | 7.7/49 kB 
Progress (3): 16/35 kB | 12/89 kB | 7.7/49 kB
Progress (3): 16/35 kB | 12/89 kB | 12/49 kB 
Progress (3): 16/35 kB | 12/89 kB | 16/49 kB
Progress (4): 16/35 kB | 12/89 kB | 16/49 kB | 4.1/122 kB
Progress (4): 16/35 kB | 16/89 kB | 16/49 kB | 4.1/122 kB
Progress (5): 16/35 kB | 16/89 kB | 16/49 kB | 4.1/122 kB | 4.1/13 kB
Progress (5): 16/35 kB | 20/89 kB | 16/49 kB | 4.1/122 kB | 4.1/13 kB
Progress (5): 16/35 kB | 20/89 kB | 16/49 kB | 7.7/122 kB | 4.1/13 kB
Progress (5): 16/35 kB | 20/89 kB | 20/49 kB | 7.7/122 kB | 4.1/13 kB
Progress (5): 20/35 kB | 20/89 kB | 20/49 kB | 7.7/122 kB | 4.1/13 kB
Progress (5): 20/35 kB | 20/89 kB | 24/49 kB | 7.7/122 kB | 4.1/13 kB
Progress (5): 20/35 kB | 20/89 kB | 24/49 kB | 12/122 kB | 4.1/13 kB 
Progress (5): 20/35 kB | 24/89 kB | 24/49 kB | 12/122 kB | 4.1/13 kB
Progress (5): 20/35 kB | 24/89 kB | 24/49 kB | 12/122 kB | 7.7/13 kB
Progress (5): 20/35 kB | 28/89 kB | 24/49 kB | 12/122 kB | 7.7/13 kB
Progress (5): 20/35 kB | 28/89 kB | 24/49 kB | 16/122 kB | 7.7/13 kB
Progress (5): 20/35 kB | 28/89 kB | 28/49 kB | 16/122 kB | 7.7/13 kB
Progress (5): 24/35 kB | 28/89 kB | 28/49 kB | 16/122 kB | 7.7/13 kB
Progress (5): 24/35 kB | 28/89 kB | 32/49 kB | 16/122 kB | 7.7/13 kB
Progress (5): 24/35 kB | 28/89 kB | 32/49 kB | 20/122 kB | 7.7/13 kB
Progress (5): 24/35 kB | 28/89 kB | 36/49 kB | 20/122 kB | 7.7/13 kB
Progress (5): 24/35 kB | 32/89 kB | 36/49 kB | 20/122 kB | 7.7/13 kB
Progress (5): 24/35 kB | 32/89 kB | 36/49 kB | 20/122 kB | 12/13 kB 
Progress (5): 24/35 kB | 32/89 kB | 40/49 kB | 20/122 kB | 12/13 kB
Progress (5): 24/35 kB | 32/89 kB | 40/49 kB | 24/122 kB | 12/13 kB
Progress (5): 28/35 kB | 32/89 kB | 40/49 kB | 24/122 kB | 12/13 kB
Progress (5): 28/35 kB | 32/89 kB | 40/49 kB | 28/122 kB | 12/13 kB
Progress (5): 28/35 kB | 32/89 kB | 44/49 kB | 28/122 kB | 12/13 kB
Progress (5): 28/35 kB | 36/89 kB | 44/49 kB | 28/122 kB | 12/13 kB
Progress (5): 28/35 kB | 36/89 kB | 44/49 kB | 28/122 kB | 13 kB   
Progress (5): 28/35 kB | 40/89 kB | 44/49 kB | 28/122 kB | 13 kB
Progress (5): 28/35 kB | 40/89 kB | 48/49 kB | 28/122 kB | 13 kB
Progress (5): 28/35 kB | 40/89 kB | 48/49 kB | 32/122 kB | 13 kB
Progress (5): 32/35 kB | 40/89 kB | 48/49 kB | 32/122 kB | 13 kB
Progress (5): 32/35 kB | 40/89 kB | 48/49 kB | 36/122 kB | 13 kB
Progress (5): 32/35 kB | 40/89 kB | 49 kB | 36/122 kB | 13 kB   
Progress (5): 32/35 kB | 44/89 kB | 49 kB | 36/122 kB | 13 kB
Progress (5): 32/35 kB | 44/89 kB | 49 kB | 40/122 kB | 13 kB
Progress (5): 35 kB | 44/89 kB | 49 kB | 40/122 kB | 13 kB   
Progress (5): 35 kB | 44/89 kB | 49 kB | 44/122 kB | 13 kB
Progress (5): 35 kB | 48/89 kB | 49 kB | 44/122 kB | 13 kB
Progress (5): 35 kB | 48/89 kB | 49 kB | 48/122 kB | 13 kB
Progress (5): 35 kB | 52/89 kB | 49 kB | 48/122 kB | 13 kB
Progress (5): 35 kB | 52/89 kB | 49 kB | 52/122 kB | 13 kB
Progress (5): 35 kB | 56/89 kB | 49 kB | 52/122 kB | 13 kB
Progress (5): 35 kB | 56/89 kB | 49 kB | 56/122 kB | 13 kB
Progress (5): 35 kB | 60/89 kB | 49 kB | 56/122 kB | 13 kB
Progress (5): 35 kB | 60/89 kB | 49 kB | 60/122 kB | 13 kB
Progress (5): 35 kB | 64/89 kB | 49 kB | 60/122 kB | 13 kB
Progress (5): 35 kB | 64/89 kB | 49 kB | 64/122 kB | 13 kB
Progress (5): 35 kB | 68/89 kB | 49 kB | 64/122 kB | 13 kB
Progress (5): 35 kB | 72/89 kB | 49 kB | 64/122 kB | 13 kB
Progress (5): 35 kB | 72/89 kB | 49 kB | 68/122 kB | 13 kB
Progress (5): 35 kB | 76/89 kB | 49 kB | 68/122 kB | 13 kB
Progress (5): 35 kB | 76/89 kB | 49 kB | 72/122 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 195 kB/s)
14:49:07 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
14:49:07 Progress (4): 35 kB | 80/89 kB | 49 kB | 72/122 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 733 kB/s)
14:49:07 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
14:49:07 Progress (3): 35 kB | 80/89 kB | 76/122 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 512 kB/s)
14:49:07 Progress (2): 80/89 kB | 80/122 kB
Progress (2): 84/89 kB | 80/122 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
14:49:07 Progress (2): 84/89 kB | 84/122 kB
Progress (2): 88/89 kB | 84/122 kB
Progress (2): 88/89 kB | 88/122 kB
Progress (2): 89 kB | 88/122 kB   
Progress (2): 89 kB | 92/122 kB
Progress (2): 89 kB | 96/122 kB
Progress (2): 89 kB | 100/122 kB
Progress (2): 89 kB | 104/122 kB
Progress (2): 89 kB | 108/122 kB
Progress (2): 89 kB | 112/122 kB
Progress (2): 89 kB | 116/122 kB
Progress (2): 89 kB | 120/122 kB
Progress (2): 89 kB | 122 kB    
Progress (3): 89 kB | 122 kB | 4.1/29 kB
Progress (4): 89 kB | 122 kB | 4.1/29 kB | 4.1/87 kB
Progress (4): 89 kB | 122 kB | 7.7/29 kB | 4.1/87 kB
Progress (4): 89 kB | 122 kB | 7.7/29 kB | 7.7/87 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 706 kB/s)
14:49:07 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 967 kB/s)
14:49:07 Progress (3): 7.7/29 kB | 7.7/87 kB | 4.1/160 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
14:49:07 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
14:49:07 Progress (3): 7.7/29 kB | 12/87 kB | 4.1/160 kB
Progress (3): 12/29 kB | 12/87 kB | 4.1/160 kB 
Progress (3): 12/29 kB | 16/87 kB | 4.1/160 kB
Progress (3): 12/29 kB | 16/87 kB | 7.7/160 kB
Progress (3): 16/29 kB | 16/87 kB | 7.7/160 kB
Progress (3): 20/29 kB | 16/87 kB | 7.7/160 kB
Progress (3): 20/29 kB | 16/87 kB | 12/160 kB 
Progress (3): 20/29 kB | 20/87 kB | 12/160 kB
Progress (3): 20/29 kB | 24/87 kB | 12/160 kB
Progress (3): 20/29 kB | 28/87 kB | 12/160 kB
Progress (3): 20/29 kB | 28/87 kB | 16/160 kB
Progress (3): 24/29 kB | 28/87 kB | 16/160 kB
Progress (3): 24/29 kB | 32/87 kB | 16/160 kB
Progress (3): 28/29 kB | 32/87 kB | 16/160 kB
Progress (3): 28/29 kB | 32/87 kB | 20/160 kB
Progress (3): 29 kB | 32/87 kB | 20/160 kB   
Progress (3): 29 kB | 32/87 kB | 24/160 kB
Progress (3): 29 kB | 36/87 kB | 24/160 kB
Progress (3): 29 kB | 40/87 kB | 24/160 kB
Progress (3): 29 kB | 40/87 kB | 28/160 kB
Progress (3): 29 kB | 40/87 kB | 32/160 kB
Progress (3): 29 kB | 44/87 kB | 32/160 kB
Progress (3): 29 kB | 48/87 kB | 32/160 kB
Progress (3): 29 kB | 48/87 kB | 36/160 kB
Progress (3): 29 kB | 48/87 kB | 40/160 kB
Progress (3): 29 kB | 52/87 kB | 40/160 kB
Progress (3): 29 kB | 52/87 kB | 44/160 kB
Progress (3): 29 kB | 56/87 kB | 44/160 kB
Progress (3): 29 kB | 56/87 kB | 48/160 kB
Progress (3): 29 kB | 60/87 kB | 48/160 kB
Progress (3): 29 kB | 60/87 kB | 52/160 kB
Progress (3): 29 kB | 64/87 kB | 52/160 kB
Progress (4): 29 kB | 64/87 kB | 52/160 kB | 4.1/14 kB
Progress (4): 29 kB | 64/87 kB | 56/160 kB | 4.1/14 kB
Progress (4): 29 kB | 64/87 kB | 56/160 kB | 7.7/14 kB
Progress (4): 29 kB | 68/87 kB | 56/160 kB | 7.7/14 kB
Progress (4): 29 kB | 68/87 kB | 60/160 kB | 7.7/14 kB
Progress (4): 29 kB | 68/87 kB | 64/160 kB | 7.7/14 kB
Progress (4): 29 kB | 68/87 kB | 68/160 kB | 7.7/14 kB
Progress (4): 29 kB | 68/87 kB | 72/160 kB | 7.7/14 kB
Progress (4): 29 kB | 72/87 kB | 72/160 kB | 7.7/14 kB
Progress (4): 29 kB | 72/87 kB | 72/160 kB | 12/14 kB 
Progress (4): 29 kB | 72/87 kB | 76/160 kB | 12/14 kB
Progress (4): 29 kB | 76/87 kB | 76/160 kB | 12/14 kB
Progress (4): 29 kB | 76/87 kB | 76/160 kB | 14 kB   
Progress (4): 29 kB | 80/87 kB | 76/160 kB | 14 kB
Progress (4): 29 kB | 80/87 kB | 80/160 kB | 14 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 206 kB/s)
14:49:07 Progress (3): 80/87 kB | 84/160 kB | 14 kB
Progress (3): 84/87 kB | 84/160 kB | 14 kB
Progress (3): 84/87 kB | 88/160 kB | 14 kB
Progress (4): 84/87 kB | 88/160 kB | 14 kB | 4.1/21 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
14:49:07 Progress (4): 84/87 kB | 92/160 kB | 14 kB | 4.1/21 kB
Progress (4): 84/87 kB | 96/160 kB | 14 kB | 4.1/21 kB
Progress (4): 84/87 kB | 96/160 kB | 14 kB | 7.7/21 kB
Progress (4): 87 kB | 96/160 kB | 14 kB | 7.7/21 kB   
Progress (4): 87 kB | 100/160 kB | 14 kB | 7.7/21 kB
Progress (4): 87 kB | 100/160 kB | 14 kB | 12/21 kB 
Progress (4): 87 kB | 104/160 kB | 14 kB | 12/21 kB
Progress (4): 87 kB | 104/160 kB | 14 kB | 16/21 kB
Progress (4): 87 kB | 108/160 kB | 14 kB | 16/21 kB
Progress (4): 87 kB | 108/160 kB | 14 kB | 20/21 kB
Progress (4): 87 kB | 112/160 kB | 14 kB | 20/21 kB
Progress (4): 87 kB | 112/160 kB | 14 kB | 21 kB   
Progress (4): 87 kB | 116/160 kB | 14 kB | 21 kB
Progress (4): 87 kB | 120/160 kB | 14 kB | 21 kB
Progress (4): 87 kB | 124/160 kB | 14 kB | 21 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 93 kB/s)
14:49:07 Progress (3): 87 kB | 128/160 kB | 21 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
14:49:07 Progress (3): 87 kB | 132/160 kB | 21 kB
Progress (3): 87 kB | 136/160 kB | 21 kB
Progress (3): 87 kB | 140/160 kB | 21 kB
Progress (3): 87 kB | 144/160 kB | 21 kB
Progress (3): 87 kB | 148/160 kB | 21 kB
Progress (3): 87 kB | 152/160 kB | 21 kB
Progress (3): 87 kB | 156/160 kB | 21 kB
Progress (3): 87 kB | 160 kB | 21 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 567 kB/s)
14:49:07 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 135 kB/s)
14:49:07 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
14:49:07 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
14:49:07 Progress (2): 160 kB | 4.1/37 kB
Progress (2): 160 kB | 7.7/37 kB
Progress (3): 160 kB | 7.7/37 kB | 4.1/10 kB
Progress (3): 160 kB | 12/37 kB | 4.1/10 kB 
Progress (3): 160 kB | 12/37 kB | 7.7/10 kB
Progress (3): 160 kB | 16/37 kB | 7.7/10 kB
Progress (3): 160 kB | 16/37 kB | 10 kB    
Progress (3): 160 kB | 20/37 kB | 10 kB
Progress (3): 160 kB | 24/37 kB | 10 kB
Progress (3): 160 kB | 28/37 kB | 10 kB
Progress (3): 160 kB | 32/37 kB | 10 kB
Progress (3): 160 kB | 36/37 kB | 10 kB
Progress (3): 160 kB | 37 kB | 10 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 713 kB/s)
14:49:07 Progress (3): 37 kB | 10 kB | 4.1/58 kB
Progress (4): 37 kB | 10 kB | 4.1/58 kB | 4.1/25 kB
Progress (4): 37 kB | 10 kB | 7.7/58 kB | 4.1/25 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 165 kB/s)
14:49:07 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
14:49:07 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 45 kB/s)
14:49:07 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
14:49:07 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
14:49:07 Progress (2): 12/58 kB | 4.1/25 kB
Progress (2): 12/58 kB | 7.7/25 kB
Progress (2): 16/58 kB | 7.7/25 kB
Progress (2): 16/58 kB | 12/25 kB 
Progress (2): 20/58 kB | 12/25 kB
Progress (2): 20/58 kB | 16/25 kB
Progress (2): 24/58 kB | 16/25 kB
Progress (2): 24/58 kB | 20/25 kB
Progress (2): 24/58 kB | 24/25 kB
Progress (2): 28/58 kB | 24/25 kB
Progress (2): 28/58 kB | 25 kB   
Progress (2): 32/58 kB | 25 kB
Progress (2): 36/58 kB | 25 kB
Progress (2): 40/58 kB | 25 kB
Progress (2): 44/58 kB | 25 kB
Progress (2): 48/58 kB | 25 kB
Progress (2): 52/58 kB | 25 kB
Progress (2): 56/58 kB | 25 kB
Progress (2): 58 kB | 25 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 101 kB/s)
14:49:07 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
14:49:07 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 237 kB/s)
14:49:07 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
14:49:07 Progress (1): 4.1/55 kB
Progress (1): 7.7/55 kB
Progress (1): 12/55 kB 
Progress (1): 16/55 kB
Progress (1): 20/55 kB
Progress (1): 24/55 kB
Progress (2): 24/55 kB | 4.1/21 kB
Progress (2): 28/55 kB | 4.1/21 kB
Progress (2): 28/55 kB | 7.7/21 kB
Progress (2): 32/55 kB | 7.7/21 kB
Progress (2): 32/55 kB | 12/21 kB 
Progress (2): 36/55 kB | 12/21 kB
Progress (2): 36/55 kB | 16/21 kB
Progress (2): 40/55 kB | 16/21 kB
Progress (2): 40/55 kB | 20/21 kB
Progress (2): 44/55 kB | 20/21 kB
Progress (2): 44/55 kB | 21 kB   
Progress (2): 48/55 kB | 21 kB
Progress (2): 52/55 kB | 21 kB
Progress (2): 55 kB | 21 kB   
Progress (3): 55 kB | 21 kB | 4.1/11 kB
Progress (3): 55 kB | 21 kB | 7.7/11 kB
Progress (4): 55 kB | 21 kB | 7.7/11 kB | 4.1/41 kB
Progress (4): 55 kB | 21 kB | 11 kB | 4.1/41 kB    
Progress (4): 55 kB | 21 kB | 11 kB | 7.7/41 kB
Progress (4): 55 kB | 21 kB | 11 kB | 12/41 kB 
Progress (4): 55 kB | 21 kB | 11 kB | 16/41 kB
Progress (4): 55 kB | 21 kB | 11 kB | 20/41 kB
Progress (4): 55 kB | 21 kB | 11 kB | 24/41 kB
Progress (4): 55 kB | 21 kB | 11 kB | 28/41 kB
Progress (4): 55 kB | 21 kB | 11 kB | 32/41 kB
Progress (4): 55 kB | 21 kB | 11 kB | 36/41 kB
Progress (4): 55 kB | 21 kB | 11 kB | 40/41 kB
Progress (5): 55 kB | 21 kB | 11 kB | 40/41 kB | 4.1/109 kB
Progress (5): 55 kB | 21 kB | 11 kB | 41 kB | 4.1/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 81 kB/s)
14:49:07 Progress (4): 55 kB | 11 kB | 41 kB | 7.7/109 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 214 kB/s)
14:49:07 Progress (3): 11 kB | 41 kB | 12/109 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
14:49:07 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 42 kB/s)
14:49:07 Progress (2): 41 kB | 16/109 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
14:49:07 Progress (2): 41 kB | 20/109 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 158 kB/s)
14:49:07 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
14:49:07 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
14:49:07 Progress (1): 24/109 kB
Progress (1): 28/109 kB
Progress (1): 32/109 kB
Progress (1): 36/109 kB
Progress (1): 40/109 kB
Progress (1): 44/109 kB
Progress (1): 48/109 kB
Progress (1): 52/109 kB
Progress (1): 56/109 kB
Progress (1): 60/109 kB
Progress (1): 64/109 kB
Progress (1): 68/109 kB
Progress (1): 72/109 kB
Progress (1): 76/109 kB
Progress (1): 80/109 kB
Progress (2): 80/109 kB | 4.1/10 kB
Progress (2): 84/109 kB | 4.1/10 kB
Progress (2): 84/109 kB | 7.7/10 kB
Progress (2): 88/109 kB | 7.7/10 kB
Progress (2): 88/109 kB | 10 kB    
Progress (2): 92/109 kB | 10 kB
Progress (3): 92/109 kB | 10 kB | 4.1/47 kB
Progress (3): 96/109 kB | 10 kB | 4.1/47 kB
Progress (3): 100/109 kB | 10 kB | 4.1/47 kB
Progress (3): 104/109 kB | 10 kB | 4.1/47 kB
Progress (3): 108/109 kB | 10 kB | 4.1/47 kB
Progress (3): 109 kB | 10 kB | 4.1/47 kB    
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 31 kB/s)
14:49:07 Progress (2): 109 kB | 7.7/47 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
14:49:07 Progress (3): 109 kB | 7.7/47 kB | 4.1/47 kB
Progress (4): 109 kB | 7.7/47 kB | 4.1/47 kB | 4.1/49 kB
Progress (4): 109 kB | 7.7/47 kB | 7.7/47 kB | 4.1/49 kB
Progress (4): 109 kB | 12/47 kB | 7.7/47 kB | 4.1/49 kB 
Progress (4): 109 kB | 12/47 kB | 7.7/47 kB | 7.7/49 kB
Progress (4): 109 kB | 12/47 kB | 12/47 kB | 7.7/49 kB 
Progress (4): 109 kB | 16/47 kB | 12/47 kB | 7.7/49 kB
Progress (4): 109 kB | 16/47 kB | 16/47 kB | 7.7/49 kB
Progress (4): 109 kB | 16/47 kB | 16/47 kB | 12/49 kB 
Progress (4): 109 kB | 20/47 kB | 16/47 kB | 12/49 kB
Progress (4): 109 kB | 20/47 kB | 20/47 kB | 12/49 kB
Progress (4): 109 kB | 20/47 kB | 20/47 kB | 16/49 kB
Progress (4): 109 kB | 20/47 kB | 24/47 kB | 16/49 kB
Progress (4): 109 kB | 24/47 kB | 24/47 kB | 16/49 kB
Progress (4): 109 kB | 24/47 kB | 24/47 kB | 20/49 kB
Progress (4): 109 kB | 24/47 kB | 28/47 kB | 20/49 kB
Progress (4): 109 kB | 28/47 kB | 28/47 kB | 20/49 kB
Progress (4): 109 kB | 28/47 kB | 28/47 kB | 24/49 kB
Progress (4): 109 kB | 32/47 kB | 28/47 kB | 24/49 kB
Progress (4): 109 kB | 32/47 kB | 32/47 kB | 24/49 kB
Progress (4): 109 kB | 32/47 kB | 32/47 kB | 28/49 kB
Progress (4): 109 kB | 36/47 kB | 32/47 kB | 28/49 kB
Progress (4): 109 kB | 36/47 kB | 36/47 kB | 28/49 kB
Progress (4): 109 kB | 36/47 kB | 36/47 kB | 32/49 kB
Progress (4): 109 kB | 36/47 kB | 40/47 kB | 32/49 kB
Progress (4): 109 kB | 40/47 kB | 40/47 kB | 32/49 kB
Progress (4): 109 kB | 40/47 kB | 40/47 kB | 36/49 kB
Progress (4): 109 kB | 40/47 kB | 44/47 kB | 36/49 kB
Progress (4): 109 kB | 44/47 kB | 44/47 kB | 36/49 kB
Progress (4): 109 kB | 44/47 kB | 44/47 kB | 40/49 kB
Progress (4): 109 kB | 47 kB | 44/47 kB | 40/49 kB   
Progress (4): 109 kB | 47 kB | 47 kB | 40/49 kB   
Progress (4): 109 kB | 47 kB | 47 kB | 44/49 kB
Progress (4): 109 kB | 47 kB | 47 kB | 48/49 kB
Progress (4): 109 kB | 47 kB | 47 kB | 49 kB   
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 325 kB/s)
14:49:07 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
14:49:07 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 136 kB/s)
14:49:07 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
14:49:07 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 141 kB/s)
14:49:07 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
14:49:07 Progress (2): 47 kB | 4.1/19 kB
Progress (2): 47 kB | 7.7/19 kB
Progress (2): 47 kB | 12/19 kB 
Progress (2): 47 kB | 16/19 kB
Progress (2): 47 kB | 19 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 130 kB/s)
14:49:07 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
14:49:07 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 51 kB/s)
14:49:07 Progress (1): 4.1/22 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar
14:49:07 Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
Progress (2): 22 kB | 4.1/28 kB
Progress (3): 22 kB | 4.1/28 kB | 4.1/186 kB
Progress (3): 22 kB | 7.7/28 kB | 4.1/186 kB
Progress (3): 22 kB | 7.7/28 kB | 7.7/186 kB
Progress (3): 22 kB | 12/28 kB | 7.7/186 kB 
Progress (3): 22 kB | 12/28 kB | 12/186 kB 
Progress (3): 22 kB | 16/28 kB | 12/186 kB
Progress (3): 22 kB | 16/28 kB | 16/186 kB
Progress (3): 22 kB | 20/28 kB | 16/186 kB
Progress (3): 22 kB | 20/28 kB | 20/186 kB
Progress (3): 22 kB | 24/28 kB | 20/186 kB
Progress (3): 22 kB | 24/28 kB | 24/186 kB
Progress (3): 22 kB | 28/28 kB | 24/186 kB
Progress (3): 22 kB | 28 kB | 24/186 kB   
Progress (3): 22 kB | 28 kB | 28/186 kB
Progress (3): 22 kB | 28 kB | 32/186 kB
Progress (3): 22 kB | 28 kB | 33/186 kB
Progress (3): 22 kB | 28 kB | 37/186 kB
Progress (3): 22 kB | 28 kB | 41/186 kB
Progress (3): 22 kB | 28 kB | 45/186 kB
Progress (3): 22 kB | 28 kB | 49/186 kB
Progress (3): 22 kB | 28 kB | 53/186 kB
Progress (3): 22 kB | 28 kB | 57/186 kB
Progress (4): 22 kB | 28 kB | 57/186 kB | 4.1/58 kB
Progress (4): 22 kB | 28 kB | 61/186 kB | 4.1/58 kB
Progress (4): 22 kB | 28 kB | 61/186 kB | 7.7/58 kB
Progress (4): 22 kB | 28 kB | 65/186 kB | 7.7/58 kB
Progress (4): 22 kB | 28 kB | 66/186 kB | 7.7/58 kB
Progress (4): 22 kB | 28 kB | 66/186 kB | 12/58 kB 
Progress (4): 22 kB | 28 kB | 70/186 kB | 12/58 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 59 kB/s)
14:49:07 Progress (3): 28 kB | 70/186 kB | 16/58 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar
14:49:07 Progress (4): 28 kB | 70/186 kB | 16/58 kB | 4.1/232 kB
Progress (4): 28 kB | 74/186 kB | 16/58 kB | 4.1/232 kB
Progress (4): 28 kB | 74/186 kB | 16/58 kB | 7.7/232 kB
Progress (4): 28 kB | 74/186 kB | 20/58 kB | 7.7/232 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 74 kB/s)
14:49:07 Progress (3): 74/186 kB | 20/58 kB | 12/232 kB
Progress (3): 74/186 kB | 24/58 kB | 12/232 kB
Progress (3): 78/186 kB | 24/58 kB | 12/232 kB
Progress (3): 78/186 kB | 24/58 kB | 16/232 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
14:49:07 Progress (3): 78/186 kB | 24/58 kB | 20/232 kB
Progress (3): 78/186 kB | 28/58 kB | 20/232 kB
Progress (3): 82/186 kB | 28/58 kB | 20/232 kB
Progress (3): 82/186 kB | 32/58 kB | 20/232 kB
Progress (3): 82/186 kB | 32/58 kB | 24/232 kB
Progress (4): 82/186 kB | 32/58 kB | 24/232 kB | 4.1/60 kB
Progress (5): 82/186 kB | 32/58 kB | 24/232 kB | 4.1/60 kB | 4.1/27 kB
Progress (5): 82/186 kB | 36/58 kB | 24/232 kB | 4.1/60 kB | 4.1/27 kB
Progress (5): 86/186 kB | 36/58 kB | 24/232 kB | 4.1/60 kB | 4.1/27 kB
Progress (5): 86/186 kB | 40/58 kB | 24/232 kB | 4.1/60 kB | 4.1/27 kB
Progress (5): 86/186 kB | 40/58 kB | 24/232 kB | 4.1/60 kB | 7.7/27 kB
Progress (5): 86/186 kB | 40/58 kB | 28/232 kB | 4.1/60 kB | 7.7/27 kB
Progress (5): 86/186 kB | 40/58 kB | 28/232 kB | 7.7/60 kB | 7.7/27 kB
Progress (5): 86/186 kB | 40/58 kB | 28/232 kB | 7.7/60 kB | 12/27 kB 
Progress (5): 86/186 kB | 40/58 kB | 28/232 kB | 12/60 kB | 12/27 kB 
Progress (5): 86/186 kB | 40/58 kB | 32/232 kB | 12/60 kB | 12/27 kB
Progress (5): 86/186 kB | 44/58 kB | 32/232 kB | 12/60 kB | 12/27 kB
Progress (5): 90/186 kB | 44/58 kB | 32/232 kB | 12/60 kB | 12/27 kB
Progress (5): 90/186 kB | 48/58 kB | 32/232 kB | 12/60 kB | 12/27 kB
Progress (5): 90/186 kB | 48/58 kB | 33/232 kB | 12/60 kB | 12/27 kB
Progress (5): 90/186 kB | 48/58 kB | 33/232 kB | 16/60 kB | 12/27 kB
Progress (5): 90/186 kB | 48/58 kB | 33/232 kB | 16/60 kB | 16/27 kB
Progress (5): 90/186 kB | 48/58 kB | 33/232 kB | 20/60 kB | 16/27 kB
Progress (5): 90/186 kB | 48/58 kB | 37/232 kB | 20/60 kB | 16/27 kB
Progress (5): 90/186 kB | 52/58 kB | 37/232 kB | 20/60 kB | 16/27 kB
Progress (5): 94/186 kB | 52/58 kB | 37/232 kB | 20/60 kB | 16/27 kB
Progress (5): 94/186 kB | 56/58 kB | 37/232 kB | 20/60 kB | 16/27 kB
Progress (5): 94/186 kB | 56/58 kB | 41/232 kB | 20/60 kB | 16/27 kB
Progress (5): 94/186 kB | 56/58 kB | 41/232 kB | 24/60 kB | 16/27 kB
Progress (5): 94/186 kB | 56/58 kB | 41/232 kB | 24/60 kB | 20/27 kB
Progress (5): 94/186 kB | 56/58 kB | 41/232 kB | 28/60 kB | 20/27 kB
Progress (5): 94/186 kB | 56/58 kB | 45/232 kB | 28/60 kB | 20/27 kB
Progress (5): 94/186 kB | 58 kB | 45/232 kB | 28/60 kB | 20/27 kB   
Progress (5): 98/186 kB | 58 kB | 45/232 kB | 28/60 kB | 20/27 kB
Progress (5): 98/186 kB | 58 kB | 49/232 kB | 28/60 kB | 20/27 kB
Progress (5): 98/186 kB | 58 kB | 49/232 kB | 32/60 kB | 20/27 kB
Progress (5): 98/186 kB | 58 kB | 49/232 kB | 32/60 kB | 24/27 kB
Progress (5): 98/186 kB | 58 kB | 49/232 kB | 36/60 kB | 24/27 kB
Progress (5): 98/186 kB | 58 kB | 49/232 kB | 36/60 kB | 27 kB   
Progress (5): 98/186 kB | 58 kB | 53/232 kB | 36/60 kB | 27 kB
Progress (5): 98/186 kB | 58 kB | 53/232 kB | 36/60 kB | 27 kB
Progress (5): 98/186 kB | 58 kB | 57/232 kB | 36/60 kB | 27 kB
Progress (5): 98/186 kB | 58 kB | 57/232 kB | 40/60 kB | 27 kB
Progress (5): 102/186 kB | 58 kB | 57/232 kB | 40/60 kB | 27 kB
Progress (5): 102/186 kB | 58 kB | 61/232 kB | 40/60 kB | 27 kB
Progress (5): 102/186 kB | 58 kB | 61/232 kB | 44/60 kB | 27 kB
Progress (5): 106/186 kB | 58 kB | 61/232 kB | 44/60 kB | 27 kB
Progress (5): 106/186 kB | 58 kB | 61/232 kB | 48/60 kB | 27 kB
Progress (5): 106/186 kB | 58 kB | 65/232 kB | 48/60 kB | 27 kB
Progress (5): 110/186 kB | 58 kB | 65/232 kB | 48/60 kB | 27 kB
Progress (5): 110/186 kB | 58 kB | 66/232 kB | 48/60 kB | 27 kB
Progress (5): 110/186 kB | 58 kB | 66/232 kB | 52/60 kB | 27 kB
Progress (5): 114/186 kB | 58 kB | 66/232 kB | 52/60 kB | 27 kB
Progress (5): 114/186 kB | 58 kB | 66/232 kB | 56/60 kB | 27 kB
Progress (5): 114/186 kB | 58 kB | 70/232 kB | 56/60 kB | 27 kB
Progress (5): 114/186 kB | 58 kB | 70/232 kB | 60/60 kB | 27 kB
Progress (5): 118/186 kB | 58 kB | 70/232 kB | 60/60 kB | 27 kB
Progress (5): 118/186 kB | 58 kB | 70/232 kB | 60 kB | 27 kB   
Progress (5): 118/186 kB | 58 kB | 74/232 kB | 60 kB | 27 kB
Progress (5): 122/186 kB | 58 kB | 74/232 kB | 60 kB | 27 kB
Progress (5): 122/186 kB | 58 kB | 78/232 kB | 60 kB | 27 kB
Progress (5): 126/186 kB | 58 kB | 78/232 kB | 60 kB | 27 kB
Progress (5): 126/186 kB | 58 kB | 82/232 kB | 60 kB | 27 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 131 kB/s)
14:49:07 Progress (4): 126/186 kB | 86/232 kB | 60 kB | 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 62 kB/s)
14:49:07 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
14:49:07 Progress (3): 130/186 kB | 86/232 kB | 60 kB
Progress (3): 130/186 kB | 90/232 kB | 60 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
14:49:07 Progress (3): 130/186 kB | 94/232 kB | 60 kB
Progress (3): 131/186 kB | 94/232 kB | 60 kB
Progress (3): 131/186 kB | 98/232 kB | 60 kB
Progress (3): 135/186 kB | 98/232 kB | 60 kB
Progress (3): 135/186 kB | 98/232 kB | 60 kB
Progress (3): 139/186 kB | 98/232 kB | 60 kB
Progress (3): 139/186 kB | 102/232 kB | 60 kB
Progress (3): 143/186 kB | 102/232 kB | 60 kB
Progress (3): 143/186 kB | 106/232 kB | 60 kB
Progress (3): 147/186 kB | 106/232 kB | 60 kB
Progress (3): 147/186 kB | 110/232 kB | 60 kB
Progress (3): 151/186 kB | 110/232 kB | 60 kB
Progress (3): 151/186 kB | 114/232 kB | 60 kB
Progress (3): 155/186 kB | 114/232 kB | 60 kB
Progress (3): 155/186 kB | 118/232 kB | 60 kB
Progress (3): 159/186 kB | 118/232 kB | 60 kB
Progress (3): 159/186 kB | 122/232 kB | 60 kB
Progress (3): 163/186 kB | 122/232 kB | 60 kB
Progress (3): 163/186 kB | 126/232 kB | 60 kB
Progress (3): 167/186 kB | 126/232 kB | 60 kB
Progress (3): 167/186 kB | 130/232 kB | 60 kB
Progress (3): 171/186 kB | 130/232 kB | 60 kB
Progress (3): 171/186 kB | 131/232 kB | 60 kB
Progress (3): 175/186 kB | 131/232 kB | 60 kB
Progress (3): 179/186 kB | 131/232 kB | 60 kB
Progress (3): 179/186 kB | 135/232 kB | 60 kB
Progress (3): 179/186 kB | 139/232 kB | 60 kB
Progress (3): 183/186 kB | 139/232 kB | 60 kB
Progress (3): 186 kB | 139/232 kB | 60 kB    
Progress (3): 186 kB | 143/232 kB | 60 kB
Progress (3): 186 kB | 147/232 kB | 60 kB
Progress (3): 186 kB | 151/232 kB | 60 kB
Progress (3): 186 kB | 155/232 kB | 60 kB
Progress (3): 186 kB | 159/232 kB | 60 kB
Progress (3): 186 kB | 163/232 kB | 60 kB
Progress (3): 186 kB | 164/232 kB | 60 kB
Progress (3): 186 kB | 168/232 kB | 60 kB
Progress (3): 186 kB | 172/232 kB | 60 kB
Progress (3): 186 kB | 176/232 kB | 60 kB
Progress (3): 186 kB | 180/232 kB | 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 132 kB/s)
14:49:07 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 410 kB/s)
14:49:07 Progress (1): 184/232 kB
Progress (2): 184/232 kB | 4.1/29 kB
Progress (3): 184/232 kB | 4.1/29 kB | 4.1/32 kB
Progress (3): 184/232 kB | 7.7/29 kB | 4.1/32 kB
Progress (3): 188/232 kB | 7.7/29 kB | 4.1/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
14:49:07 Progress (3): 192/232 kB | 7.7/29 kB | 4.1/32 kB
Progress (3): 192/232 kB | 12/29 kB | 4.1/32 kB 
Progress (3): 192/232 kB | 12/29 kB | 7.7/32 kB
Progress (3): 192/232 kB | 16/29 kB | 7.7/32 kB
Progress (3): 196/232 kB | 16/29 kB | 7.7/32 kB
Progress (3): 196/232 kB | 16/29 kB | 12/32 kB 
Progress (3): 196/232 kB | 20/29 kB | 12/32 kB
Progress (3): 197/232 kB | 20/29 kB | 12/32 kB
Progress (3): 197/232 kB | 24/29 kB | 12/32 kB
Progress (3): 197/232 kB | 24/29 kB | 16/32 kB
Progress (3): 197/232 kB | 28/29 kB | 16/32 kB
Progress (3): 201/232 kB | 28/29 kB | 16/32 kB
Progress (3): 201/232 kB | 28/29 kB | 20/32 kB
Progress (3): 201/232 kB | 29 kB | 20/32 kB   
Progress (3): 201/232 kB | 29 kB | 24/32 kB
Progress (3): 205/232 kB | 29 kB | 24/32 kB
Progress (3): 205/232 kB | 29 kB | 28/32 kB
Progress (3): 205/232 kB | 29 kB | 32 kB   
Progress (3): 209/232 kB | 29 kB | 32 kB
Progress (3): 213/232 kB | 29 kB | 32 kB
Progress (3): 217/232 kB | 29 kB | 32 kB
Progress (3): 221/232 kB | 29 kB | 32 kB
Progress (3): 225/232 kB | 29 kB | 32 kB
Progress (3): 229/232 kB | 29 kB | 32 kB
Progress (3): 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 62 kB/s)
14:49:07 Progress (3): 232 kB | 32 kB | 4.1/284 kB
Progress (3): 232 kB | 32 kB | 7.7/284 kB
Progress (3): 232 kB | 32 kB | 12/284 kB 
Progress (3): 232 kB | 32 kB | 16/284 kB
Progress (3): 232 kB | 32 kB | 20/284 kB
Progress (3): 232 kB | 32 kB | 24/284 kB
Progress (3): 232 kB | 32 kB | 28/284 kB
Progress (3): 232 kB | 32 kB | 32/284 kB
Progress (3): 232 kB | 32 kB | 33/284 kB
Progress (3): 232 kB | 32 kB | 37/284 kB
Progress (3): 232 kB | 32 kB | 41/284 kB
Progress (3): 232 kB | 32 kB | 45/284 kB
Progress (3): 232 kB | 32 kB | 49/284 kB
Progress (3): 232 kB | 32 kB | 53/284 kB
Progress (3): 232 kB | 32 kB | 57/284 kB
Progress (3): 232 kB | 32 kB | 61/284 kB
Progress (3): 232 kB | 32 kB | 65/284 kB
Progress (3): 232 kB | 32 kB | 66/284 kB
Progress (3): 232 kB | 32 kB | 70/284 kB
Progress (3): 232 kB | 32 kB | 74/284 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 60 kB/s)
14:49:07 Progress (2): 232 kB | 78/284 kB
Progress (2): 232 kB | 82/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 443 kB/s)
14:49:07 Progress (1): 86/284 kB
Progress (1): 90/284 kB
Progress (1): 94/284 kB
Progress (1): 98/284 kB
Progress (1): 98/284 kB
Progress (1): 102/284 kB
Progress (1): 106/284 kB
Progress (1): 110/284 kB
Progress (1): 114/284 kB
Progress (1): 118/284 kB
Progress (1): 122/284 kB
Progress (1): 126/284 kB
Progress (1): 130/284 kB
Progress (1): 131/284 kB
Progress (1): 135/284 kB
Progress (1): 139/284 kB
Progress (1): 143/284 kB
Progress (1): 147/284 kB
Progress (1): 151/284 kB
Progress (1): 155/284 kB
Progress (1): 159/284 kB
Progress (1): 163/284 kB
Progress (1): 164/284 kB
Progress (1): 168/284 kB
Progress (1): 172/284 kB
Progress (1): 176/284 kB
Progress (1): 180/284 kB
Progress (1): 184/284 kB
Progress (1): 188/284 kB
Progress (1): 192/284 kB
Progress (1): 196/284 kB
Progress (1): 197/284 kB
Progress (1): 201/284 kB
Progress (1): 205/284 kB
Progress (1): 209/284 kB
Progress (1): 213/284 kB
Progress (1): 217/284 kB
Progress (1): 221/284 kB
Progress (1): 225/284 kB
Progress (1): 229/284 kB
Progress (1): 229/284 kB
Progress (1): 233/284 kB
Progress (1): 237/284 kB
Progress (1): 241/284 kB
Progress (1): 245/284 kB
Progress (1): 249/284 kB
Progress (1): 253/284 kB
Progress (1): 257/284 kB
Progress (1): 261/284 kB
Progress (1): 265/284 kB
Progress (1): 269/284 kB
Progress (1): 273/284 kB
Progress (1): 277/284 kB
Progress (1): 281/284 kB
Progress (1): 284 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 519 kB/s)
14:49:07 [INFO] Configured Artifact: hsqldb:hsqldb:1.8.0.10:jar
14:49:07 [INFO] Copying hsqldb-1.8.0.10.jar to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-1.8.0.10.jar
14:49:07 [INFO] 
14:49:07 [INFO] --- download-maven-plugin:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test ---
14:49:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom
14:49:07 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
14:49:07 Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom (5.6 kB at 350 kB/s)
14:49:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0/maven-2.0.pom
14:49:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
14:49:07 Progress (1): 4.1/8.8 kB
Progress (1): 7.7/8.8 kB
Progress (1): 8.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 585 kB/s)
14:49:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom
14:49:07 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
14:49:07 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 92 kB/s)
14:49:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
14:49:07 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
14:49:08 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 160 kB/s)
14:49:08 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
14:49:08 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
14:49:08 Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 214 kB/s)
14:49:08 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
14:49:08 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
14:49:08 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 53 kB/s)
14:49:08 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
14:49:08 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
14:49:08 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 36 kB/s)
14:49:08 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
14:49:08 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
14:49:08 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 18 kB/s)
14:49:08 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
14:49:08 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
14:49:08 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 35 kB/s)
14:49:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
14:49:08 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
14:49:08 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 47 kB/s)
14:49:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
14:49:08 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
14:49:08 Progress (1): 723 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 25 kB/s)
14:49:08 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
14:49:08 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
14:49:08 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 38 kB/s)
14:49:08 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
14:49:08 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
14:49:08 Progress (1): 812 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom (812 B at 28 kB/s)
14:49:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
14:49:08 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
14:49:08 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 61 kB/s)
14:49:08 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
14:49:08 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
14:49:08 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 42 kB/s)
14:49:08 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
14:49:08 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
14:49:08 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 34 kB/s)
14:49:08 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
14:49:08 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
14:49:08 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 23 kB/s)
14:49:08 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
14:49:08 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
14:49:08 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 43 kB/s)
14:49:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom
14:49:08 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
14:49:08 Progress (1): 400 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom (400 B at 10 kB/s)
14:49:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom
14:49:08 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
14:49:08 Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom (5.1 kB at 163 kB/s)
14:49:08 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
14:49:08 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
14:49:08 Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom (7.9 kB at 232 kB/s)
14:49:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/4.0/project-4.0.pom
14:49:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
14:49:08 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 437 kB/s)
14:49:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom
14:49:08 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
14:49:08 Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom (4.7 kB at 163 kB/s)
14:49:08 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
14:49:08 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
14:49:08 Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom (6.9 kB at 182 kB/s)
14:49:08 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
14:49:08 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
14:49:08 Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 612 kB/s)
14:49:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom
14:49:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
14:49:08 Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 517 kB/s)
14:49:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
14:49:08 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
14:49:08 Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 185 kB/s)
14:49:08 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
14:49:08 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
14:49:09 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 101 kB/s)
14:49:09 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
14:49:09 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
14:49:09 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 82 kB/s)
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
14:49:09 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
14:49:09 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom (11 kB at 204 kB/s)
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/28/commons-parent-28.pom
14:49:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom
14:49:09 Progress (1): 4.1/50 kB
Progress (1): 7.7/50 kB
Progress (1): 12/50 kB 
Progress (1): 16/50 kB
Progress (1): 20/50 kB
Progress (1): 24/50 kB
Progress (1): 28/50 kB
Progress (1): 32/50 kB
Progress (1): 36/50 kB
Progress (1): 40/50 kB
Progress (1): 44/50 kB
Progress (1): 48/50 kB
Progress (1): 50 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.6 MB/s)
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.2/xz-1.2.pom
14:49:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom
14:49:09 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 87 kB/s)
14:49:09 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
14:49:09 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
14:49:09 Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom (5.1 kB at 234 kB/s)
14:49:09 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
14:49:09 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
14:49:09 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 66 kB/s)
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
14:49:09 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
14:49:09 Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 638 kB/s)
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.jar
14:49:09 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
14:49:09 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
14:49:09 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
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
14:49:09 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
14:49:09 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
14:49:09 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
14:49:09 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
14:49:09 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
14:49:09 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
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar
14:49:09 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
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar
14:49:09 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
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
14:49:09 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
14:49:09 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
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
14:49:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.2/xz-1.2.jar
14:49:09 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
14:49:09 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
14:49:09 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
14:49:09 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
14:49:09 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
14:49:09 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
14:49:09 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
14:49:09 Progress (1): 4.1/43 kB
Progress (2): 4.1/43 kB | 4.1/18 kB
Progress (2): 7.7/43 kB | 4.1/18 kB
Progress (2): 7.7/43 kB | 7.7/18 kB
Progress (3): 7.7/43 kB | 7.7/18 kB | 4.1/4.3 kB
Progress (3): 7.7/43 kB | 7.7/18 kB | 4.3 kB    
Progress (4): 7.7/43 kB | 7.7/18 kB | 4.3 kB | 4.1/6.6 kB
Progress (4): 12/43 kB | 7.7/18 kB | 4.3 kB | 4.1/6.6 kB 
Progress (4): 12/43 kB | 7.7/18 kB | 4.3 kB | 6.6 kB    
Progress (4): 16/43 kB | 7.7/18 kB | 4.3 kB | 6.6 kB
Progress (4): 16/43 kB | 12/18 kB | 4.3 kB | 6.6 kB 
Progress (4): 16/43 kB | 16/18 kB | 4.3 kB | 6.6 kB
Progress (4): 20/43 kB | 16/18 kB | 4.3 kB | 6.6 kB
Progress (4): 20/43 kB | 18 kB | 4.3 kB | 6.6 kB   
Progress (4): 24/43 kB | 18 kB | 4.3 kB | 6.6 kB
Progress (5): 24/43 kB | 18 kB | 4.3 kB | 6.6 kB | 4.1/136 kB
Progress (5): 24/43 kB | 18 kB | 4.3 kB | 6.6 kB | 7.7/136 kB
Progress (5): 24/43 kB | 18 kB | 4.3 kB | 6.6 kB | 12/136 kB 
Progress (5): 24/43 kB | 18 kB | 4.3 kB | 6.6 kB | 16/136 kB
Progress (5): 24/43 kB | 18 kB | 4.3 kB | 6.6 kB | 20/136 kB
Progress (5): 24/43 kB | 18 kB | 4.3 kB | 6.6 kB | 24/136 kB
Progress (5): 24/43 kB | 18 kB | 4.3 kB | 6.6 kB | 28/136 kB
Progress (5): 24/43 kB | 18 kB | 4.3 kB | 6.6 kB | 32/136 kB
Progress (5): 28/43 kB | 18 kB | 4.3 kB | 6.6 kB | 32/136 kB
Progress (5): 28/43 kB | 18 kB | 4.3 kB | 6.6 kB | 36/136 kB
Progress (5): 28/43 kB | 18 kB | 4.3 kB | 6.6 kB | 40/136 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 93 kB/s)
14:49:09 Progress (4): 32/43 kB | 18 kB | 6.6 kB | 40/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
14:49:09 Progress (4): 32/43 kB | 18 kB | 6.6 kB | 44/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 137 kB/s)
14:49:09 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
14:49:09 Progress (3): 36/43 kB | 18 kB | 44/136 kB
Progress (3): 40/43 kB | 18 kB | 44/136 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 223 kB/s)
14:49:09 Progress (2): 43 kB | 44/136 kB
Progress (2): 43 kB | 48/136 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar
14:49:09 Progress (2): 43 kB | 52/136 kB
Progress (2): 43 kB | 56/136 kB
Progress (2): 43 kB | 60/136 kB
Progress (2): 43 kB | 64/136 kB
Progress (2): 43 kB | 68/136 kB
Progress (2): 43 kB | 72/136 kB
Progress (2): 43 kB | 76/136 kB
Progress (2): 43 kB | 80/136 kB
Progress (2): 43 kB | 84/136 kB
Progress (2): 43 kB | 88/136 kB
Progress (2): 43 kB | 92/136 kB
Progress (2): 43 kB | 96/136 kB
Progress (2): 43 kB | 100/136 kB
Progress (2): 43 kB | 104/136 kB
Progress (2): 43 kB | 108/136 kB
Progress (2): 43 kB | 112/136 kB
Progress (2): 43 kB | 116/136 kB
Progress (2): 43 kB | 120/136 kB
Progress (2): 43 kB | 124/136 kB
Progress (2): 43 kB | 128/136 kB
Progress (2): 43 kB | 132/136 kB
Progress (2): 43 kB | 136 kB    
Progress (3): 43 kB | 136 kB | 4.1/195 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar (43 kB at 465 kB/s)
14:49:09 Progress (3): 136 kB | 4.1/195 kB | 4.1/30 kB
Progress (3): 136 kB | 7.7/195 kB | 4.1/30 kB
Progress (3): 136 kB | 7.7/195 kB | 7.7/30 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
14:49:09 Progress (3): 136 kB | 7.7/195 kB | 12/30 kB
Progress (3): 136 kB | 12/195 kB | 12/30 kB 
Progress (3): 136 kB | 12/195 kB | 16/30 kB
Progress (3): 136 kB | 16/195 kB | 16/30 kB
Progress (3): 136 kB | 16/195 kB | 20/30 kB
Progress (3): 136 kB | 16/195 kB | 24/30 kB
Progress (3): 136 kB | 20/195 kB | 24/30 kB
Progress (3): 136 kB | 20/195 kB | 28/30 kB
Progress (3): 136 kB | 24/195 kB | 28/30 kB
Progress (3): 136 kB | 24/195 kB | 30 kB   
Progress (3): 136 kB | 28/195 kB | 30 kB
Progress (3): 136 kB | 32/195 kB | 30 kB
Progress (3): 136 kB | 36/195 kB | 30 kB
Progress (3): 136 kB | 40/195 kB | 30 kB
Progress (3): 136 kB | 44/195 kB | 30 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.jar (136 kB at 1.4 MB/s)
14:49:09 Progress (2): 48/195 kB | 30 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar
14:49:09 Progress (2): 52/195 kB | 30 kB
Progress (2): 56/195 kB | 30 kB
Progress (2): 60/195 kB | 30 kB
Progress (2): 64/195 kB | 30 kB
Progress (2): 68/195 kB | 30 kB
Progress (2): 72/195 kB | 30 kB
Progress (2): 76/195 kB | 30 kB
Progress (2): 80/195 kB | 30 kB
Progress (2): 84/195 kB | 30 kB
Progress (2): 88/195 kB | 30 kB
Progress (2): 92/195 kB | 30 kB
Progress (2): 96/195 kB | 30 kB
Progress (2): 100/195 kB | 30 kB
Progress (2): 104/195 kB | 30 kB
Progress (2): 108/195 kB | 30 kB
Progress (2): 112/195 kB | 30 kB
Progress (2): 116/195 kB | 30 kB
Progress (2): 120/195 kB | 30 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 284 kB/s)
14:49:09 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
14:49:09 Progress (1): 124/195 kB
Progress (1): 128/195 kB
Progress (1): 132/195 kB
Progress (1): 136/195 kB
Progress (1): 140/195 kB
Progress (1): 144/195 kB
Progress (2): 144/195 kB | 4.1/10 kB
Progress (2): 144/195 kB | 7.7/10 kB
Progress (2): 148/195 kB | 7.7/10 kB
Progress (2): 148/195 kB | 10 kB    
Progress (2): 152/195 kB | 10 kB
Progress (2): 156/195 kB | 10 kB
Progress (2): 160/195 kB | 10 kB
Progress (2): 164/195 kB | 10 kB
Progress (2): 168/195 kB | 10 kB
Progress (2): 172/195 kB | 10 kB
Progress (2): 176/195 kB | 10 kB
Progress (2): 180/195 kB | 10 kB
Progress (2): 184/195 kB | 10 kB
Progress (2): 188/195 kB | 10 kB
Progress (2): 192/195 kB | 10 kB
Progress (2): 195 kB | 10 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar (10 kB at 88 kB/s)
14:49:09 Progress (2): 195 kB | 4.1/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
14:49:09 Progress (2): 195 kB | 7.7/25 kB
Progress (2): 195 kB | 12/25 kB 
Progress (2): 195 kB | 16/25 kB
Progress (2): 195 kB | 20/25 kB
Progress (2): 195 kB | 24/25 kB
Progress (2): 195 kB | 25 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 1.6 MB/s)
14:49:09 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
14:49:09 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 200 kB/s)
14:49:09 Progress (1): 4.1/33 kB
Progress (2): 4.1/33 kB | 4.1/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
14:49:09 Progress (2): 4.1/33 kB | 7.7/51 kB
Progress (2): 7.7/33 kB | 7.7/51 kB
Progress (2): 7.7/33 kB | 12/51 kB 
Progress (2): 12/33 kB | 12/51 kB 
Progress (2): 12/33 kB | 16/51 kB
Progress (2): 16/33 kB | 16/51 kB
Progress (2): 16/33 kB | 20/51 kB
Progress (2): 20/33 kB | 20/51 kB
Progress (2): 20/33 kB | 24/51 kB
Progress (2): 24/33 kB | 24/51 kB
Progress (2): 24/33 kB | 28/51 kB
Progress (2): 28/33 kB | 28/51 kB
Progress (2): 28/33 kB | 32/51 kB
Progress (2): 32/33 kB | 32/51 kB
Progress (2): 33 kB | 32/51 kB   
Progress (2): 33 kB | 36/51 kB
Progress (2): 33 kB | 40/51 kB
Progress (2): 33 kB | 44/51 kB
Progress (2): 33 kB | 48/51 kB
Progress (2): 33 kB | 51 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar (33 kB at 175 kB/s)
14:49:09 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
14:49:09 Progress (2): 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-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 264 kB/s)
14:49:09 Progress (1): 7.6 kB
                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
14:49:09 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar (7.6 kB at 38 kB/s)
14:49:09 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
14:49:09 Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
Progress (2): 10 kB | 4.1/79 kB
Progress (2): 10 kB | 7.7/79 kB
Progress (2): 10 kB | 12/79 kB 
Progress (2): 10 kB | 16/79 kB
Progress (2): 10 kB | 20/79 kB
Progress (2): 10 kB | 24/79 kB
Progress (2): 10 kB | 28/79 kB
Progress (2): 10 kB | 32/79 kB
Progress (2): 10 kB | 36/79 kB
Progress (2): 10 kB | 40/79 kB
Progress (2): 10 kB | 44/79 kB
Progress (2): 10 kB | 48/79 kB
Progress (2): 10 kB | 52/79 kB
Progress (2): 10 kB | 56/79 kB
Progress (2): 10 kB | 60/79 kB
Progress (2): 10 kB | 64/79 kB
Progress (2): 10 kB | 68/79 kB
Progress (2): 10 kB | 72/79 kB
Progress (2): 10 kB | 76/79 kB
Progress (3): 10 kB | 76/79 kB | 4.1/21 kB
Progress (3): 10 kB | 79 kB | 4.1/21 kB   
Progress (3): 10 kB | 79 kB | 7.7/21 kB
Progress (3): 10 kB | 79 kB | 12/21 kB 
Progress (3): 10 kB | 79 kB | 16/21 kB
Progress (3): 10 kB | 79 kB | 20/21 kB
Progress (3): 10 kB | 79 kB | 21 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 47 kB/s)
14:49:09 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
14:49:09 Progress (3): 79 kB | 21 kB | 4.1/105 kB
Progress (3): 79 kB | 21 kB | 7.7/105 kB
Progress (3): 79 kB | 21 kB | 12/105 kB 
Progress (3): 79 kB | 21 kB | 16/105 kB
Progress (3): 79 kB | 21 kB | 20/105 kB
Progress (3): 79 kB | 21 kB | 24/105 kB
Progress (3): 79 kB | 21 kB | 28/105 kB
Progress (3): 79 kB | 21 kB | 32/105 kB
Progress (3): 79 kB | 21 kB | 33/105 kB
Progress (3): 79 kB | 21 kB | 37/105 kB
Progress (3): 79 kB | 21 kB | 41/105 kB
Progress (4): 79 kB | 21 kB | 41/105 kB | 4.1/78 kB
Progress (4): 79 kB | 21 kB | 45/105 kB | 4.1/78 kB
Progress (4): 79 kB | 21 kB | 45/105 kB | 7.7/78 kB
Progress (4): 79 kB | 21 kB | 49/105 kB | 7.7/78 kB
Progress (4): 79 kB | 21 kB | 49/105 kB | 12/78 kB 
Progress (4): 79 kB | 21 kB | 53/105 kB | 12/78 kB
Progress (4): 79 kB | 21 kB | 53/105 kB | 16/78 kB
Progress (4): 79 kB | 21 kB | 57/105 kB | 16/78 kB
Progress (4): 79 kB | 21 kB | 57/105 kB | 20/78 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 91 kB/s)
14:49:09 Progress (3): 79 kB | 61/105 kB | 20/78 kB
Progress (3): 79 kB | 61/105 kB | 24/78 kB
Progress (3): 79 kB | 65/105 kB | 24/78 kB
Progress (3): 79 kB | 65/105 kB | 28/78 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
14:49:09 Progress (3): 79 kB | 69/105 kB | 28/78 kB
Progress (3): 79 kB | 69/105 kB | 32/78 kB
Progress (4): 79 kB | 69/105 kB | 32/78 kB | 4.1/276 kB
Progress (4): 79 kB | 69/105 kB | 33/78 kB | 4.1/276 kB
Progress (4): 79 kB | 73/105 kB | 33/78 kB | 4.1/276 kB
Progress (4): 79 kB | 73/105 kB | 33/78 kB | 7.7/276 kB
Progress (4): 79 kB | 73/105 kB | 37/78 kB | 7.7/276 kB
Progress (4): 79 kB | 77/105 kB | 37/78 kB | 7.7/276 kB
Progress (4): 79 kB | 77/105 kB | 37/78 kB | 12/276 kB 
Progress (4): 79 kB | 77/105 kB | 41/78 kB | 12/276 kB
Progress (4): 79 kB | 77/105 kB | 41/78 kB | 16/276 kB
Progress (4): 79 kB | 81/105 kB | 41/78 kB | 16/276 kB
Progress (4): 79 kB | 85/105 kB | 41/78 kB | 16/276 kB
Progress (4): 79 kB | 89/105 kB | 41/78 kB | 16/276 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 285 kB/s)
14:49:09 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
14:49:09 Progress (3): 93/105 kB | 41/78 kB | 16/276 kB
Progress (3): 93/105 kB | 41/78 kB | 20/276 kB
Progress (3): 93/105 kB | 45/78 kB | 20/276 kB
Progress (3): 93/105 kB | 45/78 kB | 24/276 kB
Progress (3): 97/105 kB | 45/78 kB | 24/276 kB
Progress (4): 97/105 kB | 45/78 kB | 24/276 kB | 4.1/172 kB
Progress (4): 97/105 kB | 45/78 kB | 28/276 kB | 4.1/172 kB
Progress (4): 97/105 kB | 49/78 kB | 28/276 kB | 4.1/172 kB
Progress (4): 97/105 kB | 49/78 kB | 28/276 kB | 7.7/172 kB
Progress (4): 97/105 kB | 49/78 kB | 32/276 kB | 7.7/172 kB
Progress (4): 101/105 kB | 49/78 kB | 32/276 kB | 7.7/172 kB
Progress (4): 101/105 kB | 49/78 kB | 33/276 kB | 7.7/172 kB
Progress (4): 101/105 kB | 53/78 kB | 33/276 kB | 7.7/172 kB
Progress (4): 101/105 kB | 53/78 kB | 37/276 kB | 7.7/172 kB
Progress (4): 105 kB | 53/78 kB | 37/276 kB | 7.7/172 kB    
Progress (4): 105 kB | 53/78 kB | 37/276 kB | 12/172 kB 
Progress (4): 105 kB | 53/78 kB | 41/276 kB | 12/172 kB
Progress (4): 105 kB | 57/78 kB | 41/276 kB | 12/172 kB
Progress (4): 105 kB | 57/78 kB | 41/276 kB | 16/172 kB
Progress (4): 105 kB | 57/78 kB | 45/276 kB | 16/172 kB
Progress (4): 105 kB | 61/78 kB | 45/276 kB | 16/172 kB
Progress (4): 105 kB | 61/78 kB | 45/276 kB | 20/172 kB
Progress (4): 105 kB | 61/78 kB | 49/276 kB | 20/172 kB
Progress (4): 105 kB | 61/78 kB | 49/276 kB | 24/172 kB
Progress (4): 105 kB | 65/78 kB | 49/276 kB | 24/172 kB
Progress (4): 105 kB | 65/78 kB | 53/276 kB | 24/172 kB
Progress (4): 105 kB | 65/78 kB | 53/276 kB | 28/172 kB
Progress (4): 105 kB | 69/78 kB | 53/276 kB | 28/172 kB
Progress (4): 105 kB | 69/78 kB | 57/276 kB | 28/172 kB
Progress (4): 105 kB | 73/78 kB | 57/276 kB | 28/172 kB
Progress (4): 105 kB | 73/78 kB | 57/276 kB | 32/172 kB
Progress (4): 105 kB | 77/78 kB | 57/276 kB | 32/172 kB
Progress (4): 105 kB | 77/78 kB | 61/276 kB | 32/172 kB
Progress (4): 105 kB | 78 kB | 61/276 kB | 32/172 kB   
Progress (4): 105 kB | 78 kB | 61/276 kB | 33/172 kB
Progress (4): 105 kB | 78 kB | 65/276 kB | 33/172 kB
Progress (4): 105 kB | 78 kB | 66/276 kB | 33/172 kB
Progress (4): 105 kB | 78 kB | 66/276 kB | 37/172 kB
Progress (4): 105 kB | 78 kB | 70/276 kB | 37/172 kB
Progress (4): 105 kB | 78 kB | 70/276 kB | 41/172 kB
Progress (4): 105 kB | 78 kB | 74/276 kB | 41/172 kB
Progress (4): 105 kB | 78 kB | 74/276 kB | 45/172 kB
Progress (4): 105 kB | 78 kB | 78/276 kB | 45/172 kB
Progress (4): 105 kB | 78 kB | 78/276 kB | 49/172 kB
Progress (4): 105 kB | 78 kB | 82/276 kB | 49/172 kB
Progress (4): 105 kB | 78 kB | 82/276 kB | 53/172 kB
Progress (4): 105 kB | 78 kB | 86/276 kB | 53/172 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 361 kB/s)
14:49:09 Progress (3): 78 kB | 90/276 kB | 53/172 kB
Progress (3): 78 kB | 90/276 kB | 57/172 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
14:49:09 Progress (3): 78 kB | 90/276 kB | 61/172 kB
Progress (3): 78 kB | 94/276 kB | 61/172 kB
Progress (3): 78 kB | 94/276 kB | 65/172 kB
Progress (3): 78 kB | 98/276 kB | 65/172 kB
Progress (3): 78 kB | 98/276 kB | 65/172 kB
Progress (3): 78 kB | 98/276 kB | 69/172 kB
Progress (3): 78 kB | 102/276 kB | 69/172 kB
Progress (3): 78 kB | 102/276 kB | 73/172 kB
Progress (3): 78 kB | 106/276 kB | 73/172 kB
Progress (3): 78 kB | 106/276 kB | 77/172 kB
Progress (3): 78 kB | 110/276 kB | 77/172 kB
Progress (3): 78 kB | 110/276 kB | 81/172 kB
Progress (3): 78 kB | 114/276 kB | 81/172 kB
Progress (3): 78 kB | 114/276 kB | 85/172 kB
Progress (3): 78 kB | 118/276 kB | 85/172 kB
Progress (3): 78 kB | 118/276 kB | 89/172 kB
Progress (3): 78 kB | 122/276 kB | 89/172 kB
Progress (3): 78 kB | 122/276 kB | 93/172 kB
Progress (3): 78 kB | 126/276 kB | 93/172 kB
Progress (3): 78 kB | 126/276 kB | 97/172 kB
Progress (3): 78 kB | 130/276 kB | 97/172 kB
Progress (3): 78 kB | 130/276 kB | 101/172 kB
Progress (3): 78 kB | 134/276 kB | 101/172 kB
Progress (3): 78 kB | 134/276 kB | 105/172 kB
Progress (3): 78 kB | 138/276 kB | 105/172 kB
Progress (3): 78 kB | 138/276 kB | 109/172 kB
Progress (3): 78 kB | 142/276 kB | 109/172 kB
Progress (3): 78 kB | 142/276 kB | 113/172 kB
Progress (3): 78 kB | 146/276 kB | 113/172 kB
Progress (4): 78 kB | 146/276 kB | 113/172 kB | 4.1/61 kB
Progress (4): 78 kB | 146/276 kB | 113/172 kB | 7.7/61 kB
Progress (4): 78 kB | 146/276 kB | 117/172 kB | 7.7/61 kB
Progress (4): 78 kB | 150/276 kB | 117/172 kB | 7.7/61 kB
Progress (4): 78 kB | 150/276 kB | 121/172 kB | 7.7/61 kB
Progress (4): 78 kB | 150/276 kB | 121/172 kB | 12/61 kB 
Progress (4): 78 kB | 154/276 kB | 121/172 kB | 12/61 kB
Progress (4): 78 kB | 154/276 kB | 125/172 kB | 12/61 kB
Progress (4): 78 kB | 154/276 kB | 125/172 kB | 16/61 kB
Progress (4): 78 kB | 154/276 kB | 129/172 kB | 16/61 kB
Progress (4): 78 kB | 154/276 kB | 129/172 kB | 20/61 kB
Progress (4): 78 kB | 158/276 kB | 129/172 kB | 20/61 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 259 kB/s)
14:49:09 Progress (3): 162/276 kB | 129/172 kB | 20/61 kB
Progress (3): 162/276 kB | 133/172 kB | 20/61 kB
Progress (3): 166/276 kB | 133/172 kB | 20/61 kB
Progress (3): 166/276 kB | 133/172 kB | 24/61 kB
Progress (3): 170/276 kB | 133/172 kB | 24/61 kB
Progress (3): 170/276 kB | 137/172 kB | 24/61 kB
Progress (3): 174/276 kB | 137/172 kB | 24/61 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar
14:49:09 Progress (3): 174/276 kB | 141/172 kB | 24/61 kB
Progress (3): 178/276 kB | 141/172 kB | 24/61 kB
Progress (3): 178/276 kB | 141/172 kB | 28/61 kB
Progress (3): 178/276 kB | 145/172 kB | 28/61 kB
Progress (3): 182/276 kB | 145/172 kB | 28/61 kB
Progress (3): 182/276 kB | 145/172 kB | 32/61 kB
Progress (3): 186/276 kB | 145/172 kB | 32/61 kB
Progress (3): 186/276 kB | 149/172 kB | 32/61 kB
Progress (3): 190/276 kB | 149/172 kB | 32/61 kB
Progress (3): 190/276 kB | 149/172 kB | 36/61 kB
Progress (3): 194/276 kB | 149/172 kB | 36/61 kB
Progress (3): 194/276 kB | 153/172 kB | 36/61 kB
Progress (4): 194/276 kB | 153/172 kB | 36/61 kB | 4.1/47 kB
Progress (4): 194/276 kB | 153/172 kB | 40/61 kB | 4.1/47 kB
Progress (4): 194/276 kB | 153/172 kB | 40/61 kB | 7.7/47 kB
Progress (4): 194/276 kB | 157/172 kB | 40/61 kB | 7.7/47 kB
Progress (4): 198/276 kB | 157/172 kB | 40/61 kB | 7.7/47 kB
Progress (4): 198/276 kB | 157/172 kB | 40/61 kB | 12/47 kB 
Progress (4): 198/276 kB | 161/172 kB | 40/61 kB | 12/47 kB
Progress (4): 198/276 kB | 161/172 kB | 44/61 kB | 12/47 kB
Progress (4): 198/276 kB | 161/172 kB | 44/61 kB | 16/47 kB
Progress (4): 202/276 kB | 161/172 kB | 44/61 kB | 16/47 kB
Progress (4): 202/276 kB | 165/172 kB | 44/61 kB | 16/47 kB
Progress (4): 202/276 kB | 165/172 kB | 48/61 kB | 16/47 kB
Progress (4): 206/276 kB | 165/172 kB | 48/61 kB | 16/47 kB
Progress (4): 206/276 kB | 169/172 kB | 48/61 kB | 16/47 kB
Progress (4): 206/276 kB | 169/172 kB | 48/61 kB | 20/47 kB
Progress (4): 206/276 kB | 172 kB | 48/61 kB | 20/47 kB    
Progress (4): 210/276 kB | 172 kB | 48/61 kB | 20/47 kB
Progress (4): 210/276 kB | 172 kB | 52/61 kB | 20/47 kB
Progress (4): 214/276 kB | 172 kB | 52/61 kB | 20/47 kB
Progress (4): 214/276 kB | 172 kB | 52/61 kB | 24/47 kB
Progress (4): 214/276 kB | 172 kB | 52/61 kB | 28/47 kB
Progress (4): 214/276 kB | 172 kB | 52/61 kB | 32/47 kB
Progress (4): 214/276 kB | 172 kB | 52/61 kB | 36/47 kB
Progress (4): 218/276 kB | 172 kB | 52/61 kB | 36/47 kB
Progress (4): 218/276 kB | 172 kB | 56/61 kB | 36/47 kB
Progress (4): 222/276 kB | 172 kB | 56/61 kB | 36/47 kB
Progress (4): 226/276 kB | 172 kB | 56/61 kB | 36/47 kB
Progress (5): 226/276 kB | 172 kB | 56/61 kB | 36/47 kB | 4.1/164 kB
Progress (5): 226/276 kB | 172 kB | 56/61 kB | 40/47 kB | 4.1/164 kB
Progress (5): 226/276 kB | 172 kB | 56/61 kB | 40/47 kB | 7.7/164 kB
Progress (5): 230/276 kB | 172 kB | 56/61 kB | 40/47 kB | 7.7/164 kB
Progress (5): 230/276 kB | 172 kB | 60/61 kB | 40/47 kB | 7.7/164 kB
Progress (5): 230/276 kB | 172 kB | 60/61 kB | 40/47 kB | 12/164 kB 
Progress (5): 234/276 kB | 172 kB | 60/61 kB | 40/47 kB | 12/164 kB
Progress (5): 234/276 kB | 172 kB | 60/61 kB | 44/47 kB | 12/164 kB
Progress (5): 238/276 kB | 172 kB | 60/61 kB | 44/47 kB | 12/164 kB
Progress (5): 238/276 kB | 172 kB | 60/61 kB | 44/47 kB | 16/164 kB
Progress (5): 238/276 kB | 172 kB | 61 kB | 44/47 kB | 16/164 kB   
Progress (5): 242/276 kB | 172 kB | 61 kB | 44/47 kB | 16/164 kB
Progress (5): 242/276 kB | 172 kB | 61 kB | 47 kB | 16/164 kB   
Progress (5): 246/276 kB | 172 kB | 61 kB | 47 kB | 16/164 kB
Progress (5): 246/276 kB | 172 kB | 61 kB | 47 kB | 20/164 kB
Progress (5): 250/276 kB | 172 kB | 61 kB | 47 kB | 20/164 kB
Progress (5): 250/276 kB | 172 kB | 61 kB | 47 kB | 24/164 kB
Progress (5): 254/276 kB | 172 kB | 61 kB | 47 kB | 24/164 kB
Progress (5): 254/276 kB | 172 kB | 61 kB | 47 kB | 28/164 kB
Progress (5): 258/276 kB | 172 kB | 61 kB | 47 kB | 28/164 kB
Progress (5): 258/276 kB | 172 kB | 61 kB | 47 kB | 32/164 kB
Progress (5): 258/276 kB | 172 kB | 61 kB | 47 kB | 33/164 kB
Progress (5): 262/276 kB | 172 kB | 61 kB | 47 kB | 33/164 kB
Progress (5): 262/276 kB | 172 kB | 61 kB | 47 kB | 37/164 kB
Progress (5): 266/276 kB | 172 kB | 61 kB | 47 kB | 37/164 kB
Progress (5): 266/276 kB | 172 kB | 61 kB | 47 kB | 41/164 kB
Progress (5): 270/276 kB | 172 kB | 61 kB | 47 kB | 41/164 kB
Progress (5): 270/276 kB | 172 kB | 61 kB | 47 kB | 45/164 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 445 kB/s)
14:49:09 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
14:49:09 Progress (4): 274/276 kB | 61 kB | 47 kB | 45/164 kB
Progress (4): 274/276 kB | 61 kB | 47 kB | 49/164 kB
Progress (4): 276 kB | 61 kB | 47 kB | 49/164 kB    
Progress (4): 276 kB | 61 kB | 47 kB | 53/164 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 156 kB/s)
14:49:09 Progress (3): 276 kB | 47 kB | 57/164 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
14:49:09 Progress (3): 276 kB | 47 kB | 61/164 kB
Progress (3): 276 kB | 47 kB | 65/164 kB
Progress (3): 276 kB | 47 kB | 66/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 120 kB/s)
14:49:09 Progress (2): 276 kB | 70/164 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar
14:49:09 Progress (2): 276 kB | 74/164 kB
Progress (2): 276 kB | 78/164 kB
Progress (2): 276 kB | 82/164 kB
Progress (2): 276 kB | 86/164 kB
Progress (2): 276 kB | 90/164 kB
Progress (2): 276 kB | 94/164 kB
Progress (2): 276 kB | 98/164 kB
Progress (2): 276 kB | 98/164 kB
Progress (2): 276 kB | 102/164 kB
Progress (2): 276 kB | 106/164 kB
Progress (2): 276 kB | 110/164 kB
Progress (2): 276 kB | 114/164 kB
Progress (2): 276 kB | 118/164 kB
Progress (2): 276 kB | 122/164 kB
Progress (2): 276 kB | 126/164 kB
Progress (2): 276 kB | 130/164 kB
Progress (2): 276 kB | 131/164 kB
Progress (2): 276 kB | 135/164 kB
Progress (2): 276 kB | 139/164 kB
Progress (2): 276 kB | 143/164 kB
Progress (2): 276 kB | 147/164 kB
Progress (2): 276 kB | 151/164 kB
Progress (2): 276 kB | 155/164 kB
Progress (2): 276 kB | 159/164 kB
Progress (2): 276 kB | 163/164 kB
Progress (2): 276 kB | 164 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 677 kB/s)
14:49:09 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 401 kB/s)
14:49:09 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
14:49:09 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
14:49:10 Progress (1): 4.1/95 kB
Progress (1): 7.7/95 kB
Progress (2): 7.7/95 kB | 4.1/59 kB
Progress (2): 12/95 kB | 4.1/59 kB 
Progress (3): 12/95 kB | 4.1/59 kB | 4.1/256 kB
Progress (3): 12/95 kB | 7.7/59 kB | 4.1/256 kB
Progress (3): 12/95 kB | 7.7/59 kB | 7.7/256 kB
Progress (3): 16/95 kB | 7.7/59 kB | 7.7/256 kB
Progress (3): 16/95 kB | 12/59 kB | 7.7/256 kB 
Progress (3): 16/95 kB | 12/59 kB | 12/256 kB 
Progress (3): 20/95 kB | 12/59 kB | 12/256 kB
Progress (3): 20/95 kB | 16/59 kB | 12/256 kB
Progress (3): 24/95 kB | 16/59 kB | 12/256 kB
Progress (3): 24/95 kB | 16/59 kB | 16/256 kB
Progress (3): 24/95 kB | 20/59 kB | 16/256 kB
Progress (3): 28/95 kB | 20/59 kB | 16/256 kB
Progress (3): 28/95 kB | 24/59 kB | 16/256 kB
Progress (3): 28/95 kB | 24/59 kB | 20/256 kB
Progress (3): 32/95 kB | 24/59 kB | 20/256 kB
Progress (3): 32/95 kB | 24/59 kB | 24/256 kB
Progress (3): 32/95 kB | 28/59 kB | 24/256 kB
Progress (3): 33/95 kB | 28/59 kB | 24/256 kB
Progress (3): 33/95 kB | 28/59 kB | 28/256 kB
Progress (3): 33/95 kB | 32/59 kB | 28/256 kB
Progress (3): 37/95 kB | 32/59 kB | 28/256 kB
Progress (3): 37/95 kB | 32/59 kB | 32/256 kB
Progress (3): 37/95 kB | 36/59 kB | 32/256 kB
Progress (3): 41/95 kB | 36/59 kB | 32/256 kB
Progress (3): 41/95 kB | 40/59 kB | 32/256 kB
Progress (3): 41/95 kB | 40/59 kB | 33/256 kB
Progress (3): 45/95 kB | 40/59 kB | 33/256 kB
Progress (3): 49/95 kB | 40/59 kB | 33/256 kB
Progress (3): 53/95 kB | 40/59 kB | 33/256 kB
Progress (3): 57/95 kB | 40/59 kB | 33/256 kB
Progress (3): 61/95 kB | 40/59 kB | 33/256 kB
Progress (3): 65/95 kB | 40/59 kB | 33/256 kB
Progress (4): 65/95 kB | 40/59 kB | 33/256 kB | 4.1/52 kB
Progress (4): 65/95 kB | 44/59 kB | 33/256 kB | 4.1/52 kB
Progress (4): 69/95 kB | 44/59 kB | 33/256 kB | 4.1/52 kB
Progress (4): 69/95 kB | 48/59 kB | 33/256 kB | 4.1/52 kB
Progress (4): 69/95 kB | 48/59 kB | 33/256 kB | 7.7/52 kB
Progress (4): 73/95 kB | 48/59 kB | 33/256 kB | 7.7/52 kB
Progress (4): 77/95 kB | 48/59 kB | 33/256 kB | 7.7/52 kB
Progress (4): 81/95 kB | 48/59 kB | 33/256 kB | 7.7/52 kB
Progress (4): 81/95 kB | 48/59 kB | 33/256 kB | 12/52 kB 
Progress (4): 85/95 kB | 48/59 kB | 33/256 kB | 12/52 kB
Progress (4): 85/95 kB | 48/59 kB | 33/256 kB | 16/52 kB
Progress (4): 89/95 kB | 48/59 kB | 33/256 kB | 16/52 kB
Progress (4): 89/95 kB | 48/59 kB | 33/256 kB | 20/52 kB
Progress (4): 89/95 kB | 48/59 kB | 33/256 kB | 24/52 kB
Progress (5): 89/95 kB | 48/59 kB | 33/256 kB | 24/52 kB | 4.1/250 kB
Progress (5): 89/95 kB | 52/59 kB | 33/256 kB | 24/52 kB | 4.1/250 kB
Progress (5): 89/95 kB | 52/59 kB | 33/256 kB | 24/52 kB | 7.7/250 kB
Progress (5): 89/95 kB | 56/59 kB | 33/256 kB | 24/52 kB | 7.7/250 kB
Progress (5): 89/95 kB | 56/59 kB | 33/256 kB | 24/52 kB | 12/250 kB 
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 12/250 kB   
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 16/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 20/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 24/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 28/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 32/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 33/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 37/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 41/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 45/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 49/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 53/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 57/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 61/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 65/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 69/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 73/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 77/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 81/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 85/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 89/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 93/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 97/250 kB
Progress (5): 89/95 kB | 59 kB | 33/256 kB | 24/52 kB | 101/250 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar (59 kB at 121 kB/s)
14:49:10 Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 105/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 109/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 113/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 117/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 121/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 125/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 129/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 133/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 137/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 141/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 145/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 149/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 153/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 157/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 161/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 165/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 169/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 173/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 177/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 181/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 185/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 189/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 193/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 197/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 201/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 205/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 209/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 213/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 217/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 221/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 225/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 229/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 233/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 237/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 241/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 245/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 249/250 kB
Progress (4): 89/95 kB | 33/256 kB | 24/52 kB | 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 492 kB/s)
14:49:10 Progress (3): 89/95 kB | 37/256 kB | 24/52 kB
Progress (3): 89/95 kB | 41/256 kB | 24/52 kB
Progress (3): 89/95 kB | 45/256 kB | 24/52 kB
Progress (3): 89/95 kB | 49/256 kB | 24/52 kB
Progress (3): 89/95 kB | 53/256 kB | 24/52 kB
Progress (3): 89/95 kB | 57/256 kB | 24/52 kB
Progress (3): 89/95 kB | 61/256 kB | 24/52 kB
Progress (3): 89/95 kB | 65/256 kB | 24/52 kB
Progress (3): 89/95 kB | 66/256 kB | 24/52 kB
Progress (3): 89/95 kB | 70/256 kB | 24/52 kB
Progress (3): 89/95 kB | 74/256 kB | 24/52 kB
Progress (3): 89/95 kB | 78/256 kB | 24/52 kB
Progress (3): 89/95 kB | 82/256 kB | 24/52 kB
Progress (3): 89/95 kB | 86/256 kB | 24/52 kB
Progress (3): 93/95 kB | 86/256 kB | 24/52 kB
Progress (3): 93/95 kB | 90/256 kB | 24/52 kB
Progress (3): 95 kB | 90/256 kB | 24/52 kB   
Progress (3): 95 kB | 94/256 kB | 24/52 kB
Progress (3): 95 kB | 98/256 kB | 24/52 kB
Progress (3): 95 kB | 98/256 kB | 24/52 kB
Progress (3): 95 kB | 102/256 kB | 24/52 kB
Progress (3): 95 kB | 106/256 kB | 24/52 kB
Progress (3): 95 kB | 110/256 kB | 24/52 kB
Progress (3): 95 kB | 114/256 kB | 24/52 kB
Progress (3): 95 kB | 118/256 kB | 24/52 kB
Progress (3): 95 kB | 122/256 kB | 24/52 kB
Progress (3): 95 kB | 122/256 kB | 28/52 kB
Progress (3): 95 kB | 122/256 kB | 32/52 kB
Progress (3): 95 kB | 126/256 kB | 32/52 kB
Progress (3): 95 kB | 130/256 kB | 32/52 kB
Progress (3): 95 kB | 130/256 kB | 36/52 kB
Progress (3): 95 kB | 131/256 kB | 36/52 kB
Progress (3): 95 kB | 131/256 kB | 40/52 kB
Progress (3): 95 kB | 131/256 kB | 44/52 kB
Progress (3): 95 kB | 135/256 kB | 44/52 kB
Progress (3): 95 kB | 135/256 kB | 48/52 kB
Progress (3): 95 kB | 139/256 kB | 48/52 kB
Progress (3): 95 kB | 139/256 kB | 52/52 kB
Progress (3): 95 kB | 139/256 kB | 52 kB   
Progress (3): 95 kB | 143/256 kB | 52 kB
Progress (3): 95 kB | 147/256 kB | 52 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 149 kB/s)
14:49:10 Progress (2): 151/256 kB | 52 kB
Progress (2): 155/256 kB | 52 kB
Progress (2): 159/256 kB | 52 kB
Progress (2): 163/256 kB | 52 kB
Progress (2): 164/256 kB | 52 kB
Progress (2): 168/256 kB | 52 kB
Progress (2): 172/256 kB | 52 kB
Progress (2): 176/256 kB | 52 kB
Progress (2): 180/256 kB | 52 kB
Progress (2): 184/256 kB | 52 kB
Progress (2): 188/256 kB | 52 kB
Progress (2): 192/256 kB | 52 kB
Progress (2): 196/256 kB | 52 kB
Progress (2): 197/256 kB | 52 kB
Progress (2): 201/256 kB | 52 kB
Progress (2): 205/256 kB | 52 kB
Progress (2): 209/256 kB | 52 kB
Progress (2): 213/256 kB | 52 kB
Progress (2): 217/256 kB | 52 kB
Progress (2): 221/256 kB | 52 kB
Progress (2): 225/256 kB | 52 kB
Progress (2): 229/256 kB | 52 kB
Progress (2): 233/256 kB | 52 kB
Progress (2): 237/256 kB | 52 kB
Progress (2): 241/256 kB | 52 kB
Progress (2): 245/256 kB | 52 kB
Progress (2): 249/256 kB | 52 kB
Progress (2): 253/256 kB | 52 kB
Progress (2): 256 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 81 kB/s)
14:49:10 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 392 kB/s)
14:49:10 Downloading: http://central.maven.org/maven2/com/h2database/h2/1.4.178/h2-1.4.178.jar
14:49:10 3/1624K
7/1624K
11/1624K
12/1624K
14/1624K
18/1624K
22/1624K
26/1624K
30/1624K
34/1624K
38/1624K
40/1624K
41/1624K
42/1624K
46/1624K
50/1624K
54/1624K
56/1624K
60/1624K
64/1624K
68/1624K
72/1624K
76/1624K
80/1624K
84/1624K
88/1624K
92/1624K
94/1624K
95/1624K
99/1624K
102/1624K
106/1624K
108/1624K
112/1624K
116/1624K
120/1624K
124/1624K
128/1624K
132/1624K
136/1624K
140/1624K
144/1624K
148/1624K
152/1624K
156/1624K
160/1624K
164/1624K
165/1624K
167/1624K
171/1624K
173/1624K
177/1624K
181/1624K
181/1624K
185/1624K
189/1624K
193/1624K
196/1624K
200/1624K
204/1624K
208/1624K
212/1624K
216/1624K
220/1624K
224/1624K
228/1624K
232/1624K
234/1624K
238/1624K
242/1624K
246/1624K
248/1624K
252/1624K
256/1624K
258/1624K
262/1624K
266/1624K
270/1624K
274/1624K
278/1624K
282/1624K
286/1624K
290/1624K
294/1624K
298/1624K
302/1624K
306/1624K
310/1624K
314/1624K
318/1624K
322/1624K
326/1624K
330/1624K
334/1624K
338/1624K
342/1624K
345/1624K
346/1624K
350/1624K
354/1624K
358/1624K
360/1624K
364/1624K
365/1624K
369/1624K
373/1624K
373/1624K
377/1624K
380/1624K
384/1624K
388/1624K
390/1624K
394/1624K
398/1624K
399/1624K
403/1624K
407/1624K
411/1624K
415/1624K
419/1624K
423/1624K
427/1624K
431/1624K
433/1624K
437/1624K
440/1624K
444/1624K
448/1624K
449/1624K
453/1624K
453/1624K
457/1624K
460/1624K
464/1624K
468/1624K
472/1624K
476/1624K
480/1624K
484/1624K
488/1624K
492/1624K
496/1624K
499/1624K
503/1624K
507/1624K
511/1624K
515/1624K
518/1624K
522/1624K
526/1624K
530/1624K
534/1624K
538/1624K
542/1624K
546/1624K
550/1624K
554/1624K
558/1624K
562/1624K
566/1624K
570/1624K
574/1624K
578/1624K
582/1624K
586/1624K
590/1624K
594/1624K
598/1624K
602/1624K
606/1624K
610/1624K
614/1624K
618/1624K
621/1624K
623/1624K
627/1624K
631/1624K
635/1624K
639/1624K
643/1624K
647/1624K
651/1624K
654/1624K
658/1624K
659/1624K
663/1624K
664/1624K
668/1624K
672/1624K
676/1624K
680/1624K
684/1624K
688/1624K
692/1624K
696/1624K
700/1624K
704/1624K
708/1624K
712/1624K
716/1624K
720/1624K
724/1624K
728/1624K
732/1624K
736/1624K
740/1624K
744/1624K
748/1624K
752/1624K
756/1624K
760/1624K
764/1624K
768/1624K
772/1624K
776/1624K
780/1624K
784/1624K
788/1624K
792/1624K
796/1624K
800/1624K
804/1624K
808/1624K
812/1624K
816/1624K
820/1624K
824/1624K
828/1624K
832/1624K
836/1624K
840/1624K
844/1624K
848/1624K
852/1624K
856/1624K
860/1624K
864/1624K
868/1624K
872/1624K
876/1624K
880/1624K
884/1624K
888/1624K
892/1624K
896/1624K
900/1624K
904/1624K
908/1624K
912/1624K
916/1624K
920/1624K
924/1624K
928/1624K
932/1624K
936/1624K
940/1624K
944/1624K
948/1624K
952/1624K
956/1624K
960/1624K
964/1624K
968/1624K
972/1624K
976/1624K
980/1624K
984/1624K
988/1624K
992/1624K
996/1624K
1000/1624K
1004/1624K
1008/1624K
1012/1624K
1016/1624K
1020/1624K
1024/1624K
1028/1624K
1032/1624K
1036/1624K
1040/1624K
1044/1624K
1048/1624K
1052/1624K
1056/1624K
1060/1624K
1064/1624K
1068/1624K
1072/1624K
1076/1624K
1080/1624K
1084/1624K
1088/1624K
1092/1624K
1096/1624K
1100/1624K
1104/1624K
1108/1624K
1112/1624K
1116/1624K
1120/1624K
1124/1624K
1128/1624K
1132/1624K
1136/1624K
1140/1624K
1144/1624K
1148/1624K
1152/1624K
1156/1624K
1160/1624K
1164/1624K
1168/1624K
1172/1624K
1176/1624K
1180/1624K
1184/1624K
1188/1624K
1192/1624K
1196/1624K
1200/1624K
1204/1624K
1208/1624K
1212/1624K
1216/1624K
1220/1624K
1224/1624K
1228/1624K
1232/1624K
1236/1624K
1240/1624K
1244/1624K
1248/1624K
1252/1624K
1256/1624K
1260/1624K
1264/1624K
1268/1624K
1272/1624K
1276/1624K
1280/1624K
1284/1624K
1288/1624K
1292/1624K
1296/1624K
1300/1624K
1304/1624K
1308/1624K
1312/1624K
1316/1624K
1320/1624K
1324/1624K
1328/1624K
1332/1624K
1336/1624K
1340/1624K
1344/1624K
1348/1624K
1352/1624K
1356/1624K
1360/1624K
1364/1624K
1368/1624K
1368/1624K
1372/1624K
1372/1624K
1376/1624K
1380/1624K
1380/1624K
1382/1624K
1384/1624K
1388/1624K
1388/1624K
1391/1624K
1395/1624K
1399/1624K
1403/1624K
1406/1624K
1410/1624K
1411/1624K
1415/1624K
1419/1624K
1421/1624K
1425/1624K
1426/1624K
1430/1624K
1432/1624K
1436/1624K
1438/1624K
1442/1624K
1446/1624K
1448/1624K
1452/1624K
1456/1624K
1456/1624K
1460/1624K
1464/1624K
1465/1624K
1469/1624K
1473/1624K
1475/1624K
1479/1624K
1479/1624K
1483/1624K
1487/1624K
1491/1624K
1495/1624K
1499/1624K
1499/1624K
1503/1624K
1505/1624K
1509/1624K
1513/1624K
1513/1624K
1517/1624K
1521/1624K
1525/1624K
1529/1624K
1533/1624K
1537/1624K
1541/1624K
1545/1624K
1547/1624K
1551/1624K
1552/1624K
1556/1624K
1559/1624K
1563/1624K
1567/1624K
1567/1624K
1571/1624K
1575/1624K
1575/1624K
1579/1624K
1582/1624K
1586/1624K
1590/1624K
1594/1624K
1598/1624K
1602/1624K
1606/1624K
1610/1624K
1614/1624K
1618/1624K
1622/1624K
1624/1624K
1624K downloaded
14:49:10 [INFO] 
14:49:10 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.eclipse.test ---
14:49:10 [INFO] Skipping tests
14:49:10 [INFO] 
14:49:10 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.eclipse.test ---
14:49:10 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:49:10 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:49:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:49:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:49:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:49:11 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:49:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:49:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:49:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:49:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:49:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:49:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes
14:49:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:49:12 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:49:12 [INFO] 
14:49:12 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.eclipse.test ---
14:49:12 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT.jar
14:49:12 [INFO] 
14:49:12 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.eclipse.test ---
14:49:12 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT.jar
14:49:14 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar
14:49:15 [INFO] 
14:49:15 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.eclipse.test ---
14:49:15 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT.jar
14:49:15 [INFO] 
14:49:15 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.eclipse.test ---
14:49:15 [INFO] 
14:49:15 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.test >----------
14:49:15 [INFO] Building RedDeer GEF Tests 2.8.0-SNAPSHOT                        [38/59]
14:49:15 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:49:15 [INFO] 
14:49:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.test ---
14:49:15 [INFO] 
14:49:15 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.test ---
14:49:15 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:15 [INFO] 
14:49:15 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.test ---
14:49:15 [INFO] 
14:49:15 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.test ---
14:49:15 [INFO] 
14:49:15 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.test ---
14:49:15 [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.milestone/tests/org.eclipse.reddeer.gef.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:15 [INFO] 
14:49:15 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.test ---
14:49:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/resources
14:49:15 [INFO] 
14:49:15 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.gef.test ---
14:49:15 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:49:15 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/bin
14:49:15 [INFO] 
14:49:15 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.test ---
14:49:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/src/test/resources
14:49:15 [INFO] 
14:49:15 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.test ---
14:49:15 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT-sources.jar
14:49:15 [INFO] 
14:49:15 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.test ---
14:49:16 [INFO] 
14:49:16 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.test ---
14:49:16 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT.jar
14:49:16 [INFO] 
14:49:16 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.test ---
14:49:16 [INFO] 
14:49:16 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.gef.test ---
14:49:16 [INFO] Skipping tests
14:49:16 [INFO] 
14:49:16 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.gef.test ---
14:49:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes
14:49:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:49:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:49:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:49:16 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:49:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:49:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:49:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:49:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:49:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:49:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:49:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes
14:49:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:49:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:49:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:49:18 [INFO] 
14:49:18 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.gef.test ---
14:49:18 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT.jar
14:49:18 [INFO] 
14:49:18 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef.test ---
14:49:18 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT.jar
14:49:19 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT-sources.jar
14:49:20 [INFO] 
14:49:20 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.gef.test ---
14:49:20 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT.jar
14:49:20 [INFO] 
14:49:20 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef.test ---
14:49:20 [INFO] 
14:49:20 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test >--------
14:49:20 [INFO] Building RedDeer Graphiti Tests 2.8.0-SNAPSHOT                   [39/59]
14:49:20 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:49:20 [INFO] 
14:49:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] 
14:49:20 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:20 [INFO] 
14:49:20 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] 
14:49:20 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] 
14:49:20 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [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.milestone/tests/org.eclipse.reddeer.graphiti.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:20 [INFO] 
14:49:20 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/resources
14:49:20 [INFO] 
14:49:20 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:49:20 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/bin
14:49:20 [INFO] 
14:49:20 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/src/test/resources
14:49:20 [INFO] 
14:49:20 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT-sources.jar
14:49:20 [INFO] 
14:49:20 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] 
14:49:20 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT.jar
14:49:20 [INFO] 
14:49:20 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] 
14:49:20 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.graphiti.test ---
14:49:20 [INFO] Skipping tests
14:49:20 [INFO] 
14:49:20 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.graphiti.test ---
14:49:21 [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes
14:49:21 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:49:21 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:49:21 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:49:21 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:49:22 [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes
14:49:22 [INFO] 
14:49:22 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.graphiti.test ---
14:49:22 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT.jar
14:49:22 [INFO] 
14:49:22 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.graphiti.test ---
14:49:22 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT.jar
14:49:23 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT-sources.jar
14:49:25 [INFO] 
14:49:25 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.graphiti.test ---
14:49:25 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT.jar
14:49:25 [INFO] 
14:49:25 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.graphiti.test ---
14:49:25 [INFO] 
14:49:25 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.direct.test >---------
14:49:25 [INFO] Building RedDeer Direct Tests 2.8.0-SNAPSHOT                     [40/59]
14:49:25 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:49:25 [INFO] 
14:49:25 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] 
14:49:25 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:25 [INFO] 
14:49:25 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] 
14:49:25 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] 
14:49:25 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct.test ---
14:49:25 [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.milestone/tests/org.eclipse.reddeer.direct.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:25 [INFO] 
14:49:25 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:25 [INFO] Copying 1 resource
14:49:25 [INFO] 
14:49:25 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.direct.test ---
14:49:25 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:49:25 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/bin
14:49:25 [INFO] 
14:49:25 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/src/test/resources
14:49:25 [INFO] 
14:49:25 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT-sources.jar
14:49:25 [INFO] 
14:49:25 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] 
14:49:25 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT.jar
14:49:25 [INFO] 
14:49:25 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] 
14:49:25 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] Skipping tests
14:49:25 [INFO] 
14:49:25 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.direct.test ---
14:49:25 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:49:25 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:49:25 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:49:26 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:49:26 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:49:26 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:49:26 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:49:26 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:49:26 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:49:26 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:49:26 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:49:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:49:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:49:27 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:49:27 [INFO] 
14:49:27 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.direct.test ---
14:49:27 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT.jar
14:49:27 [INFO] 
14:49:27 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.direct.test ---
14:49:27 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT.jar
14:49:28 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT-sources.jar
14:49:29 [INFO] 
14:49:29 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.direct.test ---
14:49:29 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT.jar
14:49:29 [INFO] 
14:49:29 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.direct.test ---
14:49:29 [INFO] 
14:49:29 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.junit.test >---------
14:49:29 [INFO] Building RedDeer JUnit Tests 2.8.0-SNAPSHOT                      [41/59]
14:49:29 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:49:29 [INFO] 
14:49:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.test ---
14:49:29 [INFO] 
14:49:29 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.test ---
14:49:29 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:29 [INFO] 
14:49:29 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.test ---
14:49:29 [INFO] 
14:49:29 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.test ---
14:49:29 [INFO] 
14:49:29 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.test ---
14:49:29 [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.milestone/tests/org.eclipse.reddeer.junit.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:29 [INFO] 
14:49:29 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.test ---
14:49:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:29 [INFO] Copying 9 resources
14:49:29 [INFO] 
14:49:29 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.junit.test ---
14:49:29 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:49:29 [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/bin
14:49:30 [INFO] 
14:49:30 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.test ---
14:49:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/src/test/resources
14:49:30 [INFO] 
14:49:30 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.test ---
14:49:30 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT-sources.jar
14:49:30 [INFO] 
14:49:30 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.test ---
14:49:30 [INFO] 
14:49:30 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.test ---
14:49:30 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT.jar
14:49:30 [INFO] 
14:49:30 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.test ---
14:49:30 [INFO] 
14:49:30 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.junit.test ---
14:49:30 [INFO] Skipping tests
14:49:30 [INFO] 
14:49:30 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.junit.test ---
14:49:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:49:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:49:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:49:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:49:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:49:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:49:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:49:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:49:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:49:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:49:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:49:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:49:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:49:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:49:31 [INFO] 
14:49:31 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.junit.test ---
14:49:31 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT.jar
14:49:31 [INFO] 
14:49:31 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.junit.test ---
14:49:31 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT.jar
14:49:33 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT-sources.jar
14:49:34 [INFO] 
14:49:34 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.junit.test ---
14:49:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT.jar
14:49:34 [INFO] 
14:49:34 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit.test ---
14:49:34 [INFO] 
14:49:34 [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.requirements.test >------
14:49:34 [INFO] Building RedDeer Requirements Tests 2.8.0-SNAPSHOT               [42/59]
14:49:34 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:49:34 [INFO] 
14:49:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements.test ---
14:49:34 [INFO] 
14:49:34 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements.test ---
14:49:34 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:34 [INFO] 
14:49:34 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements.test ---
14:49:34 [INFO] 
14:49:34 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements.test ---
14:49:34 [INFO] 
14:49:34 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements.test ---
14:49:34 [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.milestone/tests/org.eclipse.reddeer.requirements.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:34 [INFO] 
14:49:34 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements.test ---
14:49:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/../../plugins/org.eclipse.reddeer.requirements/resources
14:49:34 [INFO] 
14:49:34 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.requirements.test ---
14:49:34 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:49:34 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/bin
14:49:35 [INFO] 
14:49:35 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements.test ---
14:49:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/src/test/resources
14:49:35 [INFO] 
14:49:35 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements.test ---
14:49:35 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT-sources.jar
14:49:35 [INFO] 
14:49:35 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements.test ---
14:49:35 [INFO] 
14:49:35 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements.test ---
14:49:35 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT.jar
14:49:35 [INFO] 
14:49:35 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements.test ---
14:49:35 [INFO] 
14:49:35 [INFO] --- download-maven-plugin:1.2.1:wget (install-apache-tomcat-7) @ org.eclipse.reddeer.requirements.test ---
14:49:35 Downloading: http://archive.apache.org/dist/tomcat/tomcat-7//v7.0.56/bin/apache-tomcat-7.0.56.zip
14:49:36 3/9244K
7/9244K
11/9244K
13/9244K
17/9244K
19/9244K
23/9244K
26/9244K
30/9244K
32/9244K
36/9244K
39/9244K
42/9244K
43/9244K
47/9244K
50/9244K
54/9244K
56/9244K
60/9244K
64/9244K
64/9244K
68/9244K
70/9244K
74/9244K
77/9244K
81/9244K
83/9244K
87/9244K
91/9244K
91/9244K
95/9244K
98/9244K
100/9244K
101/9244K
104/9244K
108/9244K
111/9244K
115/9244K
117/9244K
121/9244K
124/9244K
128/9244K
132/9244K
136/9244K
140/9244K
144/9244K
148/9244K
152/9244K
156/9244K
156/9244K
160/9244K
160/9244K
164/9244K
166/9244K
170/9244K
172/9244K
173/9244K
177/9244K
181/9244K
183/9244K
187/9244K
191/9244K
195/9244K
199/9244K
201/9244K
203/9244K
207/9244K
210/9244K
214/9244K
216/9244K
220/9244K
224/9244K
224/9244K
227/9244K
231/9244K
234/9244K
238/9244K
241/9244K
245/9244K
245/9244K
249/9244K
253/9244K
254/9244K
258/9244K
262/9244K
265/9244K
268/9244K
272/9244K
272/9244K
276/9244K
276/9244K
280/9244K
282/9244K
286/9244K
288/9244K
292/9244K
295/9244K
299/9244K
300/9244K
304/9244K
307/9244K
311/9244K
315/9244K
319/9244K
322/9244K
326/9244K
330/9244K
330/9244K
334/9244K
338/9244K
342/9244K
344/9244K
348/9244K
352/9244K
356/9244K
360/9244K
364/9244K
368/9244K
372/9244K
376/9244K
380/9244K
384/9244K
388/9244K
392/9244K
396/9244K
400/9244K
404/9244K
408/9244K
412/9244K
416/9244K
418/9244K
419/9244K
422/9244K
426/9244K
429/9244K
433/9244K
435/9244K
439/9244K
442/9244K
446/9244K
447/9244K
451/9244K
455/9244K
459/9244K
463/9244K
467/9244K
471/9244K
475/9244K
479/9244K
483/9244K
487/9244K
491/9244K
495/9244K
499/9244K
500/9244K
504/9244K
507/9244K
511/9244K
515/9244K
519/9244K
523/9244K
524/9244K
528/9244K
531/9244K
535/9244K
539/9244K
543/9244K
545/9244K
549/9244K
553/9244K
557/9244K
561/9244K
565/9244K
569/9244K
573/9244K
577/9244K
581/9244K
585/9244K
589/9244K
593/9244K
597/9244K
601/9244K
605/9244K
609/9244K
613/9244K
617/9244K
621/9244K
625/9244K
629/9244K
633/9244K
637/9244K
641/9244K
645/9244K
649/9244K
653/9244K
657/9244K
661/9244K
665/9244K
669/9244K
673/9244K
677/9244K
681/9244K
685/9244K
689/9244K
693/9244K
697/9244K
701/9244K
705/9244K
709/9244K
713/9244K
717/9244K
721/9244K
725/9244K
729/9244K
733/9244K
737/9244K
741/9244K
745/9244K
749/9244K
753/9244K
757/9244K
761/9244K
765/9244K
769/9244K
773/9244K
777/9244K
781/9244K
785/9244K
789/9244K
793/9244K
797/9244K
801/9244K
805/9244K
809/9244K
813/9244K
817/9244K
821/9244K
825/9244K
829/9244K
833/9244K
837/9244K
841/9244K
845/9244K
849/9244K
850/9244K
852/9244K
856/9244K
859/9244K
860/9244K
863/9244K
867/9244K
869/9244K
873/9244K
877/9244K
877/9244K
881/9244K
885/9244K
889/9244K
893/9244K
894/9244K
898/9244K
902/9244K
906/9244K
910/9244K
911/9244K
915/9244K
919/9244K
920/9244K
924/9244K
925/9244K
929/9244K
931/9244K
935/9244K
939/9244K
943/9244K
947/9244K
951/9244K
955/9244K
959/9244K
963/9244K
967/9244K
971/9244K
975/9244K
979/9244K
983/9244K
987/9244K
991/9244K
995/9244K
999/9244K
1003/9244K
1007/9244K
1011/9244K
1015/9244K
1019/9244K
1023/9244K
1027/9244K
1031/9244K
1035/9244K
1039/9244K
1043/9244K
1047/9244K
1051/9244K
1055/9244K
1059/9244K
1063/9244K
1067/9244K
1071/9244K
1075/9244K
1079/9244K
1083/9244K
1087/9244K
1091/9244K
1095/9244K
1099/9244K
1103/9244K
1107/9244K
1111/9244K
1115/9244K
1119/9244K
1123/9244K
1127/9244K
1131/9244K
1135/9244K
1139/9244K
1143/9244K
1147/9244K
1151/9244K
1155/9244K
1159/9244K
1163/9244K
1167/9244K
1171/9244K
1175/9244K
1179/9244K
1183/9244K
1187/9244K
1191/9244K
1195/9244K
1199/9244K
1203/9244K
1207/9244K
1211/9244K
1215/9244K
1219/9244K
1223/9244K
1227/9244K
1231/9244K
1235/9244K
1239/9244K
1243/9244K
1247/9244K
1251/9244K
1255/9244K
1259/9244K
1263/9244K
1267/9244K
1271/9244K
1275/9244K
1279/9244K
1283/9244K
1287/9244K
1291/9244K
1295/9244K
1299/9244K
1303/9244K
1307/9244K
1311/9244K
1315/9244K
1319/9244K
1323/9244K
1327/9244K
1331/9244K
1335/9244K
1339/9244K
1343/9244K
1347/9244K
1351/9244K
1355/9244K
1359/9244K
1363/9244K
1367/9244K
1371/9244K
1375/9244K
1379/9244K
1383/9244K
1387/9244K
1391/9244K
1395/9244K
1399/9244K
1403/9244K
1407/9244K
1411/9244K
1415/9244K
1419/9244K
1423/9244K
1427/9244K
1431/9244K
1435/9244K
1439/9244K
1443/9244K
1447/9244K
1451/9244K
1455/9244K
1459/9244K
1463/9244K
1467/9244K
1471/9244K
1475/9244K
1479/9244K
1483/9244K
1487/9244K
1491/9244K
1495/9244K
1499/9244K
1503/9244K
1507/9244K
1511/9244K
1515/9244K
1519/9244K
1523/9244K
1527/9244K
1531/9244K
1535/9244K
1539/9244K
1543/9244K
1547/9244K
1551/9244K
1555/9244K
1559/9244K
1563/9244K
1567/9244K
1571/9244K
1575/9244K
1579/9244K
1583/9244K
1587/9244K
1591/9244K
1595/9244K
1599/9244K
1603/9244K
1607/9244K
1611/9244K
1615/9244K
1619/9244K
1623/9244K
1627/9244K
1631/9244K
1635/9244K
1639/9244K
1643/9244K
1647/9244K
1651/9244K
1655/9244K
1659/9244K
1663/9244K
1667/9244K
1671/9244K
1675/9244K
1679/9244K
1683/9244K
1687/9244K
1691/9244K
1695/9244K
1699/9244K
1703/9244K
1707/9244K
1711/9244K
1715/9244K
1716/9244K
1719/9244K
1720/9244K
1724/9244K
1728/9244K
1730/9244K
1734/9244K
1734/9244K
1738/9244K
1739/9244K
1740/9244K
1743/9244K
1747/9244K
1751/9244K
1755/9244K
1759/9244K
1763/9244K
1767/9244K
1771/9244K
1775/9244K
1779/9244K
1783/9244K
1787/9244K
1791/9244K
1795/9244K
1799/9244K
1803/9244K
1807/9244K
1811/9244K
1815/9244K
1819/9244K
1823/9244K
1827/9244K
1831/9244K
1835/9244K
1839/9244K
1843/9244K
1847/9244K
1851/9244K
1855/9244K
1859/9244K
1863/9244K
1867/9244K
1871/9244K
1875/9244K
1879/9244K
1883/9244K
1887/9244K
1891/9244K
1895/9244K
1899/9244K
1903/9244K
1907/9244K
1911/9244K
1915/9244K
1919/9244K
1923/9244K
1927/9244K
1931/9244K
1935/9244K
1939/9244K
1943/9244K
1947/9244K
1951/9244K
1955/9244K
1959/9244K
1963/9244K
1967/9244K
1971/9244K
1975/9244K
1979/9244K
1983/9244K
1987/9244K
1991/9244K
1995/9244K
1999/9244K
2003/9244K
2007/9244K
2011/9244K
2015/9244K
2019/9244K
2023/9244K
2027/9244K
2031/9244K
2035/9244K
2039/9244K
2043/9244K
2047/9244K
2051/9244K
2055/9244K
2059/9244K
2063/9244K
2067/9244K
2071/9244K
2075/9244K
2079/9244K
2083/9244K
2087/9244K
2091/9244K
2095/9244K
2099/9244K
2103/9244K
2107/9244K
2111/9244K
2115/9244K
2119/9244K
2123/9244K
2127/9244K
2131/9244K
2135/9244K
2139/9244K
2143/9244K
2147/9244K
2151/9244K
2155/9244K
2159/9244K
2163/9244K
2167/9244K
2171/9244K
2175/9244K
2179/9244K
2183/9244K
2187/9244K
2191/9244K
2195/9244K
2199/9244K
2203/9244K
2207/9244K
2211/9244K
2215/9244K
2219/9244K
2223/9244K
2227/9244K
2231/9244K
2235/9244K
2239/9244K
2243/9244K
2247/9244K
2251/9244K
2255/9244K
2259/9244K
2263/9244K
2267/9244K
2271/9244K
2275/9244K
2279/9244K
2283/9244K
2287/9244K
2291/9244K
2295/9244K
2299/9244K
2303/9244K
2307/9244K
2311/9244K
2315/9244K
2319/9244K
2323/9244K
2327/9244K
2331/9244K
2335/9244K
2339/9244K
2343/9244K
2347/9244K
2351/9244K
2355/9244K
2359/9244K
2363/9244K
2367/9244K
2371/9244K
2375/9244K
2379/9244K
2383/9244K
2386/9244K
2390/9244K
2394/9244K
2398/9244K
2402/9244K
2406/9244K
2410/9244K
2414/9244K
2418/9244K
2422/9244K
2426/9244K
2430/9244K
2434/9244K
2438/9244K
2442/9244K
2446/9244K
2450/9244K
2454/9244K
2458/9244K
2462/9244K
2466/9244K
2470/9244K
2474/9244K
2478/9244K
2482/9244K
2486/9244K
2490/9244K
2494/9244K
2498/9244K
2502/9244K
2506/9244K
2510/9244K
2514/9244K
2518/9244K
2522/9244K
2526/9244K
2530/9244K
2534/9244K
2538/9244K
2542/9244K
2546/9244K
2550/9244K
2554/9244K
2558/9244K
2562/9244K
2566/9244K
2570/9244K
2574/9244K
2578/9244K
2582/9244K
2586/9244K
2590/9244K
2594/9244K
2598/9244K
2602/9244K
2606/9244K
2610/9244K
2614/9244K
2618/9244K
2622/9244K
2626/9244K
2630/9244K
2634/9244K
2638/9244K
2642/9244K
2646/9244K
2650/9244K
2654/9244K
2658/9244K
2662/9244K
2666/9244K
2670/9244K
2674/9244K
2678/9244K
2682/9244K
2686/9244K
2690/9244K
2694/9244K
2698/9244K
2702/9244K
2706/9244K
2710/9244K
2714/9244K
2718/9244K
2722/9244K
2726/9244K
2730/9244K
2734/9244K
2738/9244K
2742/9244K
2746/9244K
2750/9244K
2752/9244K
2756/9244K
2757/9244K
2758/9244K
2762/9244K
2764/9244K
2768/9244K
2772/9244K
2776/9244K
2776/9244K
2780/9244K
2781/9244K
2785/9244K
2789/9244K
2793/9244K
2793/9244K
2797/9244K
2798/9244K
2800/9244K
2804/9244K
2808/9244K
2810/9244K
2814/9244K
2818/9244K
2822/9244K
2826/9244K
2830/9244K
2834/9244K
2838/9244K
2842/9244K
2846/9244K
2850/9244K
2854/9244K
2858/9244K
2862/9244K
2866/9244K
2870/9244K
2874/9244K
2878/9244K
2882/9244K
2886/9244K
2890/9244K
2894/9244K
2898/9244K
2902/9244K
2906/9244K
2910/9244K
2914/9244K
2918/9244K
2922/9244K
2926/9244K
2930/9244K
2934/9244K
2938/9244K
2942/9244K
2946/9244K
2950/9244K
2954/9244K
2958/9244K
2962/9244K
2966/9244K
2970/9244K
2974/9244K
2978/9244K
2982/9244K
2986/9244K
2990/9244K
2994/9244K
2998/9244K
3002/9244K
3006/9244K
3010/9244K
3014/9244K
3015/9244K
3018/9244K
3022/9244K
3024/9244K
3028/9244K
3032/9244K
3036/9244K
3040/9244K
3044/9244K
3048/9244K
3052/9244K
3056/9244K
3060/9244K
3064/9244K
3068/9244K
3072/9244K
3076/9244K
3080/9244K
3084/9244K
3088/9244K
3092/9244K
3096/9244K
3100/9244K
3104/9244K
3108/9244K
3112/9244K
3116/9244K
3120/9244K
3124/9244K
3128/9244K
3130/9244K
3133/9244K
3137/9244K
3141/9244K
3145/9244K
3149/9244K
3153/9244K
3157/9244K
3161/9244K
3165/9244K
3169/9244K
3173/9244K
3177/9244K
3181/9244K
3185/9244K
3189/9244K
3193/9244K
3197/9244K
3201/9244K
3205/9244K
3209/9244K
3213/9244K
3217/9244K
3221/9244K
3225/9244K
3229/9244K
3233/9244K
3237/9244K
3241/9244K
3245/9244K
3249/9244K
3253/9244K
3257/9244K
3261/9244K
3265/9244K
3269/9244K
3273/9244K
3277/9244K
3281/9244K
3285/9244K
3289/9244K
3293/9244K
3297/9244K
3301/9244K
3305/9244K
3309/9244K
3313/9244K
3317/9244K
3321/9244K
3325/9244K
3329/9244K
3333/9244K
3337/9244K
3341/9244K
3345/9244K
3349/9244K
3353/9244K
3357/9244K
3361/9244K
3365/9244K
3369/9244K
3373/9244K
3377/9244K
3381/9244K
3385/9244K
3389/9244K
3393/9244K
3397/9244K
3401/9244K
3405/9244K
3409/9244K
3413/9244K
3417/9244K
3421/9244K
3425/9244K
3429/9244K
3433/9244K
3437/9244K
3441/9244K
3445/9244K
3449/9244K
3453/9244K
3457/9244K
3461/9244K
3465/9244K
3469/9244K
3473/9244K
3477/9244K
3481/9244K
3485/9244K
3489/9244K
3493/9244K
3497/9244K
3501/9244K
3505/9244K
3509/9244K
3513/9244K
3517/9244K
3521/9244K
3525/9244K
3529/9244K
3533/9244K
3537/9244K
3541/9244K
3545/9244K
3549/9244K
3553/9244K
3557/9244K
3561/9244K
3565/9244K
3569/9244K
3573/9244K
3577/9244K
3581/9244K
3585/9244K
3589/9244K
3593/9244K
3597/9244K
3601/9244K
3605/9244K
3609/9244K
3613/9244K
3617/9244K
3621/9244K
3625/9244K
3629/9244K
3633/9244K
3637/9244K
3641/9244K
3645/9244K
3649/9244K
3653/9244K
3657/9244K
3661/9244K
3665/9244K
3669/9244K
3673/9244K
3677/9244K
3681/9244K
3685/9244K
3689/9244K
3693/9244K
3697/9244K
3701/9244K
3705/9244K
3709/9244K
3713/9244K
3717/9244K
3721/9244K
3725/9244K
3729/9244K
3733/9244K
3737/9244K
3741/9244K
3745/9244K
3749/9244K
3753/9244K
3757/9244K
3761/9244K
3765/9244K
3769/9244K
3773/9244K
3777/9244K
3781/9244K
3785/9244K
3789/9244K
3793/9244K
3797/9244K
3801/9244K
3805/9244K
3809/9244K
3813/9244K
3817/9244K
3821/9244K
3825/9244K
3829/9244K
3833/9244K
3837/9244K
3841/9244K
3845/9244K
3849/9244K
3853/9244K
3857/9244K
3861/9244K
3865/9244K
3869/9244K
3873/9244K
3877/9244K
3881/9244K
3885/9244K
3889/9244K
3893/9244K
3897/9244K
3901/9244K
3905/9244K
3909/9244K
3913/9244K
3917/9244K
3921/9244K
3925/9244K
3929/9244K
3933/9244K
3937/9244K
3941/9244K
3943/9244K
3944/9244K
3948/9244K
3952/9244K
3953/9244K
3957/9244K
3961/9244K
3965/9244K
3969/9244K
3973/9244K
3977/9244K
3981/9244K
3985/9244K
3989/9244K
3993/9244K
3997/9244K
4001/9244K
4005/9244K
4009/9244K
4013/9244K
4017/9244K
4021/9244K
4025/9244K
4029/9244K
4033/9244K
4037/9244K
4041/9244K
4045/9244K
4049/9244K
4053/9244K
4057/9244K
4061/9244K
4065/9244K
4069/9244K
4073/9244K
4077/9244K
4081/9244K
4085/9244K
4089/9244K
4093/9244K
4097/9244K
4101/9244K
4105/9244K
4109/9244K
4113/9244K
4117/9244K
4121/9244K
4125/9244K
4129/9244K
4133/9244K
4137/9244K
4141/9244K
4145/9244K
4149/9244K
4153/9244K
4157/9244K
4161/9244K
4165/9244K
4169/9244K
4173/9244K
4177/9244K
4181/9244K
4185/9244K
4189/9244K
4193/9244K
4197/9244K
4201/9244K
4205/9244K
4209/9244K
4213/9244K
4217/9244K
4221/9244K
4225/9244K
4229/9244K
4233/9244K
4237/9244K
4241/9244K
4245/9244K
4249/9244K
4253/9244K
4257/9244K
4261/9244K
4265/9244K
4269/9244K
4273/9244K
4277/9244K
4281/9244K
4285/9244K
4289/9244K
4293/9244K
4297/9244K
4301/9244K
4305/9244K
4309/9244K
4313/9244K
4317/9244K
4321/9244K
4325/9244K
4329/9244K
4333/9244K
4337/9244K
4341/9244K
4345/9244K
4349/9244K
4353/9244K
4357/9244K
4361/9244K
4365/9244K
4369/9244K
4373/9244K
4377/9244K
4381/9244K
4385/9244K
4389/9244K
4393/9244K
4397/9244K
4401/9244K
4405/9244K
4409/9244K
4413/9244K
4417/9244K
4421/9244K
4425/9244K
4429/9244K
4433/9244K
4437/9244K
4441/9244K
4445/9244K
4449/9244K
4453/9244K
4457/9244K
4461/9244K
4465/9244K
4469/9244K
4473/9244K
4477/9244K
4481/9244K
4485/9244K
4489/9244K
4493/9244K
4497/9244K
4501/9244K
4505/9244K
4509/9244K
4513/9244K
4517/9244K
4521/9244K
4525/9244K
4529/9244K
4533/9244K
4537/9244K
4541/9244K
4545/9244K
4549/9244K
4553/9244K
4557/9244K
4561/9244K
4565/9244K
4569/9244K
4573/9244K
4577/9244K
4581/9244K
4585/9244K
4589/9244K
4593/9244K
4597/9244K
4601/9244K
4605/9244K
4609/9244K
4613/9244K
4617/9244K
4621/9244K
4625/9244K
4629/9244K
4633/9244K
4637/9244K
4641/9244K
4645/9244K
4649/9244K
4653/9244K
4657/9244K
4661/9244K
4665/9244K
4669/9244K
4673/9244K
4677/9244K
4681/9244K
4685/9244K
4686/9244K
4688/9244K
4689/9244K
4691/9244K
4695/9244K
4699/9244K
4703/9244K
4706/9244K
4710/9244K
4714/9244K
4715/9244K
4719/9244K
4722/9244K
4726/9244K
4726/9244K
4730/9244K
4732/9244K
4734/9244K
4736/9244K
4740/9244K
4744/9244K
4748/9244K
4752/9244K
4756/9244K
4760/9244K
4764/9244K
4766/9244K
4768/9244K
4772/9244K
4774/9244K
4778/9244K
4782/9244K
4786/9244K
4790/9244K
4794/9244K
4798/9244K
4802/9244K
4806/9244K
4810/9244K
4814/9244K
4818/9244K
4822/9244K
4826/9244K
4830/9244K
4834/9244K
4838/9244K
4842/9244K
4846/9244K
4850/9244K
4854/9244K
4858/9244K
4862/9244K
4866/9244K
4870/9244K
4874/9244K
4878/9244K
4882/9244K
4886/9244K
4890/9244K
4894/9244K
4898/9244K
4902/9244K
4906/9244K
4910/9244K
4914/9244K
4918/9244K
4922/9244K
4926/9244K
4930/9244K
4934/9244K
4938/9244K
4942/9244K
4946/9244K
4950/9244K
4954/9244K
4956/9244K
4960/9244K
4964/9244K
4968/9244K
4972/9244K
4976/9244K
4980/9244K
4984/9244K
4988/9244K
4992/9244K
4996/9244K
5000/9244K
5004/9244K
5008/9244K
5012/9244K
5016/9244K
5020/9244K
5024/9244K
5028/9244K
5032/9244K
5036/9244K
5040/9244K
5044/9244K
5048/9244K
5052/9244K
5056/9244K
5060/9244K
5064/9244K
5068/9244K
5072/9244K
5076/9244K
5080/9244K
5084/9244K
5088/9244K
5092/9244K
5096/9244K
5100/9244K
5104/9244K
5108/9244K
5112/9244K
5116/9244K
5120/9244K
5124/9244K
5128/9244K
5132/9244K
5136/9244K
5140/9244K
5144/9244K
5148/9244K
5152/9244K
5156/9244K
5160/9244K
5164/9244K
5168/9244K
5172/9244K
5176/9244K
5180/9244K
5184/9244K
5188/9244K
5192/9244K
5196/9244K
5200/9244K
5204/9244K
5208/9244K
5212/9244K
5216/9244K
5220/9244K
5224/9244K
5228/9244K
5232/9244K
5236/9244K
5240/9244K
5244/9244K
5248/9244K
5252/9244K
5256/9244K
5260/9244K
5264/9244K
5268/9244K
5272/9244K
5276/9244K
5280/9244K
5284/9244K
5288/9244K
5292/9244K
5296/9244K
5300/9244K
5304/9244K
5308/9244K
5312/9244K
5316/9244K
5320/9244K
5324/9244K
5328/9244K
5332/9244K
5336/9244K
5340/9244K
5344/9244K
5348/9244K
5352/9244K
5356/9244K
5360/9244K
5364/9244K
5368/9244K
5372/9244K
5376/9244K
5380/9244K
5384/9244K
5388/9244K
5392/9244K
5396/9244K
5400/9244K
5404/9244K
5408/9244K
5412/9244K
5416/9244K
5420/9244K
5424/9244K
5428/9244K
5432/9244K
5436/9244K
5440/9244K
5444/9244K
5448/9244K
5452/9244K
5456/9244K
5460/9244K
5464/9244K
5468/9244K
5472/9244K
5476/9244K
5480/9244K
5484/9244K
5488/9244K
5492/9244K
5496/9244K
5500/9244K
5504/9244K
5508/9244K
5512/9244K
5516/9244K
5520/9244K
5524/9244K
5528/9244K
5532/9244K
5536/9244K
5540/9244K
5544/9244K
5548/9244K
5552/9244K
5556/9244K
5560/9244K
5564/9244K
5568/9244K
5572/9244K
5576/9244K
5580/9244K
5584/9244K
5588/9244K
5592/9244K
5596/9244K
5600/9244K
5604/9244K
5608/9244K
5612/9244K
5616/9244K
5620/9244K
5624/9244K
5628/9244K
5632/9244K
5636/9244K
5640/9244K
5644/9244K
5648/9244K
5652/9244K
5656/9244K
5660/9244K
5664/9244K
5668/9244K
5672/9244K
5676/9244K
5680/9244K
5684/9244K
5688/9244K
5692/9244K
5696/9244K
5700/9244K
5704/9244K
5708/9244K
5712/9244K
5716/9244K
5720/9244K
5724/9244K
5728/9244K
5732/9244K
5736/9244K
5740/9244K
5744/9244K
5748/9244K
5752/9244K
5756/9244K
5760/9244K
5764/9244K
5768/9244K
5772/9244K
5776/9244K
5780/9244K
5784/9244K
5788/9244K
5792/9244K
5796/9244K
5800/9244K
5804/9244K
5808/9244K
5812/9244K
5816/9244K
5820/9244K
5824/9244K
5828/9244K
5832/9244K
5836/9244K
5840/9244K
5844/9244K
5848/9244K
5852/9244K
5856/9244K
5860/9244K
5864/9244K
5868/9244K
5872/9244K
5876/9244K
5880/9244K
5884/9244K
5888/9244K
5892/9244K
5896/9244K
5900/9244K
5904/9244K
5908/9244K
5912/9244K
5916/9244K
5920/9244K
5924/9244K
5928/9244K
5932/9244K
5936/9244K
5940/9244K
5944/9244K
5948/9244K
5952/9244K
5956/9244K
5960/9244K
5964/9244K
5968/9244K
5972/9244K
5976/9244K
5980/9244K
5984/9244K
5988/9244K
5992/9244K
5996/9244K
6000/9244K
6004/9244K
6008/9244K
6012/9244K
6016/9244K
6020/9244K
6024/9244K
6028/9244K
6032/9244K
6036/9244K
6040/9244K
6044/9244K
6048/9244K
6052/9244K
6056/9244K
6060/9244K
6064/9244K
6068/9244K
6072/9244K
6076/9244K
6080/9244K
6084/9244K
6088/9244K
6092/9244K
6096/9244K
6100/9244K
6104/9244K
6108/9244K
6112/9244K
6116/9244K
6120/9244K
6124/9244K
6128/9244K
6132/9244K
6136/9244K
6140/9244K
6144/9244K
6148/9244K
6152/9244K
6156/9244K
6160/9244K
6164/9244K
6168/9244K
6172/9244K
6176/9244K
6180/9244K
6184/9244K
6188/9244K
6192/9244K
6196/9244K
6200/9244K
6204/9244K
6208/9244K
6212/9244K
6216/9244K
6220/9244K
6224/9244K
6228/9244K
6232/9244K
6236/9244K
6240/9244K
6244/9244K
6248/9244K
6252/9244K
6256/9244K
6260/9244K
6264/9244K
6268/9244K
6272/9244K
6276/9244K
6280/9244K
6284/9244K
6288/9244K
6292/9244K
6296/9244K
6300/9244K
6304/9244K
6308/9244K
6312/9244K
6316/9244K
6320/9244K
6324/9244K
6328/9244K
6332/9244K
6336/9244K
6340/9244K
6344/9244K
6348/9244K
6352/9244K
6356/9244K
6360/9244K
6364/9244K
6368/9244K
6372/9244K
6376/9244K
6380/9244K
6384/9244K
6388/9244K
6392/9244K
6396/9244K
6400/9244K
6404/9244K
6408/9244K
6412/9244K
6416/9244K
6420/9244K
6424/9244K
6428/9244K
6432/9244K
6436/9244K
6440/9244K
6444/9244K
6448/9244K
6452/9244K
6456/9244K
6460/9244K
6464/9244K
6468/9244K
6472/9244K
6476/9244K
6480/9244K
6484/9244K
6488/9244K
6492/9244K
6496/9244K
6500/9244K
6504/9244K
6508/9244K
6511/9244K
6512/9244K
6514/9244K
6518/9244K
6522/9244K
6524/9244K
6528/9244K
6532/9244K
6536/9244K
6538/9244K
6542/9244K
6545/9244K
6549/9244K
6553/9244K
6557/9244K
6561/9244K
6565/9244K
6569/9244K
6573/9244K
6577/9244K
6581/9244K
6585/9244K
6589/9244K
6593/9244K
6597/9244K
6601/9244K
6605/9244K
6609/9244K
6613/9244K
6617/9244K
6621/9244K
6625/9244K
6629/9244K
6633/9244K
6637/9244K
6641/9244K
6645/9244K
6649/9244K
6653/9244K
6657/9244K
6661/9244K
6665/9244K
6669/9244K
6673/9244K
6677/9244K
6681/9244K
6685/9244K
6689/9244K
6693/9244K
6697/9244K
6701/9244K
6705/9244K
6709/9244K
6713/9244K
6717/9244K
6721/9244K
6725/9244K
6729/9244K
6733/9244K
6737/9244K
6741/9244K
6745/9244K
6749/9244K
6753/9244K
6757/9244K
6761/9244K
6765/9244K
6769/9244K
6773/9244K
6777/9244K
6781/9244K
6785/9244K
6789/9244K
6793/9244K
6797/9244K
6801/9244K
6805/9244K
6809/9244K
6813/9244K
6817/9244K
6821/9244K
6825/9244K
6829/9244K
6833/9244K
6837/9244K
6841/9244K
6842/9244K
6846/9244K
6850/9244K
6854/9244K
6858/9244K
6862/9244K
6866/9244K
6870/9244K
6870/9244K
6872/9244K
6876/9244K
6880/9244K
6884/9244K
6884/9244K
6888/9244K
6889/9244K
6893/9244K
6897/9244K
6901/9244K
6905/9244K
6909/9244K
6913/9244K
6917/9244K
6921/9244K
6925/9244K
6929/9244K
6933/9244K
6937/9244K
6941/9244K
6945/9244K
6949/9244K
6953/9244K
6957/9244K
6961/9244K
6965/9244K
6969/9244K
6973/9244K
6977/9244K
6978/9244K
6982/9244K
6985/9244K
6989/9244K
6992/9244K
6996/9244K
7000/9244K
7004/9244K
7008/9244K
7012/9244K
7016/9244K
7020/9244K
7024/9244K
7028/9244K
7032/9244K
7036/9244K
7040/9244K
7044/9244K
7048/9244K
7052/9244K
7056/9244K
7060/9244K
7064/9244K
7068/9244K
7072/9244K
7076/9244K
7080/9244K
7084/9244K
7088/9244K
7092/9244K
7096/9244K
7100/9244K
7104/9244K
7108/9244K
7112/9244K
7116/9244K
7120/9244K
7124/9244K
7128/9244K
7132/9244K
7136/9244K
7140/9244K
7144/9244K
7148/9244K
7152/9244K
7156/9244K
7160/9244K
7164/9244K
7168/9244K
7172/9244K
7176/9244K
7180/9244K
7184/9244K
7188/9244K
7192/9244K
7196/9244K
7200/9244K
7204/9244K
7208/9244K
7212/9244K
7216/9244K
7220/9244K
7224/9244K
7228/9244K
7232/9244K
7236/9244K
7240/9244K
7244/9244K
7248/9244K
7252/9244K
7256/9244K
7260/9244K
7263/9244K
7266/9244K
7270/9244K
7274/9244K
7278/9244K
7282/9244K
7286/9244K
7290/9244K
7294/9244K
7298/9244K
7302/9244K
7306/9244K
7310/9244K
7314/9244K
7318/9244K
7322/9244K
7326/9244K
7330/9244K
7334/9244K
7338/9244K
7342/9244K
7346/9244K
7350/9244K
7354/9244K
7358/9244K
7362/9244K
7366/9244K
7370/9244K
7374/9244K
7378/9244K
7382/9244K
7383/9244K
7387/9244K
7388/9244K
7392/9244K
7396/9244K
7400/9244K
7404/9244K
7408/9244K
7412/9244K
7416/9244K
7420/9244K
7424/9244K
7428/9244K
7432/9244K
7436/9244K
7440/9244K
7444/9244K
7448/9244K
7452/9244K
7456/9244K
7460/9244K
7464/9244K
7468/9244K
7472/9244K
7476/9244K
7480/9244K
7484/9244K
7488/9244K
7492/9244K
7496/9244K
7500/9244K
7504/9244K
7508/9244K
7512/9244K
7516/9244K
7520/9244K
7524/9244K
7528/9244K
7532/9244K
7536/9244K
7540/9244K
7544/9244K
7548/9244K
7552/9244K
7556/9244K
7560/9244K
7564/9244K
7568/9244K
7572/9244K
7576/9244K
7580/9244K
7584/9244K
7588/9244K
7592/9244K
7596/9244K
7600/9244K
7604/9244K
7608/9244K
7612/9244K
7616/9244K
7620/9244K
7624/9244K
7628/9244K
7632/9244K
7636/9244K
7640/9244K
7644/9244K
7648/9244K
7652/9244K
7656/9244K
7660/9244K
7664/9244K
7668/9244K
7672/9244K
7676/9244K
7680/9244K
7684/9244K
7688/9244K
7692/9244K
7696/9244K
7700/9244K
7704/9244K
7708/9244K
7712/9244K
7716/9244K
7720/9244K
7724/9244K
7728/9244K
7732/9244K
7736/9244K
7740/9244K
7744/9244K
7748/9244K
7752/9244K
7756/9244K
7760/9244K
7764/9244K
7768/9244K
7772/9244K
7776/9244K
7780/9244K
7784/9244K
7788/9244K
7792/9244K
7796/9244K
7800/9244K
7804/9244K
7808/9244K
7812/9244K
7816/9244K
7820/9244K
7824/9244K
7828/9244K
7832/9244K
7836/9244K
7840/9244K
7844/9244K
7848/9244K
7852/9244K
7856/9244K
7860/9244K
7864/9244K
7868/9244K
7872/9244K
7876/9244K
7880/9244K
7884/9244K
7888/9244K
7892/9244K
7896/9244K
7900/9244K
7904/9244K
7908/9244K
7912/9244K
7916/9244K
7920/9244K
7924/9244K
7928/9244K
7932/9244K
7936/9244K
7940/9244K
7944/9244K
7948/9244K
7952/9244K
7956/9244K
7960/9244K
7964/9244K
7968/9244K
7972/9244K
7976/9244K
7980/9244K
7984/9244K
7988/9244K
7992/9244K
7996/9244K
8000/9244K
8004/9244K
8008/9244K
8012/9244K
8016/9244K
8020/9244K
8024/9244K
8028/9244K
8032/9244K
8036/9244K
8040/9244K
8044/9244K
8048/9244K
8052/9244K
8056/9244K
8060/9244K
8064/9244K
8068/9244K
8072/9244K
8076/9244K
8080/9244K
8084/9244K
8088/9244K
8092/9244K
8096/9244K
8100/9244K
8104/9244K
8108/9244K
8112/9244K
8116/9244K
8120/9244K
8124/9244K
8128/9244K
8132/9244K
8136/9244K
8140/9244K
8144/9244K
8148/9244K
8152/9244K
8156/9244K
8160/9244K
8164/9244K
8168/9244K
8172/9244K
8176/9244K
8180/9244K
8184/9244K
8188/9244K
8192/9244K
8196/9244K
8200/9244K
8204/9244K
8208/9244K
8212/9244K
8216/9244K
8220/9244K
8224/9244K
8228/9244K
8232/9244K
8236/9244K
8240/9244K
8244/9244K
8248/9244K
8252/9244K
8256/9244K
8260/9244K
8264/9244K
8268/9244K
8272/9244K
8276/9244K
8280/9244K
8284/9244K
8288/9244K
8292/9244K
8296/9244K
8300/9244K
8304/9244K
8308/9244K
8312/9244K
8316/9244K
8320/9244K
8324/9244K
8328/9244K
8332/9244K
8336/9244K
8340/9244K
8344/9244K
8348/9244K
8352/9244K
8356/9244K
8360/9244K
8364/9244K
8368/9244K
8372/9244K
8376/9244K
8380/9244K
8384/9244K
8388/9244K
8392/9244K
8396/9244K
8398/9244K
8400/9244K
8404/9244K
8408/9244K
8412/9244K
8416/9244K
8420/9244K
8424/9244K
8428/9244K
8432/9244K
8436/9244K
8440/9244K
8444/9244K
8448/9244K
8452/9244K
8456/9244K
8459/9244K
8463/9244K
8464/9244K
8468/9244K
8472/9244K
8476/9244K
8480/9244K
8484/9244K
8488/9244K
8492/9244K
8496/9244K
8500/9244K
8504/9244K
8508/9244K
8512/9244K
8516/9244K
8518/9244K
8522/9244K
8526/9244K
8528/9244K
8532/9244K
8533/9244K
8534/9244K
8538/9244K
8540/9244K
8544/9244K
8547/9244K
8551/9244K
8551/9244K
8555/9244K
8559/9244K
8563/9244K
8567/9244K
8571/9244K
8575/9244K
8579/9244K
8583/9244K
8587/9244K
8591/9244K
8595/9244K
8599/9244K
8602/9244K
8603/9244K
8607/9244K
8608/9244K
8609/9244K
8613/9244K
8616/9244K
8620/9244K
8624/9244K
8628/9244K
8632/9244K
8636/9244K
8640/9244K
8644/9244K
8648/9244K
8650/9244K
8653/9244K
8657/9244K
8661/9244K
8665/9244K
8667/9244K
8671/9244K
8674/9244K
8677/9244K
8681/9244K
8681/9244K
8685/9244K
8687/9244K
8691/9244K
8692/9244K
8696/9244K
8700/9244K
8704/9244K
8708/9244K
8712/9244K
8716/9244K
8720/9244K
8724/9244K
8728/9244K
8732/9244K
8736/9244K
8740/9244K
8743/9244K
8746/9244K
8750/9244K
8754/9244K
8758/9244K
8759/9244K
8763/9244K
8766/9244K
8770/9244K
8770/9244K
8774/9244K
8776/9244K
8780/9244K
8781/9244K
8784/9244K
8788/9244K
8792/9244K
8796/9244K
8798/9244K
8802/9244K
8806/9244K
8810/9244K
8814/9244K
8818/9244K
8820/9244K
8821/9244K
8822/9244K
8826/9244K
8828/9244K
8832/9244K
8835/9244K
8839/9244K
8842/9244K
8846/9244K
8850/9244K
8854/9244K
8858/9244K
8862/9244K
8866/9244K
8870/9244K
8873/9244K
8875/9244K
8879/9244K
8880/9244K
8884/9244K
8888/9244K
8892/9244K
8893/9244K
8897/9244K
8901/9244K
8905/9244K
8909/9244K
8913/9244K
8916/9244K
8920/9244K
8924/9244K
8928/9244K
8932/9244K
8936/9244K
8940/9244K
8940/9244K
8941/9244K
8944/9244K
8945/9244K
8949/9244K
8953/9244K
8957/9244K
8961/9244K
8965/9244K
8969/9244K
8973/9244K
8977/9244K
8981/9244K
8982/9244K
8984/9244K
8988/9244K
8992/9244K
8996/9244K
9000/9244K
9003/9244K
9007/9244K
9011/9244K
9015/9244K
9018/9244K
9022/9244K
9024/9244K
9028/9244K
9032/9244K
9035/9244K
9039/9244K
9041/9244K
9045/9244K
9049/9244K
9053/9244K
9056/9244K
9058/9244K
9062/9244K
9066/9244K
9070/9244K
9074/9244K
9076/9244K
9078/9244K
9082/9244K
9086/9244K
9090/9244K
9094/9244K
9096/9244K
9097/9244K
9101/9244K
9102/9244K
9106/9244K
9110/9244K
9110/9244K
9114/9244K
9118/9244K
9122/9244K
9126/9244K
9130/9244K
9134/9244K
9135/9244K
9139/9244K
9143/9244K
9147/9244K
9151/9244K
9155/9244K
9159/9244K
9160/9244K
9162/9244K
9166/9244K
9169/9244K
9173/9244K
9175/9244K
9179/9244K
9183/9244K
9186/9244K
9190/9244K
9194/9244K
9195/9244K
9199/9244K
9203/9244K
9203/9244K
9205/9244K
9209/9244K
9213/9244K
9213/9244K
9217/9244K
9219/9244K
9223/9244K
9227/9244K
9231/9244K
9232/9244K
9236/9244K
9240/9244K
9244/9244K
9244/9244K
9244K downloaded
14:49:37 [INFO] 
14:49:37 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.requirements.test ---
14:49:37 [INFO] Skipping tests
14:49:37 [INFO] 
14:49:37 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.requirements.test ---
14:49:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:49:37 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:49:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:49:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:49:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:49:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:49:38 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:49:39 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:49:39 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:49:39 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:49:39 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:49:39 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:49:39 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:49:39 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:49:39 [INFO] 
14:49:39 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.requirements.test ---
14:49:39 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT.jar
14:49:39 [INFO] 
14:49:39 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.requirements.test ---
14:49:39 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT.jar
14:49:40 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT-sources.jar
14:49:41 [INFO] 
14:49:41 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.requirements.test ---
14:49:41 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT.jar
14:49:41 [INFO] 
14:49:41 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.requirements.test ---
14:49:41 [INFO] 
14:49:41 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.ui.test >-----------
14:49:41 [INFO] Building RedDeer UI Tests 2.8.0-SNAPSHOT                         [43/59]
14:49:41 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:49:41 [INFO] 
14:49:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui.test ---
14:49:41 [INFO] 
14:49:41 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui.test ---
14:49:41 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:41 [INFO] 
14:49:41 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.test ---
14:49:41 [INFO] 
14:49:41 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.ui.test ---
14:49:41 [INFO] 
14:49:41 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui.test ---
14:49:41 [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.milestone/tests/org.eclipse.reddeer.ui.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:41 [INFO] 
14:49:41 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui.test ---
14:49:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/resources
14:49:41 [INFO] 
14:49:41 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.ui.test ---
14:49:41 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:49:41 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/bin
14:49:42 [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/resources does not exist
14:49:42 [INFO] 
14:49:42 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui.test ---
14:49:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/src/test/resources
14:49:42 [INFO] 
14:49:42 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.test ---
14:49:42 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT-sources.jar
14:49:42 [INFO] 
14:49:42 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.test ---
14:49:42 [INFO] 
14:49:42 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui.test ---
14:49:42 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT.jar
14:49:42 [INFO] 
14:49:42 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.test ---
14:49:42 [INFO] 
14:49:42 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.ui.test ---
14:49:42 [INFO] Skipping tests
14:49:42 [INFO] 
14:49:42 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.ui.test ---
14:49:42 [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes
14:49:42 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:49:42 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes
14:49:43 [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes
14:49:44 [INFO] 
14:49:44 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.ui.test ---
14:49:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT.jar
14:49:44 [INFO] 
14:49:44 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.ui.test ---
14:49:44 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT.jar
14:49:45 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT-sources.jar
14:49:47 [INFO] 
14:49:47 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.ui.test ---
14:49:47 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT.jar
14:49:47 [INFO] 
14:49:47 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.ui.test ---
14:49:47 [INFO] 
14:49:47 [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test >------
14:49:47 [INFO] Building RedDeer E4 Workbench Tests 2.8.0-SNAPSHOT               [44/59]
14:49:47 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:49:47 [INFO] 
14:49:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] 
14:49:47 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:47 [INFO] 
14:49:47 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] 
14:49:47 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] 
14:49:47 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [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.milestone/tests/org.eclipse.reddeer.e4.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:47 [INFO] 
14:49:47 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/resources
14:49:47 [INFO] 
14:49:47 [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
14:49:47 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/bin
14:49:47 [INFO] 
14:49:47 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:49:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/src/test/resources
14:49:47 [INFO] 
14:49:47 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
14:49:47 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT-sources.jar
14:49:47 [INFO] 
14:49:47 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] 
14:49:47 [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT.jar
14:49:47 [INFO] 
14:49:47 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] 
14:49:47 [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] Skipping tests
14:49:47 [INFO] 
14:49:47 [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
14:49:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes
14:49:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.e4' with 9 classes
14:49:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench' with 11 classes
14:49:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
14:49:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes
14:49:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench.core' with 7 classes
14:49:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
14:49:48 [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes
14:49:48 [INFO] 
14:49:48 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:48 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT.jar
14:49:48 [INFO] 
14:49:48 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:48 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT.jar
14:49:49 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT-sources.jar
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:50 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.milestone/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT.jar
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench.test ---
14:49:50 [INFO] 
14:49:50 [INFO] --------------------< org.eclipse.reddeer:features >--------------------
14:49:50 [INFO] Building RedDeer Features 2.8.0-SNAPSHOT                         [45/59]
14:49:50 [INFO] --------------------------------[ pom ]---------------------------------
14:49:50 [INFO] 
14:49:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features ---
14:49:50 [INFO] 
14:49:50 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ features ---
14:49:50 [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.milestone/features/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ features ---
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ features ---
14:49:50 [INFO] 
14:49:50 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ features ---
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ features ---
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ features ---
14:49:50 [INFO] 
14:49:50 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.e4.feature >---------
14:49:50 [INFO] Building RedDeer E4 Feature 2.8.0-SNAPSHOT                       [46/59]
14:49:50 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:49:50 [INFO] 
14:49:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.feature ---
14:49:50 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.e4.feature/target
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.e4.feature ---
14:49:50 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.feature ---
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.feature ---
14:49:50 [INFO] 
14:49:50 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.feature ---
14:49:50 [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.milestone/features/org.eclipse.reddeer.e4.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.feature ---
14:49:50 [INFO] 
14:49:50 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.feature ---
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.e4.feature ---
14:49:50 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.8.0-SNAPSHOT.jar
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.feature ---
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.e4.feature ---
14:49:50 [INFO] 
14:49:50 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.e4.feature ---
14:49:51 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:49:51 [INFO] 
14:49:51 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.e4.feature ---
14:49:51 [INFO] 
14:49:51 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.feature ---
14:49:51 [INFO] 
14:49:51 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.feature ---
14:49:51 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.8.0-SNAPSHOT.jar
14:49:52 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:49:53 [INFO] 
14:49:53 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.e4.feature ---
14:49:53 [INFO] 
14:49:53 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.feature ---
14:49:53 [INFO] 
14:49:53 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature >-------
14:49:53 [INFO] Building RedDeer Eclipse Feature 2.8.0-SNAPSHOT                  [47/59]
14:49:53 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:49:53 [INFO] 
14:49:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.feature ---
14:49:53 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.eclipse.feature/target
14:49:53 [INFO] 
14:49:53 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.eclipse.feature ---
14:49:53 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:53 [INFO] 
14:49:53 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.feature ---
14:49:53 [INFO] 
14:49:53 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.feature ---
14:49:53 [INFO] 
14:49:53 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.feature ---
14:49:53 [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.milestone/features/org.eclipse.reddeer.eclipse.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:53 [INFO] 
14:49:53 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.feature ---
14:49:53 [INFO] 
14:49:53 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.feature ---
14:49:53 [INFO] 
14:49:53 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.eclipse.feature ---
14:49:53 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.8.0-SNAPSHOT.jar
14:49:53 [INFO] 
14:49:53 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.feature ---
14:49:53 [INFO] 
14:49:53 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.eclipse.feature ---
14:49:53 [INFO] 
14:49:53 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.eclipse.feature ---
14:49:54 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:49:54 [INFO] 
14:49:54 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.eclipse.feature ---
14:49:54 [INFO] 
14:49:54 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.eclipse.feature ---
14:49:54 [INFO] 
14:49:54 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.eclipse.feature ---
14:49:54 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.8.0-SNAPSHOT.jar
14:49:55 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.eclipse.feature ---
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.eclipse.feature ---
14:49:56 [INFO] 
14:49:56 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature >-------
14:49:56 [INFO] Building RedDeer GEF Spy Feature 2.8.0-SNAPSHOT                  [48/59]
14:49:56 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:49:56 [INFO] 
14:49:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.gef.spy.feature/target
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] 
14:49:56 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [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.milestone/features/org.eclipse.reddeer.gef.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] 
14:49:56 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.8.0-SNAPSHOT.jar
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] 
14:49:56 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] 
14:49:56 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:56 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.8.0-SNAPSHOT.jar
14:49:58 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef.spy.feature ---
14:49:59 [INFO] 
14:49:59 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.swt.feature >---------
14:49:59 [INFO] Building RedDeer SWT Feature 2.8.0-SNAPSHOT                      [49/59]
14:49:59 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:49:59 [INFO] 
14:49:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.swt.feature/target
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] 
14:49:59 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [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.milestone/features/org.eclipse.reddeer.swt.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] 
14:49:59 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.8.0-SNAPSHOT.jar
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] 
14:49:59 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] 
14:49:59 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.swt.feature ---
14:49:59 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.8.0-SNAPSHOT.jar
14:50:00 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.swt.feature ---
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.swt.feature ---
14:50:02 [INFO] 
14:50:02 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.tests.feature >--------
14:50:02 [INFO] Building RedDeer Tests Feature 2.8.0-SNAPSHOT                    [50/59]
14:50:02 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:50:02 [INFO] 
14:50:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.tests.feature/target
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] 
14:50:02 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.tests.feature ---
14:50: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.milestone/features/org.eclipse.reddeer.tests.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] 
14:50:02 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.8.0-SNAPSHOT.jar
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] 
14:50:02 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] 
14:50:02 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.tests.feature ---
14:50:02 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.8.0-SNAPSHOT.jar
14:50:04 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.tests.feature ---
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.tests.feature ---
14:50:05 [INFO] 
14:50:05 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.ui.feature >---------
14:50:05 [INFO] Building RedDeer UI Feature 2.8.0-SNAPSHOT                       [51/59]
14:50:05 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:50:05 [INFO] 
14:50:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.ui.feature/target
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] 
14:50:05 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [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.milestone/features/org.eclipse.reddeer.ui.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] 
14:50:05 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.8.0-SNAPSHOT.jar
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] 
14:50:05 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] 
14:50:05 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.ui.feature ---
14:50:05 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.8.0-SNAPSHOT.jar
14:50:06 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.ui.feature ---
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.ui.feature ---
14:50:08 [INFO] 
14:50:08 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature >------
14:50:08 [INFO] Building RedDeer Recorder Feature 2.8.0-SNAPSHOT                 [52/59]
14:50:08 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:50:08 [INFO] 
14:50:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.recorder.feature/target
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] 
14:50:08 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [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.milestone/features/org.eclipse.reddeer.recorder.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] 
14:50:08 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.8.0-SNAPSHOT.jar
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] 
14:50:08 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] 
14:50:08 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.recorder.feature ---
14:50:08 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.8.0-SNAPSHOT.jar
14:50:09 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:10 [INFO] 
14:50:10 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.recorder.feature ---
14:50:10 [INFO] 
14:50:10 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.recorder.feature ---
14:50:10 [INFO] 
14:50:10 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature >------
14:50:10 [INFO] Building RedDeer GEF/Graphiti Feature 2.8.0-SNAPSHOT             [53/59]
14:50:10 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:50:10 [INFO] 
14:50:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti.feature ---
14:50:10 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.graphiti.feature/target
14:50:10 [INFO] 
14:50:10 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.graphiti.feature ---
14:50:10 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:50:10 [INFO] 
14:50:10 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.feature ---
14:50:10 [INFO] 
14:50:10 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti.feature ---
14:50:10 [INFO] 
14:50:10 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti.feature ---
14:50: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.milestone/features/org.eclipse.reddeer.graphiti.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:50:10 [INFO] 
14:50:10 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.feature ---
14:50:10 [INFO] 
14:50:10 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.feature ---
14:50:10 [INFO] 
14:50:10 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.graphiti.feature ---
14:50:11 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.8.0-SNAPSHOT.jar
14:50:11 [INFO] 
14:50:11 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.feature ---
14:50:11 [INFO] 
14:50:11 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.graphiti.feature ---
14:50:11 [INFO] 
14:50:11 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.graphiti.feature ---
14:50:11 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:11 [INFO] 
14:50:11 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.graphiti.feature ---
14:50:11 [INFO] 
14:50:11 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.graphiti.feature ---
14:50:11 [INFO] 
14:50:11 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.graphiti.feature ---
14:50:11 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.8.0-SNAPSHOT.jar
14:50:12 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:13 [INFO] 
14:50:13 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.graphiti.feature ---
14:50:13 [INFO] 
14:50:13 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.graphiti.feature ---
14:50:13 [INFO] 
14:50:13 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.spy.feature >---------
14:50:13 [INFO] Building RedDeer Spy Feature 2.8.0-SNAPSHOT                      [54/59]
14:50:13 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:50:13 [INFO] 
14:50:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy.feature ---
14:50:13 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.spy.feature/target
14:50:13 [INFO] 
14:50:13 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.spy.feature ---
14:50:13 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:50:13 [INFO] 
14:50:13 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy.feature ---
14:50:13 [INFO] 
14:50:13 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.spy.feature ---
14:50:13 [INFO] 
14:50:13 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy.feature ---
14:50: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.milestone/features/org.eclipse.reddeer.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:50:13 [INFO] 
14:50:13 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy.feature ---
14:50:13 [INFO] 
14:50:13 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy.feature ---
14:50:13 [INFO] 
14:50:13 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.spy.feature ---
14:50:13 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.8.0-SNAPSHOT.jar
14:50:13 [INFO] 
14:50:13 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy.feature ---
14:50:13 [INFO] 
14:50:13 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.spy.feature ---
14:50:13 [INFO] 
14:50:13 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.spy.feature ---
14:50:13 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:14 [INFO] 
14:50:14 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.spy.feature ---
14:50:14 [INFO] 
14:50:14 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.spy.feature ---
14:50:14 [INFO] 
14:50:14 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.spy.feature ---
14:50:14 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.8.0-SNAPSHOT.jar
14:50:15 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.spy.feature ---
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.spy.feature ---
14:50:21 [INFO] 
14:50:21 [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature >------
14:50:21 [INFO] Building RedDeer Log Parser Feature 2.8.0-SNAPSHOT               [55/59]
14:50:21 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:50:21 [INFO] 
14:50:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.logparser.feature/target
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] 
14:50:21 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser.feature ---
14:50: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.milestone/features/org.eclipse.reddeer.logparser.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] 
14:50:21 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.8.0-SNAPSHOT.jar
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] 
14:50:21 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] 
14:50:21 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.logparser.feature ---
14:50:21 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.8.0-SNAPSHOT.jar
14:50:23 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.logparser.feature ---
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.logparser.feature ---
14:50:24 [INFO] 
14:50:24 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature >------
14:50:24 [INFO] Building RedDeer Selenium Feature 2.8.0-SNAPSHOT                 [56/59]
14:50:24 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:50:24 [INFO] 
14:50:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.selenium.feature/target
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] 
14:50:24 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.selenium.feature ---
14:50: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.milestone/features/org.eclipse.reddeer.selenium.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] 
14:50:24 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.8.0-SNAPSHOT.jar
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] 
14:50:24 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] 
14:50:24 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.selenium.feature ---
14:50:24 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.8.0-SNAPSHOT.jar
14:50:25 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:26 [INFO] 
14:50:26 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.selenium.feature ---
14:50:26 [INFO] 
14:50:26 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.selenium.feature ---
14:50:26 [INFO] 
14:50:26 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature >-------
14:50:26 [INFO] Building RedDeer CodeGen Feature 2.8.0-SNAPSHOT                  [57/59]
14:50:26 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:50:27 [INFO] 
14:50:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] Deleting /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.codegen.feature/target
14:50:27 [INFO] 
14:50:27 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:50:27 [INFO] 
14:50:27 [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] 
14:50:27 [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] 
14:50:27 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen.feature ---
14:50: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.milestone/features/org.eclipse.reddeer.codegen.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:50:27 [INFO] 
14:50:27 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] 
14:50:27 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] 
14:50:27 [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.8.0-SNAPSHOT.jar
14:50:27 [INFO] 
14:50:27 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] 
14:50:27 [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] 
14:50:27 [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:27 [INFO] 
14:50:27 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] 
14:50:27 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] 
14:50:27 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.codegen.feature ---
14:50:27 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.8.0-SNAPSHOT.jar
14:50:29 [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.milestone/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.8.0-SNAPSHOT-sources-feature.jar
14:50:30 [INFO] 
14:50:30 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.codegen.feature ---
14:50:30 [INFO] 
14:50:30 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.codegen.feature ---
14:50:30 [INFO] 
14:50:30 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.site >------------
14:50:30 [INFO] Building RedDeer Site 2.8.0-SNAPSHOT                             [58/59]
14:50:30 [INFO] -------------------------[ eclipse-repository ]-------------------------
14:50:30 [INFO] 
14:50:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.site ---
14:50:30 [INFO] 
14:50:30 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.site ---
14:50:30 [INFO] The project's OSGi version is 2.8.0.v20191204-1942
14:50:30 [INFO] 
14:50:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.reddeer.site ---
14:50:30 [INFO] 
14:50:30 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.site ---
14:50:30 [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.milestone/site/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
14:50:30 [INFO] 
14:50:30 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.site ---
14:50:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:50:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.milestone/site/resources
14:50:30 [INFO] 
14:50:30 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.site ---
14:50:30 [INFO] 
14:50:30 [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.site ---
14:50:31 [INFO] 
14:50:31 [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.reddeer.site ---
14:50:31 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
14:50:31 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
14:50:31 [INFO] 
14:50:31 [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.reddeer.site ---
14:50:31 [INFO] 
14:50:31 [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.reddeer.site ---
14:50:31 [INFO] 
14:50:31 [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.reddeer.site ---
14:50:31 [INFO] 
14:50:31 [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.reddeer.site ---
14:51:01 [INFO] 
14:51:01 [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.reddeer.site ---
14:51:01 [INFO] Building zip: /home/jenkins/agent/workspace/reddeer.milestone/site/target/org.eclipse.reddeer.site-2.8.0-SNAPSHOT.zip
14:51:08 [INFO] 
14:51:08 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.site ---
14:51:08 [INFO] 
14:51:08 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.site ---
14:51:08 [INFO] 
14:51:08 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.site ---
14:51:08 [INFO] 
14:51:08 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.site ---
14:51:08 [INFO] 
14:51:08 [INFO] -----------< org.eclipse.reddeer:eclipse-reddeer-archetype >------------
14:51:08 [INFO] Building RedDeer Archetype 2.8.0-SNAPSHOT                        [59/59]
14:51:08 [INFO] --------------------------[ maven-archetype ]---------------------------
14:51:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml
14:51:08 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 15 kB/s)
14:51:08 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
14:51:08 Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 448 kB/s)
14:51:08 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
14:51:08 Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 433 kB/s)
14:51:08 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
14:51:08 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.8 MB/s)
14:51:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml
14:51:08 Progress (1): 663 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (663 B at 41 kB/s)
14:51:08 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
14:51:08 Progress (1): 4.1/6.2 kB
Progress (1): 6.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 193 kB/s)
14:51:08 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
14:51:08 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 712 kB/s)
14:51:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
14:51:08 Progress (1): 4.1/44 kB
Progress (1): 7.7/44 kB
Progress (1): 12/44 kB 
Progress (1): 16/44 kB
Progress (1): 20/44 kB
Progress (1): 24/44 kB
Progress (1): 28/44 kB
Progress (1): 32/44 kB
Progress (1): 36/44 kB
Progress (1): 40/44 kB
Progress (1): 44/44 kB
Progress (1): 44 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.6 MB/s)
14:51:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
14:51:08 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 1.2 MB/s)
14:51:08 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
14:51:08 Progress (1): 4.1/29 kB
Progress (1): 7.7/29 kB
Progress (1): 12/29 kB 
Progress (1): 16/29 kB
Progress (1): 20/29 kB
Progress (1): 24/29 kB
Progress (1): 28/29 kB
Progress (1): 29 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 1.6 MB/s)
14:51:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml
14:51:08 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 29 kB/s)
14:51:09 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
14:51:09 Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom (7.8 kB at 312 kB/s)
14:51:09 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
14:51:09 Progress (1): 4.1/34 kB
Progress (1): 7.7/34 kB
Progress (1): 12/34 kB 
Progress (1): 16/34 kB
Progress (1): 20/34 kB
Progress (1): 24/34 kB
Progress (1): 28/34 kB
Progress (1): 32/34 kB
Progress (1): 34 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar (34 kB at 1.7 MB/s)
14:51:09 [INFO] 
14:51:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eclipse-reddeer-archetype ---
14:51:09 [INFO] 
14:51:09 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-reddeer-archetype ---
14:51:09 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
14:51:09 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 175 kB/s)
14:51:09 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
14:51:09 Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 291 kB/s)
14:51:09 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
14:51:09 Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 355 kB/s)
14:51:09 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
14:51:09 Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 12 kB/s)
14:51:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
14:51:10 Progress (1): 4.1/48 kB
Progress (1): 7.7/48 kB
Progress (1): 12/48 kB 
Progress (1): 16/48 kB
Progress (1): 20/48 kB
Progress (1): 24/48 kB
Progress (1): 28/48 kB
Progress (1): 32/48 kB
Progress (1): 36/48 kB
Progress (1): 40/48 kB
Progress (1): 44/48 kB
Progress (1): 48/48 kB
Progress (1): 48 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.5 MB/s)
14:51:10 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
14:51:10 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 103 kB/s)
14:51:10 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
14:51:10 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 200 kB/s)
14:51:10 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
14:51:10 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 119 kB/s)
14:51:10 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
14:51:10 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
14:51:10 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
14:51:10 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
14:51:10 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): 44/262 kB
Progress (1): 48/262 kB
Progress (1): 52/262 kB
Progress (1): 56/262 kB
Progress (1): 60/262 kB
Progress (1): 64/262 kB
Progress (1): 68/262 kB
Progress (1): 72/262 kB
Progress (1): 76/262 kB
Progress (1): 80/262 kB
Progress (1): 84/262 kB
Progress (1): 88/262 kB
Progress (1): 92/262 kB
Progress (1): 96/262 kB
Progress (2): 96/262 kB | 4.1/8.5 kB
Progress (2): 100/262 kB | 4.1/8.5 kB
Progress (2): 100/262 kB | 7.7/8.5 kB
Progress (2): 104/262 kB | 7.7/8.5 kB
Progress (2): 104/262 kB | 8.5 kB    
Progress (2): 108/262 kB | 8.5 kB
Progress (2): 112/262 kB | 8.5 kB
Progress (2): 116/262 kB | 8.5 kB
Progress (2): 120/262 kB | 8.5 kB
Progress (2): 124/262 kB | 8.5 kB
Progress (2): 128/262 kB | 8.5 kB
Progress (2): 132/262 kB | 8.5 kB
Progress (2): 136/262 kB | 8.5 kB
Progress (2): 140/262 kB | 8.5 kB
Progress (2): 144/262 kB | 8.5 kB
Progress (2): 148/262 kB | 8.5 kB
Progress (2): 152/262 kB | 8.5 kB
Progress (2): 156/262 kB | 8.5 kB
Progress (2): 160/262 kB | 8.5 kB
Progress (2): 164/262 kB | 8.5 kB
Progress (2): 168/262 kB | 8.5 kB
Progress (2): 172/262 kB | 8.5 kB
Progress (2): 176/262 kB | 8.5 kB
Progress (2): 180/262 kB | 8.5 kB
Progress (2): 184/262 kB | 8.5 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 202 kB/s)
14:51:10 Progress (1): 188/262 kB
Progress (1): 192/262 kB
Progress (1): 196/262 kB
Progress (2): 196/262 kB | 4.1/51 kB
Progress (2): 200/262 kB | 4.1/51 kB
Progress (2): 200/262 kB | 7.7/51 kB
Progress (2): 204/262 kB | 7.7/51 kB
Progress (2): 208/262 kB | 7.7/51 kB
Progress (2): 212/262 kB | 7.7/51 kB
Progress (2): 216/262 kB | 7.7/51 kB
Progress (2): 220/262 kB | 7.7/51 kB
Progress (2): 224/262 kB | 7.7/51 kB
Progress (2): 228/262 kB | 7.7/51 kB
Progress (2): 232/262 kB | 7.7/51 kB
Progress (2): 236/262 kB | 7.7/51 kB
Progress (2): 240/262 kB | 7.7/51 kB
Progress (2): 244/262 kB | 7.7/51 kB
Progress (2): 248/262 kB | 7.7/51 kB
Progress (2): 252/262 kB | 7.7/51 kB
Progress (2): 256/262 kB | 7.7/51 kB
Progress (2): 260/262 kB | 7.7/51 kB
Progress (2): 262 kB | 7.7/51 kB    
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 4.4 MB/s)
14:51:10 Progress (1): 12/51 kB
Progress (1): 16/51 kB
Progress (1): 20/51 kB
Progress (1): 24/51 kB
Progress (1): 28/51 kB
Progress (1): 32/51 kB
Progress (1): 36/51 kB
Progress (1): 40/51 kB
Progress (1): 44/51 kB
Progress (1): 48/51 kB
Progress (1): 51 kB   
Progress (2): 51 kB | 4.1/79 kB
Progress (2): 51 kB | 7.7/79 kB
Progress (2): 51 kB | 12/79 kB 
Progress (2): 51 kB | 16/79 kB
Progress (2): 51 kB | 20/79 kB
Progress (2): 51 kB | 24/79 kB
Progress (2): 51 kB | 28/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 | 44/79 kB
Progress (2): 51 kB | 48/79 kB
Progress (2): 51 kB | 52/79 kB
Progress (2): 51 kB | 56/79 kB
Progress (2): 51 kB | 60/79 kB
Progress (2): 51 kB | 64/79 kB
Progress (2): 51 kB | 68/79 kB
Progress (2): 51 kB | 72/79 kB
Progress (2): 51 kB | 76/79 kB
Progress (2): 51 kB | 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 192 kB/s)
14:51:10 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 297 kB/s)
14:51:10 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
14:51:10 [INFO] Copying 8 resources
14:51:10 [INFO] 
14:51:10 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-reddeer-archetype ---
14:51:10 [INFO] Not copying test resources
14:51:10 [INFO] 
14:51:10 [INFO] --- maven-archetype-plugin:3.0.0:jar (default-jar) @ eclipse-reddeer-archetype ---
14:51:10 [INFO] Building archetype jar: /home/jenkins/agent/workspace/reddeer.milestone/archetype/target/eclipse-reddeer-archetype-2.8.0-SNAPSHOT
14:51:10 [INFO] 
14:51:10 [INFO] --- maven-archetype-plugin:3.0.0:integration-test (default-integration-test) @ eclipse-reddeer-archetype ---
14:51:10 [WARNING] No Archetype IT projects: root 'projects' directory not found.
14:51:10 [INFO] ------------------------------------------------------------------------
14:51:10 [INFO] Reactor Summary for RedDeer Parent POM File 2.8.0-SNAPSHOT:
14:51:10 [INFO] 
14:51:10 [INFO] RedDeer Parent POM File ............................ SUCCESS [ 31.729 s]
14:51:10 [INFO] RedDeer Plugins .................................... SUCCESS [  0.013 s]
14:51:10 [INFO] RedDeer Common ..................................... SUCCESS [ 10.639 s]
14:51:10 [INFO] RedDeer Workbench Core ............................. SUCCESS [  3.322 s]
14:51:10 [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [  2.896 s]
14:51:10 [INFO] RedDeer Core ....................................... SUCCESS [  5.184 s]
14:51:10 [INFO] RedDeer SWT ........................................ SUCCESS [  4.459 s]
14:51:10 [INFO] RedDeer JFace ...................................... SUCCESS [  3.242 s]
14:51:10 [INFO] RedDeer Workbench .................................. SUCCESS [  3.834 s]
14:51:10 [INFO] RedDeer E4 Workbench ............................... SUCCESS [  2.966 s]
14:51:10 [INFO] RedDeer UIForms .................................... SUCCESS [  8.079 s]
14:51:10 [INFO] RedDeer Direct ..................................... SUCCESS [  2.823 s]
14:51:10 [INFO] RedDeer JUnit ...................................... SUCCESS [  4.012 s]
14:51:10 [INFO] RedDeer Eclipse .................................... SUCCESS [  7.023 s]
14:51:10 [INFO] RedDeer GEF ........................................ SUCCESS [  3.079 s]
14:51:10 [INFO] RedDeer GEF Spy .................................... SUCCESS [  2.883 s]
14:51:10 [INFO] RedDeer Graphiti ................................... SUCCESS [  2.884 s]
14:51:10 [INFO] RedDeer JDT Junit .................................. SUCCESS [  2.797 s]
14:51:10 [INFO] RedDeer JUnit Extensions ........................... SUCCESS [  2.857 s]
14:51:10 [INFO] RedDeer Selenium ................................... SUCCESS [  7.614 s]
14:51:10 [INFO] RedDeer Requirements ............................... SUCCESS [  2.978 s]
14:51:10 [INFO] RedDeer UI ......................................... SUCCESS [  3.421 s]
14:51:10 [INFO] RedDeer Spy ........................................ SUCCESS [  2.699 s]
14:51:10 [INFO] RedDeer Recorder ................................... SUCCESS [  3.176 s]
14:51:10 [INFO] RedDeer Go ......................................... SUCCESS [  2.479 s]
14:51:10 [INFO] RedDeer Log Parser ................................. SUCCESS [  3.150 s]
14:51:10 [INFO] RedDeer CodeGen .................................... SUCCESS [  3.460 s]
14:51:10 [INFO] RedDeer Test-Apps .................................. SUCCESS [  0.010 s]
14:51:10 [INFO] RedDeer E4 Test App ................................ SUCCESS [  2.733 s]
14:51:10 [INFO] RedDeer Tests ...................................... SUCCESS [  0.176 s]
14:51:10 [INFO] RedDeer Common Tests ............................... SUCCESS [ 10.875 s]
14:51:10 [INFO] RedDeer SWT Tests .................................. SUCCESS [  6.771 s]
14:51:10 [INFO] RedDeer Core Tests ................................. SUCCESS [  6.136 s]
14:51:10 [INFO] RedDeer Workbench Tests ............................ SUCCESS [  4.543 s]
14:51:10 [INFO] RedDeer UIForms Test ............................... SUCCESS [  4.282 s]
14:51:10 [INFO] RedDeer JFace Tests ................................ SUCCESS [  4.294 s]
14:51:10 [INFO] RedDeer Eclipse Tests .............................. SUCCESS [ 14.168 s]
14:51:10 [INFO] RedDeer GEF Tests .................................. SUCCESS [  4.867 s]
14:51:10 [INFO] RedDeer Graphiti Tests ............................. SUCCESS [  4.659 s]
14:51:10 [INFO] RedDeer Direct Tests ............................... SUCCESS [  4.380 s]
14:51:10 [INFO] RedDeer JUnit Tests ................................ SUCCESS [  5.166 s]
14:51:10 [INFO] RedDeer Requirements Tests ......................... SUCCESS [  7.102 s]
14:51:10 [INFO] RedDeer UI Tests ................................... SUCCESS [  5.179 s]
14:51:10 [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [  3.632 s]
14:51:10 [INFO] RedDeer Features ................................... SUCCESS [  0.010 s]
14:51:10 [INFO] RedDeer E4 Feature ................................. SUCCESS [  2.913 s]
14:51:10 [INFO] RedDeer Eclipse Feature ............................ SUCCESS [  3.093 s]
14:51:10 [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [  2.654 s]
14:51:10 [INFO] RedDeer SWT Feature ................................ SUCCESS [  2.776 s]
14:51:10 [INFO] RedDeer Tests Feature .............................. SUCCESS [  3.369 s]
14:51:10 [INFO] RedDeer UI Feature ................................. SUCCESS [  2.681 s]
14:51:10 [INFO] RedDeer Recorder Feature ........................... SUCCESS [  2.646 s]
14:51:10 [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [  2.936 s]
14:51:10 [INFO] RedDeer Spy Feature ................................ SUCCESS [  7.765 s]
14:51:10 [INFO] RedDeer Log Parser Feature ......................... SUCCESS [  2.842 s]
14:51:10 [INFO] RedDeer Selenium Feature ........................... SUCCESS [  2.594 s]
14:51:10 [INFO] RedDeer CodeGen Feature ............................ SUCCESS [  3.805 s]
14:51:10 [INFO] RedDeer Site ....................................... SUCCESS [ 37.893 s]
14:51:10 [INFO] RedDeer Archetype .................................. SUCCESS [  1.881 s]
14:51:10 [INFO] ------------------------------------------------------------------------
14:51:10 [INFO] BUILD SUCCESS
14:51:10 [INFO] ------------------------------------------------------------------------
14:51:10 [INFO] Total time:  08:42 min
14:51:10 [INFO] Finished at: 2019-12-04T19:51:10Z
14:51:10 [INFO] ------------------------------------------------------------------------
14:51:11 [reddeer.milestone] $ /bin/sh -xe /tmp/jenkins6826057652451482292.sh
14:51:11 + ssh genie.reddeer@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/reddeer/milestones/2.8.0.RC1
14:51:11 + cd site/target/repository
14:51:11 + zip -r repository.zip artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins
14:51:11   adding: artifacts.jar (deflated 0%)
14:51:11   adding: artifacts.xml.xz (deflated 0%)
14:51:11   adding: content.jar (deflated 4%)
14:51:11   adding: content.xml.xz (deflated 0%)
14:51:11   adding: features/ (stored 0%)
14:51:11   adding: features/org.eclipse.reddeer.ui.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.swt.feature.source_2.8.0.v20191204-1942.jar (deflated 10%)
14:51:11   adding: features/org.eclipse.reddeer.swt.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.logparser.feature.source_2.8.0.v20191204-1942.jar (deflated 11%)
14:51:11   adding: features/org.eclipse.reddeer.tests.feature.source_2.8.0.v20191204-1942.jar (deflated 11%)
14:51:11   adding: features/org.eclipse.reddeer.graphiti.feature.source_2.8.0.v20191204-1942.jar (deflated 11%)
14:51:11   adding: features/org.eclipse.reddeer.eclipse.feature.source_2.8.0.v20191204-1942.jar (deflated 11%)
14:51:11   adding: features/org.eclipse.reddeer.eclipse.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.logparser.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.recorder.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.ui.feature.source_2.8.0.v20191204-1942.jar (deflated 10%)
14:51:11   adding: features/org.eclipse.reddeer.e4.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.codegen.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.tests.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.recorder.feature.source_2.8.0.v20191204-1942.jar (deflated 11%)
14:51:11   adding: features/org.eclipse.reddeer.e4.feature.source_2.8.0.v20191204-1942.jar (deflated 10%)
14:51:11   adding: features/org.eclipse.reddeer.spy.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.selenium.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.gef.spy.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: features/org.eclipse.reddeer.graphiti.feature_2.8.0.v20191204-1942.jar (deflated 4%)
14:51:11   adding: p2.index (deflated 35%)
14:51:11   adding: plugins/ (stored 0%)
14:51:11   adding: plugins/com.google.protobuf_2.4.0.v201105131100.jar.pack.gz (deflated 0%)
14:51:11   adding: plugins/org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz (stored 0%)
14:51:11   adding: plugins/org.eclipse.ui.console_3.9.0.v20191126-0912.jar.pack.gz (deflated 0%)
14:51:11   adding: plugins/org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz (stored 0%)
14:51:11   adding: plugins/org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar.pack.gz (deflated 0%)
14:51:11   adding: plugins/org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz (stored 0%)
14:51:11   adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar.pack.gz (deflated 0%)
14:51:11   adding: plugins/org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar (deflated 16%)
14:51:11   adding: plugins/org.eclipse.ant.core_3.5.600.v20191122-2102.jar (deflated 5%)
14:51:11   adding: plugins/org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz (deflated 0%)
14:51:11   adding: plugins/org.eclipse.m2e.core_1.13.0.20190716-1624.jar (deflated 10%)
14:51:11   adding: plugins/org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar.pack.gz (deflated 0%)
14:51:11   adding: plugins/org.json_1.0.0.v201011060100.jar.pack.gz (stored 0%)
14:51:11   adding: plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar (deflated 14%)
14:51:11   adding: plugins/org.eclipse.update.configurator_3.4.400.v20191122-2102.jar.pack.gz (deflated 0%)
14:51:11   adding: plugins/org.eclipse.reddeer.ui.test.source_2.8.0.v20191204-1942.jar (deflated 15%)
14:51:11   adding: plugins/org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz (stored 0%)
14:51:11   adding: plugins/org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz (deflated 0%)
14:51:11   adding: plugins/org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar (deflated 8%)
14:51:12   adding: plugins/org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.equinox.app_1.4.300.v20190815-1535.jar (deflated 7%)
14:51:12   adding: plugins/org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar (deflated 13%)
14:51:12   adding: plugins/org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz (stored 0%)
14:51:12   adding: plugins/org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar (deflated 13%)
14:51:12   adding: plugins/org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar (deflated 13%)
14:51:12   adding: plugins/org.mockito_2.23.0.v20190527-1420.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.reddeer.gef.source_2.8.0.v20191204-1942.jar (deflated 19%)
14:51:12   adding: plugins/org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz (stored 0%)
14:51:12   adding: plugins/org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz (stored 0%)
14:51:12   adding: plugins/org.eclipse.reddeer.core_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:12   adding: plugins/org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz (stored 0%)
14:51:12   adding: plugins/org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar (deflated 15%)
14:51:12   adding: plugins/org.eclipse.reddeer.workbench_2.8.0.v20191204-1942.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191126-1801.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar (deflated 8%)
14:51:12   adding: plugins/org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.ant.core_3.5.600.v20191122-2102.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/com.google.javascript_0.0.20160315.v20161124-1903.jar (deflated 8%)
14:51:12   adding: plugins/org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar (deflated 9%)
14:51:12   adding: plugins/org.eclipse.ui.views_3.10.100.v20191114-0830.jar (deflated 13%)
14:51:12   adding: plugins/org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz (stored 0%)
14:51:12   adding: plugins/org.eclipse.reddeer.eclipse.test_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:12   adding: plugins/org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar (deflated 13%)
14:51:12   adding: plugins/org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.core.resources_3.13.600.v20191122-2104.jar (deflated 6%)
14:51:12   adding: plugins/org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar (deflated 11%)
14:51:12   adding: plugins/org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz (stored 0%)
14:51:12   adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.search_3.11.800.v20191122-2108.jar (deflated 10%)
14:51:12   adding: plugins/org.eclipse.reddeer.direct.test_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:12   adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar.pack.gz (stored 0%)
14:51:12   adding: plugins/org.eclipse.reddeer.uiforms.test_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:12   adding: plugins/org.eclipse.reddeer.gef.spy_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:12   adding: plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar (deflated 18%)
14:51:12   adding: plugins/org.eclipse.ant.ui_3.7.600.v20191122-2102.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/com.google.guava_27.1.0.v20190517-1946.jar (deflated 10%)
14:51:12   adding: plugins/org.eclipse.reddeer.eclipse.test.source_2.8.0.v20191204-1942.jar (deflated 22%)
14:51:12   adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191126-1801.jar (deflated 5%)
14:51:12   adding: plugins/org.eclipse.reddeer.jface.test_2.8.0.v20191204-1942.jar (deflated 12%)
14:51:12   adding: plugins/org.eclipse.reddeer.core_2.8.0.v20191204-1942.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.reddeer.e4.workbench.core.source_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:12   adding: plugins/org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz (deflated 0%)
14:51:12   adding: plugins/org.eclipse.compare_3.7.800.v20191122-2107.jar (deflated 10%)
14:51:13   adding: plugins/org.eclipse.reddeer.uiforms.source_2.8.0.v20191204-1942.jar (deflated 20%)
14:51:13   adding: plugins/org.eclipse.reddeer.common.source_2.8.0.v20191204-1942.jar (deflated 15%)
14:51:13   adding: plugins/org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar (deflated 13%)
14:51:13   adding: plugins/org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar (deflated 24%)
14:51:13   adding: plugins/com.google.gson_2.8.2.v20180104-1110.jar (deflated 11%)
14:51:13   adding: plugins/org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar (deflated 10%)
14:51:13   adding: plugins/org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz (deflated 0%)
14:51:13   adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar (deflated 6%)
14:51:13   adding: plugins/org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar (deflated 11%)
14:51:13   adding: plugins/org.eclipse.wst.web_1.2.100.v201905161255.jar (deflated 12%)
14:51:13   adding: plugins/org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar (deflated 12%)
14:51:13   adding: plugins/org.eclipse.reddeer.graphiti_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:13   adding: plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar (deflated 12%)
14:51:13   adding: plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz (deflated 0%)
14:51:13   adding: plugins/org.eclipse.reddeer.ui.source_2.8.0.v20191204-1942.jar (deflated 15%)
14:51:13   adding: plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar (deflated 15%)
14:51:13   adding: plugins/org.eclipse.reddeer.gef_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:13   adding: plugins/org.eclipse.wst.css.ui_1.1.200.v201904272112.jar (deflated 11%)
14:51:13   adding: plugins/org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar.pack.gz (deflated 0%)
14:51:13   adding: plugins/org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz (deflated 0%)
14:51:13   adding: plugins/org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar (deflated 10%)
14:51:13   adding: plugins/org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz (deflated 0%)
14:51:13   adding: plugins/org.eclipse.reddeer.common.test.source_2.8.0.v20191204-1942.jar (deflated 20%)
14:51:13   adding: plugins/org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz (deflated 0%)
14:51:13   adding: plugins/org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar (deflated 12%)
14:51:13   adding: plugins/org.junit_4.12.0.v201504281640.jar (deflated 0%)
14:51:13   adding: plugins/org.eclipse.ui.console_3.9.0.v20191126-0912.jar (deflated 13%)
14:51:13   adding: plugins/org.eclipse.reddeer.swt.test.source_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:13   adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz (deflated 0%)
14:51:13   adding: plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%)
14:51:13   adding: plugins/org.objenesis_2.6.0.v20180420-1519.jar (deflated 19%)
14:51:13   adding: plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%)
14:51:13   adding: plugins/org.eclipse.reddeer.junit.test_2.8.0.v20191204-1942.jar (deflated 23%)
14:51:13   adding: plugins/org.eclipse.compare.core_3.6.700.v20191122-2107.jar (deflated 8%)
14:51:13   adding: plugins/org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar (deflated 12%)
14:51:13   adding: plugins/org.eclipse.wst.sse.ui_1.6.200.v201910221150.jar (deflated 11%)
14:51:13   adding: plugins/org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar (deflated 11%)
14:51:13   adding: plugins/org.eclipse.reddeer.ui_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:13   adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar (deflated 10%)
14:51:13   adding: plugins/org.eclipse.reddeer.eclipse.source_2.8.0.v20191204-1942.jar (deflated 21%)
14:51:13   adding: plugins/org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz (deflated 0%)
14:51:13   adding: plugins/org.eclipse.reddeer.workbench.test_2.8.0.v20191204-1942.jar (deflated 12%)
14:51:13   adding: plugins/org.eclipse.jdt.ui_3.20.0.v20191126-1957.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar (deflated 8%)
14:51:14   adding: plugins/org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar (deflated 14%)
14:51:14   adding: plugins/org.eclipse.reddeer.junit.extension_2.8.0.v20191204-1942.jar (deflated 19%)
14:51:14   adding: plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar (deflated 9%)
14:51:14   adding: plugins/org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar (deflated 22%)
14:51:14   adding: plugins/org.eclipse.core.variables_3.4.700.v20191114-1848.jar (deflated 12%)
14:51:14   adding: plugins/org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar (deflated 9%)
14:51:14   adding: plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar (deflated 16%)
14:51:14   adding: plugins/org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar (deflated 18%)
14:51:14   adding: plugins/org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz (deflated 2%)
14:51:14   adding: plugins/org.eclipse.reddeer.core.test_2.8.0.v20191204-1942.jar (deflated 14%)
14:51:14   adding: plugins/org.eclipse.reddeer.core.source_2.8.0.v20191204-1942.jar (deflated 12%)
14:51:14   adding: plugins/org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.reddeer.junit.extension.source_2.8.0.v20191204-1942.jar (deflated 20%)
14:51:14   adding: plugins/org.eclipse.ant.launching_1.2.700.v20191127-0426.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar (deflated 10%)
14:51:14   adding: plugins/org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.ui_3.115.0.v20191127-1056.jar (deflated 18%)
14:51:14   adding: plugins/org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar (deflated 13%)
14:51:14   adding: plugins/org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar (deflated 6%)
14:51:14   adding: plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar (deflated 7%)
14:51:14   adding: plugins/org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.reddeer.swt_2.8.0.v20191204-1942.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.reddeer.workbench.source_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:14   adding: plugins/org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz (stored 0%)
14:51:14   adding: plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz (stored 0%)
14:51:14   adding: plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar (deflated 13%)
14:51:14   adding: plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar (deflated 13%)
14:51:14   adding: plugins/org.eclipse.pde.ui_3.11.200.v20191112-0626.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.jdt_3.18.200.v20191127-1800.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar (deflated 11%)
14:51:14   adding: plugins/org.eclipse.ant.launching_1.2.700.v20191127-0426.jar (deflated 6%)
14:51:14   adding: plugins/org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar (deflated 12%)
14:51:14   adding: plugins/org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar (deflated 16%)
14:51:14   adding: plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar (deflated 14%)
14:51:14   adding: plugins/org.eclipse.gef_3.11.0.201606061308.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz (stored 0%)
14:51:14   adding: plugins/org.eclipse.wst.sse.ui_1.6.200.v201910221150.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz (stored 0%)
14:51:14   adding: plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz (stored 0%)
14:51:14   adding: plugins/org.eclipse.emf.transaction_1.9.1.201805140824.jar (deflated 11%)
14:51:14   adding: plugins/org.eclipse.reddeer.jface_2.8.0.v20191204-1942.jar (deflated 15%)
14:51:14   adding: plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz (stored 0%)
14:51:14   adding: plugins/org.eclipse.reddeer.direct.test_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:14   adding: plugins/org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar (deflated 12%)
14:51:14   adding: plugins/org.eclipse.ui.trace_1.1.700.v20191105-1619.jar (deflated 11%)
14:51:14   adding: plugins/org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar (deflated 12%)
14:51:14   adding: plugins/org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar (deflated 9%)
14:51:14   adding: plugins/org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar (deflated 13%)
14:51:14   adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191126-1801.jar (deflated 5%)
14:51:14   adding: plugins/org.eclipse.reddeer.uiforms.test.source_2.8.0.v20191204-1942.jar (deflated 19%)
14:51:14   adding: plugins/org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar (deflated 20%)
14:51:14   adding: plugins/org.eclipse.draw2d_3.10.100.201606061308.jar (deflated 8%)
14:51:14   adding: plugins/org.eclipse.jface.text_3.16.100.v20191126-0819.jar (deflated 10%)
14:51:14   adding: plugins/org.eclipse.reddeer.swt_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:14   adding: plugins/org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar (deflated 11%)
14:51:14   adding: plugins/org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar (deflated 22%)
14:51:14   adding: plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz (deflated 0%)
14:51:14   adding: plugins/org.eclipse.reddeer.uiforms_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:14   adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191126-1801.jar.pack.gz (deflated 2%)
14:51:14   adding: plugins/org.eclipse.wst.common.environment_1.0.400.v201903222010.jar (deflated 16%)
14:51:14   adding: plugins/org.eclipse.wst.common.core_1.3.0.v201903222010.jar (deflated 17%)
14:51:14   adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar (deflated 11%)
14:51:14   adding: plugins/org.eclipse.graphiti_0.16.1.201909061426.jar (deflated 17%)
14:51:14   adding: plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz (stored 0%)
14:51:14   adding: plugins/org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar (deflated 10%)
14:51:15   adding: plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.ui.editors_3.13.0.v20191127-0544.jar (deflated 10%)
14:51:15   adding: plugins/org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar (deflated 11%)
14:51:15   adding: plugins/org.eclipse.pde.build_3.10.600.v20191011-0535.jar (deflated 1%)
14:51:15   adding: plugins/org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.reddeer.eclipse_2.8.0.v20191204-1942.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.team.core_3.8.800.v20191122-2107.jar (deflated 10%)
14:51:15   adding: plugins/org.eclipse.reddeer.uiforms_2.8.0.v20191204-1942.jar (deflated 21%)
14:51:15   adding: plugins/org.eclipse.jst.server.core_1.2.600.v201910252115.jar (deflated 12%)
14:51:15   adding: plugins/org.eclipse.ui.intro_3.5.800.v20191123-0656.jar (deflated 9%)
14:51:15   adding: plugins/org.eclipse.m2e.workspace.cli_0.3.1.jar (deflated 18%)
14:51:15   adding: plugins/org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz (stored 0%)
14:51:15   adding: plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar (deflated 9%)
14:51:15   adding: plugins/org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz (stored 0%)
14:51:15   adding: plugins/org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar (deflated 13%)
14:51:15   adding: plugins/org.eclipse.update.configurator_3.4.400.v20191122-2102.jar (deflated 7%)
14:51:15   adding: plugins/org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz (stored 0%)
14:51:15   adding: plugins/org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar (deflated 15%)
14:51:15   adding: plugins/org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.sat4j.core_2.3.5.v201308161310.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar (deflated 11%)
14:51:15   adding: plugins/org.mockito_2.23.0.v20190527-1420.jar (deflated 15%)
14:51:15   adding: plugins/org.eclipse.wst.sse.core_1.2.100.v201901310548.jar (deflated 12%)
14:51:15   adding: plugins/org.eclipse.jdt.core.manipulation_1.13.0.v20191126-1957.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.apache.ant_1.10.7.v20190926-0324.jar (deflated 0%)
14:51:15   adding: plugins/org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar (deflated 8%)
14:51:15   adding: plugins/org.eclipse.reddeer.direct_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:15   adding: plugins/org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar (deflated 13%)
14:51:15   adding: plugins/org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz (stored 0%)
14:51:15   adding: plugins/org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar (deflated 15%)
14:51:15   adding: plugins/org.eclipse.reddeer.go_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:15   adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar (deflated 6%)
14:51:15   adding: plugins/com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar (deflated 16%)
14:51:15   adding: plugins/org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830.jar (deflated 12%)
14:51:15   adding: plugins/org.slf4j.api_1.7.10.v20170428-1633.jar (deflated 13%)
14:51:15   adding: plugins/org.eclipse.wst.validation_1.2.800.v201904082137.jar (deflated 9%)
14:51:15   adding: plugins/org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.apache.commons.lang_2.6.0.v201404270220.jar (deflated 8%)
14:51:15   adding: plugins/org.eclipse.pde.ui_3.11.200.v20191112-0626.jar (deflated 10%)
14:51:15   adding: plugins/org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar (deflated 21%)
14:51:15   adding: plugins/org.eclipse.core.databinding_1.7.700.v20191122-2109.jar (deflated 12%)
14:51:15   adding: plugins/org.apache.xerces_2.9.0.v201101211617.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.reddeer.spy_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:15   adding: plugins/org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar (deflated 11%)
14:51:15   adding: plugins/org.eclipse.reddeer.selenium_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:15   adding: plugins/org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz (stored 0%)
14:51:15   adding: plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz (deflated 0%)
14:51:15   adding: plugins/org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar (deflated 11%)
14:51:15   adding: plugins/org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar (deflated 7%)
14:51:16   adding: plugins/org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar (deflated 11%)
14:51:16   adding: plugins/org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.recorder.source_2.8.0.v20191204-1942.jar (deflated 13%)
14:51:16   adding: plugins/org.eclipse.reddeer.e4.workbench_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:16   adding: plugins/org.eclipse.reddeer.jdt.junit_2.8.0.v20191204-1942.jar (deflated 14%)
14:51:16   adding: plugins/org.eclipse.wst.html.core_1.3.200.v201910140306.jar (deflated 12%)
14:51:16   adding: plugins/org.eclipse.gef_3.11.0.201606061308.jar (deflated 11%)
14:51:16   adding: plugins/org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.common.test_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.common_2.8.0.v20191204-1942.jar (deflated 14%)
14:51:16   adding: plugins/org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.codegen_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.go.source_2.8.0.v20191204-1942.jar (deflated 8%)
14:51:16   adding: plugins/org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar (deflated 8%)
14:51:16   adding: plugins/org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar (deflated 14%)
14:51:16   adding: plugins/com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar (deflated 11%)
14:51:16   adding: plugins/org.eclipse.m2e.core_1.13.0.20190716-1624.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.junit_2.8.0.v20191204-1942.jar (deflated 15%)
14:51:16   adding: plugins/org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar (deflated 11%)
14:51:16   adding: plugins/org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.core.expressions_3.6.600.v20191122-2104.jar (deflated 10%)
14:51:16   adding: plugins/org.eclipse.reddeer.gef_2.8.0.v20191204-1942.jar (deflated 18%)
14:51:16   adding: plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar (deflated 11%)
14:51:16   adding: plugins/org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar (deflated 12%)
14:51:16   adding: plugins/org.eclipse.reddeer.logparser_2.8.0.v20191204-1942.jar (deflated 15%)
14:51:16   adding: plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.direct.source_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:16   adding: plugins/org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar (deflated 14%)
14:51:16   adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar (deflated 8%)
14:51:16   adding: plugins/org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar (deflated 18%)
14:51:16   adding: plugins/org.eclipse.reddeer.junit.source_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:16   adding: plugins/org.eclipse.reddeer.uiforms.test_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar (deflated 10%)
14:51:16   adding: plugins/org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar (deflated 12%)
14:51:16   adding: plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.13.0.20190716-1623.jar (deflated 5%)
14:51:16   adding: plugins/org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar (deflated 15%)
14:51:16   adding: plugins/org.eclipse.reddeer.graphiti.source_2.8.0.v20191204-1942.jar (deflated 20%)
14:51:16   adding: plugins/org.eclipse.emf.validation_1.8.0.201812070911.jar (deflated 11%)
14:51:16   adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.jdt_3.18.200.v20191127-1800.jar (deflated 11%)
14:51:16   adding: plugins/org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.hamcrest.library_1.3.0.v20180524-2246.jar (deflated 9%)
14:51:16   adding: plugins/org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar (deflated 15%)
14:51:16   adding: plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar (deflated 15%)
14:51:16   adding: plugins/org.eclipse.swt_3.113.0.v20191126-1801.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.go_2.8.0.v20191204-1942.jar (deflated 12%)
14:51:16   adding: plugins/org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar (deflated 21%)
14:51:16   adding: plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar (deflated 15%)
14:51:16   adding: plugins/org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar (deflated 0%)
14:51:16   adding: plugins/org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar (deflated 11%)
14:51:16   adding: plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar (deflated 27%)
14:51:16   adding: plugins/org.eclipse.reddeer.workbench.core.source_2.8.0.v20191204-1942.jar (deflated 15%)
14:51:16   adding: plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar (deflated 18%)
14:51:16   adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar (deflated 9%)
14:51:16   adding: plugins/org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar (deflated 13%)
14:51:16   adding: plugins/org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar (deflated 8%)
14:51:16   adding: plugins/org.eclipse.reddeer.junit.extension_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar (deflated 12%)
14:51:16   adding: plugins/org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.w3c.css.sac_1.3.1.v200903091627.jar (deflated 16%)
14:51:16   adding: plugins/org.eclipse.reddeer.requirements.source_2.8.0.v20191204-1942.jar (deflated 21%)
14:51:16   adding: plugins/org.eclipse.reddeer.jface.test.source_2.8.0.v20191204-1942.jar (deflated 18%)
14:51:16   adding: plugins/org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar (deflated 8%)
14:51:16   adding: plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar (deflated 10%)
14:51:16   adding: plugins/org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.graphiti_2.8.0.v20191204-1942.jar (deflated 20%)
14:51:16   adding: plugins/org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.requirements_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.direct_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:16   adding: plugins/org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.datatools.connectivity_1.14.102.201911250848.jar (deflated 9%)
14:51:16   adding: plugins/org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.workbench.test_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.recorder_2.8.0.v20191204-1942.jar (deflated 9%)
14:51:16   adding: plugins/org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.ui.trace_1.1.700.v20191105-1619.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.jem.util_2.1.201.v201903222010.jar (deflated 11%)
14:51:16   adding: plugins/org.eclipse.reddeer.e4.workbench_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:16   adding: plugins/org.eclipse.reddeer.eclipse.test_2.8.0.v20191204-1942.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.debug.ui_3.14.300.v20191116-2105.jar (deflated 13%)
14:51:16   adding: plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar (deflated 12%)
14:51:16   adding: plugins/org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar (deflated 10%)
14:51:16   adding: plugins/org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz (deflated 0%)
14:51:16   adding: plugins/org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar (deflated 15%)
14:51:16   adding: plugins/com.google.protobuf_2.4.0.v201105131100.jar (deflated 6%)
14:51:16   adding: plugins/org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar (deflated 8%)
14:51:17   adding: plugins/org.eclipse.reddeer.jface.source_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:17   adding: plugins/org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar (deflated 7%)
14:51:17   adding: plugins/org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar (deflated 13%)
14:51:17   adding: plugins/org.eclipse.text_3.10.0.v20191122-2108.jar (deflated 10%)
14:51:17   adding: plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar (deflated 17%)
14:51:17   adding: plugins/org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.reddeer.requirements.test_2.8.0.v20191204-1942.jar (deflated 21%)
14:51:17   adding: plugins/org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.jem_2.0.600.v201903222024.jar (deflated 10%)
14:51:17   adding: plugins/org.eclipse.reddeer.jdt.junit_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.reddeer.e4.workbench.core_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:17   adding: plugins/org.eclipse.reddeer.e4.workbench.core_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.reddeer.direct.test.source_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:17   adding: plugins/org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.wst.css.core_1.2.0.v201904210526.jar (deflated 10%)
14:51:17   adding: plugins/org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar (deflated 8%)
14:51:17   adding: plugins/org.eclipse.jface.text_3.16.100.v20191126-0819.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.wst.server.core_1.10.100.v201910252115.jar (deflated 9%)
14:51:17   adding: plugins/org.eclipse.pde.launching_3.8.0.v20191112-0655.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar (deflated 10%)
14:51:17   adding: plugins/org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar (deflated 14%)
14:51:17   adding: plugins/org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.swt_3.113.0.v20191126-1801.jar (deflated 4%)
14:51:17   adding: plugins/org.eclipse.pde.core_3.13.200.v20191125-0628.jar (deflated 7%)
14:51:17   adding: plugins/org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar (deflated 12%)
14:51:17   adding: plugins/org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.team.ui_3.8.700.v20191122-2107.jar (deflated 10%)
14:51:17   adding: plugins/org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.swtbot.generator_2.9.0.201909110845.jar (deflated 13%)
14:51:17   adding: plugins/org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.json_1.0.0.v201011060100.jar (deflated 4%)
14:51:17   adding: plugins/org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar (deflated 7%)
14:51:17   adding: plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar (deflated 15%)
14:51:17   adding: plugins/org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar (deflated 10%)
14:51:17   adding: plugins/org.eclipse.equinox.event_1.5.300.v20191001-1333.jar (deflated 12%)
14:51:17   adding: plugins/org.eclipse.datatools.help_1.7.101.201811012051.jar (deflated 13%)
14:51:17   adding: plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar (deflated 8%)
14:51:17   adding: plugins/org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.reddeer.e4.workbench.source_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:17   adding: plugins/org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/com.google.guava_27.1.0.v20190517-1946.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.reddeer.ui.test_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.reddeer.requirements.test_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191126-1801.jar.pack.gz (deflated 1%)
14:51:17   adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar (deflated 12%)
14:51:17   adding: plugins/org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar (deflated 10%)
14:51:17   adding: plugins/org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.reddeer.selenium_2.8.0.v20191204-1942.jar (deflated 18%)
14:51:17   adding: plugins/org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.ui.browser_3.6.600.v20191122-2109.jar (deflated 16%)
14:51:17   adding: plugins/org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz (deflated 0%)
14:51:17   adding: plugins/org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.jface_3.18.0.v20191122-2109.jar (deflated 9%)
14:51:17   adding: plugins/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar (deflated 15%)
14:51:17   adding: plugins/org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.reddeer.gef.spy_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:17   adding: plugins/org.eclipse.ui.ide_3.16.100.v20191122-2109.jar (deflated 9%)
14:51:18   adding: plugins/org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz (deflated 0%)
14:51:18   adding: plugins/org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz (stored 0%)
14:51:18   adding: plugins/org.sat4j.pb_2.3.5.v201404071733.jar (deflated 9%)
14:51:18   adding: plugins/org.eclipse.equinox.common_3.10.600.v20191004-1420.jar (deflated 8%)
14:51:18   adding: plugins/org.eclipse.reddeer.spy_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:18   adding: plugins/org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz (deflated 0%)
14:51:18   adding: plugins/org.eclipse.wst.server.ui_1.5.600.v201910252115.jar (deflated 14%)
14:51:18   adding: plugins/org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz (deflated 0%)
14:51:18   adding: plugins/org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar (deflated 11%)
14:51:18   adding: plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz (stored 0%)
14:51:18   adding: plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar (deflated 12%)
14:51:18   adding: plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar (deflated 11%)
14:51:18   adding: plugins/org.eclipse.reddeer.jface_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:18   adding: plugins/org.eclipse.m2e.maven.runtime_1.13.0.20190716-1623.jar (deflated 0%)
14:51:18   adding: plugins/org.eclipse.jdt.core_3.20.0.v20191126-1725.jar (deflated 5%)
14:51:18   adding: plugins/org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar (deflated 11%)
14:51:18   adding: plugins/org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz (deflated 0%)
14:51:18   adding: plugins/org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar (deflated 12%)
14:51:18   adding: plugins/org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar (deflated 15%)
14:51:18   adding: plugins/org.eclipse.reddeer.swt.test_2.8.0.v20191204-1942.jar (deflated 15%)
14:51:18   adding: plugins/org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar (deflated 10%)
14:51:18   adding: plugins/org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar (deflated 11%)
14:51:18   adding: plugins/org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz (deflated 0%)
14:51:18   adding: plugins/org.apache.lucene.misc_8.0.0.v20190418-1455.jar (deflated 10%)
14:51:18   adding: plugins/org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.reddeer.junit_2.8.0.v20191204-1942.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar (deflated 10%)
14:51:19   adding: plugins/org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.reddeer.common_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:19   adding: plugins/org.eclipse.reddeer.workbench_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:19   adding: plugins/org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz (stored 0%)
14:51:19   adding: plugins/org.eclipse.graphiti.ui_0.16.1.201909061426.jar (deflated 9%)
14:51:19   adding: plugins/org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar (deflated 5%)
14:51:19   adding: plugins/org.eclipse.reddeer.jface.test_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:19   adding: plugins/org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar (deflated 13%)
14:51:19   adding: plugins/org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.debug.core_3.14.100.v20191115-1406.jar (deflated 11%)
14:51:19   adding: plugins/org.eclipse.graphiti.mm_0.16.1.201909061426.jar (deflated 11%)
14:51:19   adding: plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar (deflated 11%)
14:51:19   adding: plugins/org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar (deflated 11%)
14:51:19   adding: plugins/org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar (deflated 12%)
14:51:19   adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz (stored 0%)
14:51:19   adding: plugins/javax.xml_1.3.4.v201005080400.jar (deflated 19%)
14:51:19   adding: plugins/org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.wst.html.ui_1.1.200.v201905301652.jar (deflated 12%)
14:51:19   adding: plugins/org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.jst.common.ui_1.0.301.v201903222024.jar (deflated 14%)
14:51:19   adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar (deflated 13%)
14:51:19   adding: plugins/org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar (deflated 7%)
14:51:19   adding: plugins/org.eclipse.emf.common_2.17.0.v20190920-0401.jar (deflated 11%)
14:51:19   adding: plugins/org.eclipse.core.jobs_3.10.600.v20191122-2104.jar (deflated 7%)
14:51:19   adding: plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.osgi_3.15.100.v20191114-1701.jar (deflated 9%)
14:51:19   adding: plugins/org.yaml.snakeyaml_1.14.0.v201604211500.jar (deflated 12%)
14:51:19   adding: plugins/org.eclipse.reddeer.workbench.test.source_2.8.0.v20191204-1942.jar (deflated 15%)
14:51:19   adding: plugins/org.eclipse.reddeer.junit.test.source_2.8.0.v20191204-1942.jar (deflated 23%)
14:51:19   adding: plugins/org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.emf.workspace_1.5.1.201805140824.jar (deflated 10%)
14:51:19   adding: plugins/org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar (deflated 13%)
14:51:19   adding: plugins/org.eclipse.reddeer.ui.test_2.8.0.v20191204-1942.jar (deflated 13%)
14:51:19   adding: plugins/org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar (deflated 6%)
14:51:19   adding: plugins/org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz (stored 0%)
14:51:19   adding: plugins/org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.ant.ui_3.7.600.v20191122-2102.jar (deflated 9%)
14:51:19   adding: plugins/org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar (deflated 16%)
14:51:19   adding: plugins/org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar (deflated 9%)
14:51:19   adding: plugins/org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar (deflated 10%)
14:51:19   adding: plugins/org.eclipse.wst.css.ui_1.1.200.v201904272112.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar (deflated 13%)
14:51:19   adding: plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar (deflated 8%)
14:51:19   adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191126-1801.jar (deflated 7%)
14:51:19   adding: plugins/org.eclipse.pde.launching_3.8.0.v20191112-0655.jar (deflated 6%)
14:51:19   adding: plugins/org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar (deflated 1%)
14:51:19   adding: plugins/org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.reddeer.requirements_2.8.0.v20191204-1942.jar (deflated 22%)
14:51:19   adding: plugins/org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz (deflated 0%)
14:51:19   adding: plugins/org.eclipse.reddeer.core.test.source_2.8.0.v20191204-1942.jar (deflated 16%)
14:51:19   adding: plugins/org.eclipse.core.commands_3.9.600.v20191122-2109.jar (deflated 13%)
14:51:19   adding: plugins/org.eclipse.core.variables_3.4.700.v20191114-1848.jar.pack.gz (stored 0%)
14:51:19   adding: plugins/org.eclipse.wst.common.ui_1.1.700.v201905071717.jar (deflated 13%)
14:51:19   adding: plugins/org.eclipse.jst.j2ee_1.2.301.v201903222025.jar (deflated 14%)
14:51:20   adding: plugins/com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz (deflated 0%)
14:51:20   adding: plugins/org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz (deflated 0%)
14:51:20   adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz (deflated 0%)
14:51:20   adding: plugins/org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz (deflated 0%)
14:51:20   adding: plugins/org.apache.xerces_2.9.0.v201101211617.jar (deflated 11%)
14:51:20   adding: plugins/org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar (deflated 9%)
14:51:20   adding: plugins/org.eclipse.wst.common.emf_1.2.600.v201903222010.jar (deflated 12%)
14:51:20   adding: plugins/org.eclipse.reddeer.requirements.test.source_2.8.0.v20191204-1942.jar (deflated 23%)
14:51:20   adding: plugins/org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar (deflated 8%)
14:51:20   adding: plugins/com.ibm.icu_64.2.0.v20190507-1337.jar (deflated 7%)
14:51:21   adding: plugins/org.eclipse.reddeer.swt.test_2.8.0.v20191204-1942.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/com.google.gson_2.8.2.v20180104-1110.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.apache.felix.scr_2.1.14.v20190123-1619.jar (deflated 8%)
14:51:21   adding: plugins/org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz (stored 0%)
14:51:21   adding: plugins/org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar (deflated 10%)
14:51:21   adding: plugins/org.eclipse.reddeer.common.test_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:21   adding: plugins/org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar (deflated 7%)
14:51:21   adding: plugins/org.eclipse.core.net_1.3.700.v20191122-2107.jar (deflated 9%)
14:51:21   adding: plugins/org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz (stored 0%)
14:51:21   adding: plugins/org.eclipse.wst.web.ui_1.2.100.v201902281912.jar (deflated 13%)
14:51:21   adding: plugins/org.eclipse.core.runtime_3.17.0.v20191122-2104.jar (deflated 7%)
14:51:21   adding: plugins/org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.m2e.maven.indexer_1.13.0.20190716-1623.jar (deflated 1%)
14:51:21   adding: plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.equinox.security_1.3.400.v20191008-0645.jar (deflated 11%)
14:51:21   adding: plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.reddeer.swt.source_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:21   adding: plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar (deflated 13%)
14:51:21   adding: plugins/org.eclipse.jem.workbench_2.0.400.v201903222024.jar (deflated 7%)
14:51:21   adding: plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar (deflated 5%)
14:51:21   adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar (deflated 6%)
14:51:21   adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar (deflated 6%)
14:51:21   adding: plugins/org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar (deflated 13%)
14:51:21   adding: plugins/org.eclipse.reddeer.workbench.core_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:21   adding: plugins/org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar.pack.gz (stored 0%)
14:51:21   adding: plugins/org.junit_4.12.0.v201504281640.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar (deflated 18%)
14:51:21   adding: plugins/org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar (deflated 9%)
14:51:21   adding: plugins/org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar (deflated 13%)
14:51:21   adding: plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.help_3.8.600.v20191123-0656.jar (deflated 8%)
14:51:21   adding: plugins/org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar (deflated 5%)
14:51:21   adding: plugins/org.apache.lucene.core_8.0.0.v20190404-1858.jar (deflated 9%)
14:51:21   adding: plugins/org.eclipse.jdt.debug.ui_3.10.500.v20191118-1016.jar (deflated 11%)
14:51:21   adding: plugins/org.eclipse.reddeer.codegen_2.8.0.v20191204-1942.jar (deflated 10%)
14:51:21   adding: plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar (deflated 10%)
14:51:21   adding: plugins/org.eclipse.reddeer.workbench.core_2.8.0.v20191204-1942.jar (deflated 17%)
14:51:21   adding: plugins/org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar (deflated 19%)
14:51:21   adding: plugins/org.eclipse.reddeer.junit.test_2.8.0.v20191204-1942.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.m2e.archetype.common_1.13.0.20190716-1623.jar (deflated 0%)
14:51:21   adding: plugins/org.eclipse.jdt.core.manipulation_1.13.0.v20191126-1957.jar (deflated 8%)
14:51:21   adding: plugins/org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.objenesis_2.6.0.v20180420-1519.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.reddeer.logparser_2.8.0.v20191204-1942.jar.pack.gz (deflated 0%)
14:51:21   adding: plugins/org.eclipse.wst.xml.core_1.2.200.v201901071922.jar (deflated 10%)
14:51:22   adding: plugins/org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar (deflated 11%)
14:51:22   adding: plugins/javax.inject_1.0.0.v20091030.jar (deflated 9%)
14:51:22   adding: plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar (deflated 10%)
14:51:22   adding: plugins/org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar (deflated 12%)
14:51:22   adding: plugins/org.eclipse.ui.intro_3.5.800.v20191123-0656.jar.pack.gz (deflated 0%)
14:51:22   adding: plugins/org.eclipse.reddeer.core.test_2.8.0.v20191204-1942.jar.pack.gz (stored 0%)
14:51:22   adding: plugins/org.eclipse.reddeer.logparser.source_2.8.0.v20191204-1942.jar (deflated 13%)
14:51:22   adding: plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar (deflated 8%)
14:51:22   adding: plugins/org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar (deflated 11%)
14:51:22   adding: plugins/org.sat4j.core_2.3.5.v201308161310.jar (deflated 9%)
14:51:22   adding: plugins/org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz (deflated 0%)
14:51:22   adding: plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar (deflated 17%)
14:51:22   adding: plugins/org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz (deflated 0%)
14:51:22   adding: plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar (deflated 10%)
14:51:22   adding: plugins/org.eclipse.reddeer.recorder_2.8.0.v20191204-1942.jar.pack.gz (deflated 0%)
14:51:22   adding: plugins/org.eclipse.jdt.ui_3.20.0.v20191126-1957.jar (deflated 9%)
14:51:22   adding: plugins/org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz (stored 0%)
14:51:22   adding: plugins/org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz (deflated 0%)
14:51:22   adding: plugins/org.eclipse.debug.core_3.14.100.v20191115-1406.jar.pack.gz (deflated 0%)
14:51:22   adding: plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar (deflated 14%)
14:51:22   adding: plugins/org.eclipse.jst.jee_1.0.902.v201905281719.jar (deflated 14%)
14:51:22   adding: plugins/org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz (deflated 0%)
14:51:22   adding: plugins/org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar (deflated 10%)
14:51:22   adding: plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz (deflated 0%)
14:51:22   adding: plugins/org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz (deflated 0%)
14:51:22   adding: plugins/org.eclipse.reddeer.eclipse_2.8.0.v20191204-1942.jar (deflated 19%)
14:51:22   adding: plugins/com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz (deflated 1%)
14:51:23   adding: plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%)
14:51:23   adding: plugins/org.eclipse.ui.forms_3.8.200.v20191114-0830.jar (deflated 8%)
14:51:23   adding: plugins/org.eclipse.debug.ui_3.14.300.v20191116-2105.jar.pack.gz (deflated 0%)
14:51:23   adding: plugins/org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar.pack.gz (deflated 0%)
14:51:23   adding: plugins/org.eclipse.reddeer.ui_2.8.0.v20191204-1942.jar (deflated 14%)
14:51:23   adding: plugins/org.eclipse.ui.editors_3.13.0.v20191127-0544.jar.pack.gz (deflated 0%)
14:51:23 + cd /home/jenkins/agent/workspace/reddeer.milestone
14:51:23 + ssh genie.reddeer@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/reddeer/milestones/2.8.0.RC1
14:51:26 + 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/milestones/2.8.0.RC1
14:51:39 + ssh genie.reddeer@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/reddeer/milestones/2.8.0.RC1
14:51:39 total 457920
14:51:39 drwxrwsr-x  4 genie.reddeer technology.reddeer       197 Dec  4 14:51 .
14:51:39 drwxr-sr-x 19 genie.reddeer technology.reddeer      4096 Dec  4 14:51 ..
14:51:39 -rw-r--r--  1 genie.reddeer technology.reddeer     69430 Dec  4 14:50 artifacts.jar
14:51:39 -rw-r--r--  1 genie.reddeer technology.reddeer     50192 Dec  4 14:51 artifacts.xml.xz
14:51:39 -rw-r--r--  1 genie.reddeer technology.reddeer    185424 Dec  4 14:50 content.jar
14:51:39 -rw-r--r--  1 genie.reddeer technology.reddeer     67544 Dec  4 14:51 content.xml.xz
14:51:39 drwxr-sr-x  2 genie.reddeer technology.reddeer      4096 Dec  4 14:50 features
14:51:39 -rw-r--r--  1 genie.reddeer technology.reddeer       172 Dec  4 14:51 p2.index
14:51:39 drwxr-sr-x  2 genie.reddeer technology.reddeer     49152 Dec  4 14:50 plugins
14:51:39 -rw-r--r--  1 genie.reddeer technology.reddeer 223837662 Dec  4 14:51 repository.zip
14:51:39 $ ssh-agent -k
14:51:39 unset SSH_AUTH_SOCK;
14:51:39 unset SSH_AGENT_PID;
14:51:39 echo Agent pid 62 killed;
14:51:39 [ssh-agent] Stopped.
14:51:41 No mail will be sent out, as 'reddeer.milestone #21' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
14:51:41 Finished: SUCCESS