Skip to content
Failed

Console Output

09:56:32 Started by user Ondrej Dockal
09:56:32 Running as Ondrej Dockal
09:56:34 Agent default-agent-bdfb4 is provisioned from template Kubernetes Pod Template
09:56:34 ---
09:56:34 apiVersion: "v1"
09:56:34 kind: "Pod"
09:56:34 metadata:
09:56:34   annotations: {}
09:56:34   labels:
09:56:34     jenkins: "slave"
09:56:34   name: "default-agent-bdfb4"
09:56:34 spec:
09:56:34   containers:
09:56:34   - env:
09:56:34     - name: "MAVEN_OPTS"
09:56:34       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
09:56:34     - name: "JENKINS_SECRET"
09:56:34       value: "********"
09:56:34     - name: "JENKINS_TUNNEL"
09:56:34       value: "jenkins-discovery.reddeer.svc.cluster.local:50000"
09:56:34     - name: "JENKINS_AGENT_NAME"
09:56:34       value: "default-agent-bdfb4"
09:56:34     - name: "MAVEN_CONFIG"
09:56:34       value: "-B -e"
09:56:34     - name: "JENKINS_NAME"
09:56:34       value: "default-agent-bdfb4"
09:56:34     - name: "JENKINS_AGENT_WORKDIR"
09:56:34       value: "/home/jenkins/agent"
09:56:34     - name: "JENKINS_URL"
09:56:34       value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/"
09:56:34     - name: "HOME"
09:56:34       value: "/home/jenkins"
09:56:34     image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
09:56:34     imagePullPolicy: "IfNotPresent"
09:56:34     name: "jnlp"
09:56:34     resources:
09:56:34       limits:
09:56:34         memory: "4096Mi"
09:56:34         cpu: "2000m"
09:56:34       requests:
09:56:34         memory: "4096Mi"
09:56:34         cpu: "1000m"
09:56:34     securityContext:
09:56:34       privileged: false
09:56:34     tty: true
09:56:34     volumeMounts:
09:56:34     - mountPath: "/home/jenkins/.m2/toolchains.xml"
09:56:34       name: "toolchains-xml"
09:56:34       readOnly: true
09:56:34       subPath: "toolchains.xml"
09:56:34     - mountPath: "/opt/tools"
09:56:34       name: "volume-0"
09:56:34       readOnly: false
09:56:34     - mountPath: "/home/jenkins"
09:56:34       name: "volume-2"
09:56:34       readOnly: false
09:56:34     - mountPath: "/home/jenkins/.m2/repository"
09:56:34       name: "volume-3"
09:56:34       readOnly: false
09:56:34     - mountPath: "/home/jenkins/.m2/settings-security.xml"
09:56:34       name: "settings-security-xml"
09:56:34       readOnly: true
09:56:34       subPath: "settings-security.xml"
09:56:34     - mountPath: "/home/jenkins/.m2/settings.xml"
09:56:34       name: "settings-xml"
09:56:34       readOnly: true
09:56:34       subPath: "settings.xml"
09:56:34     - mountPath: "/home/jenkins/.ssh"
09:56:34       name: "volume-1"
09:56:34       readOnly: false
09:56:34     - mountPath: "/home/jenkins/agent"
09:56:34       name: "workspace-volume"
09:56:34       readOnly: false
09:56:34     workingDir: "/home/jenkins/agent"
09:56:34   nodeSelector: {}
09:56:34   restartPolicy: "Never"
09:56:34   volumes:
09:56:34   - name: "settings-security-xml"
09:56:34     secret:
09:56:34       items:
09:56:34       - key: "settings-security.xml"
09:56:34         path: "settings-security.xml"
09:56:34       secretName: "m2-secret-dir"
09:56:34   - name: "volume-0"
09:56:34     persistentVolumeClaim:
09:56:34       claimName: "tools-claim-jiro-reddeer"
09:56:34       readOnly: true
09:56:34   - configMap:
09:56:34       items:
09:56:34       - key: "toolchains.xml"
09:56:34         path: "toolchains.xml"
09:56:34       name: "m2-dir"
09:56:34     name: "toolchains-xml"
09:56:34   - emptyDir:
09:56:34       medium: ""
09:56:34     name: "volume-2"
09:56:34   - configMap:
09:56:34       name: "known-hosts"
09:56:34     name: "volume-1"
09:56:34   - name: "settings-xml"
09:56:34     secret:
09:56:34       items:
09:56:34       - key: "settings.xml"
09:56:34         path: "settings.xml"
09:56:34       secretName: "m2-secret-dir"
09:56:34   - emptyDir:
09:56:34       medium: ""
09:56:34     name: "workspace-volume"
09:56:34   - emptyDir:
09:56:34       medium: ""
09:56:34     name: "volume-3"
09:56:34 
09:56:34 Building remotely on default-agent-bdfb4 in workspace /home/jenkins/agent/workspace/reddeer.release
09:56:34 [ssh-agent] Looking for ssh-agent implementation...
09:56:35 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
09:56:35 $ ssh-agent
09:56:35 SSH_AUTH_SOCK=/tmp/ssh-35Qx4c4PvAbo/agent.53
09:56:35 SSH_AGENT_PID=55
09:56:35 [ssh-agent] Started.
09:56:35 Running ssh-add (command line suppressed)
09:56:35 Identity added: /home/jenkins/agent/workspace/reddeer.release@tmp/private_key_2267496341400477226.key (/home/jenkins/agent/workspace/reddeer.release@tmp/private_key_2267496341400477226.key)
09:56:35 [ssh-agent] Using credentials genie.reddeer (ssh://genie.reddeer@projects-storage.eclipse.org)
09:56:38 No credentials specified
09:56:38 Cloning the remote Git repository
09:56:38 Cloning repository https://github.com/eclipse/reddeer.git
09:56:38  > git init /home/jenkins/agent/workspace/reddeer.release # timeout=10
09:56:38 Fetching upstream changes from https://github.com/eclipse/reddeer.git
09:56:38  > git --version # timeout=10
09:56:38  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/*
09:56:41  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
09:56:41  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
09:56:41  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
09:56:41 Fetching upstream changes from https://github.com/eclipse/reddeer.git
09:56:41  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/*
09:56:41  > git rev-parse refs/tags/2.8.0.Final^{commit} # timeout=10
09:56:41  > git rev-parse refs/remotes/origin/refs/tags/2.8.0.Final^{commit} # timeout=10
09:56:41 Checking out Revision 266914a2edd3335ec95c15e59e35ec381aa4c230 (refs/tags/2.8.0.Final)
09:56:41  > git config core.sparsecheckout # timeout=10
09:56:41  > git checkout -f 266914a2edd3335ec95c15e59e35ec381aa4c230
09:56:43 Commit message: "Add third party license into notice"
09:56:43 First time build. Skipping changelog.
09:56:43 [reddeer.release] $ /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
09:56:43 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
09:56:43 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
09:56:45 [INFO] Scanning for projects...
09:56:46 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
09:56:46 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
09:56:47 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 11 kB/s)
09:56:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom
09:56:47 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
09:56:47 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 287 kB/s)
09:56:47 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
09:56:47 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
09:56:47 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 63 kB/s)
09:56:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
09:56:47 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
09:56:47 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 162 kB/s)
09:56:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
09:56:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
09:56:47 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 429 kB/s)
09:56:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
09:56:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
09:56:47 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 92 kB/s)
09:56:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
09:56:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
09:56:47 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 261 kB/s)
09:56:47 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
09:56:47 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
09:56:48 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 14 kB/s)
09:56:48 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
09:56:48 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
09:56:48 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 74 kB/s)
09:56:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
09:56:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
09:56:48 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 489 kB/s)
09:56:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
09:56:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
09:56:48 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 266 kB/s)
09:56:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
09:56:48 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
09:56:48 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 31 kB/s)
09:56:48 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
09:56:48 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
09:56:48 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 50 kB/s)
09:56:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
09:56:48 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
09:56:48 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 23 kB/s)
09:56:48 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
09:56:48 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
09:56:48 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 97 kB/s)
09:56:48 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
09:56:48 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
09:56:48 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 353 kB/s)
09:56:48 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
09:56:48 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
09:56:48 Progress (1): 770 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 3.3 kB/s)
09:56:48 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
09:56:48 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
09:56:49 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 126 kB/s)
09:56:49 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
09:56:49 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
09:56:49 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 56 kB/s)
09:56:49 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
09:56:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
09:56:49 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 145 kB/s)
09:56:49 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
09:56:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
09:56:49 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 205 kB/s)
09:56:49 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
09:56:49 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
09:56:49 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 80 kB/s)
09:56:49 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
09:56:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
09:56:49 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 182 kB/s)
09:56:49 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
09:56:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
09:56:49 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 209 kB/s)
09:56:49 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
09:56:49 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
09:56:49 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 21 kB/s)
09:56:49 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
09:56:49 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
09:56:49 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 42 kB/s)
09:56:49 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
09:56:49 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
09:56:49 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 48 kB/s)
09:56:49 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
09:56:49 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
09:56:49 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 134 kB/s)
09:56:49 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
09:56:49 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
09:56:49 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)
09:56:49 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
09:56:49 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
09:56:49 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 59 kB/s)
09:56:49 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
09:56:49 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
09:56:49 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 33 kB/s)
09:56:49 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
09:56:49 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
09:56:49 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 210 kB/s)
09:56:49 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
09:56:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
09:56:50 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 307 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
09:56:50 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
09:56:50 Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 111 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
09:56:50 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
09:56:50 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 466 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
09:56:50 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
09:56:50 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 160 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
09:56:50 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
09:56:50 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 277 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
09:56:50 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
09:56:50 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 64 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
09:56:50 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
09:56:50 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 82 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
09:56:50 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
09:56:50 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 36 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
09:56:50 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
09:56:50 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 249 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
09:56:50 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
09:56:50 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 49 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
09:56:50 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
09:56:50 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 88 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
09:56:50 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
09:56:50 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)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
09:56:50 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
09:56:50 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 113 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
09:56:50 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
09:56:50 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 102 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
09:56:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
09:56:50 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 457 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
09:56:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
09:56:50 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 150 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
09:56:50 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
09:56:50 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 283 kB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
09:56:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
09:56:50 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.1 MB/s)
09:56:50 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
09:56:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
09:56:51 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 433 kB/s)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
09:56:51 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
09:56:51 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 369 kB/s)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
09:56:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
09:56:51 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.4 MB/s)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
09:56:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
09:56:51 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 428 kB/s)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
09:56:51 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
09:56:51 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)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
09:56:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
09:56:51 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)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
09:56:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
09:56:51 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 280 kB/s)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
09:56:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
09:56:51 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 77 kB/s)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
09:56:51 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
09:56:51 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 393 kB/s)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
09:56:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
09:56:51 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 309 kB/s)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom
09:56:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
09:56:51 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 49 kB/s)
09:56:51 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
09:56:51 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
09:56:51 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 54 kB/s)
09:56:51 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
09:56:51 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
09:56:51 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 42 kB/s)
09:56:51 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
09:56:51 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
09:56:51 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 40 kB/s)
09:56:51 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
09:56:51 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
09:56:51 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 26 kB/s)
09:56:51 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
09:56:51 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
09:56:51 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 37 kB/s)
09:56:51 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
09:56:51 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
09:56:51 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 32 kB/s)
09:56:51 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
09:56:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
09:56:52 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 165 kB/s)
09:56:52 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
09:56:52 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
09:56:52 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 57 kB/s)
09:56:52 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
09:56:52 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
09:56:52 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 11 kB/s)
09:56:52 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
09:56:52 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
09:56:52 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 93 kB/s)
09:56:52 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
09:56:52 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
09:56:52 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 22 kB/s)
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
09:56:52 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
09:56:52 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 109 kB/s)
09:56:52 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
09:56:52 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
09:56:52 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 29 kB/s)
09:56:52 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
09:56:52 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
09:56:52 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 375 kB/s)
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
09:56:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
09:56:52 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 831 kB/s)
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
09:56:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
09:56:52 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 152 kB/s)
09:56:52 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
09:56:52 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
09:56:52 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)
09:56:52 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
09:56:52 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
09:56:52 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 35 kB/s)
09:56:52 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
09:56:52 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
09:56:52 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 32 kB/s)
09:56:52 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
09:56:52 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
09:56:52 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 18 kB/s)
09:56:52 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
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
09:56:52 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
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
09:56:52 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
09:56:52 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
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
09:56:52 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
09:56:52 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
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
09:56:52 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
09:56:52 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
09:56:52 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
09:56:53 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
09:56:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
09:56:53 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
09:56:53 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
09:56:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
09:56:53 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
09:56:53 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
09:56:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
09:56:53 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
09:56:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
09:56:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
09:56:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
09:56:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
09:56:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 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
09:56:53 Progress (1): 4.1/200 kB
Progress (2): 4.1/200 kB | 4.1/527 kB
Progress (2): 7.7/200 kB | 4.1/527 kB
Progress (2): 7.7/200 kB | 7.7/527 kB
Progress (2): 12/200 kB | 7.7/527 kB 
Progress (2): 12/200 kB | 12/527 kB 
Progress (2): 16/200 kB | 12/527 kB
Progress (2): 16/200 kB | 16/527 kB
Progress (2): 20/200 kB | 16/527 kB
Progress (3): 20/200 kB | 16/527 kB | 4.1/5.5 kB
Progress (3): 20/200 kB | 20/527 kB | 4.1/5.5 kB
Progress (3): 24/200 kB | 20/527 kB | 4.1/5.5 kB
Progress (4): 24/200 kB | 20/527 kB | 4.1/5.5 kB | 4.1/47 kB
Progress (4): 24/200 kB | 20/527 kB | 4.1/5.5 kB | 7.7/47 kB
Progress (4): 24/200 kB | 24/527 kB | 4.1/5.5 kB | 7.7/47 kB
Progress (4): 24/200 kB | 24/527 kB | 5.5 kB | 7.7/47 kB    
Progress (4): 24/200 kB | 24/527 kB | 5.5 kB | 12/47 kB 
Progress (5): 24/200 kB | 24/527 kB | 5.5 kB | 12/47 kB | 4.1/165 kB
Progress (5): 28/200 kB | 24/527 kB | 5.5 kB | 12/47 kB | 4.1/165 kB
Progress (5): 28/200 kB | 24/527 kB | 5.5 kB | 12/47 kB | 7.7/165 kB
Progress (5): 28/200 kB | 24/527 kB | 5.5 kB | 16/47 kB | 7.7/165 kB
Progress (5): 28/200 kB | 28/527 kB | 5.5 kB | 16/47 kB | 7.7/165 kB
Progress (5): 28/200 kB | 28/527 kB | 5.5 kB | 20/47 kB | 7.7/165 kB
Progress (5): 28/200 kB | 28/527 kB | 5.5 kB | 20/47 kB | 12/165 kB 
Progress (5): 32/200 kB | 28/527 kB | 5.5 kB | 20/47 kB | 12/165 kB
Progress (5): 32/200 kB | 28/527 kB | 5.5 kB | 20/47 kB | 16/165 kB
Progress (5): 32/200 kB | 28/527 kB | 5.5 kB | 24/47 kB | 16/165 kB
Progress (5): 32/200 kB | 32/527 kB | 5.5 kB | 24/47 kB | 16/165 kB
Progress (5): 32/200 kB | 32/527 kB | 5.5 kB | 28/47 kB | 16/165 kB
Progress (5): 32/200 kB | 32/527 kB | 5.5 kB | 28/47 kB | 20/165 kB
Progress (5): 36/200 kB | 32/527 kB | 5.5 kB | 28/47 kB | 20/165 kB
Progress (5): 36/200 kB | 32/527 kB | 5.5 kB | 28/47 kB | 24/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 99 kB/s)
09:56:53 Progress (4): 36/200 kB | 32/527 kB | 32/47 kB | 24/165 kB
Progress (4): 36/200 kB | 36/527 kB | 32/47 kB | 24/165 kB
Progress (4): 36/200 kB | 36/527 kB | 36/47 kB | 24/165 kB
Progress (4): 36/200 kB | 36/527 kB | 40/47 kB | 24/165 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
09:56:53 Progress (4): 36/200 kB | 36/527 kB | 40/47 kB | 28/165 kB
Progress (4): 40/200 kB | 36/527 kB | 40/47 kB | 28/165 kB
Progress (4): 40/200 kB | 36/527 kB | 40/47 kB | 32/165 kB
Progress (4): 40/200 kB | 36/527 kB | 44/47 kB | 32/165 kB
Progress (4): 40/200 kB | 40/527 kB | 44/47 kB | 32/165 kB
Progress (4): 40/200 kB | 40/527 kB | 44/47 kB | 36/165 kB
Progress (4): 40/200 kB | 40/527 kB | 47 kB | 36/165 kB   
Progress (4): 44/200 kB | 40/527 kB | 47 kB | 36/165 kB
Progress (4): 44/200 kB | 40/527 kB | 47 kB | 40/165 kB
Progress (4): 44/200 kB | 44/527 kB | 47 kB | 40/165 kB
Progress (4): 48/200 kB | 44/527 kB | 47 kB | 40/165 kB
Progress (4): 48/200 kB | 48/527 kB | 47 kB | 40/165 kB
Progress (4): 48/200 kB | 48/527 kB | 47 kB | 44/165 kB
Progress (4): 48/200 kB | 52/527 kB | 47 kB | 44/165 kB
Progress (4): 52/200 kB | 52/527 kB | 47 kB | 44/165 kB
Progress (4): 52/200 kB | 56/527 kB | 47 kB | 44/165 kB
Progress (4): 52/200 kB | 56/527 kB | 47 kB | 48/165 kB
Progress (4): 52/200 kB | 60/527 kB | 47 kB | 48/165 kB
Progress (4): 56/200 kB | 60/527 kB | 47 kB | 48/165 kB
Progress (4): 56/200 kB | 64/527 kB | 47 kB | 48/165 kB
Progress (4): 56/200 kB | 64/527 kB | 47 kB | 52/165 kB
Progress (4): 56/200 kB | 68/527 kB | 47 kB | 52/165 kB
Progress (4): 56/200 kB | 72/527 kB | 47 kB | 52/165 kB
Progress (4): 60/200 kB | 72/527 kB | 47 kB | 52/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 718 kB/s)
09:56:53 Progress (3): 60/200 kB | 76/527 kB | 52/165 kB
Progress (4): 60/200 kB | 76/527 kB | 52/165 kB | 4.1/38 kB
Progress (4): 60/200 kB | 76/527 kB | 56/165 kB | 4.1/38 kB
Progress (4): 60/200 kB | 76/527 kB | 56/165 kB | 7.7/38 kB
Progress (4): 60/200 kB | 80/527 kB | 56/165 kB | 7.7/38 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
09:56:53 Progress (4): 64/200 kB | 80/527 kB | 56/165 kB | 7.7/38 kB
Progress (4): 64/200 kB | 84/527 kB | 56/165 kB | 7.7/38 kB
Progress (4): 68/200 kB | 84/527 kB | 56/165 kB | 7.7/38 kB
Progress (4): 72/200 kB | 84/527 kB | 56/165 kB | 7.7/38 kB
Progress (4): 72/200 kB | 84/527 kB | 56/165 kB | 12/38 kB 
Progress (4): 72/200 kB | 84/527 kB | 60/165 kB | 12/38 kB
Progress (4): 72/200 kB | 84/527 kB | 64/165 kB | 12/38 kB
Progress (4): 72/200 kB | 84/527 kB | 64/165 kB | 16/38 kB
Progress (4): 76/200 kB | 84/527 kB | 64/165 kB | 16/38 kB
Progress (4): 76/200 kB | 88/527 kB | 64/165 kB | 16/38 kB
Progress (4): 80/200 kB | 88/527 kB | 64/165 kB | 16/38 kB
Progress (4): 80/200 kB | 88/527 kB | 64/165 kB | 20/38 kB
Progress (4): 80/200 kB | 88/527 kB | 68/165 kB | 20/38 kB
Progress (4): 80/200 kB | 88/527 kB | 68/165 kB | 24/38 kB
Progress (4): 84/200 kB | 88/527 kB | 68/165 kB | 24/38 kB
Progress (4): 84/200 kB | 92/527 kB | 68/165 kB | 24/38 kB
Progress (4): 88/200 kB | 92/527 kB | 68/165 kB | 24/38 kB
Progress (4): 88/200 kB | 92/527 kB | 68/165 kB | 28/38 kB
Progress (4): 88/200 kB | 92/527 kB | 68/165 kB | 32/38 kB
Progress (4): 88/200 kB | 92/527 kB | 72/165 kB | 32/38 kB
Progress (4): 88/200 kB | 92/527 kB | 72/165 kB | 36/38 kB
Progress (4): 92/200 kB | 92/527 kB | 72/165 kB | 36/38 kB
Progress (4): 92/200 kB | 96/527 kB | 72/165 kB | 36/38 kB
Progress (4): 96/200 kB | 96/527 kB | 72/165 kB | 36/38 kB
Progress (4): 96/200 kB | 100/527 kB | 72/165 kB | 36/38 kB
Progress (4): 96/200 kB | 100/527 kB | 72/165 kB | 38 kB   
Progress (4): 96/200 kB | 100/527 kB | 76/165 kB | 38 kB
Progress (4): 96/200 kB | 104/527 kB | 76/165 kB | 38 kB
Progress (4): 100/200 kB | 104/527 kB | 76/165 kB | 38 kB
Progress (4): 100/200 kB | 108/527 kB | 76/165 kB | 38 kB
Progress (4): 100/200 kB | 108/527 kB | 80/165 kB | 38 kB
Progress (4): 100/200 kB | 112/527 kB | 80/165 kB | 38 kB
Progress (4): 104/200 kB | 112/527 kB | 80/165 kB | 38 kB
Progress (4): 104/200 kB | 116/527 kB | 80/165 kB | 38 kB
Progress (4): 104/200 kB | 116/527 kB | 84/165 kB | 38 kB
Progress (4): 104/200 kB | 120/527 kB | 84/165 kB | 38 kB
Progress (4): 108/200 kB | 120/527 kB | 84/165 kB | 38 kB
Progress (4): 108/200 kB | 120/527 kB | 88/165 kB | 38 kB
Progress (4): 108/200 kB | 124/527 kB | 88/165 kB | 38 kB
Progress (4): 112/200 kB | 124/527 kB | 88/165 kB | 38 kB
Progress (4): 112/200 kB | 128/527 kB | 88/165 kB | 38 kB
Progress (4): 112/200 kB | 128/527 kB | 92/165 kB | 38 kB
Progress (4): 116/200 kB | 128/527 kB | 92/165 kB | 38 kB
Progress (4): 120/200 kB | 128/527 kB | 92/165 kB | 38 kB
Progress (4): 120/200 kB | 128/527 kB | 96/165 kB | 38 kB
Progress (4): 120/200 kB | 132/527 kB | 96/165 kB | 38 kB
Progress (4): 120/200 kB | 132/527 kB | 100/165 kB | 38 kB
Progress (4): 124/200 kB | 132/527 kB | 100/165 kB | 38 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 259 kB/s)
09:56:53 Progress (3): 128/200 kB | 132/527 kB | 100/165 kB
Progress (3): 128/200 kB | 132/527 kB | 104/165 kB
Progress (3): 128/200 kB | 136/527 kB | 104/165 kB
Progress (3): 128/200 kB | 136/527 kB | 108/165 kB
Progress (3): 132/200 kB | 136/527 kB | 108/165 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
09:56:53 Progress (3): 136/200 kB | 136/527 kB | 108/165 kB
Progress (3): 136/200 kB | 136/527 kB | 112/165 kB
Progress (3): 136/200 kB | 140/527 kB | 112/165 kB
Progress (3): 136/200 kB | 140/527 kB | 116/165 kB
Progress (3): 140/200 kB | 140/527 kB | 116/165 kB
Progress (3): 140/200 kB | 140/527 kB | 120/165 kB
Progress (3): 140/200 kB | 144/527 kB | 120/165 kB
Progress (3): 140/200 kB | 144/527 kB | 124/165 kB
Progress (3): 144/200 kB | 144/527 kB | 124/165 kB
Progress (3): 144/200 kB | 148/527 kB | 124/165 kB
Progress (3): 144/200 kB | 148/527 kB | 128/165 kB
Progress (3): 144/200 kB | 152/527 kB | 128/165 kB
Progress (3): 148/200 kB | 152/527 kB | 128/165 kB
Progress (3): 148/200 kB | 152/527 kB | 132/165 kB
Progress (3): 152/200 kB | 152/527 kB | 132/165 kB
Progress (3): 152/200 kB | 156/527 kB | 132/165 kB
Progress (3): 156/200 kB | 156/527 kB | 132/165 kB
Progress (3): 156/200 kB | 156/527 kB | 136/165 kB
Progress (3): 160/200 kB | 156/527 kB | 136/165 kB
Progress (3): 160/200 kB | 160/527 kB | 136/165 kB
Progress (3): 164/200 kB | 160/527 kB | 136/165 kB
Progress (3): 164/200 kB | 160/527 kB | 140/165 kB
Progress (3): 168/200 kB | 160/527 kB | 140/165 kB
Progress (3): 168/200 kB | 164/527 kB | 140/165 kB
Progress (3): 172/200 kB | 164/527 kB | 140/165 kB
Progress (3): 172/200 kB | 164/527 kB | 144/165 kB
Progress (3): 176/200 kB | 164/527 kB | 144/165 kB
Progress (3): 176/200 kB | 168/527 kB | 144/165 kB
Progress (3): 180/200 kB | 168/527 kB | 144/165 kB
Progress (3): 180/200 kB | 168/527 kB | 148/165 kB
Progress (3): 180/200 kB | 172/527 kB | 148/165 kB
Progress (3): 184/200 kB | 172/527 kB | 148/165 kB
Progress (3): 184/200 kB | 176/527 kB | 148/165 kB
Progress (3): 184/200 kB | 176/527 kB | 152/165 kB
Progress (3): 184/200 kB | 180/527 kB | 152/165 kB
Progress (3): 188/200 kB | 180/527 kB | 152/165 kB
Progress (3): 188/200 kB | 184/527 kB | 152/165 kB
Progress (3): 188/200 kB | 184/527 kB | 156/165 kB
Progress (4): 188/200 kB | 184/527 kB | 156/165 kB | 4.1/52 kB
Progress (4): 192/200 kB | 184/527 kB | 156/165 kB | 4.1/52 kB
Progress (4): 192/200 kB | 184/527 kB | 156/165 kB | 7.7/52 kB
Progress (4): 192/200 kB | 184/527 kB | 160/165 kB | 7.7/52 kB
Progress (4): 192/200 kB | 188/527 kB | 160/165 kB | 7.7/52 kB
Progress (4): 192/200 kB | 188/527 kB | 164/165 kB | 7.7/52 kB
Progress (4): 192/200 kB | 188/527 kB | 164/165 kB | 12/52 kB 
Progress (4): 196/200 kB | 188/527 kB | 164/165 kB | 12/52 kB
Progress (4): 196/200 kB | 188/527 kB | 164/165 kB | 16/52 kB
Progress (4): 196/200 kB | 188/527 kB | 165 kB | 16/52 kB    
Progress (4): 196/200 kB | 192/527 kB | 165 kB | 16/52 kB
Progress (4): 196/200 kB | 192/527 kB | 165 kB | 20/52 kB
Progress (4): 200/200 kB | 192/527 kB | 165 kB | 20/52 kB
Progress (4): 200/200 kB | 196/527 kB | 165 kB | 20/52 kB
Progress (4): 200 kB | 196/527 kB | 165 kB | 20/52 kB    
Progress (5): 200 kB | 196/527 kB | 165 kB | 20/52 kB | 4.1/30 kB
Progress (5): 200 kB | 200/527 kB | 165 kB | 20/52 kB | 4.1/30 kB
Progress (5): 200 kB | 200/527 kB | 165 kB | 24/52 kB | 4.1/30 kB
Progress (5): 200 kB | 200/527 kB | 165 kB | 24/52 kB | 7.7/30 kB
Progress (5): 200 kB | 204/527 kB | 165 kB | 24/52 kB | 7.7/30 kB
Progress (5): 200 kB | 204/527 kB | 165 kB | 24/52 kB | 12/30 kB 
Progress (5): 200 kB | 204/527 kB | 165 kB | 28/52 kB | 12/30 kB
Progress (5): 200 kB | 204/527 kB | 165 kB | 28/52 kB | 16/30 kB
Progress (5): 200 kB | 208/527 kB | 165 kB | 28/52 kB | 16/30 kB
Progress (5): 200 kB | 208/527 kB | 165 kB | 28/52 kB | 20/30 kB
Progress (5): 200 kB | 212/527 kB | 165 kB | 28/52 kB | 20/30 kB
Progress (5): 200 kB | 212/527 kB | 165 kB | 32/52 kB | 20/30 kB
Progress (5): 200 kB | 216/527 kB | 165 kB | 32/52 kB | 20/30 kB
Progress (5): 200 kB | 216/527 kB | 165 kB | 32/52 kB | 24/30 kB
Progress (5): 200 kB | 216/527 kB | 165 kB | 36/52 kB | 24/30 kB
Progress (5): 200 kB | 216/527 kB | 165 kB | 36/52 kB | 28/30 kB
Progress (5): 200 kB | 220/527 kB | 165 kB | 36/52 kB | 28/30 kB
Progress (5): 200 kB | 220/527 kB | 165 kB | 36/52 kB | 30 kB   
Progress (5): 200 kB | 220/527 kB | 165 kB | 40/52 kB | 30 kB
Progress (5): 200 kB | 224/527 kB | 165 kB | 40/52 kB | 30 kB
Progress (5): 200 kB | 224/527 kB | 165 kB | 44/52 kB | 30 kB
Progress (5): 200 kB | 228/527 kB | 165 kB | 44/52 kB | 30 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 648 kB/s)
09:56:53 Progress (4): 200 kB | 228/527 kB | 48/52 kB | 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
09:56:53 Progress (4): 200 kB | 232/527 kB | 48/52 kB | 30 kB
Progress (4): 200 kB | 232/527 kB | 52/52 kB | 30 kB
Progress (4): 200 kB | 236/527 kB | 52/52 kB | 30 kB
Progress (4): 200 kB | 236/527 kB | 52 kB | 30 kB   
Progress (4): 200 kB | 240/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 244/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 248/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 252/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 256/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 260/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 264/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 268/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 272/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 276/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 280/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 284/527 kB | 52 kB | 30 kB
Progress (4): 200 kB | 288/527 kB | 52 kB | 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 760 kB/s)
09:56:53 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 114 kB/s)
09:56:53 Progress (2): 292/527 kB | 52 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
09:56:53 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
09:56:53 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 196 kB/s)
09:56:53 Progress (1): 296/527 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
09:56:53 Progress (1): 300/527 kB
Progress (1): 304/527 kB
Progress (1): 308/527 kB
Progress (1): 312/527 kB
Progress (1): 316/527 kB
Progress (1): 320/527 kB
Progress (1): 324/527 kB
Progress (1): 328/527 kB
Progress (1): 332/527 kB
Progress (1): 336/527 kB
Progress (1): 340/527 kB
Progress (1): 344/527 kB
Progress (1): 348/527 kB
Progress (1): 352/527 kB
Progress (1): 356/527 kB
Progress (1): 360/527 kB
Progress (1): 364/527 kB
Progress (1): 368/527 kB
Progress (1): 372/527 kB
Progress (1): 376/527 kB
Progress (2): 376/527 kB | 4.1/148 kB
Progress (2): 380/527 kB | 4.1/148 kB
Progress (2): 380/527 kB | 7.7/148 kB
Progress (2): 384/527 kB | 7.7/148 kB
Progress (2): 384/527 kB | 12/148 kB 
Progress (2): 384/527 kB | 16/148 kB
Progress (2): 388/527 kB | 16/148 kB
Progress (2): 388/527 kB | 20/148 kB
Progress (2): 392/527 kB | 20/148 kB
Progress (2): 392/527 kB | 24/148 kB
Progress (2): 396/527 kB | 24/148 kB
Progress (2): 396/527 kB | 28/148 kB
Progress (2): 400/527 kB | 28/148 kB
Progress (2): 400/527 kB | 32/148 kB
Progress (2): 400/527 kB | 33/148 kB
Progress (2): 404/527 kB | 33/148 kB
Progress (2): 404/527 kB | 37/148 kB
Progress (2): 408/527 kB | 37/148 kB
Progress (3): 408/527 kB | 37/148 kB | 4.1/14 kB
Progress (3): 408/527 kB | 41/148 kB | 4.1/14 kB
Progress (3): 408/527 kB | 41/148 kB | 7.7/14 kB
Progress (3): 412/527 kB | 41/148 kB | 7.7/14 kB
Progress (3): 412/527 kB | 45/148 kB | 7.7/14 kB
Progress (3): 416/527 kB | 45/148 kB | 7.7/14 kB
Progress (3): 416/527 kB | 45/148 kB | 12/14 kB 
Progress (3): 420/527 kB | 45/148 kB | 12/14 kB
Progress (3): 420/527 kB | 49/148 kB | 12/14 kB
Progress (3): 424/527 kB | 49/148 kB | 12/14 kB
Progress (3): 424/527 kB | 49/148 kB | 14 kB   
Progress (3): 428/527 kB | 49/148 kB | 14 kB
Progress (3): 428/527 kB | 53/148 kB | 14 kB
Progress (3): 432/527 kB | 53/148 kB | 14 kB
Progress (3): 432/527 kB | 57/148 kB | 14 kB
Progress (4): 432/527 kB | 57/148 kB | 14 kB | 4.1/106 kB
Progress (4): 436/527 kB | 57/148 kB | 14 kB | 4.1/106 kB
Progress (4): 436/527 kB | 57/148 kB | 14 kB | 7.7/106 kB
Progress (4): 436/527 kB | 57/148 kB | 14 kB | 12/106 kB 
Progress (4): 436/527 kB | 57/148 kB | 14 kB | 16/106 kB
Progress (4): 436/527 kB | 57/148 kB | 14 kB | 20/106 kB
Progress (4): 436/527 kB | 57/148 kB | 14 kB | 24/106 kB
Progress (4): 436/527 kB | 57/148 kB | 14 kB | 28/106 kB
Progress (4): 436/527 kB | 57/148 kB | 14 kB | 32/106 kB
Progress (4): 436/527 kB | 57/148 kB | 14 kB | 33/106 kB
Progress (4): 436/527 kB | 61/148 kB | 14 kB | 33/106 kB
Progress (4): 436/527 kB | 61/148 kB | 14 kB | 37/106 kB
Progress (4): 440/527 kB | 61/148 kB | 14 kB | 37/106 kB
Progress (4): 440/527 kB | 61/148 kB | 14 kB | 41/106 kB
Progress (4): 440/527 kB | 65/148 kB | 14 kB | 41/106 kB
Progress (4): 440/527 kB | 65/148 kB | 14 kB | 45/106 kB
Progress (4): 444/527 kB | 65/148 kB | 14 kB | 45/106 kB
Progress (4): 444/527 kB | 65/148 kB | 14 kB | 49/106 kB
Progress (4): 444/527 kB | 69/148 kB | 14 kB | 49/106 kB
Progress (4): 444/527 kB | 69/148 kB | 14 kB | 53/106 kB
Progress (4): 448/527 kB | 69/148 kB | 14 kB | 53/106 kB
Progress (4): 448/527 kB | 69/148 kB | 14 kB | 57/106 kB
Progress (4): 448/527 kB | 73/148 kB | 14 kB | 57/106 kB
Progress (4): 448/527 kB | 73/148 kB | 14 kB | 61/106 kB
Progress (4): 452/527 kB | 73/148 kB | 14 kB | 61/106 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 38 kB/s)
09:56:53 Progress (3): 456/527 kB | 73/148 kB | 61/106 kB
Progress (3): 456/527 kB | 73/148 kB | 65/106 kB
Progress (3): 456/527 kB | 77/148 kB | 65/106 kB
Progress (3): 460/527 kB | 77/148 kB | 65/106 kB
Progress (3): 460/527 kB | 77/148 kB | 66/106 kB
Progress (4): 460/527 kB | 77/148 kB | 66/106 kB | 4.1/51 kB
Progress (4): 460/527 kB | 77/148 kB | 66/106 kB | 7.7/51 kB
Progress (4): 460/527 kB | 77/148 kB | 66/106 kB | 12/51 kB 
Progress (4): 460/527 kB | 77/148 kB | 66/106 kB | 16/51 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
09:56:53 Progress (4): 460/527 kB | 77/148 kB | 66/106 kB | 20/51 kB
Progress (4): 460/527 kB | 77/148 kB | 70/106 kB | 20/51 kB
Progress (4): 464/527 kB | 77/148 kB | 70/106 kB | 20/51 kB
Progress (4): 464/527 kB | 81/148 kB | 70/106 kB | 20/51 kB
Progress (4): 468/527 kB | 81/148 kB | 70/106 kB | 20/51 kB
Progress (4): 468/527 kB | 81/148 kB | 74/106 kB | 20/51 kB
Progress (4): 468/527 kB | 81/148 kB | 74/106 kB | 24/51 kB
Progress (4): 468/527 kB | 81/148 kB | 78/106 kB | 24/51 kB
Progress (4): 472/527 kB | 81/148 kB | 78/106 kB | 24/51 kB
Progress (4): 472/527 kB | 85/148 kB | 78/106 kB | 24/51 kB
Progress (4): 476/527 kB | 85/148 kB | 78/106 kB | 24/51 kB
Progress (4): 476/527 kB | 85/148 kB | 82/106 kB | 24/51 kB
Progress (4): 476/527 kB | 85/148 kB | 82/106 kB | 28/51 kB
Progress (4): 476/527 kB | 85/148 kB | 86/106 kB | 28/51 kB
Progress (4): 480/527 kB | 85/148 kB | 86/106 kB | 28/51 kB
Progress (4): 480/527 kB | 89/148 kB | 86/106 kB | 28/51 kB
Progress (4): 480/527 kB | 89/148 kB | 90/106 kB | 28/51 kB
Progress (4): 480/527 kB | 93/148 kB | 90/106 kB | 28/51 kB
Progress (4): 480/527 kB | 93/148 kB | 90/106 kB | 32/51 kB
Progress (4): 480/527 kB | 97/148 kB | 90/106 kB | 32/51 kB
Progress (4): 480/527 kB | 97/148 kB | 94/106 kB | 32/51 kB
Progress (4): 484/527 kB | 97/148 kB | 94/106 kB | 32/51 kB
Progress (4): 484/527 kB | 97/148 kB | 98/106 kB | 32/51 kB
Progress (4): 484/527 kB | 101/148 kB | 98/106 kB | 32/51 kB
Progress (4): 484/527 kB | 101/148 kB | 98/106 kB | 36/51 kB
Progress (4): 484/527 kB | 105/148 kB | 98/106 kB | 36/51 kB
Progress (4): 484/527 kB | 105/148 kB | 102/106 kB | 36/51 kB
Progress (4): 484/527 kB | 109/148 kB | 102/106 kB | 36/51 kB
Progress (4): 488/527 kB | 109/148 kB | 102/106 kB | 36/51 kB
Progress (4): 488/527 kB | 113/148 kB | 102/106 kB | 36/51 kB
Progress (4): 488/527 kB | 113/148 kB | 106/106 kB | 36/51 kB
Progress (4): 488/527 kB | 117/148 kB | 106/106 kB | 36/51 kB
Progress (4): 488/527 kB | 117/148 kB | 106/106 kB | 40/51 kB
Progress (4): 488/527 kB | 121/148 kB | 106/106 kB | 40/51 kB
Progress (4): 488/527 kB | 121/148 kB | 106 kB | 40/51 kB    
Progress (4): 492/527 kB | 121/148 kB | 106 kB | 40/51 kB
Progress (4): 492/527 kB | 125/148 kB | 106 kB | 40/51 kB
Progress (5): 492/527 kB | 125/148 kB | 106 kB | 40/51 kB | 4.1/74 kB
Progress (5): 492/527 kB | 125/148 kB | 106 kB | 44/51 kB | 4.1/74 kB
Progress (5): 492/527 kB | 125/148 kB | 106 kB | 44/51 kB | 7.7/74 kB
Progress (5): 492/527 kB | 129/148 kB | 106 kB | 44/51 kB | 7.7/74 kB
Progress (5): 496/527 kB | 129/148 kB | 106 kB | 44/51 kB | 7.7/74 kB
Progress (5): 496/527 kB | 133/148 kB | 106 kB | 44/51 kB | 7.7/74 kB
Progress (5): 496/527 kB | 133/148 kB | 106 kB | 44/51 kB | 12/74 kB 
Progress (5): 496/527 kB | 133/148 kB | 106 kB | 48/51 kB | 12/74 kB
Progress (5): 496/527 kB | 133/148 kB | 106 kB | 48/51 kB | 16/74 kB
Progress (5): 496/527 kB | 137/148 kB | 106 kB | 48/51 kB | 16/74 kB
Progress (5): 500/527 kB | 137/148 kB | 106 kB | 48/51 kB | 16/74 kB
Progress (5): 500/527 kB | 141/148 kB | 106 kB | 48/51 kB | 16/74 kB
Progress (5): 500/527 kB | 141/148 kB | 106 kB | 48/51 kB | 20/74 kB
Progress (5): 500/527 kB | 141/148 kB | 106 kB | 51 kB | 20/74 kB   
Progress (5): 500/527 kB | 141/148 kB | 106 kB | 51 kB | 24/74 kB
Progress (5): 500/527 kB | 145/148 kB | 106 kB | 51 kB | 24/74 kB
Progress (5): 500/527 kB | 148 kB | 106 kB | 51 kB | 24/74 kB    
Progress (5): 504/527 kB | 148 kB | 106 kB | 51 kB | 24/74 kB
Progress (5): 504/527 kB | 148 kB | 106 kB | 51 kB | 28/74 kB
Progress (5): 508/527 kB | 148 kB | 106 kB | 51 kB | 28/74 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 281 kB/s)
09:56:53 Progress (4): 512/527 kB | 148 kB | 51 kB | 28/74 kB
Progress (4): 512/527 kB | 148 kB | 51 kB | 32/74 kB
Progress (4): 516/527 kB | 148 kB | 51 kB | 32/74 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
09:56:54 Progress (4): 520/527 kB | 148 kB | 51 kB | 32/74 kB
Progress (4): 520/527 kB | 148 kB | 51 kB | 33/74 kB
Progress (4): 524/527 kB | 148 kB | 51 kB | 33/74 kB
Progress (4): 527 kB | 148 kB | 51 kB | 33/74 kB    
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 384 kB/s)
09:56:54 Progress (3): 527 kB | 51 kB | 37/74 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
09:56:54 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 115 kB/s)
09:56:54 Progress (3): 527 kB | 37/74 kB | 4.1/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
09:56:54 Progress (3): 527 kB | 41/74 kB | 4.1/108 kB
Progress (3): 527 kB | 45/74 kB | 4.1/108 kB
Progress (3): 527 kB | 49/74 kB | 4.1/108 kB
Progress (3): 527 kB | 49/74 kB | 7.7/108 kB
Progress (3): 527 kB | 53/74 kB | 7.7/108 kB
Progress (3): 527 kB | 53/74 kB | 12/108 kB 
Progress (3): 527 kB | 57/74 kB | 12/108 kB
Progress (3): 527 kB | 57/74 kB | 16/108 kB
Progress (3): 527 kB | 61/74 kB | 16/108 kB
Progress (3): 527 kB | 61/74 kB | 20/108 kB
Progress (3): 527 kB | 65/74 kB | 20/108 kB
Progress (3): 527 kB | 65/74 kB | 24/108 kB
Progress (3): 527 kB | 69/74 kB | 24/108 kB
Progress (3): 527 kB | 69/74 kB | 28/108 kB
Progress (3): 527 kB | 73/74 kB | 28/108 kB
Progress (3): 527 kB | 73/74 kB | 32/108 kB
Progress (3): 527 kB | 74 kB | 32/108 kB   
Progress (3): 527 kB | 74 kB | 33/108 kB
Progress (3): 527 kB | 74 kB | 37/108 kB
Progress (3): 527 kB | 74 kB | 41/108 kB
Progress (3): 527 kB | 74 kB | 45/108 kB
Progress (3): 527 kB | 74 kB | 49/108 kB
Progress (3): 527 kB | 74 kB | 53/108 kB
Progress (3): 527 kB | 74 kB | 57/108 kB
Progress (3): 527 kB | 74 kB | 61/108 kB
Progress (3): 527 kB | 74 kB | 65/108 kB
Progress (3): 527 kB | 74 kB | 66/108 kB
Progress (3): 527 kB | 74 kB | 70/108 kB
Progress (3): 527 kB | 74 kB | 74/108 kB
Progress (3): 527 kB | 74 kB | 78/108 kB
Progress (3): 527 kB | 74 kB | 82/108 kB
Progress (3): 527 kB | 74 kB | 86/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 1.2 MB/s)
09:56:54 Progress (2): 74 kB | 90/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
09:56:54 Progress (2): 74 kB | 94/108 kB
Progress (2): 74 kB | 98/108 kB
Progress (2): 74 kB | 102/108 kB
Progress (2): 74 kB | 106/108 kB
Progress (2): 74 kB | 108 kB    
Progress (3): 74 kB | 108 kB | 4.1/153 kB
Progress (3): 74 kB | 108 kB | 7.7/153 kB
Progress (4): 74 kB | 108 kB | 7.7/153 kB | 4.1/202 kB
Progress (4): 74 kB | 108 kB | 12/153 kB | 4.1/202 kB 
Progress (4): 74 kB | 108 kB | 12/153 kB | 7.7/202 kB
Progress (4): 74 kB | 108 kB | 16/153 kB | 7.7/202 kB
Progress (4): 74 kB | 108 kB | 16/153 kB | 12/202 kB 
Progress (4): 74 kB | 108 kB | 20/153 kB | 12/202 kB
Progress (4): 74 kB | 108 kB | 20/153 kB | 16/202 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 161 kB/s)
09:56:54 Progress (3): 108 kB | 24/153 kB | 16/202 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
09:56:54 Progress (3): 108 kB | 24/153 kB | 20/202 kB
Progress (3): 108 kB | 28/153 kB | 20/202 kB
Progress (3): 108 kB | 28/153 kB | 24/202 kB
Progress (3): 108 kB | 32/153 kB | 24/202 kB
Progress (3): 108 kB | 32/153 kB | 28/202 kB
Progress (3): 108 kB | 33/153 kB | 28/202 kB
Progress (3): 108 kB | 33/153 kB | 32/202 kB
Progress (3): 108 kB | 33/153 kB | 33/202 kB
Progress (3): 108 kB | 33/153 kB | 37/202 kB
Progress (3): 108 kB | 33/153 kB | 41/202 kB
Progress (3): 108 kB | 33/153 kB | 45/202 kB
Progress (3): 108 kB | 33/153 kB | 49/202 kB
Progress (3): 108 kB | 33/153 kB | 53/202 kB
Progress (3): 108 kB | 33/153 kB | 57/202 kB
Progress (3): 108 kB | 33/153 kB | 61/202 kB
Progress (3): 108 kB | 37/153 kB | 61/202 kB
Progress (3): 108 kB | 37/153 kB | 65/202 kB
Progress (3): 108 kB | 41/153 kB | 65/202 kB
Progress (3): 108 kB | 41/153 kB | 66/202 kB
Progress (3): 108 kB | 45/153 kB | 66/202 kB
Progress (3): 108 kB | 49/153 kB | 66/202 kB
Progress (3): 108 kB | 53/153 kB | 66/202 kB
Progress (3): 108 kB | 53/153 kB | 70/202 kB
Progress (3): 108 kB | 57/153 kB | 70/202 kB
Progress (3): 108 kB | 57/153 kB | 74/202 kB
Progress (3): 108 kB | 61/153 kB | 74/202 kB
Progress (3): 108 kB | 61/153 kB | 78/202 kB
Progress (3): 108 kB | 65/153 kB | 78/202 kB
Progress (3): 108 kB | 65/153 kB | 82/202 kB
Progress (3): 108 kB | 66/153 kB | 82/202 kB
Progress (3): 108 kB | 66/153 kB | 86/202 kB
Progress (3): 108 kB | 66/153 kB | 90/202 kB
Progress (3): 108 kB | 70/153 kB | 90/202 kB
Progress (3): 108 kB | 70/153 kB | 94/202 kB
Progress (3): 108 kB | 74/153 kB | 94/202 kB
Progress (3): 108 kB | 74/153 kB | 98/202 kB
Progress (3): 108 kB | 78/153 kB | 98/202 kB
Progress (3): 108 kB | 78/153 kB | 102/202 kB
Progress (3): 108 kB | 82/153 kB | 102/202 kB
Progress (3): 108 kB | 82/153 kB | 106/202 kB
Progress (3): 108 kB | 86/153 kB | 106/202 kB
Progress (3): 108 kB | 86/153 kB | 110/202 kB
Progress (3): 108 kB | 86/153 kB | 114/202 kB
Progress (3): 108 kB | 86/153 kB | 118/202 kB
Progress (3): 108 kB | 86/153 kB | 122/202 kB
Progress (3): 108 kB | 90/153 kB | 122/202 kB
Progress (3): 108 kB | 94/153 kB | 122/202 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 198 kB/s)
09:56:54 Progress (3): 94/153 kB | 122/202 kB | 4.1/472 kB
Progress (3): 98/153 kB | 122/202 kB | 4.1/472 kB
Progress (4): 98/153 kB | 122/202 kB | 4.1/472 kB | 4.1/61 kB
Progress (4): 98/153 kB | 126/202 kB | 4.1/472 kB | 4.1/61 kB
Progress (4): 98/153 kB | 126/202 kB | 4.1/472 kB | 7.7/61 kB
Progress (4): 98/153 kB | 126/202 kB | 4.1/472 kB | 7.7/61 kB
Progress (4): 98/153 kB | 126/202 kB | 7.7/472 kB | 7.7/61 kB
Progress (4): 102/153 kB | 126/202 kB | 7.7/472 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
09:56:54 Progress (4): 106/153 kB | 126/202 kB | 7.7/472 kB | 7.7/61 kB
Progress (4): 106/153 kB | 126/202 kB | 12/472 kB | 7.7/61 kB 
Progress (4): 110/153 kB | 126/202 kB | 12/472 kB | 7.7/61 kB
Progress (4): 110/153 kB | 126/202 kB | 12/472 kB | 12/61 kB 
Progress (4): 110/153 kB | 130/202 kB | 12/472 kB | 12/61 kB
Progress (4): 110/153 kB | 130/202 kB | 12/472 kB | 16/61 kB
Progress (4): 114/153 kB | 130/202 kB | 12/472 kB | 16/61 kB
Progress (4): 114/153 kB | 130/202 kB | 16/472 kB | 16/61 kB
Progress (4): 114/153 kB | 130/202 kB | 16/472 kB | 20/61 kB
Progress (4): 114/153 kB | 134/202 kB | 16/472 kB | 20/61 kB
Progress (4): 114/153 kB | 134/202 kB | 16/472 kB | 24/61 kB
Progress (4): 114/153 kB | 134/202 kB | 20/472 kB | 24/61 kB
Progress (4): 114/153 kB | 134/202 kB | 20/472 kB | 28/61 kB
Progress (4): 118/153 kB | 134/202 kB | 20/472 kB | 28/61 kB
Progress (4): 118/153 kB | 134/202 kB | 20/472 kB | 32/61 kB
Progress (4): 118/153 kB | 134/202 kB | 24/472 kB | 32/61 kB
Progress (4): 118/153 kB | 134/202 kB | 24/472 kB | 36/61 kB
Progress (4): 118/153 kB | 138/202 kB | 24/472 kB | 36/61 kB
Progress (4): 118/153 kB | 138/202 kB | 24/472 kB | 40/61 kB
Progress (4): 118/153 kB | 142/202 kB | 24/472 kB | 40/61 kB
Progress (4): 118/153 kB | 142/202 kB | 28/472 kB | 40/61 kB
Progress (4): 122/153 kB | 142/202 kB | 28/472 kB | 40/61 kB
Progress (4): 122/153 kB | 142/202 kB | 32/472 kB | 40/61 kB
Progress (4): 122/153 kB | 146/202 kB | 32/472 kB | 40/61 kB
Progress (4): 122/153 kB | 146/202 kB | 32/472 kB | 44/61 kB
Progress (4): 122/153 kB | 146/202 kB | 33/472 kB | 44/61 kB
Progress (4): 126/153 kB | 146/202 kB | 33/472 kB | 44/61 kB
Progress (4): 126/153 kB | 146/202 kB | 37/472 kB | 44/61 kB
Progress (4): 126/153 kB | 146/202 kB | 37/472 kB | 48/61 kB
Progress (4): 126/153 kB | 150/202 kB | 37/472 kB | 48/61 kB
Progress (4): 126/153 kB | 150/202 kB | 41/472 kB | 48/61 kB
Progress (4): 130/153 kB | 150/202 kB | 41/472 kB | 48/61 kB
Progress (4): 130/153 kB | 150/202 kB | 45/472 kB | 48/61 kB
Progress (4): 130/153 kB | 154/202 kB | 45/472 kB | 48/61 kB
Progress (4): 130/153 kB | 154/202 kB | 49/472 kB | 48/61 kB
Progress (4): 134/153 kB | 154/202 kB | 49/472 kB | 48/61 kB
Progress (4): 134/153 kB | 154/202 kB | 53/472 kB | 48/61 kB
Progress (4): 134/153 kB | 158/202 kB | 53/472 kB | 48/61 kB
Progress (4): 134/153 kB | 158/202 kB | 57/472 kB | 48/61 kB
Progress (4): 138/153 kB | 158/202 kB | 57/472 kB | 48/61 kB
Progress (4): 138/153 kB | 158/202 kB | 61/472 kB | 48/61 kB
Progress (4): 138/153 kB | 162/202 kB | 61/472 kB | 48/61 kB
Progress (4): 138/153 kB | 162/202 kB | 65/472 kB | 48/61 kB
Progress (4): 142/153 kB | 162/202 kB | 65/472 kB | 48/61 kB
Progress (4): 142/153 kB | 162/202 kB | 66/472 kB | 48/61 kB
Progress (4): 142/153 kB | 166/202 kB | 66/472 kB | 48/61 kB
Progress (4): 146/153 kB | 166/202 kB | 66/472 kB | 48/61 kB
Progress (4): 146/153 kB | 170/202 kB | 66/472 kB | 48/61 kB
Progress (4): 146/153 kB | 170/202 kB | 70/472 kB | 48/61 kB
Progress (5): 146/153 kB | 170/202 kB | 70/472 kB | 48/61 kB | 4.1/46 kB
Progress (5): 150/153 kB | 170/202 kB | 70/472 kB | 48/61 kB | 4.1/46 kB
Progress (5): 150/153 kB | 170/202 kB | 70/472 kB | 48/61 kB | 7.7/46 kB
Progress (5): 150/153 kB | 170/202 kB | 74/472 kB | 48/61 kB | 7.7/46 kB
Progress (5): 150/153 kB | 174/202 kB | 74/472 kB | 48/61 kB | 7.7/46 kB
Progress (5): 150/153 kB | 174/202 kB | 78/472 kB | 48/61 kB | 7.7/46 kB
Progress (5): 150/153 kB | 174/202 kB | 78/472 kB | 48/61 kB | 12/46 kB 
Progress (5): 153 kB | 174/202 kB | 78/472 kB | 48/61 kB | 12/46 kB    
Progress (5): 153 kB | 174/202 kB | 78/472 kB | 48/61 kB | 16/46 kB
Progress (5): 153 kB | 174/202 kB | 82/472 kB | 48/61 kB | 16/46 kB
Progress (5): 153 kB | 178/202 kB | 82/472 kB | 48/61 kB | 16/46 kB
Progress (5): 153 kB | 178/202 kB | 86/472 kB | 48/61 kB | 16/46 kB
Progress (5): 153 kB | 178/202 kB | 86/472 kB | 48/61 kB | 20/46 kB
Progress (5): 153 kB | 178/202 kB | 90/472 kB | 48/61 kB | 20/46 kB
Progress (5): 153 kB | 182/202 kB | 90/472 kB | 48/61 kB | 20/46 kB
Progress (5): 153 kB | 182/202 kB | 94/472 kB | 48/61 kB | 20/46 kB
Progress (5): 153 kB | 182/202 kB | 94/472 kB | 48/61 kB | 24/46 kB
Progress (5): 153 kB | 182/202 kB | 98/472 kB | 48/61 kB | 24/46 kB
Progress (5): 153 kB | 186/202 kB | 98/472 kB | 48/61 kB | 24/46 kB
Progress (5): 153 kB | 186/202 kB | 102/472 kB | 48/61 kB | 24/46 kB
Progress (5): 153 kB | 186/202 kB | 102/472 kB | 48/61 kB | 28/46 kB
Progress (5): 153 kB | 186/202 kB | 106/472 kB | 48/61 kB | 28/46 kB
Progress (5): 153 kB | 190/202 kB | 106/472 kB | 48/61 kB | 28/46 kB
Progress (5): 153 kB | 190/202 kB | 106/472 kB | 48/61 kB | 32/46 kB
Progress (5): 153 kB | 194/202 kB | 106/472 kB | 48/61 kB | 32/46 kB
Progress (5): 153 kB | 194/202 kB | 110/472 kB | 48/61 kB | 32/46 kB
Progress (5): 153 kB | 198/202 kB | 110/472 kB | 48/61 kB | 32/46 kB
Progress (5): 153 kB | 202/202 kB | 110/472 kB | 48/61 kB | 32/46 kB
Progress (5): 153 kB | 202 kB | 110/472 kB | 48/61 kB | 32/46 kB    
Progress (5): 153 kB | 202 kB | 110/472 kB | 48/61 kB | 36/46 kB
Progress (5): 153 kB | 202 kB | 114/472 kB | 48/61 kB | 36/46 kB
Progress (5): 153 kB | 202 kB | 114/472 kB | 48/61 kB | 40/46 kB
Progress (5): 153 kB | 202 kB | 118/472 kB | 48/61 kB | 40/46 kB
Progress (5): 153 kB | 202 kB | 118/472 kB | 48/61 kB | 44/46 kB
Progress (5): 153 kB | 202 kB | 122/472 kB | 48/61 kB | 44/46 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 237 kB/s)
09:56:54 Progress (4): 202 kB | 122/472 kB | 48/61 kB | 46 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
09:56:54 Progress (4): 202 kB | 126/472 kB | 48/61 kB | 46 kB
Progress (4): 202 kB | 130/472 kB | 48/61 kB | 46 kB
Progress (4): 202 kB | 134/472 kB | 48/61 kB | 46 kB
Progress (4): 202 kB | 138/472 kB | 48/61 kB | 46 kB
Progress (4): 202 kB | 142/472 kB | 48/61 kB | 46 kB
Progress (4): 202 kB | 146/472 kB | 48/61 kB | 46 kB
Progress (4): 202 kB | 150/472 kB | 48/61 kB | 46 kB
Progress (4): 202 kB | 154/472 kB | 48/61 kB | 46 kB
Progress (4): 202 kB | 158/472 kB | 48/61 kB | 46 kB
Progress (4): 202 kB | 162/472 kB | 48/61 kB | 46 kB
Progress (4): 202 kB | 166/472 kB | 48/61 kB | 46 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 309 kB/s)
09:56:54 Progress (3): 170/472 kB | 48/61 kB | 46 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
09:56:54 Progress (3): 174/472 kB | 48/61 kB | 46 kB
Progress (3): 178/472 kB | 48/61 kB | 46 kB
Progress (3): 182/472 kB | 48/61 kB | 46 kB
Progress (3): 186/472 kB | 48/61 kB | 46 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 70 kB/s)
09:56:54 Progress (2): 190/472 kB | 48/61 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
09:56:54 Progress (2): 194/472 kB | 48/61 kB
Progress (2): 198/472 kB | 48/61 kB
Progress (2): 202/472 kB | 48/61 kB
Progress (2): 206/472 kB | 48/61 kB
Progress (2): 210/472 kB | 48/61 kB
Progress (2): 214/472 kB | 48/61 kB
Progress (2): 218/472 kB | 48/61 kB
Progress (2): 222/472 kB | 48/61 kB
Progress (2): 226/472 kB | 48/61 kB
Progress (2): 230/472 kB | 48/61 kB
Progress (2): 234/472 kB | 48/61 kB
Progress (2): 238/472 kB | 48/61 kB
Progress (2): 242/472 kB | 48/61 kB
Progress (2): 246/472 kB | 48/61 kB
Progress (2): 250/472 kB | 48/61 kB
Progress (2): 254/472 kB | 48/61 kB
Progress (2): 258/472 kB | 48/61 kB
Progress (2): 262/472 kB | 48/61 kB
Progress (2): 266/472 kB | 48/61 kB
Progress (2): 270/472 kB | 48/61 kB
Progress (2): 274/472 kB | 48/61 kB
Progress (2): 278/472 kB | 48/61 kB
Progress (2): 282/472 kB | 48/61 kB
Progress (2): 286/472 kB | 48/61 kB
Progress (2): 290/472 kB | 48/61 kB
Progress (2): 294/472 kB | 48/61 kB
Progress (2): 298/472 kB | 48/61 kB
Progress (2): 302/472 kB | 48/61 kB
Progress (2): 306/472 kB | 48/61 kB
Progress (2): 310/472 kB | 48/61 kB
Progress (2): 314/472 kB | 48/61 kB
Progress (3): 314/472 kB | 48/61 kB | 4.1/13 kB
Progress (3): 318/472 kB | 48/61 kB | 4.1/13 kB
Progress (3): 318/472 kB | 48/61 kB | 7.7/13 kB
Progress (3): 322/472 kB | 48/61 kB | 7.7/13 kB
Progress (3): 322/472 kB | 48/61 kB | 12/13 kB 
Progress (3): 322/472 kB | 48/61 kB | 13 kB   
Progress (3): 326/472 kB | 48/61 kB | 13 kB
Progress (3): 330/472 kB | 48/61 kB | 13 kB
Progress (3): 334/472 kB | 48/61 kB | 13 kB
Progress (3): 338/472 kB | 48/61 kB | 13 kB
Progress (4): 338/472 kB | 48/61 kB | 13 kB | 4.1/49 kB
Progress (4): 342/472 kB | 48/61 kB | 13 kB | 4.1/49 kB
Progress (4): 342/472 kB | 48/61 kB | 13 kB | 7.7/49 kB
Progress (5): 342/472 kB | 48/61 kB | 13 kB | 7.7/49 kB | 4.1/29 kB
Progress (5): 342/472 kB | 48/61 kB | 13 kB | 12/49 kB | 4.1/29 kB 
Progress (5): 346/472 kB | 48/61 kB | 13 kB | 12/49 kB | 4.1/29 kB
Progress (5): 346/472 kB | 48/61 kB | 13 kB | 16/49 kB | 4.1/29 kB
Progress (5): 350/472 kB | 48/61 kB | 13 kB | 16/49 kB | 4.1/29 kB
Progress (5): 354/472 kB | 48/61 kB | 13 kB | 16/49 kB | 4.1/29 kB
Progress (5): 354/472 kB | 48/61 kB | 13 kB | 16/49 kB | 7.7/29 kB
Progress (5): 358/472 kB | 48/61 kB | 13 kB | 16/49 kB | 7.7/29 kB
Progress (5): 358/472 kB | 48/61 kB | 13 kB | 20/49 kB | 7.7/29 kB
Progress (5): 362/472 kB | 48/61 kB | 13 kB | 20/49 kB | 7.7/29 kB
Progress (5): 362/472 kB | 48/61 kB | 13 kB | 20/49 kB | 12/29 kB 
Progress (5): 362/472 kB | 48/61 kB | 13 kB | 24/49 kB | 12/29 kB
Progress (5): 366/472 kB | 48/61 kB | 13 kB | 24/49 kB | 12/29 kB
Progress (5): 366/472 kB | 48/61 kB | 13 kB | 24/49 kB | 16/29 kB
Progress (5): 370/472 kB | 48/61 kB | 13 kB | 24/49 kB | 16/29 kB
Progress (5): 370/472 kB | 48/61 kB | 13 kB | 28/49 kB | 16/29 kB
Progress (5): 370/472 kB | 48/61 kB | 13 kB | 32/49 kB | 16/29 kB
Progress (5): 370/472 kB | 48/61 kB | 13 kB | 36/49 kB | 16/29 kB
Progress (5): 370/472 kB | 48/61 kB | 13 kB | 40/49 kB | 16/29 kB
Progress (5): 370/472 kB | 48/61 kB | 13 kB | 44/49 kB | 16/29 kB
Progress (5): 370/472 kB | 48/61 kB | 13 kB | 48/49 kB | 16/29 kB
Progress (5): 370/472 kB | 48/61 kB | 13 kB | 49 kB | 16/29 kB   
Progress (5): 374/472 kB | 48/61 kB | 13 kB | 49 kB | 16/29 kB
Progress (5): 374/472 kB | 48/61 kB | 13 kB | 49 kB | 20/29 kB
Progress (5): 374/472 kB | 48/61 kB | 13 kB | 49 kB | 24/29 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 18 kB/s)
09:56:54 Progress (4): 374/472 kB | 48/61 kB | 49 kB | 28/29 kB
Progress (4): 378/472 kB | 48/61 kB | 49 kB | 28/29 kB
Progress (4): 378/472 kB | 48/61 kB | 49 kB | 29 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
09:56:54 Progress (4): 382/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 386/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 390/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 394/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 398/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 402/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 406/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 410/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 414/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 418/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 422/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 426/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 430/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 434/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 438/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 442/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 446/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 450/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 454/472 kB | 48/61 kB | 49 kB | 29 kB
Progress (4): 458/472 kB | 48/61 kB | 49 kB | 29 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 65 kB/s)
09:56:54 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 38 kB/s)
09:56:54 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
09:56:54 Progress (3): 458/472 kB | 48/61 kB | 4.1/247 kB
Progress (3): 462/472 kB | 48/61 kB | 4.1/247 kB
Progress (3): 462/472 kB | 48/61 kB | 7.7/247 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
09:56:54 Progress (3): 462/472 kB | 48/61 kB | 12/247 kB
Progress (3): 462/472 kB | 48/61 kB | 16/247 kB
Progress (3): 466/472 kB | 48/61 kB | 16/247 kB
Progress (3): 466/472 kB | 48/61 kB | 20/247 kB
Progress (3): 470/472 kB | 48/61 kB | 20/247 kB
Progress (3): 470/472 kB | 48/61 kB | 24/247 kB
Progress (3): 472 kB | 48/61 kB | 24/247 kB    
Progress (3): 472 kB | 48/61 kB | 28/247 kB
Progress (3): 472 kB | 48/61 kB | 32/247 kB
Progress (3): 472 kB | 48/61 kB | 33/247 kB
Progress (3): 472 kB | 48/61 kB | 37/247 kB
Progress (3): 472 kB | 48/61 kB | 41/247 kB
Progress (3): 472 kB | 48/61 kB | 45/247 kB
Progress (3): 472 kB | 48/61 kB | 49/247 kB
Progress (3): 472 kB | 52/61 kB | 49/247 kB
Progress (3): 472 kB | 52/61 kB | 53/247 kB
Progress (3): 472 kB | 56/61 kB | 53/247 kB
Progress (3): 472 kB | 56/61 kB | 57/247 kB
Progress (3): 472 kB | 60/61 kB | 57/247 kB
Progress (3): 472 kB | 61 kB | 57/247 kB   
Progress (3): 472 kB | 61 kB | 61/247 kB
Progress (3): 472 kB | 61 kB | 65/247 kB
Progress (3): 472 kB | 61 kB | 66/247 kB
Progress (3): 472 kB | 61 kB | 70/247 kB
Progress (3): 472 kB | 61 kB | 74/247 kB
Progress (3): 472 kB | 61 kB | 78/247 kB
Progress (3): 472 kB | 61 kB | 82/247 kB
Progress (3): 472 kB | 61 kB | 86/247 kB
Progress (3): 472 kB | 61 kB | 90/247 kB
Progress (3): 472 kB | 61 kB | 94/247 kB
Progress (3): 472 kB | 61 kB | 98/247 kB
Progress (3): 472 kB | 61 kB | 98/247 kB
Progress (3): 472 kB | 61 kB | 102/247 kB
Progress (3): 472 kB | 61 kB | 106/247 kB
Progress (3): 472 kB | 61 kB | 110/247 kB
Progress (3): 472 kB | 61 kB | 114/247 kB
Progress (3): 472 kB | 61 kB | 118/247 kB
Progress (3): 472 kB | 61 kB | 122/247 kB
Progress (3): 472 kB | 61 kB | 126/247 kB
Progress (3): 472 kB | 61 kB | 130/247 kB
Progress (3): 472 kB | 61 kB | 134/247 kB
Progress (3): 472 kB | 61 kB | 138/247 kB
Progress (4): 472 kB | 61 kB | 138/247 kB | 4.1/187 kB
Progress (4): 472 kB | 61 kB | 138/247 kB | 7.7/187 kB
Progress (4): 472 kB | 61 kB | 138/247 kB | 12/187 kB 
Progress (4): 472 kB | 61 kB | 138/247 kB | 16/187 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 609 kB/s)
09:56:54 Progress (4): 61 kB | 138/247 kB | 16/187 kB | 4.1/86 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
09:56:54 Progress (4): 61 kB | 138/247 kB | 20/187 kB | 4.1/86 kB
Progress (4): 61 kB | 138/247 kB | 24/187 kB | 4.1/86 kB
Progress (4): 61 kB | 138/247 kB | 28/187 kB | 4.1/86 kB
Progress (4): 61 kB | 142/247 kB | 28/187 kB | 4.1/86 kB
Progress (4): 61 kB | 142/247 kB | 32/187 kB | 4.1/86 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 72 kB/s)
09:56:54 Progress (3): 142/247 kB | 32/187 kB | 7.7/86 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
09:56:54 Progress (3): 142/247 kB | 33/187 kB | 7.7/86 kB
Progress (3): 146/247 kB | 33/187 kB | 7.7/86 kB
Progress (3): 146/247 kB | 37/187 kB | 7.7/86 kB
Progress (3): 150/247 kB | 37/187 kB | 7.7/86 kB
Progress (3): 154/247 kB | 37/187 kB | 7.7/86 kB
Progress (3): 154/247 kB | 37/187 kB | 12/86 kB 
Progress (3): 158/247 kB | 37/187 kB | 12/86 kB
Progress (3): 158/247 kB | 41/187 kB | 12/86 kB
Progress (3): 162/247 kB | 41/187 kB | 12/86 kB
Progress (3): 162/247 kB | 41/187 kB | 16/86 kB
Progress (3): 166/247 kB | 41/187 kB | 16/86 kB
Progress (3): 166/247 kB | 45/187 kB | 16/86 kB
Progress (3): 170/247 kB | 45/187 kB | 16/86 kB
Progress (3): 170/247 kB | 45/187 kB | 20/86 kB
Progress (3): 170/247 kB | 49/187 kB | 20/86 kB
Progress (3): 170/247 kB | 49/187 kB | 24/86 kB
Progress (3): 174/247 kB | 49/187 kB | 24/86 kB
Progress (3): 174/247 kB | 53/187 kB | 24/86 kB
Progress (3): 174/247 kB | 53/187 kB | 28/86 kB
Progress (3): 178/247 kB | 53/187 kB | 28/86 kB
Progress (3): 178/247 kB | 53/187 kB | 32/86 kB
Progress (3): 178/247 kB | 57/187 kB | 32/86 kB
Progress (3): 182/247 kB | 57/187 kB | 32/86 kB
Progress (3): 182/247 kB | 57/187 kB | 33/86 kB
Progress (3): 186/247 kB | 57/187 kB | 33/86 kB
Progress (3): 186/247 kB | 61/187 kB | 33/86 kB
Progress (3): 190/247 kB | 61/187 kB | 33/86 kB
Progress (3): 190/247 kB | 61/187 kB | 37/86 kB
Progress (3): 194/247 kB | 61/187 kB | 37/86 kB
Progress (3): 194/247 kB | 65/187 kB | 37/86 kB
Progress (3): 194/247 kB | 65/187 kB | 41/86 kB
Progress (3): 194/247 kB | 66/187 kB | 41/86 kB
Progress (3): 194/247 kB | 66/187 kB | 45/86 kB
Progress (3): 198/247 kB | 66/187 kB | 45/86 kB
Progress (3): 198/247 kB | 66/187 kB | 49/86 kB
Progress (3): 198/247 kB | 70/187 kB | 49/86 kB
Progress (3): 198/247 kB | 70/187 kB | 53/86 kB
Progress (3): 202/247 kB | 70/187 kB | 53/86 kB
Progress (3): 206/247 kB | 70/187 kB | 53/86 kB
Progress (3): 210/247 kB | 70/187 kB | 53/86 kB
Progress (3): 210/247 kB | 70/187 kB | 57/86 kB
Progress (3): 210/247 kB | 74/187 kB | 57/86 kB
Progress (3): 210/247 kB | 74/187 kB | 61/86 kB
Progress (3): 214/247 kB | 74/187 kB | 61/86 kB
Progress (4): 214/247 kB | 74/187 kB | 61/86 kB | 4.1/209 kB
Progress (4): 218/247 kB | 74/187 kB | 61/86 kB | 4.1/209 kB
Progress (4): 218/247 kB | 74/187 kB | 65/86 kB | 4.1/209 kB
Progress (4): 222/247 kB | 74/187 kB | 65/86 kB | 4.1/209 kB
Progress (4): 226/247 kB | 74/187 kB | 65/86 kB | 4.1/209 kB
Progress (4): 230/247 kB | 74/187 kB | 65/86 kB | 4.1/209 kB
Progress (4): 234/247 kB | 74/187 kB | 65/86 kB | 4.1/209 kB
Progress (4): 238/247 kB | 74/187 kB | 65/86 kB | 4.1/209 kB
Progress (4): 242/247 kB | 74/187 kB | 65/86 kB | 4.1/209 kB
Progress (4): 246/247 kB | 74/187 kB | 65/86 kB | 4.1/209 kB
Progress (4): 247 kB | 74/187 kB | 65/86 kB | 4.1/209 kB    
Progress (4): 247 kB | 78/187 kB | 65/86 kB | 4.1/209 kB
Progress (4): 247 kB | 78/187 kB | 69/86 kB | 4.1/209 kB
Progress (5): 247 kB | 78/187 kB | 69/86 kB | 4.1/209 kB | 4.1/532 kB
Progress (5): 247 kB | 78/187 kB | 69/86 kB | 7.7/209 kB | 4.1/532 kB
Progress (5): 247 kB | 78/187 kB | 69/86 kB | 7.7/209 kB | 7.7/532 kB
Progress (5): 247 kB | 78/187 kB | 73/86 kB | 7.7/209 kB | 7.7/532 kB
Progress (5): 247 kB | 78/187 kB | 73/86 kB | 7.7/209 kB | 12/532 kB 
Progress (5): 247 kB | 82/187 kB | 73/86 kB | 7.7/209 kB | 12/532 kB
Progress (5): 247 kB | 82/187 kB | 73/86 kB | 7.7/209 kB | 16/532 kB
Progress (5): 247 kB | 86/187 kB | 73/86 kB | 7.7/209 kB | 16/532 kB
Progress (5): 247 kB | 86/187 kB | 77/86 kB | 7.7/209 kB | 16/532 kB
Progress (5): 247 kB | 86/187 kB | 77/86 kB | 12/209 kB | 16/532 kB 
Progress (5): 247 kB | 86/187 kB | 81/86 kB | 12/209 kB | 16/532 kB
Progress (5): 247 kB | 90/187 kB | 81/86 kB | 12/209 kB | 16/532 kB
Progress (5): 247 kB | 90/187 kB | 85/86 kB | 12/209 kB | 16/532 kB
Progress (5): 247 kB | 90/187 kB | 85/86 kB | 12/209 kB | 20/532 kB
Progress (5): 247 kB | 90/187 kB | 86 kB | 12/209 kB | 20/532 kB   
Progress (5): 247 kB | 94/187 kB | 86 kB | 12/209 kB | 20/532 kB
Progress (5): 247 kB | 94/187 kB | 86 kB | 16/209 kB | 20/532 kB
Progress (5): 247 kB | 98/187 kB | 86 kB | 16/209 kB | 20/532 kB
Progress (5): 247 kB | 98/187 kB | 86 kB | 16/209 kB | 24/532 kB
Progress (5): 247 kB | 98/187 kB | 86 kB | 16/209 kB | 28/532 kB
Progress (5): 247 kB | 98/187 kB | 86 kB | 16/209 kB | 32/532 kB
Progress (5): 247 kB | 98/187 kB | 86 kB | 16/209 kB | 32/532 kB
Progress (5): 247 kB | 98/187 kB | 86 kB | 20/209 kB | 32/532 kB
Progress (5): 247 kB | 102/187 kB | 86 kB | 20/209 kB | 32/532 kB
Progress (5): 247 kB | 102/187 kB | 86 kB | 20/209 kB | 33/532 kB
Progress (5): 247 kB | 106/187 kB | 86 kB | 20/209 kB | 33/532 kB
Progress (5): 247 kB | 106/187 kB | 86 kB | 24/209 kB | 33/532 kB
Progress (5): 247 kB | 110/187 kB | 86 kB | 24/209 kB | 33/532 kB
Progress (5): 247 kB | 110/187 kB | 86 kB | 24/209 kB | 37/532 kB
Progress (5): 247 kB | 114/187 kB | 86 kB | 24/209 kB | 37/532 kB
Progress (5): 247 kB | 114/187 kB | 86 kB | 28/209 kB | 37/532 kB
Progress (5): 247 kB | 118/187 kB | 86 kB | 28/209 kB | 37/532 kB
Progress (5): 247 kB | 118/187 kB | 86 kB | 28/209 kB | 41/532 kB
Progress (5): 247 kB | 122/187 kB | 86 kB | 28/209 kB | 41/532 kB
Progress (5): 247 kB | 122/187 kB | 86 kB | 32/209 kB | 41/532 kB
Progress (5): 247 kB | 126/187 kB | 86 kB | 32/209 kB | 41/532 kB
Progress (5): 247 kB | 126/187 kB | 86 kB | 32/209 kB | 45/532 kB
Progress (5): 247 kB | 130/187 kB | 86 kB | 32/209 kB | 45/532 kB
Progress (5): 247 kB | 130/187 kB | 86 kB | 33/209 kB | 45/532 kB
Progress (5): 247 kB | 134/187 kB | 86 kB | 33/209 kB | 45/532 kB
Progress (5): 247 kB | 134/187 kB | 86 kB | 33/209 kB | 49/532 kB
Progress (5): 247 kB | 138/187 kB | 86 kB | 33/209 kB | 49/532 kB
Progress (5): 247 kB | 138/187 kB | 86 kB | 37/209 kB | 49/532 kB
Progress (5): 247 kB | 142/187 kB | 86 kB | 37/209 kB | 49/532 kB
Progress (5): 247 kB | 142/187 kB | 86 kB | 37/209 kB | 53/532 kB
Progress (5): 247 kB | 146/187 kB | 86 kB | 37/209 kB | 53/532 kB
Progress (5): 247 kB | 146/187 kB | 86 kB | 41/209 kB | 53/532 kB
Progress (5): 247 kB | 150/187 kB | 86 kB | 41/209 kB | 53/532 kB
Progress (5): 247 kB | 150/187 kB | 86 kB | 41/209 kB | 57/532 kB
Progress (5): 247 kB | 154/187 kB | 86 kB | 41/209 kB | 57/532 kB
Progress (5): 247 kB | 154/187 kB | 86 kB | 41/209 kB | 61/532 kB
Progress (5): 247 kB | 154/187 kB | 86 kB | 45/209 kB | 61/532 kB
Progress (5): 247 kB | 154/187 kB | 86 kB | 45/209 kB | 65/532 kB
Progress (5): 247 kB | 158/187 kB | 86 kB | 45/209 kB | 65/532 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 90 kB/s)
09:56:54 Progress (4): 247 kB | 162/187 kB | 45/209 kB | 65/532 kB
Progress (4): 247 kB | 162/187 kB | 45/209 kB | 66/532 kB
Progress (4): 247 kB | 162/187 kB | 49/209 kB | 66/532 kB
Progress (4): 247 kB | 166/187 kB | 49/209 kB | 66/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
09:56:54 Progress (4): 247 kB | 170/187 kB | 49/209 kB | 66/532 kB
Progress (4): 247 kB | 170/187 kB | 53/209 kB | 66/532 kB
Progress (4): 247 kB | 170/187 kB | 53/209 kB | 70/532 kB
Progress (4): 247 kB | 170/187 kB | 57/209 kB | 70/532 kB
Progress (4): 247 kB | 174/187 kB | 57/209 kB | 70/532 kB
Progress (4): 247 kB | 174/187 kB | 61/209 kB | 70/532 kB
Progress (4): 247 kB | 174/187 kB | 61/209 kB | 74/532 kB
Progress (4): 247 kB | 174/187 kB | 65/209 kB | 74/532 kB
Progress (4): 247 kB | 178/187 kB | 65/209 kB | 74/532 kB
Progress (4): 247 kB | 178/187 kB | 66/209 kB | 74/532 kB
Progress (4): 247 kB | 182/187 kB | 66/209 kB | 74/532 kB
Progress (4): 247 kB | 182/187 kB | 66/209 kB | 78/532 kB
Progress (4): 247 kB | 186/187 kB | 66/209 kB | 78/532 kB
Progress (4): 247 kB | 186/187 kB | 70/209 kB | 78/532 kB
Progress (4): 247 kB | 187 kB | 70/209 kB | 78/532 kB    
Progress (4): 247 kB | 187 kB | 70/209 kB | 82/532 kB
Progress (4): 247 kB | 187 kB | 74/209 kB | 82/532 kB
Progress (4): 247 kB | 187 kB | 74/209 kB | 86/532 kB
Progress (4): 247 kB | 187 kB | 78/209 kB | 86/532 kB
Progress (4): 247 kB | 187 kB | 78/209 kB | 90/532 kB
Progress (4): 247 kB | 187 kB | 82/209 kB | 90/532 kB
Progress (4): 247 kB | 187 kB | 82/209 kB | 94/532 kB
Progress (4): 247 kB | 187 kB | 86/209 kB | 94/532 kB
Progress (4): 247 kB | 187 kB | 86/209 kB | 98/532 kB
Progress (4): 247 kB | 187 kB | 90/209 kB | 98/532 kB
Progress (4): 247 kB | 187 kB | 90/209 kB | 102/532 kB
Progress (4): 247 kB | 187 kB | 94/209 kB | 102/532 kB
Progress (4): 247 kB | 187 kB | 94/209 kB | 106/532 kB
Progress (4): 247 kB | 187 kB | 98/209 kB | 106/532 kB
Progress (4): 247 kB | 187 kB | 98/209 kB | 110/532 kB
Progress (4): 247 kB | 187 kB | 98/209 kB | 114/532 kB
Progress (4): 247 kB | 187 kB | 98/209 kB | 114/532 kB
Progress (4): 247 kB | 187 kB | 98/209 kB | 118/532 kB
Progress (4): 247 kB | 187 kB | 98/209 kB | 122/532 kB
Progress (4): 247 kB | 187 kB | 102/209 kB | 122/532 kB
Progress (4): 247 kB | 187 kB | 102/209 kB | 126/532 kB
Progress (4): 247 kB | 187 kB | 106/209 kB | 126/532 kB
Progress (4): 247 kB | 187 kB | 106/209 kB | 130/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 130/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 134/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 138/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 142/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 146/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 150/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 154/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 158/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 162/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 166/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 170/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 174/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 178/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 182/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 186/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 190/532 kB
Progress (4): 247 kB | 187 kB | 110/209 kB | 194/532 kB
Progress (4): 247 kB | 187 kB | 114/209 kB | 194/532 kB
Progress (4): 247 kB | 187 kB | 114/209 kB | 198/532 kB
Progress (4): 247 kB | 187 kB | 118/209 kB | 198/532 kB
Progress (4): 247 kB | 187 kB | 118/209 kB | 202/532 kB
Progress (4): 247 kB | 187 kB | 122/209 kB | 202/532 kB
Progress (4): 247 kB | 187 kB | 122/209 kB | 206/532 kB
Progress (4): 247 kB | 187 kB | 126/209 kB | 206/532 kB
Progress (4): 247 kB | 187 kB | 126/209 kB | 210/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 237 kB/s)
09:56:54 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 179 kB/s)
09:56:54 Progress (2): 130/209 kB | 210/532 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
09:56:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
09:56:54 Progress (2): 130/209 kB | 214/532 kB
Progress (2): 130/209 kB | 218/532 kB
Progress (2): 130/209 kB | 222/532 kB
Progress (2): 130/209 kB | 226/532 kB
Progress (2): 130/209 kB | 230/532 kB
Progress (2): 130/209 kB | 234/532 kB
Progress (3): 130/209 kB | 234/532 kB | 4.1/56 kB
Progress (3): 130/209 kB | 238/532 kB | 4.1/56 kB
Progress (3): 130/209 kB | 242/532 kB | 4.1/56 kB
Progress (3): 130/209 kB | 246/532 kB | 4.1/56 kB
Progress (3): 130/209 kB | 250/532 kB | 4.1/56 kB
Progress (3): 130/209 kB | 254/532 kB | 4.1/56 kB
Progress (3): 130/209 kB | 258/532 kB | 4.1/56 kB
Progress (3): 130/209 kB | 262/532 kB | 4.1/56 kB
Progress (3): 134/209 kB | 262/532 kB | 4.1/56 kB
Progress (3): 134/209 kB | 266/532 kB | 4.1/56 kB
Progress (3): 134/209 kB | 266/532 kB | 7.7/56 kB
Progress (3): 134/209 kB | 270/532 kB | 7.7/56 kB
Progress (3): 138/209 kB | 270/532 kB | 7.7/56 kB
Progress (3): 138/209 kB | 274/532 kB | 7.7/56 kB
Progress (3): 142/209 kB | 274/532 kB | 7.7/56 kB
Progress (3): 142/209 kB | 278/532 kB | 7.7/56 kB
Progress (3): 142/209 kB | 278/532 kB | 12/56 kB 
Progress (3): 142/209 kB | 282/532 kB | 12/56 kB
Progress (3): 146/209 kB | 282/532 kB | 12/56 kB
Progress (3): 146/209 kB | 286/532 kB | 12/56 kB
Progress (3): 146/209 kB | 286/532 kB | 16/56 kB
Progress (3): 146/209 kB | 290/532 kB | 16/56 kB
Progress (3): 146/209 kB | 290/532 kB | 20/56 kB
Progress (3): 146/209 kB | 294/532 kB | 20/56 kB
Progress (3): 150/209 kB | 294/532 kB | 20/56 kB
Progress (3): 150/209 kB | 298/532 kB | 20/56 kB
Progress (3): 150/209 kB | 298/532 kB | 24/56 kB
Progress (3): 154/209 kB | 298/532 kB | 24/56 kB
Progress (3): 154/209 kB | 298/532 kB | 28/56 kB
Progress (3): 154/209 kB | 302/532 kB | 28/56 kB
Progress (3): 154/209 kB | 302/532 kB | 32/56 kB
Progress (3): 158/209 kB | 302/532 kB | 32/56 kB
Progress (3): 158/209 kB | 306/532 kB | 32/56 kB
Progress (3): 162/209 kB | 306/532 kB | 32/56 kB
Progress (3): 162/209 kB | 306/532 kB | 36/56 kB
Progress (3): 162/209 kB | 310/532 kB | 36/56 kB
Progress (3): 162/209 kB | 310/532 kB | 40/56 kB
Progress (3): 166/209 kB | 310/532 kB | 40/56 kB
Progress (3): 166/209 kB | 314/532 kB | 40/56 kB
Progress (3): 166/209 kB | 314/532 kB | 44/56 kB
Progress (3): 170/209 kB | 314/532 kB | 44/56 kB
Progress (3): 170/209 kB | 318/532 kB | 44/56 kB
Progress (3): 170/209 kB | 318/532 kB | 48/56 kB
Progress (3): 174/209 kB | 318/532 kB | 48/56 kB
Progress (3): 174/209 kB | 322/532 kB | 48/56 kB
Progress (3): 178/209 kB | 322/532 kB | 48/56 kB
Progress (3): 178/209 kB | 322/532 kB | 52/56 kB
Progress (3): 178/209 kB | 326/532 kB | 52/56 kB
Progress (3): 182/209 kB | 326/532 kB | 52/56 kB
Progress (3): 182/209 kB | 326/532 kB | 56/56 kB
Progress (3): 186/209 kB | 326/532 kB | 56/56 kB
Progress (3): 186/209 kB | 330/532 kB | 56/56 kB
Progress (3): 186/209 kB | 330/532 kB | 56 kB   
Progress (3): 190/209 kB | 330/532 kB | 56 kB
Progress (3): 190/209 kB | 334/532 kB | 56 kB
Progress (3): 194/209 kB | 334/532 kB | 56 kB
Progress (3): 194/209 kB | 338/532 kB | 56 kB
Progress (3): 198/209 kB | 338/532 kB | 56 kB
Progress (3): 198/209 kB | 342/532 kB | 56 kB
Progress (3): 202/209 kB | 342/532 kB | 56 kB
Progress (3): 202/209 kB | 346/532 kB | 56 kB
Progress (3): 206/209 kB | 346/532 kB | 56 kB
Progress (4): 206/209 kB | 346/532 kB | 56 kB | 4.1/100 kB
Progress (4): 209 kB | 346/532 kB | 56 kB | 4.1/100 kB    
Progress (4): 209 kB | 350/532 kB | 56 kB | 4.1/100 kB
Progress (4): 209 kB | 350/532 kB | 56 kB | 7.7/100 kB
Progress (4): 209 kB | 354/532 kB | 56 kB | 7.7/100 kB
Progress (4): 209 kB | 354/532 kB | 56 kB | 12/100 kB 
Progress (4): 209 kB | 358/532 kB | 56 kB | 12/100 kB
Progress (4): 209 kB | 358/532 kB | 56 kB | 16/100 kB
Progress (4): 209 kB | 362/532 kB | 56 kB | 16/100 kB
Progress (4): 209 kB | 366/532 kB | 56 kB | 16/100 kB
Progress (4): 209 kB | 366/532 kB | 56 kB | 20/100 kB
Progress (4): 209 kB | 370/532 kB | 56 kB | 20/100 kB
Progress (4): 209 kB | 370/532 kB | 56 kB | 24/100 kB
Progress (4): 209 kB | 374/532 kB | 56 kB | 24/100 kB
Progress (4): 209 kB | 378/532 kB | 56 kB | 24/100 kB
Progress (4): 209 kB | 378/532 kB | 56 kB | 28/100 kB
Progress (4): 209 kB | 382/532 kB | 56 kB | 28/100 kB
Progress (4): 209 kB | 382/532 kB | 56 kB | 32/100 kB
Progress (4): 209 kB | 386/532 kB | 56 kB | 32/100 kB
Progress (4): 209 kB | 386/532 kB | 56 kB | 33/100 kB
Progress (4): 209 kB | 390/532 kB | 56 kB | 33/100 kB
Progress (4): 209 kB | 394/532 kB | 56 kB | 33/100 kB
Progress (5): 209 kB | 394/532 kB | 56 kB | 33/100 kB | 4.1/58 kB
Progress (5): 209 kB | 394/532 kB | 56 kB | 37/100 kB | 4.1/58 kB
Progress (5): 209 kB | 394/532 kB | 56 kB | 37/100 kB | 7.7/58 kB
Progress (5): 209 kB | 398/532 kB | 56 kB | 37/100 kB | 7.7/58 kB
Progress (5): 209 kB | 398/532 kB | 56 kB | 41/100 kB | 7.7/58 kB
Progress (5): 209 kB | 402/532 kB | 56 kB | 41/100 kB | 7.7/58 kB
Progress (5): 209 kB | 402/532 kB | 56 kB | 41/100 kB | 12/58 kB 
Progress (5): 209 kB | 406/532 kB | 56 kB | 41/100 kB | 12/58 kB
Progress (5): 209 kB | 406/532 kB | 56 kB | 45/100 kB | 12/58 kB
Progress (5): 209 kB | 410/532 kB | 56 kB | 45/100 kB | 12/58 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 52 kB/s)
09:56:54 Progress (4): 209 kB | 410/532 kB | 45/100 kB | 16/58 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
09:56:54 Progress (4): 209 kB | 414/532 kB | 45/100 kB | 16/58 kB
Progress (4): 209 kB | 414/532 kB | 49/100 kB | 16/58 kB
Progress (4): 209 kB | 418/532 kB | 49/100 kB | 16/58 kB
Progress (4): 209 kB | 418/532 kB | 49/100 kB | 20/58 kB
Progress (4): 209 kB | 418/532 kB | 53/100 kB | 20/58 kB
Progress (4): 209 kB | 418/532 kB | 53/100 kB | 24/58 kB
Progress (4): 209 kB | 422/532 kB | 53/100 kB | 24/58 kB
Progress (4): 209 kB | 422/532 kB | 57/100 kB | 24/58 kB
Progress (4): 209 kB | 426/532 kB | 57/100 kB | 24/58 kB
Progress (4): 209 kB | 426/532 kB | 61/100 kB | 24/58 kB
Progress (4): 209 kB | 430/532 kB | 61/100 kB | 24/58 kB
Progress (4): 209 kB | 430/532 kB | 61/100 kB | 28/58 kB
Progress (4): 209 kB | 434/532 kB | 61/100 kB | 28/58 kB
Progress (4): 209 kB | 434/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 438/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 442/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 446/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 450/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 454/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 458/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 462/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 466/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 470/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 474/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 478/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 482/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 486/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 490/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 494/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 498/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 502/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 506/532 kB | 65/100 kB | 28/58 kB
Progress (4): 209 kB | 506/532 kB | 65/100 kB | 32/58 kB
Progress (4): 209 kB | 510/532 kB | 65/100 kB | 32/58 kB
Progress (4): 209 kB | 510/532 kB | 66/100 kB | 32/58 kB
Progress (4): 209 kB | 514/532 kB | 66/100 kB | 32/58 kB
Progress (4): 209 kB | 514/532 kB | 66/100 kB | 36/58 kB
Progress (4): 209 kB | 518/532 kB | 66/100 kB | 36/58 kB
Progress (4): 209 kB | 518/532 kB | 70/100 kB | 36/58 kB
Progress (4): 209 kB | 522/532 kB | 70/100 kB | 36/58 kB
Progress (4): 209 kB | 526/532 kB | 70/100 kB | 36/58 kB
Progress (4): 209 kB | 530/532 kB | 70/100 kB | 36/58 kB
Progress (4): 209 kB | 532 kB | 70/100 kB | 36/58 kB    
Progress (4): 209 kB | 532 kB | 70/100 kB | 40/58 kB
Progress (4): 209 kB | 532 kB | 74/100 kB | 40/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 182 kB/s)
09:56:54 Progress (3): 532 kB | 78/100 kB | 40/58 kB
Progress (3): 532 kB | 78/100 kB | 44/58 kB
Progress (3): 532 kB | 82/100 kB | 44/58 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar
09:56:54 Progress (3): 532 kB | 86/100 kB | 44/58 kB
Progress (3): 532 kB | 90/100 kB | 44/58 kB
Progress (3): 532 kB | 90/100 kB | 48/58 kB
Progress (3): 532 kB | 94/100 kB | 48/58 kB
Progress (3): 532 kB | 98/100 kB | 48/58 kB
Progress (3): 532 kB | 100 kB | 48/58 kB   
Progress (3): 532 kB | 100 kB | 52/58 kB
Progress (3): 532 kB | 100 kB | 56/58 kB
Progress (3): 532 kB | 100 kB | 58 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 460 kB/s)
09:56:54 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
09:56:54 Progress (3): 100 kB | 58 kB | 4.1/245 kB
Progress (3): 100 kB | 58 kB | 7.7/245 kB
Progress (4): 100 kB | 58 kB | 7.7/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 12/245 kB | 0/1.4 MB 
Progress (4): 100 kB | 58 kB | 12/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 16/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 16/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 20/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 20/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 24/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 24/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 28/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 28/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 32/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 32/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 33/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 33/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 37/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 37/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 41/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 41/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 45/245 kB | 0/1.4 MB
Progress (4): 100 kB | 58 kB | 45/245 kB | 0/1.4 MB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 85 kB/s)
09:56:54 Progress (3): 58 kB | 49/245 kB | 0/1.4 MB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar
09:56:54 Progress (3): 58 kB | 49/245 kB | 0/1.4 MB
Progress (3): 58 kB | 53/245 kB | 0/1.4 MB
Progress (3): 58 kB | 53/245 kB | 0/1.4 MB
Progress (3): 58 kB | 57/245 kB | 0/1.4 MB
Progress (3): 58 kB | 57/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 61/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 61/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 65/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 66/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 66/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 70/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 70/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 74/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 74/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 78/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 82/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 86/245 kB | 0.1/1.4 MB
Progress (3): 58 kB | 90/245 kB | 0.1/1.4 MB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 49 kB/s)
09:56:54 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
09:56:54 Progress (3): 90/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (3): 90/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (3): 90/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (3): 94/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (3): 94/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (3): 98/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (3): 98/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 98/245 kB | 0.1/1.4 MB | 3.1 kB | 4.1/13 kB
Progress (4): 98/245 kB | 0.1/1.4 MB | 3.1 kB | 4.1/13 kB
Progress (4): 98/245 kB | 0.1/1.4 MB | 3.1 kB | 4.1/13 kB
Progress (4): 98/245 kB | 0.1/1.4 MB | 3.1 kB | 4.1/13 kB
Progress (4): 98/245 kB | 0.1/1.4 MB | 3.1 kB | 7.7/13 kB
Progress (4): 98/245 kB | 0.1/1.4 MB | 3.1 kB | 7.7/13 kB
Progress (4): 102/245 kB | 0.1/1.4 MB | 3.1 kB | 7.7/13 kB
Progress (4): 102/245 kB | 0.1/1.4 MB | 3.1 kB | 7.7/13 kB
Progress (4): 102/245 kB | 0.1/1.4 MB | 3.1 kB | 12/13 kB 
Progress (4): 102/245 kB | 0.1/1.4 MB | 3.1 kB | 12/13 kB
Progress (4): 106/245 kB | 0.1/1.4 MB | 3.1 kB | 12/13 kB
Progress (4): 106/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB   
Progress (4): 110/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 110/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 114/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 118/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 122/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 126/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 130/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 131/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 131/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 135/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 139/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 139/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 143/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 143/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 147/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 147/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 151/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
Progress (4): 151/245 kB | 0.1/1.4 MB | 3.1 kB | 13 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 2.5 kB/s)
09:56:54 Progress (3): 155/245 kB | 0.1/1.4 MB | 13 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
09:56:54 Progress (3): 155/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 159/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 159/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 163/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 163/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 167/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 167/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 171/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 171/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 175/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 179/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 179/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 183/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 183/245 kB | 0.1/1.4 MB | 13 kB
Progress (3): 187/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 10 kB/s)
09:56:54 Progress (2): 191/245 kB | 0.1/1.4 MB
Progress (2): 191/245 kB | 0.2/1.4 MB
Progress (2): 195/245 kB | 0.2/1.4 MB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar
09:56:54 Progress (2): 199/245 kB | 0.2/1.4 MB
Progress (2): 199/245 kB | 0.2/1.4 MB
Progress (2): 203/245 kB | 0.2/1.4 MB
Progress (2): 203/245 kB | 0.2/1.4 MB
Progress (2): 207/245 kB | 0.2/1.4 MB
Progress (2): 207/245 kB | 0.2/1.4 MB
Progress (2): 207/245 kB | 0.2/1.4 MB
Progress (2): 207/245 kB | 0.2/1.4 MB
Progress (2): 207/245 kB | 0.2/1.4 MB
Progress (2): 211/245 kB | 0.2/1.4 MB
Progress (2): 211/245 kB | 0.2/1.4 MB
Progress (2): 215/245 kB | 0.2/1.4 MB
Progress (2): 215/245 kB | 0.2/1.4 MB
Progress (2): 219/245 kB | 0.2/1.4 MB
Progress (2): 219/245 kB | 0.2/1.4 MB
Progress (2): 223/245 kB | 0.2/1.4 MB
Progress (2): 223/245 kB | 0.2/1.4 MB
Progress (2): 227/245 kB | 0.2/1.4 MB
Progress (2): 231/245 kB | 0.2/1.4 MB
Progress (2): 231/245 kB | 0.2/1.4 MB
Progress (2): 235/245 kB | 0.2/1.4 MB
Progress (2): 235/245 kB | 0.2/1.4 MB
Progress (2): 239/245 kB | 0.2/1.4 MB
Progress (2): 243/245 kB | 0.2/1.4 MB
Progress (2): 243/245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB    
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.2/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.3/1.4 MB
Progress (2): 245 kB | 0.4/1.4 MB
Progress (2): 245 kB | 0.4/1.4 MB
Progress (2): 245 kB | 0.4/1.4 MB
Progress (3): 245 kB | 0.4/1.4 MB | 4.1/36 kB
Progress (3): 245 kB | 0.4/1.4 MB | 4.1/36 kB
Progress (3): 245 kB | 0.4/1.4 MB | 7.7/36 kB
Progress (3): 245 kB | 0.4/1.4 MB | 7.7/36 kB
Progress (3): 245 kB | 0.4/1.4 MB | 12/36 kB 
Progress (3): 245 kB | 0.4/1.4 MB | 16/36 kB
Progress (3): 245 kB | 0.4/1.4 MB | 20/36 kB
Progress (4): 245 kB | 0.4/1.4 MB | 20/36 kB | 4.1/112 kB
Progress (5): 245 kB | 0.4/1.4 MB | 20/36 kB | 4.1/112 kB | 4.1/7.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.jar (245 kB at 182 kB/s)
09:56:54 Progress (4): 0.4/1.4 MB | 20/36 kB | 7.7/112 kB | 4.1/7.0 kB
Progress (4): 0.4/1.4 MB | 24/36 kB | 7.7/112 kB | 4.1/7.0 kB
Progress (4): 0.4/1.4 MB | 24/36 kB | 7.7/112 kB | 4.1/7.0 kB
Progress (4): 0.4/1.4 MB | 28/36 kB | 7.7/112 kB | 4.1/7.0 kB
Progress (4): 0.4/1.4 MB | 28/36 kB | 12/112 kB | 4.1/7.0 kB 
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar
09:56:54 Progress (4): 0.4/1.4 MB | 28/36 kB | 12/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 28/36 kB | 16/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 32/36 kB | 16/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 32/36 kB | 16/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36/36 kB | 16/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36/36 kB | 20/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36/36 kB | 20/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 20/112 kB | 7.0 kB   
Progress (4): 0.4/1.4 MB | 36 kB | 20/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 24/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 24/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 28/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 28/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 32/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 33/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 33/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 37/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 37/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 41/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 41/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 45/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 45/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 49/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 49/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 53/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 53/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 57/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 57/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 61/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 61/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 65/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 65/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 66/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 66/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 70/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 74/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 74/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 78/112 kB | 7.0 kB
Progress (4): 0.4/1.4 MB | 36 kB | 78/112 kB | 7.0 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 27 kB/s)
09:56:54 Progress (3): 0.4/1.4 MB | 82/112 kB | 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
09:56:54 Progress (3): 0.4/1.4 MB | 82/112 kB | 7.0 kB
Progress (3): 0.4/1.4 MB | 86/112 kB | 7.0 kB
Progress (3): 0.4/1.4 MB | 86/112 kB | 7.0 kB
Progress (3): 0.4/1.4 MB | 90/112 kB | 7.0 kB
Progress (3): 0.5/1.4 MB | 90/112 kB | 7.0 kB
Progress (3): 0.5/1.4 MB | 94/112 kB | 7.0 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 5.1 kB/s)
09:56:54 Progress (2): 0.5/1.4 MB | 94/112 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
09:56:55 Progress (2): 0.5/1.4 MB | 98/112 kB
Progress (3): 0.5/1.4 MB | 98/112 kB | 4.1/9.4 kB
Progress (3): 0.5/1.4 MB | 98/112 kB | 4.1/9.4 kB
Progress (3): 0.5/1.4 MB | 98/112 kB | 7.7/9.4 kB
Progress (3): 0.5/1.4 MB | 102/112 kB | 7.7/9.4 kB
Progress (3): 0.5/1.4 MB | 102/112 kB | 9.4 kB    
Progress (3): 0.5/1.4 MB | 102/112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 106/112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 106/112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 110/112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 110/112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB    
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.6/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.6/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.6/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.6/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.6/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.6/1.4 MB | 112 kB | 9.4 kB
Progress (4): 0.6/1.4 MB | 112 kB | 9.4 kB | 4.1/285 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 6.5 kB/s)
09:56:55 Progress (3): 0.6/1.4 MB | 112 kB | 7.7/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 7.7/285 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
09:56:55 Progress (3): 0.6/1.4 MB | 112 kB | 7.7/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 12/285 kB 
Progress (3): 0.6/1.4 MB | 112 kB | 12/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 16/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 16/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 20/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 20/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 24/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 24/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 24/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 28/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 28/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 32/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 32/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 33/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 33/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 33/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 37/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 37/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 41/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 41/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 45/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 45/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 49/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 49/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 53/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 53/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 57/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 57/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 61/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 61/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 65/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 65/285 kB
Progress (3): 0.6/1.4 MB | 112 kB | 66/285 kB
Progress (3): 0.7/1.4 MB | 112 kB | 66/285 kB
Progress (3): 0.7/1.4 MB | 112 kB | 70/285 kB
Progress (3): 0.7/1.4 MB | 112 kB | 70/285 kB
Progress (3): 0.7/1.4 MB | 112 kB | 74/285 kB
Progress (3): 0.7/1.4 MB | 112 kB | 78/285 kB
Progress (3): 0.7/1.4 MB | 112 kB | 78/285 kB
Progress (3): 0.7/1.4 MB | 112 kB | 82/285 kB
Progress (3): 0.7/1.4 MB | 112 kB | 82/285 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 77 kB/s)
09:56:55 Progress (2): 0.7/1.4 MB | 82/285 kB
Progress (2): 0.7/1.4 MB | 86/285 kB
Progress (2): 0.7/1.4 MB | 86/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
09:56:55 Progress (2): 0.7/1.4 MB | 86/285 kB
Progress (2): 0.7/1.4 MB | 90/285 kB
Progress (2): 0.7/1.4 MB | 90/285 kB
Progress (2): 0.7/1.4 MB | 94/285 kB
Progress (2): 0.7/1.4 MB | 94/285 kB
Progress (2): 0.7/1.4 MB | 98/285 kB
Progress (2): 0.7/1.4 MB | 98/285 kB
Progress (2): 0.7/1.4 MB | 98/285 kB
Progress (2): 0.7/1.4 MB | 98/285 kB
Progress (2): 0.7/1.4 MB | 102/285 kB
Progress (2): 0.7/1.4 MB | 102/285 kB
Progress (2): 0.7/1.4 MB | 106/285 kB
Progress (2): 0.7/1.4 MB | 106/285 kB
Progress (3): 0.7/1.4 MB | 106/285 kB | 4.1/37 kB
Progress (3): 0.7/1.4 MB | 110/285 kB | 4.1/37 kB
Progress (3): 0.7/1.4 MB | 110/285 kB | 4.1/37 kB
Progress (3): 0.7/1.4 MB | 114/285 kB | 4.1/37 kB
Progress (4): 0.7/1.4 MB | 114/285 kB | 4.1/37 kB | 4.1/53 kB
Progress (4): 0.7/1.4 MB | 114/285 kB | 7.7/37 kB | 4.1/53 kB
Progress (4): 0.7/1.4 MB | 114/285 kB | 7.7/37 kB | 7.7/53 kB
Progress (4): 0.7/1.4 MB | 114/285 kB | 12/37 kB | 7.7/53 kB 
Progress (4): 0.7/1.4 MB | 118/285 kB | 12/37 kB | 7.7/53 kB
Progress (4): 0.7/1.4 MB | 118/285 kB | 12/37 kB | 7.7/53 kB
Progress (4): 0.7/1.4 MB | 122/285 kB | 12/37 kB | 7.7/53 kB
Progress (4): 0.7/1.4 MB | 122/285 kB | 16/37 kB | 7.7/53 kB
Progress (4): 0.7/1.4 MB | 122/285 kB | 16/37 kB | 12/53 kB 
Progress (4): 0.7/1.4 MB | 122/285 kB | 20/37 kB | 12/53 kB
Progress (4): 0.7/1.4 MB | 126/285 kB | 20/37 kB | 12/53 kB
Progress (4): 0.7/1.4 MB | 126/285 kB | 20/37 kB | 12/53 kB
Progress (4): 0.7/1.4 MB | 130/285 kB | 20/37 kB | 12/53 kB
Progress (4): 0.7/1.4 MB | 130/285 kB | 24/37 kB | 12/53 kB
Progress (4): 0.7/1.4 MB | 130/285 kB | 24/37 kB | 16/53 kB
Progress (4): 0.7/1.4 MB | 130/285 kB | 28/37 kB | 16/53 kB
Progress (4): 0.7/1.4 MB | 134/285 kB | 28/37 kB | 16/53 kB
Progress (4): 0.7/1.4 MB | 134/285 kB | 28/37 kB | 16/53 kB
Progress (4): 0.7/1.4 MB | 138/285 kB | 28/37 kB | 16/53 kB
Progress (4): 0.7/1.4 MB | 142/285 kB | 28/37 kB | 16/53 kB
Progress (4): 0.7/1.4 MB | 146/285 kB | 28/37 kB | 16/53 kB
Progress (4): 0.7/1.4 MB | 150/285 kB | 28/37 kB | 16/53 kB
Progress (4): 0.7/1.4 MB | 150/285 kB | 28/37 kB | 20/53 kB
Progress (4): 0.7/1.4 MB | 150/285 kB | 32/37 kB | 20/53 kB
Progress (4): 0.7/1.4 MB | 150/285 kB | 32/37 kB | 24/53 kB
Progress (4): 0.7/1.4 MB | 150/285 kB | 36/37 kB | 24/53 kB
Progress (5): 0.7/1.4 MB | 150/285 kB | 36/37 kB | 24/53 kB | 4.1/37 kB
Progress (5): 0.7/1.4 MB | 154/285 kB | 36/37 kB | 24/53 kB | 4.1/37 kB
Progress (5): 0.7/1.4 MB | 154/285 kB | 36/37 kB | 24/53 kB | 4.1/37 kB
Progress (5): 0.7/1.4 MB | 154/285 kB | 36/37 kB | 24/53 kB | 7.7/37 kB
Progress (5): 0.7/1.4 MB | 154/285 kB | 37 kB | 24/53 kB | 7.7/37 kB   
Progress (5): 0.7/1.4 MB | 154/285 kB | 37 kB | 28/53 kB | 7.7/37 kB
Progress (5): 0.7/1.4 MB | 154/285 kB | 37 kB | 28/53 kB | 12/37 kB 
Progress (5): 0.7/1.4 MB | 154/285 kB | 37 kB | 28/53 kB | 12/37 kB
Progress (5): 0.7/1.4 MB | 158/285 kB | 37 kB | 28/53 kB | 12/37 kB
Progress (5): 0.7/1.4 MB | 158/285 kB | 37 kB | 28/53 kB | 12/37 kB
Progress (5): 0.7/1.4 MB | 158/285 kB | 37 kB | 28/53 kB | 16/37 kB
Progress (5): 0.7/1.4 MB | 158/285 kB | 37 kB | 32/53 kB | 16/37 kB
Progress (5): 0.7/1.4 MB | 158/285 kB | 37 kB | 32/53 kB | 16/37 kB
Progress (5): 0.7/1.4 MB | 162/285 kB | 37 kB | 32/53 kB | 16/37 kB
Progress (5): 0.7/1.4 MB | 162/285 kB | 37 kB | 36/53 kB | 16/37 kB
Progress (5): 0.7/1.4 MB | 162/285 kB | 37 kB | 36/53 kB | 16/37 kB
Progress (5): 0.7/1.4 MB | 162/285 kB | 37 kB | 36/53 kB | 20/37 kB
Progress (5): 0.7/1.4 MB | 162/285 kB | 37 kB | 36/53 kB | 20/37 kB
Progress (5): 0.7/1.4 MB | 162/285 kB | 37 kB | 40/53 kB | 20/37 kB
Progress (5): 0.7/1.4 MB | 166/285 kB | 37 kB | 40/53 kB | 20/37 kB
Progress (5): 0.7/1.4 MB | 166/285 kB | 37 kB | 40/53 kB | 20/37 kB
Progress (5): 0.7/1.4 MB | 166/285 kB | 37 kB | 40/53 kB | 24/37 kB
Progress (5): 0.7/1.4 MB | 166/285 kB | 37 kB | 40/53 kB | 24/37 kB
Progress (5): 0.7/1.4 MB | 170/285 kB | 37 kB | 40/53 kB | 24/37 kB
Progress (5): 0.7/1.4 MB | 170/285 kB | 37 kB | 44/53 kB | 24/37 kB
Progress (5): 0.7/1.4 MB | 174/285 kB | 37 kB | 44/53 kB | 24/37 kB
Progress (5): 0.8/1.4 MB | 174/285 kB | 37 kB | 44/53 kB | 24/37 kB
Progress (5): 0.8/1.4 MB | 174/285 kB | 37 kB | 44/53 kB | 28/37 kB
Progress (5): 0.8/1.4 MB | 174/285 kB | 37 kB | 44/53 kB | 28/37 kB
Progress (5): 0.8/1.4 MB | 178/285 kB | 37 kB | 44/53 kB | 28/37 kB
Progress (5): 0.8/1.4 MB | 178/285 kB | 37 kB | 48/53 kB | 28/37 kB
Progress (5): 0.8/1.4 MB | 178/285 kB | 37 kB | 48/53 kB | 28/37 kB
Progress (5): 0.8/1.4 MB | 178/285 kB | 37 kB | 52/53 kB | 28/37 kB
Progress (5): 0.8/1.4 MB | 178/285 kB | 37 kB | 52/53 kB | 32/37 kB
Progress (5): 0.8/1.4 MB | 178/285 kB | 37 kB | 53 kB | 32/37 kB   
Progress (5): 0.8/1.4 MB | 178/285 kB | 37 kB | 53 kB | 36/37 kB
Progress (5): 0.8/1.4 MB | 178/285 kB | 37 kB | 53 kB | 36/37 kB
Progress (5): 0.8/1.4 MB | 182/285 kB | 37 kB | 53 kB | 36/37 kB
Progress (5): 0.8/1.4 MB | 182/285 kB | 37 kB | 53 kB | 36/37 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 24 kB/s)
09:56:55 Progress (4): 0.8/1.4 MB | 182/285 kB | 53 kB | 37 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
09:56:55 Progress (4): 0.8/1.4 MB | 182/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 182/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 182/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 182/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 186/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 186/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 186/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 190/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 190/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 194/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 194/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 198/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 202/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 202/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 206/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 206/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 210/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 210/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 214/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 214/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 218/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 218/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 218/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 222/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 222/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 226/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 226/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 230/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 230/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 234/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 234/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 238/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 238/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 242/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 242/285 kB | 53 kB | 37 kB
Progress (4): 0.8/1.4 MB | 246/285 kB | 53 kB | 37 kB
Progress (4): 0.9/1.4 MB | 246/285 kB | 53 kB | 37 kB
Progress (4): 0.9/1.4 MB | 250/285 kB | 53 kB | 37 kB
Progress (4): 0.9/1.4 MB | 250/285 kB | 53 kB | 37 kB
Progress (4): 0.9/1.4 MB | 254/285 kB | 53 kB | 37 kB
Progress (4): 0.9/1.4 MB | 254/285 kB | 53 kB | 37 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 24 kB/s)
09:56:55 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 34 kB/s)
09:56:55 Progress (2): 0.9/1.4 MB | 258/285 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
09:56:55 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
09:56:55 Progress (2): 0.9/1.4 MB | 258/285 kB
Progress (2): 0.9/1.4 MB | 262/285 kB
Progress (2): 0.9/1.4 MB | 262/285 kB
Progress (2): 0.9/1.4 MB | 266/285 kB
Progress (2): 0.9/1.4 MB | 266/285 kB
Progress (3): 0.9/1.4 MB | 266/285 kB | 4.1/4.3 kB
Progress (3): 0.9/1.4 MB | 270/285 kB | 4.1/4.3 kB
Progress (3): 0.9/1.4 MB | 270/285 kB | 4.3 kB    
Progress (3): 0.9/1.4 MB | 270/285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 274/285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 274/285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 278/285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 278/285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 282/285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 282/285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB    
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 0.9/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.3 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.7 kB/s)
09:56:55 Progress (2): 1.0/1.4 MB | 285 kB
Progress (3): 1.0/1.4 MB | 285 kB | 4.1/29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 7.7/29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 12/29 kB 
Progress (3): 1.0/1.4 MB | 285 kB | 16/29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 20/29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 24/29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 28/29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB   
Progress (4): 1.0/1.4 MB | 285 kB | 29 kB | 4.1/21 kB
Progress (4): 1.0/1.4 MB | 285 kB | 29 kB | 4.1/21 kB
Progress (4): 1.0/1.4 MB | 285 kB | 29 kB | 7.7/21 kB
Progress (4): 1.0/1.4 MB | 285 kB | 29 kB | 7.7/21 kB
Progress (4): 1.0/1.4 MB | 285 kB | 29 kB | 12/21 kB 
Progress (4): 1.0/1.4 MB | 285 kB | 29 kB | 12/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 17 kB/s)
09:56:55 Progress (3): 1.0/1.4 MB | 285 kB | 16/21 kB
Progress (3): 1.0/1.4 MB | 285 kB | 16/21 kB
Progress (3): 1.0/1.4 MB | 285 kB | 20/21 kB
Progress (3): 1.0/1.4 MB | 285 kB | 20/21 kB
Progress (3): 1.0/1.4 MB | 285 kB | 21 kB   
Progress (3): 1.0/1.4 MB | 285 kB | 21 kB
Progress (3): 1.0/1.4 MB | 285 kB | 21 kB
Progress (3): 1.0/1.4 MB | 285 kB | 21 kB
Progress (3): 1.0/1.4 MB | 285 kB | 21 kB
Progress (3): 1.0/1.4 MB | 285 kB | 21 kB
Progress (3): 1.0/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/1.4 MB | 285 kB | 21 kB
Progress (3): 1.1/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 13 kB/s)
09:56:55 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
                                 
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 172 kB/s)
09:56:55 Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 825 kB/s)
09:56:56 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
09:56:56 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 74 kB/s)
09:56:56 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
09:56: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/org/apache/maven/archetype/maven-archetype/2.1/maven-archetype-2.1.pom (14 kB at 252 kB/s)
09:56:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
09:56:56 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.3 MB/s)
09:56:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
09:56: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/10/apache-10.pom (15 kB at 218 kB/s)
09:56:56 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
09:56:56 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
09:56:56 Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
Progress (2): 7.9 kB | 4.1/169 kB
Progress (2): 7.9 kB | 7.7/169 kB
Progress (2): 7.9 kB | 12/169 kB 
Progress (2): 7.9 kB | 16/169 kB
Progress (2): 7.9 kB | 20/169 kB
Progress (2): 7.9 kB | 24/169 kB
Progress (2): 7.9 kB | 28/169 kB
Progress (2): 7.9 kB | 32/169 kB
Progress (2): 7.9 kB | 33/169 kB
Progress (2): 7.9 kB | 37/169 kB
Progress (2): 7.9 kB | 41/169 kB
Progress (2): 7.9 kB | 45/169 kB
Progress (2): 7.9 kB | 49/169 kB
Progress (2): 7.9 kB | 53/169 kB
Progress (2): 7.9 kB | 57/169 kB
Progress (2): 7.9 kB | 61/169 kB
Progress (2): 7.9 kB | 65/169 kB
Progress (2): 7.9 kB | 66/169 kB
Progress (2): 7.9 kB | 70/169 kB
Progress (2): 7.9 kB | 74/169 kB
Progress (2): 7.9 kB | 78/169 kB
Progress (2): 7.9 kB | 82/169 kB
Progress (2): 7.9 kB | 86/169 kB
Progress (2): 7.9 kB | 90/169 kB
Progress (2): 7.9 kB | 94/169 kB
Progress (2): 7.9 kB | 98/169 kB
Progress (2): 7.9 kB | 98/169 kB
Progress (2): 7.9 kB | 102/169 kB
Progress (2): 7.9 kB | 106/169 kB
Progress (2): 7.9 kB | 110/169 kB
Progress (2): 7.9 kB | 114/169 kB
Progress (2): 7.9 kB | 118/169 kB
Progress (2): 7.9 kB | 122/169 kB
Progress (2): 7.9 kB | 126/169 kB
Progress (2): 7.9 kB | 130/169 kB
Progress (2): 7.9 kB | 131/169 kB
Progress (2): 7.9 kB | 135/169 kB
Progress (2): 7.9 kB | 139/169 kB
Progress (2): 7.9 kB | 143/169 kB
Progress (2): 7.9 kB | 147/169 kB
Progress (2): 7.9 kB | 151/169 kB
Progress (2): 7.9 kB | 155/169 kB
Progress (2): 7.9 kB | 159/169 kB
Progress (2): 7.9 kB | 163/169 kB
Progress (2): 7.9 kB | 167/169 kB
Progress (2): 7.9 kB | 169 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 4.6 MB/s)
09:56:56 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 101 kB/s)
09:56: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.pom
09:56:56 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)
09:56:56 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
09:56: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/org/apache/maven/archetype/maven-archetype/3.0.0/maven-archetype-3.0.0.pom (13 kB at 712 kB/s)
09:56:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
09:56:56 Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.1 MB/s)
09:56: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.pom
09:56:56 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 82 kB/s)
09:56:56 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
09:56:56 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 117 kB/s)
09:56:56 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
09:56:56 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 190 kB/s)
09:56:56 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
09:56:56 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.2 MB/s)
09:56: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.pom
09:56:56 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 94 kB/s)
09:56: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.pom
09:56: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/archetype/archetype-common/3.0.0/archetype-common-3.0.0.pom (19 kB at 1.0 MB/s)
09:56:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom
09:56:56 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)
09:56:56 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
09:56:56 Progress (1): 748 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 34 kB/s)
09:56:56 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
09:56:56 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 222 kB/s)
09:56:56 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
09:56: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/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.1 MB/s)
09:56:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
09:56:56 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 376 kB/s)
09:56:56 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
09:56:56 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 118 kB/s)
09:56:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom
09:56:56 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 58 kB/s)
09:56:56 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
09:56:57 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 98 kB/s)
09:56: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.pom
09:56:57 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 244 kB/s)
09:56:57 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
09:56:57 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 269 kB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
09:56:57 Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.0 MB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
09:56:57 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 635 kB/s)
09:56:57 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
09:56:57 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 400 kB/s)
09:56:57 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
09:56:57 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 241 kB/s)
09:56:57 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
09:56:57 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)
09:56:57 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
09:56:57 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)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
09:56:57 Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.6 MB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
09:56:57 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 765 kB/s)
09:56:57 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
09:56:57 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 310 kB/s)
09:56: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.pom
09:56:57 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 42 kB/s)
09:56:57 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
09:56:57 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 328 kB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
09:56:57 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 822 kB/s)
09:56:57 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
09:56:57 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)
09:56:57 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
09:56:57 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)
09:56: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.pom
09:56:57 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)
09:56:57 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
09:56:57 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)
09:56:57 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
09:56:57 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)
09:56:57 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
09:56:57 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)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
09:56:57 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 685 kB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
09:56:57 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 264 kB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
09:56:57 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)
09:56: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.pom
09:56:57 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 699 kB/s)
09:56: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.pom
09:56:57 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 96 kB/s)
09:56:57 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
09:56:57 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 947 kB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
09:56:57 Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.5 MB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
09:56:57 Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 816 kB/s)
09:56: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.pom
09:56:57 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.1 MB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom
09:56:57 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 30 kB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.pom
09:56:57 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 14 kB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.2/asm-parent-3.2.pom
09:56:57 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 198 kB/s)
09:56:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.pom
09:56:57 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 23 kB/s)
09:56:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.pom
09:56:58 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 22 kB/s)
09:56:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.pom
09:56:58 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 22 kB/s)
09:56:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.pom
09:56:58 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)
09:56:58 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
09:56:58 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 43 kB/s)
09:56:58 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
09:56:58 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)
09:56:58 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
09:56:58 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 143 kB/s)
09:56:58 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
09:56:58 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 485 kB/s)
09:56:58 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
09:56:58 Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom (3.8 kB at 214 kB/s)
09:56:58 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
09:56:58 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 544 kB/s)
09:56:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
09:56:58 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 57 kB/s)
09:56:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
09:56:58 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 74 kB/s)
09:56:58 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
09:56:58 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)
09:56:58 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
09:56:58 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 238 kB/s)
09:56:58 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
09:56:58 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
09:56:58 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
09:56:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar
09:56:58 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
09:56:58 Progress (1): 4.1/95 kB
Progress (1): 7.7/95 kB
Progress (1): 12/95 kB 
Progress (1): 16/95 kB
Progress (1): 20/95 kB
Progress (1): 24/95 kB
Progress (1): 28/95 kB
Progress (2): 28/95 kB | 4.1/27 kB
Progress (2): 32/95 kB | 4.1/27 kB
Progress (2): 32/95 kB | 7.7/27 kB
Progress (2): 36/95 kB | 7.7/27 kB
Progress (2): 36/95 kB | 12/27 kB 
Progress (2): 40/95 kB | 12/27 kB
Progress (2): 40/95 kB | 16/27 kB
Progress (3): 40/95 kB | 16/27 kB | 4.1/24 kB
Progress (3): 40/95 kB | 20/27 kB | 4.1/24 kB
Progress (3): 44/95 kB | 20/27 kB | 4.1/24 kB
Progress (3): 44/95 kB | 24/27 kB | 4.1/24 kB
Progress (3): 44/95 kB | 24/27 kB | 7.7/24 kB
Progress (3): 44/95 kB | 27 kB | 7.7/24 kB   
Progress (3): 48/95 kB | 27 kB | 7.7/24 kB
Progress (3): 48/95 kB | 27 kB | 12/24 kB 
Progress (3): 48/95 kB | 27 kB | 16/24 kB
Progress (3): 52/95 kB | 27 kB | 16/24 kB
Progress (3): 52/95 kB | 27 kB | 20/24 kB
Progress (4): 52/95 kB | 27 kB | 20/24 kB | 4.1/19 kB
Progress (4): 56/95 kB | 27 kB | 20/24 kB | 4.1/19 kB
Progress (4): 56/95 kB | 27 kB | 20/24 kB | 7.7/19 kB
Progress (4): 56/95 kB | 27 kB | 24/24 kB | 7.7/19 kB
Progress (4): 60/95 kB | 27 kB | 24/24 kB | 7.7/19 kB
Progress (4): 60/95 kB | 27 kB | 24 kB | 7.7/19 kB   
Progress (4): 60/95 kB | 27 kB | 24 kB | 12/19 kB 
Progress (4): 64/95 kB | 27 kB | 24 kB | 12/19 kB
Progress (4): 64/95 kB | 27 kB | 24 kB | 16/19 kB
Progress (4): 68/95 kB | 27 kB | 24 kB | 16/19 kB
Progress (4): 72/95 kB | 27 kB | 24 kB | 16/19 kB
Progress (4): 72/95 kB | 27 kB | 24 kB | 19 kB   
Progress (4): 76/95 kB | 27 kB | 24 kB | 19 kB
Progress (4): 80/95 kB | 27 kB | 24 kB | 19 kB
Progress (4): 84/95 kB | 27 kB | 24 kB | 19 kB
Progress (4): 88/95 kB | 27 kB | 24 kB | 19 kB
Progress (4): 92/95 kB | 27 kB | 24 kB | 19 kB
Progress (4): 95 kB | 27 kB | 24 kB | 19 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 719 kB/s)
09:56:58 Progress (4): 95 kB | 24 kB | 19 kB | 4.1/331 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.jar (95 kB at 2.4 MB/s)
09:56:58 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 609 kB/s)
09:56:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
09:56:58 Progress (2): 19 kB | 7.7/331 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
09:56:58 Progress (2): 19 kB | 12/331 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
09:56:58 Progress (2): 19 kB | 16/331 kB
Progress (2): 19 kB | 20/331 kB
Progress (2): 19 kB | 24/331 kB
Progress (2): 19 kB | 28/331 kB
Progress (2): 19 kB | 32/331 kB
Progress (2): 19 kB | 36/331 kB
Progress (2): 19 kB | 40/331 kB
Progress (2): 19 kB | 44/331 kB
Progress (2): 19 kB | 48/331 kB
Progress (2): 19 kB | 52/331 kB
Progress (2): 19 kB | 56/331 kB
Progress (2): 19 kB | 60/331 kB
Progress (2): 19 kB | 64/331 kB
Progress (2): 19 kB | 68/331 kB
Progress (2): 19 kB | 72/331 kB
Progress (2): 19 kB | 76/331 kB
Progress (2): 19 kB | 80/331 kB
Progress (2): 19 kB | 84/331 kB
Progress (2): 19 kB | 88/331 kB
Progress (2): 19 kB | 92/331 kB
Progress (2): 19 kB | 96/331 kB
Progress (2): 19 kB | 100/331 kB
Progress (2): 19 kB | 104/331 kB
Progress (2): 19 kB | 108/331 kB
Progress (3): 19 kB | 108/331 kB | 4.1/314 kB
Progress (4): 19 kB | 108/331 kB | 4.1/314 kB | 4.1/109 kB
Progress (4): 19 kB | 112/331 kB | 4.1/314 kB | 4.1/109 kB
Progress (4): 19 kB | 112/331 kB | 4.1/314 kB | 7.7/109 kB
Progress (4): 19 kB | 112/331 kB | 7.7/314 kB | 7.7/109 kB
Progress (4): 19 kB | 112/331 kB | 7.7/314 kB | 12/109 kB 
Progress (4): 19 kB | 116/331 kB | 7.7/314 kB | 12/109 kB
Progress (4): 19 kB | 116/331 kB | 12/314 kB | 12/109 kB 
Progress (4): 19 kB | 116/331 kB | 12/314 kB | 16/109 kB
Progress (5): 19 kB | 116/331 kB | 12/314 kB | 16/109 kB | 4.1/4.3 kB
Progress (5): 19 kB | 116/331 kB | 12/314 kB | 20/109 kB | 4.1/4.3 kB
Progress (5): 19 kB | 116/331 kB | 16/314 kB | 20/109 kB | 4.1/4.3 kB
Progress (5): 19 kB | 120/331 kB | 16/314 kB | 20/109 kB | 4.1/4.3 kB
Progress (5): 19 kB | 120/331 kB | 20/314 kB | 20/109 kB | 4.1/4.3 kB
Progress (5): 19 kB | 120/331 kB | 20/314 kB | 24/109 kB | 4.1/4.3 kB
Progress (5): 19 kB | 120/331 kB | 20/314 kB | 24/109 kB | 4.3 kB    
Progress (5): 19 kB | 120/331 kB | 20/314 kB | 28/109 kB | 4.3 kB
Progress (5): 19 kB | 124/331 kB | 20/314 kB | 28/109 kB | 4.3 kB
Progress (5): 19 kB | 124/331 kB | 24/314 kB | 28/109 kB | 4.3 kB
Progress (5): 19 kB | 128/331 kB | 24/314 kB | 28/109 kB | 4.3 kB
Progress (5): 19 kB | 128/331 kB | 24/314 kB | 32/109 kB | 4.3 kB
Progress (5): 19 kB | 128/331 kB | 28/314 kB | 32/109 kB | 4.3 kB
Progress (5): 19 kB | 132/331 kB | 28/314 kB | 32/109 kB | 4.3 kB
Progress (5): 19 kB | 132/331 kB | 28/314 kB | 36/109 kB | 4.3 kB
Progress (5): 19 kB | 132/331 kB | 32/314 kB | 36/109 kB | 4.3 kB
Progress (5): 19 kB | 132/331 kB | 32/314 kB | 40/109 kB | 4.3 kB
Progress (5): 19 kB | 136/331 kB | 32/314 kB | 40/109 kB | 4.3 kB
Progress (5): 19 kB | 136/331 kB | 33/314 kB | 40/109 kB | 4.3 kB
Progress (5): 19 kB | 140/331 kB | 33/314 kB | 40/109 kB | 4.3 kB
Progress (5): 19 kB | 140/331 kB | 33/314 kB | 44/109 kB | 4.3 kB
Progress (5): 19 kB | 144/331 kB | 33/314 kB | 44/109 kB | 4.3 kB
Progress (5): 19 kB | 144/331 kB | 37/314 kB | 44/109 kB | 4.3 kB
Progress (5): 19 kB | 144/331 kB | 37/314 kB | 48/109 kB | 4.3 kB
Progress (5): 19 kB | 144/331 kB | 41/314 kB | 48/109 kB | 4.3 kB
Progress (5): 19 kB | 148/331 kB | 41/314 kB | 48/109 kB | 4.3 kB
Progress (5): 19 kB | 148/331 kB | 45/314 kB | 48/109 kB | 4.3 kB
Progress (5): 19 kB | 148/331 kB | 45/314 kB | 52/109 kB | 4.3 kB
Progress (5): 19 kB | 148/331 kB | 49/314 kB | 52/109 kB | 4.3 kB
Progress (5): 19 kB | 152/331 kB | 49/314 kB | 52/109 kB | 4.3 kB
Progress (5): 19 kB | 152/331 kB | 53/314 kB | 52/109 kB | 4.3 kB
Progress (5): 19 kB | 152/331 kB | 53/314 kB | 56/109 kB | 4.3 kB
Progress (5): 19 kB | 152/331 kB | 57/314 kB | 56/109 kB | 4.3 kB
Progress (5): 19 kB | 156/331 kB | 57/314 kB | 56/109 kB | 4.3 kB
Progress (5): 19 kB | 156/331 kB | 57/314 kB | 60/109 kB | 4.3 kB
Progress (5): 19 kB | 160/331 kB | 57/314 kB | 60/109 kB | 4.3 kB
Progress (5): 19 kB | 160/331 kB | 61/314 kB | 60/109 kB | 4.3 kB
Progress (5): 19 kB | 160/331 kB | 61/314 kB | 64/109 kB | 4.3 kB
Progress (5): 19 kB | 160/331 kB | 65/314 kB | 64/109 kB | 4.3 kB
Progress (5): 19 kB | 164/331 kB | 65/314 kB | 64/109 kB | 4.3 kB
Progress (5): 19 kB | 164/331 kB | 66/314 kB | 64/109 kB | 4.3 kB
Progress (5): 19 kB | 164/331 kB | 66/314 kB | 68/109 kB | 4.3 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 53 kB/s)
09:56:58 Progress (4): 19 kB | 168/331 kB | 66/314 kB | 68/109 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar
09:56:58 Progress (4): 19 kB | 168/331 kB | 66/314 kB | 72/109 kB
Progress (4): 19 kB | 168/331 kB | 70/314 kB | 72/109 kB
Progress (4): 19 kB | 172/331 kB | 70/314 kB | 72/109 kB
Progress (4): 19 kB | 172/331 kB | 74/314 kB | 72/109 kB
Progress (4): 19 kB | 172/331 kB | 74/314 kB | 76/109 kB
Progress (4): 19 kB | 176/331 kB | 74/314 kB | 76/109 kB
Progress (4): 19 kB | 176/331 kB | 74/314 kB | 80/109 kB
Progress (4): 19 kB | 176/331 kB | 78/314 kB | 80/109 kB
Progress (4): 19 kB | 180/331 kB | 78/314 kB | 80/109 kB
Progress (4): 19 kB | 180/331 kB | 82/314 kB | 80/109 kB
Progress (4): 19 kB | 180/331 kB | 82/314 kB | 84/109 kB
Progress (4): 19 kB | 184/331 kB | 82/314 kB | 84/109 kB
Progress (4): 19 kB | 184/331 kB | 86/314 kB | 84/109 kB
Progress (4): 19 kB | 184/331 kB | 86/314 kB | 88/109 kB
Progress (4): 19 kB | 184/331 kB | 90/314 kB | 88/109 kB
Progress (4): 19 kB | 188/331 kB | 90/314 kB | 88/109 kB
Progress (4): 19 kB | 188/331 kB | 94/314 kB | 88/109 kB
Progress (4): 19 kB | 192/331 kB | 94/314 kB | 88/109 kB
Progress (4): 19 kB | 192/331 kB | 94/314 kB | 92/109 kB
Progress (4): 19 kB | 192/331 kB | 98/314 kB | 92/109 kB
Progress (4): 19 kB | 192/331 kB | 98/314 kB | 96/109 kB
Progress (4): 19 kB | 196/331 kB | 98/314 kB | 96/109 kB
Progress (4): 19 kB | 196/331 kB | 98/314 kB | 96/109 kB
Progress (4): 19 kB | 200/331 kB | 98/314 kB | 96/109 kB
Progress (4): 19 kB | 200/331 kB | 98/314 kB | 100/109 kB
Progress (4): 19 kB | 200/331 kB | 102/314 kB | 100/109 kB
Progress (4): 19 kB | 200/331 kB | 102/314 kB | 104/109 kB
Progress (4): 19 kB | 204/331 kB | 102/314 kB | 104/109 kB
Progress (4): 19 kB | 204/331 kB | 106/314 kB | 104/109 kB
Progress (4): 19 kB | 208/331 kB | 106/314 kB | 104/109 kB
Progress (4): 19 kB | 208/331 kB | 106/314 kB | 108/109 kB
Progress (4): 19 kB | 208/331 kB | 110/314 kB | 108/109 kB
Progress (4): 19 kB | 212/331 kB | 110/314 kB | 108/109 kB
Progress (4): 19 kB | 212/331 kB | 110/314 kB | 109 kB    
Progress (4): 19 kB | 216/331 kB | 110/314 kB | 109 kB
Progress (4): 19 kB | 216/331 kB | 114/314 kB | 109 kB
Progress (4): 19 kB | 220/331 kB | 114/314 kB | 109 kB
Progress (4): 19 kB | 220/331 kB | 118/314 kB | 109 kB
Progress (4): 19 kB | 224/331 kB | 118/314 kB | 109 kB
Progress (4): 19 kB | 224/331 kB | 122/314 kB | 109 kB
Progress (4): 19 kB | 228/331 kB | 122/314 kB | 109 kB
Progress (4): 19 kB | 228/331 kB | 126/314 kB | 109 kB
Progress (4): 19 kB | 232/331 kB | 126/314 kB | 109 kB
Progress (4): 19 kB | 232/331 kB | 130/314 kB | 109 kB
Progress (4): 19 kB | 236/331 kB | 130/314 kB | 109 kB
Progress (4): 19 kB | 236/331 kB | 131/314 kB | 109 kB
Progress (4): 19 kB | 240/331 kB | 131/314 kB | 109 kB
Progress (4): 19 kB | 240/331 kB | 135/314 kB | 109 kB
Progress (4): 19 kB | 244/331 kB | 135/314 kB | 109 kB
Progress (4): 19 kB | 244/331 kB | 139/314 kB | 109 kB
Progress (4): 19 kB | 248/331 kB | 139/314 kB | 109 kB
Progress (5): 19 kB | 248/331 kB | 139/314 kB | 109 kB | 4.1/153 kB
Progress (5): 19 kB | 252/331 kB | 139/314 kB | 109 kB | 4.1/153 kB
Progress (5): 19 kB | 252/331 kB | 143/314 kB | 109 kB | 4.1/153 kB
Progress (5): 19 kB | 256/331 kB | 143/314 kB | 109 kB | 4.1/153 kB
Progress (5): 19 kB | 256/331 kB | 143/314 kB | 109 kB | 7.7/153 kB
Progress (5): 19 kB | 260/331 kB | 143/314 kB | 109 kB | 7.7/153 kB
Progress (5): 19 kB | 260/331 kB | 147/314 kB | 109 kB | 7.7/153 kB
Progress (5): 19 kB | 264/331 kB | 147/314 kB | 109 kB | 7.7/153 kB
Progress (5): 19 kB | 264/331 kB | 147/314 kB | 109 kB | 12/153 kB 
Progress (5): 19 kB | 264/331 kB | 151/314 kB | 109 kB | 12/153 kB
Progress (5): 19 kB | 264/331 kB | 151/314 kB | 109 kB | 16/153 kB
Progress (5): 19 kB | 268/331 kB | 151/314 kB | 109 kB | 16/153 kB
Progress (5): 19 kB | 268/331 kB | 151/314 kB | 109 kB | 20/153 kB
Progress (5): 19 kB | 268/331 kB | 155/314 kB | 109 kB | 20/153 kB
Progress (5): 19 kB | 268/331 kB | 155/314 kB | 109 kB | 24/153 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 1.1 MB/s)
09:56:58 Progress (4): 19 kB | 272/331 kB | 155/314 kB | 24/153 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
09:56:58 Progress (4): 19 kB | 272/331 kB | 155/314 kB | 28/153 kB
Progress (4): 19 kB | 272/331 kB | 159/314 kB | 28/153 kB
Progress (4): 19 kB | 272/331 kB | 159/314 kB | 32/153 kB
Progress (4): 19 kB | 276/331 kB | 159/314 kB | 32/153 kB
Progress (4): 19 kB | 276/331 kB | 163/314 kB | 32/153 kB
Progress (4): 19 kB | 276/331 kB | 163/314 kB | 36/153 kB
Progress (4): 19 kB | 280/331 kB | 163/314 kB | 36/153 kB
Progress (4): 19 kB | 280/331 kB | 163/314 kB | 40/153 kB
Progress (4): 19 kB | 284/331 kB | 163/314 kB | 40/153 kB
Progress (4): 19 kB | 288/331 kB | 163/314 kB | 40/153 kB
Progress (4): 19 kB | 292/331 kB | 163/314 kB | 40/153 kB
Progress (4): 19 kB | 296/331 kB | 163/314 kB | 40/153 kB
Progress (4): 19 kB | 296/331 kB | 167/314 kB | 40/153 kB
Progress (4): 19 kB | 296/331 kB | 167/314 kB | 44/153 kB
Progress (4): 19 kB | 296/331 kB | 171/314 kB | 44/153 kB
Progress (4): 19 kB | 296/331 kB | 175/314 kB | 44/153 kB
Progress (4): 19 kB | 296/331 kB | 179/314 kB | 44/153 kB
Progress (4): 19 kB | 296/331 kB | 183/314 kB | 44/153 kB
Progress (4): 19 kB | 296/331 kB | 187/314 kB | 44/153 kB
Progress (4): 19 kB | 296/331 kB | 191/314 kB | 44/153 kB
Progress (4): 19 kB | 300/331 kB | 191/314 kB | 44/153 kB
Progress (4): 19 kB | 300/331 kB | 195/314 kB | 44/153 kB
Progress (4): 19 kB | 300/331 kB | 195/314 kB | 48/153 kB
Progress (4): 19 kB | 300/331 kB | 199/314 kB | 48/153 kB
Progress (4): 19 kB | 300/331 kB | 199/314 kB | 52/153 kB
Progress (4): 19 kB | 304/331 kB | 199/314 kB | 52/153 kB
Progress (5): 19 kB | 304/331 kB | 199/314 kB | 52/153 kB | 4.1/174 kB
Progress (5): 19 kB | 304/331 kB | 199/314 kB | 56/153 kB | 4.1/174 kB
Progress (5): 19 kB | 304/331 kB | 203/314 kB | 56/153 kB | 4.1/174 kB
Progress (5): 19 kB | 304/331 kB | 203/314 kB | 60/153 kB | 4.1/174 kB
Progress (5): 19 kB | 304/331 kB | 203/314 kB | 64/153 kB | 4.1/174 kB
Progress (5): 19 kB | 304/331 kB | 203/314 kB | 64/153 kB | 7.7/174 kB
Progress (5): 19 kB | 308/331 kB | 203/314 kB | 64/153 kB | 7.7/174 kB
Progress (5): 19 kB | 308/331 kB | 203/314 kB | 68/153 kB | 7.7/174 kB
Progress (5): 19 kB | 308/331 kB | 207/314 kB | 68/153 kB | 7.7/174 kB
Progress (5): 19 kB | 308/331 kB | 207/314 kB | 72/153 kB | 7.7/174 kB
Progress (5): 19 kB | 312/331 kB | 207/314 kB | 72/153 kB | 7.7/174 kB
Progress (5): 19 kB | 312/331 kB | 207/314 kB | 72/153 kB | 12/174 kB 
Progress (5): 19 kB | 312/331 kB | 207/314 kB | 76/153 kB | 12/174 kB
Progress (5): 19 kB | 312/331 kB | 211/314 kB | 76/153 kB | 12/174 kB
Progress (5): 19 kB | 312/331 kB | 211/314 kB | 80/153 kB | 12/174 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 112 kB/s)
09:56:58 Progress (4): 312/331 kB | 211/314 kB | 80/153 kB | 16/174 kB
Progress (4): 316/331 kB | 211/314 kB | 80/153 kB | 16/174 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
09:56:58 Progress (4): 316/331 kB | 211/314 kB | 84/153 kB | 16/174 kB
Progress (4): 316/331 kB | 215/314 kB | 84/153 kB | 16/174 kB
Progress (4): 316/331 kB | 215/314 kB | 88/153 kB | 16/174 kB
Progress (4): 316/331 kB | 215/314 kB | 88/153 kB | 20/174 kB
Progress (4): 320/331 kB | 215/314 kB | 88/153 kB | 20/174 kB
Progress (4): 320/331 kB | 215/314 kB | 88/153 kB | 24/174 kB
Progress (4): 320/331 kB | 215/314 kB | 92/153 kB | 24/174 kB
Progress (4): 320/331 kB | 219/314 kB | 92/153 kB | 24/174 kB
Progress (4): 320/331 kB | 219/314 kB | 96/153 kB | 24/174 kB
Progress (4): 320/331 kB | 219/314 kB | 96/153 kB | 28/174 kB
Progress (4): 324/331 kB | 219/314 kB | 96/153 kB | 28/174 kB
Progress (4): 324/331 kB | 219/314 kB | 96/153 kB | 32/174 kB
Progress (4): 324/331 kB | 219/314 kB | 100/153 kB | 32/174 kB
Progress (4): 324/331 kB | 223/314 kB | 100/153 kB | 32/174 kB
Progress (4): 324/331 kB | 223/314 kB | 104/153 kB | 32/174 kB
Progress (4): 324/331 kB | 223/314 kB | 104/153 kB | 33/174 kB
Progress (4): 328/331 kB | 223/314 kB | 104/153 kB | 33/174 kB
Progress (4): 328/331 kB | 223/314 kB | 108/153 kB | 33/174 kB
Progress (4): 328/331 kB | 227/314 kB | 108/153 kB | 33/174 kB
Progress (4): 328/331 kB | 227/314 kB | 112/153 kB | 33/174 kB
Progress (4): 331 kB | 227/314 kB | 112/153 kB | 33/174 kB    
Progress (4): 331 kB | 227/314 kB | 112/153 kB | 37/174 kB
Progress (4): 331 kB | 227/314 kB | 116/153 kB | 37/174 kB
Progress (4): 331 kB | 231/314 kB | 116/153 kB | 37/174 kB
Progress (4): 331 kB | 231/314 kB | 120/153 kB | 37/174 kB
Progress (4): 331 kB | 231/314 kB | 120/153 kB | 41/174 kB
Progress (4): 331 kB | 235/314 kB | 120/153 kB | 41/174 kB
Progress (4): 331 kB | 235/314 kB | 120/153 kB | 45/174 kB
Progress (4): 331 kB | 235/314 kB | 124/153 kB | 45/174 kB
Progress (4): 331 kB | 235/314 kB | 124/153 kB | 49/174 kB
Progress (4): 331 kB | 239/314 kB | 124/153 kB | 49/174 kB
Progress (4): 331 kB | 239/314 kB | 128/153 kB | 49/174 kB
Progress (4): 331 kB | 243/314 kB | 128/153 kB | 49/174 kB
Progress (4): 331 kB | 243/314 kB | 132/153 kB | 49/174 kB
Progress (4): 331 kB | 243/314 kB | 132/153 kB | 53/174 kB
Progress (4): 331 kB | 243/314 kB | 136/153 kB | 53/174 kB
Progress (4): 331 kB | 247/314 kB | 136/153 kB | 53/174 kB
Progress (4): 331 kB | 247/314 kB | 136/153 kB | 57/174 kB
Progress (4): 331 kB | 247/314 kB | 140/153 kB | 57/174 kB
Progress (4): 331 kB | 251/314 kB | 140/153 kB | 57/174 kB
Progress (4): 331 kB | 251/314 kB | 144/153 kB | 57/174 kB
Progress (4): 331 kB | 251/314 kB | 144/153 kB | 61/174 kB
Progress (4): 331 kB | 255/314 kB | 144/153 kB | 61/174 kB
Progress (4): 331 kB | 255/314 kB | 144/153 kB | 65/174 kB
Progress (4): 331 kB | 255/314 kB | 148/153 kB | 65/174 kB
Progress (4): 331 kB | 255/314 kB | 148/153 kB | 66/174 kB
Progress (4): 331 kB | 259/314 kB | 148/153 kB | 66/174 kB
Progress (4): 331 kB | 259/314 kB | 152/153 kB | 66/174 kB
Progress (4): 331 kB | 259/314 kB | 152/153 kB | 70/174 kB
Progress (4): 331 kB | 259/314 kB | 153 kB | 70/174 kB    
Progress (5): 331 kB | 259/314 kB | 153 kB | 70/174 kB | 4.1/7.9 kB
Progress (5): 331 kB | 263/314 kB | 153 kB | 70/174 kB | 4.1/7.9 kB
Progress (5): 331 kB | 263/314 kB | 153 kB | 70/174 kB | 7.7/7.9 kB
Progress (5): 331 kB | 263/314 kB | 153 kB | 74/174 kB | 7.7/7.9 kB
Progress (5): 331 kB | 263/314 kB | 153 kB | 74/174 kB | 7.9 kB    
Progress (5): 331 kB | 267/314 kB | 153 kB | 74/174 kB | 7.9 kB
Progress (5): 331 kB | 267/314 kB | 153 kB | 78/174 kB | 7.9 kB
Progress (5): 331 kB | 271/314 kB | 153 kB | 78/174 kB | 7.9 kB
Progress (5): 331 kB | 271/314 kB | 153 kB | 82/174 kB | 7.9 kB
Progress (5): 331 kB | 275/314 kB | 153 kB | 82/174 kB | 7.9 kB
Progress (5): 331 kB | 275/314 kB | 153 kB | 86/174 kB | 7.9 kB
Progress (5): 331 kB | 275/314 kB | 153 kB | 90/174 kB | 7.9 kB
Progress (5): 331 kB | 279/314 kB | 153 kB | 90/174 kB | 7.9 kB
Progress (5): 331 kB | 279/314 kB | 153 kB | 94/174 kB | 7.9 kB
Progress (5): 331 kB | 283/314 kB | 153 kB | 94/174 kB | 7.9 kB
Progress (5): 331 kB | 283/314 kB | 153 kB | 98/174 kB | 7.9 kB
Progress (5): 331 kB | 283/314 kB | 153 kB | 98/174 kB | 7.9 kB
Progress (5): 331 kB | 287/314 kB | 153 kB | 98/174 kB | 7.9 kB
Progress (5): 331 kB | 287/314 kB | 153 kB | 102/174 kB | 7.9 kB
Progress (5): 331 kB | 291/314 kB | 153 kB | 102/174 kB | 7.9 kB
Progress (5): 331 kB | 291/314 kB | 153 kB | 106/174 kB | 7.9 kB
Progress (5): 331 kB | 295/314 kB | 153 kB | 106/174 kB | 7.9 kB
Progress (5): 331 kB | 295/314 kB | 153 kB | 110/174 kB | 7.9 kB
Progress (5): 331 kB | 299/314 kB | 153 kB | 110/174 kB | 7.9 kB
Progress (5): 331 kB | 299/314 kB | 153 kB | 114/174 kB | 7.9 kB
Progress (5): 331 kB | 303/314 kB | 153 kB | 114/174 kB | 7.9 kB
Progress (5): 331 kB | 303/314 kB | 153 kB | 118/174 kB | 7.9 kB
Progress (5): 331 kB | 307/314 kB | 153 kB | 118/174 kB | 7.9 kB
Progress (5): 331 kB | 307/314 kB | 153 kB | 122/174 kB | 7.9 kB
Progress (5): 331 kB | 311/314 kB | 153 kB | 122/174 kB | 7.9 kB
Progress (5): 331 kB | 311/314 kB | 153 kB | 126/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 126/174 kB | 7.9 kB    
Progress (5): 331 kB | 314 kB | 153 kB | 130/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 131/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 135/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 139/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 143/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 147/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 151/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 155/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 159/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 163/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 167/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 171/174 kB | 7.9 kB
Progress (5): 331 kB | 314 kB | 153 kB | 174 kB | 7.9 kB    
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 1.6 MB/s)
09:56:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
09:56:58 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 759 kB/s)
09:56:58 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
09:56:58 Progress (4): 331 kB | 174 kB | 7.9 kB | 4.1/262 kB
Progress (4): 331 kB | 174 kB | 7.9 kB | 7.7/262 kB
Progress (4): 331 kB | 174 kB | 7.9 kB | 12/262 kB 
Progress (4): 331 kB | 174 kB | 7.9 kB | 16/262 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 16/262 kB | 4.1/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 20/262 kB | 4.1/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 20/262 kB | 7.7/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 24/262 kB | 7.7/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 24/262 kB | 12/450 kB 
Progress (5): 331 kB | 174 kB | 7.9 kB | 28/262 kB | 12/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 28/262 kB | 16/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 32/262 kB | 16/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 32/262 kB | 20/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 33/262 kB | 20/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 33/262 kB | 24/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 37/262 kB | 24/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 41/262 kB | 24/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 41/262 kB | 28/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 45/262 kB | 28/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 45/262 kB | 32/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 49/262 kB | 32/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 49/262 kB | 33/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 53/262 kB | 33/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 53/262 kB | 37/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 57/262 kB | 37/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 57/262 kB | 41/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 61/262 kB | 41/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 65/262 kB | 41/450 kB
Progress (5): 331 kB | 174 kB | 7.9 kB | 66/262 kB | 41/450 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 35 kB/s)
09:56:58 Progress (4): 331 kB | 174 kB | 66/262 kB | 45/450 kB
Progress (4): 331 kB | 174 kB | 70/262 kB | 45/450 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 645 kB/s)
09:56:58 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
09:56:58 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)
09:56:58 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
09:56:58 Progress (2): 74/262 kB | 45/450 kB
Progress (2): 74/262 kB | 49/450 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar
09:56:58 Progress (2): 74/262 kB | 53/450 kB
Progress (2): 78/262 kB | 53/450 kB
Progress (2): 78/262 kB | 57/450 kB
Progress (2): 82/262 kB | 57/450 kB
Progress (2): 82/262 kB | 61/450 kB
Progress (2): 86/262 kB | 61/450 kB
Progress (2): 86/262 kB | 65/450 kB
Progress (2): 90/262 kB | 65/450 kB
Progress (2): 90/262 kB | 66/450 kB
Progress (2): 94/262 kB | 66/450 kB
Progress (2): 98/262 kB | 66/450 kB
Progress (2): 98/262 kB | 70/450 kB
Progress (2): 98/262 kB | 70/450 kB
Progress (2): 98/262 kB | 74/450 kB
Progress (2): 102/262 kB | 74/450 kB
Progress (2): 102/262 kB | 78/450 kB
Progress (2): 106/262 kB | 78/450 kB
Progress (2): 106/262 kB | 82/450 kB
Progress (2): 110/262 kB | 82/450 kB
Progress (2): 110/262 kB | 86/450 kB
Progress (2): 114/262 kB | 86/450 kB
Progress (2): 114/262 kB | 90/450 kB
Progress (2): 118/262 kB | 90/450 kB
Progress (2): 118/262 kB | 94/450 kB
Progress (2): 122/262 kB | 94/450 kB
Progress (2): 122/262 kB | 98/450 kB
Progress (2): 122/262 kB | 98/450 kB
Progress (2): 126/262 kB | 98/450 kB
Progress (2): 130/262 kB | 98/450 kB
Progress (2): 130/262 kB | 102/450 kB
Progress (2): 131/262 kB | 102/450 kB
Progress (2): 131/262 kB | 106/450 kB
Progress (2): 135/262 kB | 106/450 kB
Progress (2): 135/262 kB | 110/450 kB
Progress (2): 135/262 kB | 114/450 kB
Progress (2): 135/262 kB | 118/450 kB
Progress (2): 135/262 kB | 122/450 kB
Progress (2): 135/262 kB | 126/450 kB
Progress (2): 139/262 kB | 126/450 kB
Progress (2): 139/262 kB | 130/450 kB
Progress (2): 139/262 kB | 131/450 kB
Progress (2): 143/262 kB | 131/450 kB
Progress (2): 143/262 kB | 135/450 kB
Progress (2): 147/262 kB | 135/450 kB
Progress (2): 147/262 kB | 139/450 kB
Progress (2): 151/262 kB | 139/450 kB
Progress (2): 151/262 kB | 143/450 kB
Progress (2): 155/262 kB | 143/450 kB
Progress (2): 155/262 kB | 147/450 kB
Progress (2): 159/262 kB | 147/450 kB
Progress (2): 159/262 kB | 151/450 kB
Progress (2): 163/262 kB | 151/450 kB
Progress (2): 163/262 kB | 155/450 kB
Progress (2): 167/262 kB | 155/450 kB
Progress (2): 167/262 kB | 159/450 kB
Progress (2): 171/262 kB | 159/450 kB
Progress (2): 171/262 kB | 163/450 kB
Progress (2): 175/262 kB | 163/450 kB
Progress (2): 175/262 kB | 167/450 kB
Progress (2): 179/262 kB | 167/450 kB
Progress (2): 179/262 kB | 171/450 kB
Progress (2): 183/262 kB | 171/450 kB
Progress (2): 183/262 kB | 175/450 kB
Progress (2): 187/262 kB | 175/450 kB
Progress (2): 187/262 kB | 179/450 kB
Progress (2): 191/262 kB | 179/450 kB
Progress (2): 191/262 kB | 183/450 kB
Progress (2): 195/262 kB | 183/450 kB
Progress (3): 195/262 kB | 183/450 kB | 4.1/445 kB
Progress (3): 195/262 kB | 187/450 kB | 4.1/445 kB
Progress (3): 195/262 kB | 187/450 kB | 7.7/445 kB
Progress (3): 199/262 kB | 187/450 kB | 7.7/445 kB
Progress (3): 199/262 kB | 191/450 kB | 7.7/445 kB
Progress (3): 203/262 kB | 191/450 kB | 7.7/445 kB
Progress (3): 203/262 kB | 191/450 kB | 12/445 kB 
Progress (3): 207/262 kB | 191/450 kB | 12/445 kB
Progress (3): 207/262 kB | 195/450 kB | 12/445 kB
Progress (3): 211/262 kB | 195/450 kB | 12/445 kB
Progress (3): 211/262 kB | 195/450 kB | 16/445 kB
Progress (3): 211/262 kB | 199/450 kB | 16/445 kB
Progress (3): 211/262 kB | 199/450 kB | 20/445 kB
Progress (3): 215/262 kB | 199/450 kB | 20/445 kB
Progress (4): 215/262 kB | 199/450 kB | 20/445 kB | 0/5.5 MB
Progress (4): 219/262 kB | 199/450 kB | 20/445 kB | 0/5.5 MB
Progress (4): 219/262 kB | 199/450 kB | 24/445 kB | 0/5.5 MB
Progress (4): 219/262 kB | 203/450 kB | 24/445 kB | 0/5.5 MB
Progress (4): 223/262 kB | 203/450 kB | 24/445 kB | 0/5.5 MB
Progress (4): 223/262 kB | 203/450 kB | 24/445 kB | 0/5.5 MB
Progress (4): 227/262 kB | 203/450 kB | 24/445 kB | 0/5.5 MB
Progress (4): 227/262 kB | 207/450 kB | 24/445 kB | 0/5.5 MB
Progress (4): 227/262 kB | 207/450 kB | 28/445 kB | 0/5.5 MB
Progress (4): 231/262 kB | 207/450 kB | 28/445 kB | 0/5.5 MB
Progress (4): 231/262 kB | 211/450 kB | 28/445 kB | 0/5.5 MB
Progress (4): 231/262 kB | 211/450 kB | 28/445 kB | 0/5.5 MB
Progress (4): 235/262 kB | 211/450 kB | 28/445 kB | 0/5.5 MB
Progress (5): 235/262 kB | 211/450 kB | 28/445 kB | 0/5.5 MB | 4.1/53 kB
Progress (5): 235/262 kB | 211/450 kB | 32/445 kB | 0/5.5 MB | 4.1/53 kB
Progress (5): 235/262 kB | 211/450 kB | 32/445 kB | 0/5.5 MB | 7.7/53 kB
Progress (5): 239/262 kB | 211/450 kB | 32/445 kB | 0/5.5 MB | 7.7/53 kB
Progress (5): 239/262 kB | 215/450 kB | 32/445 kB | 0/5.5 MB | 7.7/53 kB
Progress (5): 239/262 kB | 215/450 kB | 32/445 kB | 0/5.5 MB | 7.7/53 kB
Progress (5): 239/262 kB | 219/450 kB | 32/445 kB | 0/5.5 MB | 7.7/53 kB
Progress (5): 239/262 kB | 219/450 kB | 32/445 kB | 0/5.5 MB | 7.7/53 kB
Progress (5): 239/262 kB | 219/450 kB | 32/445 kB | 0/5.5 MB | 12/53 kB 
Progress (5): 243/262 kB | 219/450 kB | 32/445 kB | 0/5.5 MB | 12/53 kB
Progress (5): 243/262 kB | 219/450 kB | 33/445 kB | 0/5.5 MB | 12/53 kB
Progress (5): 243/262 kB | 219/450 kB | 33/445 kB | 0/5.5 MB | 16/53 kB
Progress (5): 243/262 kB | 223/450 kB | 33/445 kB | 0/5.5 MB | 16/53 kB
Progress (5): 243/262 kB | 223/450 kB | 33/445 kB | 0/5.5 MB | 16/53 kB
Progress (5): 243/262 kB | 223/450 kB | 33/445 kB | 0/5.5 MB | 20/53 kB
Progress (5): 243/262 kB | 227/450 kB | 33/445 kB | 0/5.5 MB | 20/53 kB
Progress (5): 243/262 kB | 227/450 kB | 37/445 kB | 0/5.5 MB | 20/53 kB
Progress (5): 247/262 kB | 227/450 kB | 37/445 kB | 0/5.5 MB | 20/53 kB
Progress (5): 247/262 kB | 227/450 kB | 41/445 kB | 0/5.5 MB | 20/53 kB
Progress (5): 247/262 kB | 231/450 kB | 41/445 kB | 0/5.5 MB | 20/53 kB
Progress (5): 247/262 kB | 231/450 kB | 45/445 kB | 0/5.5 MB | 20/53 kB
Progress (5): 247/262 kB | 231/450 kB | 45/445 kB | 0/5.5 MB | 24/53 kB
Progress (5): 247/262 kB | 231/450 kB | 45/445 kB | 0/5.5 MB | 24/53 kB
Progress (5): 247/262 kB | 231/450 kB | 49/445 kB | 0/5.5 MB | 24/53 kB
Progress (5): 247/262 kB | 235/450 kB | 49/445 kB | 0/5.5 MB | 24/53 kB
Progress (5): 251/262 kB | 235/450 kB | 49/445 kB | 0/5.5 MB | 24/53 kB
Progress (5): 251/262 kB | 239/450 kB | 49/445 kB | 0/5.5 MB | 24/53 kB
Progress (5): 251/262 kB | 239/450 kB | 53/445 kB | 0/5.5 MB | 24/53 kB
Progress (5): 251/262 kB | 239/450 kB | 53/445 kB | 0/5.5 MB | 24/53 kB
Progress (5): 251/262 kB | 239/450 kB | 53/445 kB | 0/5.5 MB | 28/53 kB
Progress (5): 251/262 kB | 239/450 kB | 53/445 kB | 0/5.5 MB | 28/53 kB
Progress (5): 251/262 kB | 239/450 kB | 57/445 kB | 0/5.5 MB | 28/53 kB
Progress (5): 251/262 kB | 243/450 kB | 57/445 kB | 0/5.5 MB | 28/53 kB
Progress (5): 255/262 kB | 243/450 kB | 57/445 kB | 0/5.5 MB | 28/53 kB
Progress (5): 255/262 kB | 243/450 kB | 61/445 kB | 0/5.5 MB | 28/53 kB
Progress (5): 255/262 kB | 243/450 kB | 61/445 kB | 0/5.5 MB | 28/53 kB
Progress (5): 255/262 kB | 243/450 kB | 61/445 kB | 0/5.5 MB | 32/53 kB
Progress (5): 255/262 kB | 243/450 kB | 61/445 kB | 0/5.5 MB | 32/53 kB
Progress (5): 255/262 kB | 243/450 kB | 65/445 kB | 0/5.5 MB | 32/53 kB
Progress (5): 259/262 kB | 243/450 kB | 65/445 kB | 0/5.5 MB | 32/53 kB
Progress (5): 259/262 kB | 247/450 kB | 65/445 kB | 0/5.5 MB | 32/53 kB
Progress (5): 262 kB | 247/450 kB | 65/445 kB | 0/5.5 MB | 32/53 kB    
Progress (5): 262 kB | 247/450 kB | 66/445 kB | 0/5.5 MB | 32/53 kB
Progress (5): 262 kB | 247/450 kB | 66/445 kB | 0/5.5 MB | 32/53 kB
Progress (5): 262 kB | 247/450 kB | 66/445 kB | 0/5.5 MB | 36/53 kB
Progress (5): 262 kB | 247/450 kB | 70/445 kB | 0/5.5 MB | 36/53 kB
Progress (5): 262 kB | 247/450 kB | 70/445 kB | 0/5.5 MB | 36/53 kB
Progress (5): 262 kB | 251/450 kB | 70/445 kB | 0/5.5 MB | 36/53 kB
Progress (5): 262 kB | 251/450 kB | 74/445 kB | 0/5.5 MB | 36/53 kB
Progress (5): 262 kB | 251/450 kB | 74/445 kB | 0/5.5 MB | 40/53 kB
Progress (5): 262 kB | 255/450 kB | 74/445 kB | 0/5.5 MB | 40/53 kB
Progress (5): 262 kB | 255/450 kB | 74/445 kB | 0.1/5.5 MB | 40/53 kB
Progress (5): 262 kB | 255/450 kB | 74/445 kB | 0.1/5.5 MB | 40/53 kB
Progress (5): 262 kB | 255/450 kB | 74/445 kB | 0.1/5.5 MB | 44/53 kB
Progress (5): 262 kB | 259/450 kB | 74/445 kB | 0.1/5.5 MB | 44/53 kB
Progress (5): 262 kB | 259/450 kB | 78/445 kB | 0.1/5.5 MB | 44/53 kB
Progress (5): 262 kB | 263/450 kB | 78/445 kB | 0.1/5.5 MB | 44/53 kB
Progress (5): 262 kB | 263/450 kB | 78/445 kB | 0.1/5.5 MB | 48/53 kB
Progress (5): 262 kB | 263/450 kB | 78/445 kB | 0.1/5.5 MB | 48/53 kB
Progress (5): 262 kB | 263/450 kB | 78/445 kB | 0.1/5.5 MB | 52/53 kB
Progress (5): 262 kB | 267/450 kB | 78/445 kB | 0.1/5.5 MB | 52/53 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 706 kB/s)
09:56:58 Progress (4): 267/450 kB | 82/445 kB | 0.1/5.5 MB | 52/53 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar
09:56:58 Progress (4): 271/450 kB | 82/445 kB | 0.1/5.5 MB | 52/53 kB
Progress (4): 271/450 kB | 82/445 kB | 0.1/5.5 MB | 53 kB   
Progress (4): 271/450 kB | 82/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 271/450 kB | 82/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 275/450 kB | 82/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 275/450 kB | 86/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 279/450 kB | 86/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 279/450 kB | 86/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 283/450 kB | 86/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 283/450 kB | 90/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 287/450 kB | 90/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 287/450 kB | 90/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 291/450 kB | 90/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 291/450 kB | 94/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 291/450 kB | 94/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 291/450 kB | 98/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 295/450 kB | 98/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 295/450 kB | 98/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 295/450 kB | 98/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 299/450 kB | 98/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 299/450 kB | 102/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 303/450 kB | 102/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 303/450 kB | 102/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 307/450 kB | 102/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 307/450 kB | 106/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 311/450 kB | 106/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 311/450 kB | 106/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 315/450 kB | 106/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 315/450 kB | 110/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 315/450 kB | 110/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 315/450 kB | 114/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 319/450 kB | 114/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 319/450 kB | 118/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 319/450 kB | 118/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 319/450 kB | 118/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 319/450 kB | 122/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 323/450 kB | 122/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 323/450 kB | 122/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 323/450 kB | 126/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 323/450 kB | 126/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 327/450 kB | 126/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 327/450 kB | 126/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 327/450 kB | 126/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 327/450 kB | 130/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 327/450 kB | 130/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 331/450 kB | 130/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 331/450 kB | 134/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 331/450 kB | 134/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 331/450 kB | 138/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 335/450 kB | 138/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 335/450 kB | 138/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 339/450 kB | 138/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 339/450 kB | 142/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 343/450 kB | 142/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 343/450 kB | 142/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 347/450 kB | 142/445 kB | 0.1/5.5 MB | 53 kB
Progress (4): 347/450 kB | 146/445 kB | 0.1/5.5 MB | 53 kB
Progress (5): 347/450 kB | 146/445 kB | 0.1/5.5 MB | 53 kB | 4.1/43 kB
Progress (5): 351/450 kB | 146/445 kB | 0.1/5.5 MB | 53 kB | 4.1/43 kB
Progress (5): 351/450 kB | 146/445 kB | 0.1/5.5 MB | 53 kB | 4.1/43 kB
Progress (5): 355/450 kB | 146/445 kB | 0.1/5.5 MB | 53 kB | 4.1/43 kB
Progress (5): 355/450 kB | 146/445 kB | 0.1/5.5 MB | 53 kB | 4.1/43 kB
Progress (5): 355/450 kB | 146/445 kB | 0.1/5.5 MB | 53 kB | 7.7/43 kB
Progress (5): 355/450 kB | 150/445 kB | 0.1/5.5 MB | 53 kB | 7.7/43 kB
Progress (5): 355/450 kB | 150/445 kB | 0.1/5.5 MB | 53 kB | 7.7/43 kB
Progress (5): 359/450 kB | 150/445 kB | 0.1/5.5 MB | 53 kB | 7.7/43 kB
Progress (5): 359/450 kB | 150/445 kB | 0.1/5.5 MB | 53 kB | 12/43 kB 
Progress (5): 359/450 kB | 154/445 kB | 0.1/5.5 MB | 53 kB | 12/43 kB
Progress (5): 359/450 kB | 154/445 kB | 0.1/5.5 MB | 53 kB | 16/43 kB
Progress (5): 363/450 kB | 154/445 kB | 0.1/5.5 MB | 53 kB | 16/43 kB
Progress (5): 363/450 kB | 154/445 kB | 0.1/5.5 MB | 53 kB | 16/43 kB
Progress (5): 367/450 kB | 154/445 kB | 0.1/5.5 MB | 53 kB | 16/43 kB
Progress (5): 367/450 kB | 154/445 kB | 0.1/5.5 MB | 53 kB | 20/43 kB
Progress (5): 367/450 kB | 158/445 kB | 0.1/5.5 MB | 53 kB | 20/43 kB
Progress (5): 367/450 kB | 158/445 kB | 0.1/5.5 MB | 53 kB | 24/43 kB
Progress (5): 371/450 kB | 158/445 kB | 0.1/5.5 MB | 53 kB | 24/43 kB
Progress (5): 371/450 kB | 158/445 kB | 0.1/5.5 MB | 53 kB | 24/43 kB
Progress (5): 375/450 kB | 158/445 kB | 0.1/5.5 MB | 53 kB | 24/43 kB
Progress (5): 375/450 kB | 158/445 kB | 0.1/5.5 MB | 53 kB | 28/43 kB
Progress (5): 375/450 kB | 162/445 kB | 0.1/5.5 MB | 53 kB | 28/43 kB
Progress (5): 375/450 kB | 162/445 kB | 0.1/5.5 MB | 53 kB | 32/43 kB
Progress (5): 379/450 kB | 162/445 kB | 0.1/5.5 MB | 53 kB | 32/43 kB
Progress (5): 379/450 kB | 162/445 kB | 0.2/5.5 MB | 53 kB | 32/43 kB
Progress (5): 383/450 kB | 162/445 kB | 0.2/5.5 MB | 53 kB | 32/43 kB
Progress (5): 383/450 kB | 162/445 kB | 0.2/5.5 MB | 53 kB | 36/43 kB
Progress (5): 383/450 kB | 166/445 kB | 0.2/5.5 MB | 53 kB | 36/43 kB
Progress (5): 383/450 kB | 166/445 kB | 0.2/5.5 MB | 53 kB | 40/43 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 133 kB/s)
09:56:58 Progress (4): 387/450 kB | 166/445 kB | 0.2/5.5 MB | 40/43 kB
Progress (4): 387/450 kB | 166/445 kB | 0.2/5.5 MB | 40/43 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar
09:56:58 Progress (4): 387/450 kB | 166/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 387/450 kB | 170/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 387/450 kB | 170/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 387/450 kB | 174/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 391/450 kB | 174/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 391/450 kB | 178/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 391/450 kB | 178/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 391/450 kB | 182/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 395/450 kB | 182/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 395/450 kB | 186/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 399/450 kB | 186/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 399/450 kB | 190/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 399/450 kB | 190/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 399/450 kB | 194/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 403/450 kB | 194/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 403/450 kB | 194/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 403/450 kB | 198/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 403/450 kB | 198/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 407/450 kB | 198/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 407/450 kB | 198/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 407/450 kB | 202/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 407/450 kB | 202/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 411/450 kB | 202/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 411/450 kB | 206/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 411/450 kB | 206/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 411/450 kB | 210/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 415/450 kB | 210/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 415/450 kB | 210/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 419/450 kB | 210/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 419/450 kB | 214/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 419/450 kB | 214/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 423/450 kB | 214/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 423/450 kB | 218/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 427/450 kB | 218/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 431/450 kB | 218/445 kB | 0.2/5.5 MB | 43 kB
Progress (4): 435/450 kB | 218/445 kB | 0.2/5.5 MB | 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 93 kB/s)
09:56:58 Progress (3): 435/450 kB | 218/445 kB | 0.2/5.5 MB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.jar
09:56:58 Progress (3): 435/450 kB | 222/445 kB | 0.2/5.5 MB
Progress (4): 435/450 kB | 222/445 kB | 0.2/5.5 MB | 4.1/33 kB
Progress (4): 439/450 kB | 222/445 kB | 0.2/5.5 MB | 4.1/33 kB
Progress (4): 439/450 kB | 222/445 kB | 0.2/5.5 MB | 7.7/33 kB
Progress (4): 439/450 kB | 226/445 kB | 0.2/5.5 MB | 7.7/33 kB
Progress (4): 439/450 kB | 226/445 kB | 0.2/5.5 MB | 7.7/33 kB
Progress (4): 439/450 kB | 226/445 kB | 0.2/5.5 MB | 12/33 kB 
Progress (4): 443/450 kB | 226/445 kB | 0.2/5.5 MB | 12/33 kB
Progress (4): 443/450 kB | 226/445 kB | 0.2/5.5 MB | 16/33 kB
Progress (4): 443/450 kB | 226/445 kB | 0.2/5.5 MB | 16/33 kB
Progress (4): 443/450 kB | 230/445 kB | 0.2/5.5 MB | 16/33 kB
Progress (4): 443/450 kB | 230/445 kB | 0.2/5.5 MB | 20/33 kB
Progress (4): 447/450 kB | 230/445 kB | 0.2/5.5 MB | 20/33 kB
Progress (4): 447/450 kB | 230/445 kB | 0.2/5.5 MB | 24/33 kB
Progress (4): 447/450 kB | 234/445 kB | 0.2/5.5 MB | 24/33 kB
Progress (4): 447/450 kB | 234/445 kB | 0.2/5.5 MB | 28/33 kB
Progress (4): 447/450 kB | 234/445 kB | 0.2/5.5 MB | 28/33 kB
Progress (4): 447/450 kB | 234/445 kB | 0.2/5.5 MB | 32/33 kB
Progress (4): 447/450 kB | 238/445 kB | 0.2/5.5 MB | 32/33 kB
Progress (4): 450 kB | 238/445 kB | 0.2/5.5 MB | 32/33 kB    
Progress (4): 450 kB | 242/445 kB | 0.2/5.5 MB | 32/33 kB
Progress (4): 450 kB | 242/445 kB | 0.2/5.5 MB | 33 kB   
Progress (4): 450 kB | 242/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 246/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 246/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 250/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 250/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 254/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 254/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 258/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 258/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 262/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 262/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 266/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 266/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 270/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 270/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 274/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 274/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 278/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 278/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 282/445 kB | 0.2/5.5 MB | 33 kB
Progress (4): 450 kB | 282/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 286/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 286/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 290/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 290/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 294/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 294/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 298/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 298/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 302/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 306/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 306/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 310/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 310/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 314/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 314/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 318/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 318/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 322/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 322/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 326/445 kB | 0.3/5.5 MB | 33 kB
Progress (4): 450 kB | 326/445 kB | 0.3/5.5 MB | 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 69 kB/s)
09:56:58 Progress (3): 450 kB | 326/445 kB | 0.3/5.5 MB
Progress (3): 450 kB | 330/445 kB | 0.3/5.5 MB
Progress (3): 450 kB | 330/445 kB | 0.3/5.5 MB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.jar
09:56:58 Progress (3): 450 kB | 330/445 kB | 0.3/5.5 MB
Progress (3): 450 kB | 334/445 kB | 0.3/5.5 MB
Progress (3): 450 kB | 334/445 kB | 0.3/5.5 MB
Progress (3): 450 kB | 338/445 kB | 0.3/5.5 MB
Progress (3): 450 kB | 338/445 kB | 0.3/5.5 MB
Progress (3): 450 kB | 342/445 kB | 0.3/5.5 MB
Progress (3): 450 kB | 342/445 kB | 0.3/5.5 MB
Progress (3): 450 kB | 346/445 kB | 0.3/5.5 MB
                                              
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 925 kB/s)
09:56:58 Progress (2): 350/445 kB | 0.3/5.5 MB
Progress (2): 350/445 kB | 0.3/5.5 MB
Progress (2): 354/445 kB | 0.3/5.5 MB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar
09:56:59 Progress (2): 358/445 kB | 0.3/5.5 MB
Progress (2): 358/445 kB | 0.3/5.5 MB
Progress (3): 358/445 kB | 0.3/5.5 MB | 4.1/37 kB
Progress (3): 358/445 kB | 0.3/5.5 MB | 4.1/37 kB
Progress (3): 358/445 kB | 0.3/5.5 MB | 4.1/37 kB
Progress (3): 358/445 kB | 0.3/5.5 MB | 4.1/37 kB
Progress (3): 358/445 kB | 0.3/5.5 MB | 4.1/37 kB
Progress (3): 358/445 kB | 0.3/5.5 MB | 4.1/37 kB
Progress (3): 362/445 kB | 0.3/5.5 MB | 4.1/37 kB
Progress (3): 362/445 kB | 0.3/5.5 MB | 4.1/37 kB
Progress (3): 362/445 kB | 0.3/5.5 MB | 7.7/37 kB
Progress (3): 366/445 kB | 0.3/5.5 MB | 7.7/37 kB
Progress (3): 366/445 kB | 0.4/5.5 MB | 7.7/37 kB
Progress (3): 370/445 kB | 0.4/5.5 MB | 7.7/37 kB
Progress (3): 370/445 kB | 0.4/5.5 MB | 12/37 kB 
Progress (3): 370/445 kB | 0.4/5.5 MB | 12/37 kB
Progress (3): 374/445 kB | 0.4/5.5 MB | 12/37 kB
Progress (3): 374/445 kB | 0.4/5.5 MB | 16/37 kB
Progress (3): 378/445 kB | 0.4/5.5 MB | 16/37 kB
Progress (3): 378/445 kB | 0.4/5.5 MB | 16/37 kB
Progress (3): 378/445 kB | 0.4/5.5 MB | 20/37 kB
Progress (3): 382/445 kB | 0.4/5.5 MB | 20/37 kB
Progress (3): 382/445 kB | 0.4/5.5 MB | 20/37 kB
Progress (3): 386/445 kB | 0.4/5.5 MB | 20/37 kB
Progress (3): 386/445 kB | 0.4/5.5 MB | 24/37 kB
Progress (3): 386/445 kB | 0.4/5.5 MB | 24/37 kB
Progress (3): 390/445 kB | 0.4/5.5 MB | 24/37 kB
Progress (3): 390/445 kB | 0.4/5.5 MB | 24/37 kB
Progress (3): 390/445 kB | 0.4/5.5 MB | 28/37 kB
Progress (3): 394/445 kB | 0.4/5.5 MB | 28/37 kB
Progress (4): 394/445 kB | 0.4/5.5 MB | 28/37 kB | 4.1/18 kB
Progress (4): 394/445 kB | 0.4/5.5 MB | 32/37 kB | 4.1/18 kB
Progress (4): 394/445 kB | 0.4/5.5 MB | 32/37 kB | 4.1/18 kB
Progress (4): 394/445 kB | 0.4/5.5 MB | 36/37 kB | 4.1/18 kB
Progress (4): 394/445 kB | 0.4/5.5 MB | 36/37 kB | 7.7/18 kB
Progress (4): 398/445 kB | 0.4/5.5 MB | 36/37 kB | 7.7/18 kB
Progress (4): 398/445 kB | 0.4/5.5 MB | 36/37 kB | 12/18 kB 
Progress (4): 398/445 kB | 0.4/5.5 MB | 37 kB | 12/18 kB   
Progress (4): 398/445 kB | 0.4/5.5 MB | 37 kB | 12/18 kB
Progress (4): 398/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 398/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 402/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 402/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 406/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 410/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 414/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 418/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 422/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 426/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 430/445 kB | 0.4/5.5 MB | 37 kB | 16/18 kB
Progress (4): 430/445 kB | 0.4/5.5 MB | 37 kB | 18 kB   
Progress (4): 434/445 kB | 0.4/5.5 MB | 37 kB | 18 kB
Progress (5): 434/445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 4.1/22 kB
Progress (5): 434/445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 4.1/22 kB
Progress (5): 434/445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 7.7/22 kB
Progress (5): 438/445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 7.7/22 kB
Progress (5): 438/445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 7.7/22 kB
Progress (5): 438/445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 12/22 kB 
Progress (5): 442/445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 12/22 kB
Progress (5): 442/445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 16/22 kB
Progress (5): 442/445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 16/22 kB
Progress (5): 445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 16/22 kB    
Progress (5): 445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 20/22 kB
Progress (5): 445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 20/22 kB
Progress (5): 445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 22 kB   
Progress (5): 445 kB | 0.4/5.5 MB | 37 kB | 18 kB | 22 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.jar (37 kB at 64 kB/s)
09:56:59 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 32 kB/s)
09:56:59 Progress (3): 445 kB | 0.4/5.5 MB | 22 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
09:56:59 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
09:56:59 Progress (3): 445 kB | 0.4/5.5 MB | 22 kB
Progress (3): 445 kB | 0.4/5.5 MB | 22 kB
Progress (3): 445 kB | 0.4/5.5 MB | 22 kB
Progress (3): 445 kB | 0.4/5.5 MB | 22 kB
Progress (3): 445 kB | 0.4/5.5 MB | 22 kB
Progress (3): 445 kB | 0.4/5.5 MB | 22 kB
Progress (3): 445 kB | 0.4/5.5 MB | 22 kB
Progress (3): 445 kB | 0.4/5.5 MB | 22 kB
Progress (3): 445 kB | 0.4/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.5/5.5 MB | 22 kB
Progress (3): 445 kB | 0.6/5.5 MB | 22 kB
Progress (3): 445 kB | 0.6/5.5 MB | 22 kB
Progress (3): 445 kB | 0.6/5.5 MB | 22 kB
Progress (3): 445 kB | 0.6/5.5 MB | 22 kB
Progress (3): 445 kB | 0.6/5.5 MB | 22 kB
Progress (3): 445 kB | 0.6/5.5 MB | 22 kB
Progress (3): 445 kB | 0.6/5.5 MB | 22 kB
Progress (3): 445 kB | 0.6/5.5 MB | 22 kB
Progress (3): 445 kB | 0.6/5.5 MB | 22 kB
Progress (3): 445 kB | 0.6/5.5 MB | 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 37 kB/s)
09:56:59 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 760 kB/s)
09:56:59 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
09:56:59 Progress (1): 0.6/5.5 MB
                        
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
09:56:59 Progress (2): 0.6/5.5 MB | 4.1/12 kB
Progress (2): 0.6/5.5 MB | 4.1/12 kB
Progress (2): 0.6/5.5 MB | 7.7/12 kB
Progress (2): 0.6/5.5 MB | 7.7/12 kB
Progress (2): 0.6/5.5 MB | 12/12 kB 
Progress (2): 0.6/5.5 MB | 12/12 kB
Progress (2): 0.6/5.5 MB | 12 kB   
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.6/5.5 MB | 12 kB
Progress (2): 0.7/5.5 MB | 12 kB
Progress (2): 0.7/5.5 MB | 12 kB
Progress (2): 0.7/5.5 MB | 12 kB
Progress (2): 0.7/5.5 MB | 12 kB
Progress (2): 0.7/5.5 MB | 12 kB
Progress (2): 0.7/5.5 MB | 12 kB
Progress (2): 0.7/5.5 MB | 12 kB
Progress (2): 0.7/5.5 MB | 12 kB
Progress (2): 0.7/5.5 MB | 12 kB
Progress (3): 0.7/5.5 MB | 12 kB | 4.1/245 kB
Progress (3): 0.7/5.5 MB | 12 kB | 4.1/245 kB
Progress (3): 0.7/5.5 MB | 12 kB | 7.7/245 kB
Progress (3): 0.7/5.5 MB | 12 kB | 7.7/245 kB
Progress (3): 0.7/5.5 MB | 12 kB | 12/245 kB 
Progress (3): 0.7/5.5 MB | 12 kB | 12/245 kB
Progress (3): 0.7/5.5 MB | 12 kB | 16/245 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 20 kB/s)
09:56:59 Progress (2): 0.7/5.5 MB | 16/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
09:56:59 Progress (2): 0.7/5.5 MB | 20/245 kB
Progress (3): 0.7/5.5 MB | 20/245 kB | 4.1/30 kB
Progress (3): 0.7/5.5 MB | 20/245 kB | 4.1/30 kB
Progress (3): 0.7/5.5 MB | 20/245 kB | 7.7/30 kB
Progress (3): 0.7/5.5 MB | 24/245 kB | 7.7/30 kB
Progress (4): 0.7/5.5 MB | 24/245 kB | 7.7/30 kB | 4.1/13 kB
Progress (4): 0.7/5.5 MB | 24/245 kB | 7.7/30 kB | 4.1/13 kB
Progress (4): 0.7/5.5 MB | 24/245 kB | 7.7/30 kB | 7.7/13 kB
Progress (4): 0.7/5.5 MB | 28/245 kB | 7.7/30 kB | 7.7/13 kB
Progress (4): 0.7/5.5 MB | 28/245 kB | 12/30 kB | 7.7/13 kB 
Progress (4): 0.7/5.5 MB | 32/245 kB | 12/30 kB | 7.7/13 kB
Progress (4): 0.7/5.5 MB | 32/245 kB | 12/30 kB | 12/13 kB 
Progress (4): 0.7/5.5 MB | 32/245 kB | 12/30 kB | 12/13 kB
Progress (4): 0.7/5.5 MB | 32/245 kB | 12/30 kB | 13 kB   
Progress (4): 0.7/5.5 MB | 33/245 kB | 12/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 33/245 kB | 16/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 33/245 kB | 16/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 37/245 kB | 16/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 37/245 kB | 16/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 37/245 kB | 20/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 37/245 kB | 20/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 41/245 kB | 20/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 41/245 kB | 20/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 41/245 kB | 24/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 45/245 kB | 24/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 45/245 kB | 24/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 49/245 kB | 24/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 49/245 kB | 28/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 53/245 kB | 28/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 53/245 kB | 28/30 kB | 13 kB
Progress (4): 0.7/5.5 MB | 57/245 kB | 28/30 kB | 13 kB
Progress (5): 0.7/5.5 MB | 57/245 kB | 28/30 kB | 13 kB | 4.1/123 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 20 kB/s)
09:56:59 Progress (4): 0.7/5.5 MB | 57/245 kB | 30 kB | 4.1/123 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar
09:56:59 Progress (4): 0.7/5.5 MB | 57/245 kB | 30 kB | 7.7/123 kB
Progress (4): 0.7/5.5 MB | 61/245 kB | 30 kB | 7.7/123 kB
Progress (4): 0.7/5.5 MB | 61/245 kB | 30 kB | 7.7/123 kB
Progress (4): 0.7/5.5 MB | 65/245 kB | 30 kB | 7.7/123 kB
Progress (4): 0.7/5.5 MB | 65/245 kB | 30 kB | 7.7/123 kB
Progress (4): 0.7/5.5 MB | 65/245 kB | 30 kB | 12/123 kB 
Progress (4): 0.7/5.5 MB | 65/245 kB | 30 kB | 12/123 kB
Progress (4): 0.7/5.5 MB | 66/245 kB | 30 kB | 12/123 kB
Progress (4): 0.8/5.5 MB | 66/245 kB | 30 kB | 12/123 kB
Progress (4): 0.8/5.5 MB | 66/245 kB | 30 kB | 16/123 kB
Progress (4): 0.8/5.5 MB | 70/245 kB | 30 kB | 16/123 kB
Progress (4): 0.8/5.5 MB | 70/245 kB | 30 kB | 16/123 kB
Progress (4): 0.8/5.5 MB | 74/245 kB | 30 kB | 16/123 kB
Progress (4): 0.8/5.5 MB | 74/245 kB | 30 kB | 16/123 kB
Progress (4): 0.8/5.5 MB | 74/245 kB | 30 kB | 20/123 kB
Progress (4): 0.8/5.5 MB | 78/245 kB | 30 kB | 20/123 kB
Progress (4): 0.8/5.5 MB | 78/245 kB | 30 kB | 20/123 kB
Progress (4): 0.8/5.5 MB | 82/245 kB | 30 kB | 20/123 kB
Progress (4): 0.8/5.5 MB | 82/245 kB | 30 kB | 24/123 kB
Progress (4): 0.8/5.5 MB | 82/245 kB | 30 kB | 24/123 kB
Progress (4): 0.8/5.5 MB | 86/245 kB | 30 kB | 24/123 kB
Progress (4): 0.8/5.5 MB | 86/245 kB | 30 kB | 28/123 kB
Progress (4): 0.8/5.5 MB | 86/245 kB | 30 kB | 28/123 kB
Progress (4): 0.8/5.5 MB | 86/245 kB | 30 kB | 32/123 kB
Progress (4): 0.8/5.5 MB | 90/245 kB | 30 kB | 32/123 kB
Progress (4): 0.8/5.5 MB | 90/245 kB | 30 kB | 33/123 kB
Progress (4): 0.8/5.5 MB | 90/245 kB | 30 kB | 33/123 kB
Progress (4): 0.8/5.5 MB | 94/245 kB | 30 kB | 33/123 kB
Progress (4): 0.8/5.5 MB | 94/245 kB | 30 kB | 37/123 kB
Progress (4): 0.8/5.5 MB | 94/245 kB | 30 kB | 37/123 kB
Progress (4): 0.8/5.5 MB | 94/245 kB | 30 kB | 41/123 kB
Progress (4): 0.8/5.5 MB | 98/245 kB | 30 kB | 41/123 kB
Progress (4): 0.8/5.5 MB | 98/245 kB | 30 kB | 45/123 kB
Progress (4): 0.8/5.5 MB | 98/245 kB | 30 kB | 45/123 kB
Progress (4): 0.8/5.5 MB | 98/245 kB | 30 kB | 49/123 kB
Progress (4): 0.8/5.5 MB | 98/245 kB | 30 kB | 49/123 kB
Progress (4): 0.8/5.5 MB | 98/245 kB | 30 kB | 53/123 kB
Progress (4): 0.8/5.5 MB | 98/245 kB | 30 kB | 53/123 kB
Progress (4): 0.8/5.5 MB | 98/245 kB | 30 kB | 57/123 kB
Progress (4): 0.8/5.5 MB | 102/245 kB | 30 kB | 57/123 kB
Progress (4): 0.8/5.5 MB | 102/245 kB | 30 kB | 61/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 44 kB/s)
09:56:59 Progress (3): 0.8/5.5 MB | 102/245 kB | 61/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
09:56:59 Progress (3): 0.8/5.5 MB | 102/245 kB | 65/123 kB
Progress (3): 0.8/5.5 MB | 106/245 kB | 65/123 kB
Progress (3): 0.8/5.5 MB | 106/245 kB | 66/123 kB
Progress (3): 0.8/5.5 MB | 110/245 kB | 66/123 kB
Progress (3): 0.8/5.5 MB | 110/245 kB | 66/123 kB
Progress (3): 0.8/5.5 MB | 114/245 kB | 66/123 kB
Progress (3): 0.8/5.5 MB | 114/245 kB | 70/123 kB
Progress (4): 0.8/5.5 MB | 114/245 kB | 70/123 kB | 4.1/57 kB
Progress (4): 0.8/5.5 MB | 114/245 kB | 74/123 kB | 4.1/57 kB
Progress (4): 0.8/5.5 MB | 118/245 kB | 74/123 kB | 4.1/57 kB
Progress (4): 0.8/5.5 MB | 118/245 kB | 74/123 kB | 4.1/57 kB
Progress (4): 0.8/5.5 MB | 122/245 kB | 74/123 kB | 4.1/57 kB
Progress (4): 0.8/5.5 MB | 122/245 kB | 78/123 kB | 4.1/57 kB
Progress (4): 0.8/5.5 MB | 122/245 kB | 78/123 kB | 7.7/57 kB
Progress (4): 0.8/5.5 MB | 122/245 kB | 82/123 kB | 7.7/57 kB
Progress (4): 0.8/5.5 MB | 126/245 kB | 82/123 kB | 7.7/57 kB
Progress (4): 0.8/5.5 MB | 126/245 kB | 82/123 kB | 7.7/57 kB
Progress (4): 0.8/5.5 MB | 130/245 kB | 82/123 kB | 7.7/57 kB
Progress (4): 0.8/5.5 MB | 130/245 kB | 86/123 kB | 7.7/57 kB
Progress (4): 0.8/5.5 MB | 130/245 kB | 86/123 kB | 12/57 kB 
Progress (4): 0.8/5.5 MB | 130/245 kB | 90/123 kB | 12/57 kB
Progress (4): 0.8/5.5 MB | 134/245 kB | 90/123 kB | 12/57 kB
Progress (4): 0.8/5.5 MB | 134/245 kB | 90/123 kB | 12/57 kB
Progress (4): 0.8/5.5 MB | 138/245 kB | 90/123 kB | 12/57 kB
Progress (4): 0.8/5.5 MB | 138/245 kB | 94/123 kB | 12/57 kB
Progress (4): 0.8/5.5 MB | 138/245 kB | 94/123 kB | 16/57 kB
Progress (4): 0.8/5.5 MB | 138/245 kB | 98/123 kB | 16/57 kB
Progress (4): 0.8/5.5 MB | 142/245 kB | 98/123 kB | 16/57 kB
Progress (4): 0.8/5.5 MB | 142/245 kB | 98/123 kB | 16/57 kB
Progress (4): 0.8/5.5 MB | 146/245 kB | 98/123 kB | 16/57 kB
Progress (4): 0.8/5.5 MB | 146/245 kB | 102/123 kB | 16/57 kB
Progress (4): 0.8/5.5 MB | 146/245 kB | 102/123 kB | 20/57 kB
Progress (4): 0.8/5.5 MB | 150/245 kB | 102/123 kB | 20/57 kB
Progress (4): 0.8/5.5 MB | 150/245 kB | 106/123 kB | 20/57 kB
Progress (4): 0.8/5.5 MB | 150/245 kB | 106/123 kB | 20/57 kB
Progress (4): 0.8/5.5 MB | 154/245 kB | 106/123 kB | 20/57 kB
Progress (4): 0.8/5.5 MB | 154/245 kB | 106/123 kB | 24/57 kB
Progress (5): 0.8/5.5 MB | 154/245 kB | 106/123 kB | 24/57 kB | 4.1/155 kB
Progress (5): 0.8/5.5 MB | 154/245 kB | 106/123 kB | 24/57 kB | 4.1/155 kB
Progress (5): 0.8/5.5 MB | 154/245 kB | 110/123 kB | 24/57 kB | 4.1/155 kB
Progress (5): 0.8/5.5 MB | 154/245 kB | 110/123 kB | 24/57 kB | 7.7/155 kB
Progress (5): 0.8/5.5 MB | 154/245 kB | 110/123 kB | 28/57 kB | 7.7/155 kB
Progress (5): 0.8/5.5 MB | 158/245 kB | 110/123 kB | 28/57 kB | 7.7/155 kB
Progress (5): 0.8/5.5 MB | 158/245 kB | 110/123 kB | 32/57 kB | 7.7/155 kB
Progress (5): 0.8/5.5 MB | 158/245 kB | 110/123 kB | 32/57 kB | 12/155 kB 
Progress (5): 0.8/5.5 MB | 158/245 kB | 110/123 kB | 32/57 kB | 12/155 kB
Progress (5): 0.8/5.5 MB | 158/245 kB | 114/123 kB | 32/57 kB | 12/155 kB
Progress (5): 0.8/5.5 MB | 158/245 kB | 114/123 kB | 32/57 kB | 12/155 kB
Progress (5): 0.8/5.5 MB | 158/245 kB | 114/123 kB | 32/57 kB | 16/155 kB
Progress (5): 0.8/5.5 MB | 158/245 kB | 114/123 kB | 32/57 kB | 16/155 kB
Progress (5): 0.8/5.5 MB | 158/245 kB | 114/123 kB | 36/57 kB | 16/155 kB
Progress (5): 0.8/5.5 MB | 162/245 kB | 114/123 kB | 36/57 kB | 16/155 kB
Progress (5): 0.8/5.5 MB | 162/245 kB | 114/123 kB | 40/57 kB | 16/155 kB
Progress (5): 0.8/5.5 MB | 162/245 kB | 114/123 kB | 40/57 kB | 16/155 kB
Progress (5): 0.8/5.5 MB | 162/245 kB | 114/123 kB | 44/57 kB | 16/155 kB
Progress (5): 0.8/5.5 MB | 162/245 kB | 114/123 kB | 44/57 kB | 20/155 kB
Progress (5): 0.8/5.5 MB | 162/245 kB | 118/123 kB | 44/57 kB | 20/155 kB
Progress (5): 0.8/5.5 MB | 162/245 kB | 118/123 kB | 44/57 kB | 24/155 kB
Progress (5): 0.8/5.5 MB | 162/245 kB | 118/123 kB | 48/57 kB | 24/155 kB
Progress (5): 0.8/5.5 MB | 162/245 kB | 118/123 kB | 48/57 kB | 28/155 kB
Progress (5): 0.8/5.5 MB | 162/245 kB | 118/123 kB | 48/57 kB | 28/155 kB
Progress (5): 0.8/5.5 MB | 166/245 kB | 118/123 kB | 48/57 kB | 28/155 kB
Progress (5): 0.8/5.5 MB | 166/245 kB | 118/123 kB | 48/57 kB | 28/155 kB
Progress (5): 0.8/5.5 MB | 166/245 kB | 118/123 kB | 48/57 kB | 32/155 kB
Progress (5): 0.8/5.5 MB | 166/245 kB | 118/123 kB | 52/57 kB | 32/155 kB
Progress (5): 0.8/5.5 MB | 166/245 kB | 122/123 kB | 52/57 kB | 32/155 kB
Progress (5): 0.8/5.5 MB | 166/245 kB | 122/123 kB | 56/57 kB | 32/155 kB
Progress (5): 0.8/5.5 MB | 166/245 kB | 122/123 kB | 56/57 kB | 33/155 kB
Progress (5): 0.8/5.5 MB | 166/245 kB | 122/123 kB | 56/57 kB | 33/155 kB
Progress (5): 0.8/5.5 MB | 170/245 kB | 122/123 kB | 56/57 kB | 33/155 kB
Progress (5): 0.9/5.5 MB | 170/245 kB | 122/123 kB | 56/57 kB | 33/155 kB
Progress (5): 0.9/5.5 MB | 170/245 kB | 122/123 kB | 56/57 kB | 37/155 kB
Progress (5): 0.9/5.5 MB | 170/245 kB | 122/123 kB | 57 kB | 37/155 kB   
Progress (5): 0.9/5.5 MB | 170/245 kB | 123 kB | 57 kB | 37/155 kB    
Progress (5): 0.9/5.5 MB | 170/245 kB | 123 kB | 57 kB | 41/155 kB
Progress (5): 0.9/5.5 MB | 170/245 kB | 123 kB | 57 kB | 41/155 kB
Progress (5): 0.9/5.5 MB | 174/245 kB | 123 kB | 57 kB | 41/155 kB
Progress (5): 0.9/5.5 MB | 174/245 kB | 123 kB | 57 kB | 41/155 kB
Progress (5): 0.9/5.5 MB | 174/245 kB | 123 kB | 57 kB | 45/155 kB
Progress (5): 0.9/5.5 MB | 178/245 kB | 123 kB | 57 kB | 45/155 kB
Progress (5): 0.9/5.5 MB | 178/245 kB | 123 kB | 57 kB | 49/155 kB
Progress (5): 0.9/5.5 MB | 178/245 kB | 123 kB | 57 kB | 49/155 kB
Progress (5): 0.9/5.5 MB | 182/245 kB | 123 kB | 57 kB | 49/155 kB
Progress (5): 0.9/5.5 MB | 182/245 kB | 123 kB | 57 kB | 49/155 kB
Progress (5): 0.9/5.5 MB | 182/245 kB | 123 kB | 57 kB | 53/155 kB
Progress (5): 0.9/5.5 MB | 186/245 kB | 123 kB | 57 kB | 53/155 kB
Progress (5): 0.9/5.5 MB | 186/245 kB | 123 kB | 57 kB | 57/155 kB
Progress (5): 0.9/5.5 MB | 186/245 kB | 123 kB | 57 kB | 57/155 kB
Progress (5): 0.9/5.5 MB | 190/245 kB | 123 kB | 57 kB | 57/155 kB
Progress (5): 0.9/5.5 MB | 190/245 kB | 123 kB | 57 kB | 57/155 kB
Progress (5): 0.9/5.5 MB | 190/245 kB | 123 kB | 57 kB | 61/155 kB
Progress (5): 0.9/5.5 MB | 194/245 kB | 123 kB | 57 kB | 61/155 kB
Progress (5): 0.9/5.5 MB | 194/245 kB | 123 kB | 57 kB | 65/155 kB
Progress (5): 0.9/5.5 MB | 194/245 kB | 123 kB | 57 kB | 65/155 kB
Progress (5): 0.9/5.5 MB | 198/245 kB | 123 kB | 57 kB | 65/155 kB
Progress (5): 0.9/5.5 MB | 198/245 kB | 123 kB | 57 kB | 66/155 kB
Progress (5): 0.9/5.5 MB | 202/245 kB | 123 kB | 57 kB | 66/155 kB
Progress (5): 0.9/5.5 MB | 202/245 kB | 123 kB | 57 kB | 66/155 kB
Progress (5): 0.9/5.5 MB | 202/245 kB | 123 kB | 57 kB | 70/155 kB
Progress (5): 0.9/5.5 MB | 206/245 kB | 123 kB | 57 kB | 70/155 kB
Progress (5): 0.9/5.5 MB | 206/245 kB | 123 kB | 57 kB | 74/155 kB
Progress (5): 0.9/5.5 MB | 206/245 kB | 123 kB | 57 kB | 74/155 kB
Progress (5): 0.9/5.5 MB | 206/245 kB | 123 kB | 57 kB | 78/155 kB
Progress (5): 0.9/5.5 MB | 210/245 kB | 123 kB | 57 kB | 78/155 kB
Progress (5): 0.9/5.5 MB | 210/245 kB | 123 kB | 57 kB | 82/155 kB
Progress (5): 0.9/5.5 MB | 210/245 kB | 123 kB | 57 kB | 82/155 kB
Progress (5): 0.9/5.5 MB | 210/245 kB | 123 kB | 57 kB | 86/155 kB
Progress (5): 0.9/5.5 MB | 214/245 kB | 123 kB | 57 kB | 86/155 kB
Progress (5): 0.9/5.5 MB | 214/245 kB | 123 kB | 57 kB | 86/155 kB
Progress (5): 0.9/5.5 MB | 214/245 kB | 123 kB | 57 kB | 90/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 160 kB/s)
09:56:59 Progress (4): 0.9/5.5 MB | 214/245 kB | 57 kB | 94/155 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 74 kB/s)
09:56:59 Progress (3): 0.9/5.5 MB | 214/245 kB | 94/155 kB
Progress (3): 0.9/5.5 MB | 218/245 kB | 94/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
09:56:59 Progress (3): 0.9/5.5 MB | 218/245 kB | 98/155 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
09:56:59 Progress (3): 0.9/5.5 MB | 218/245 kB | 98/155 kB
Progress (3): 0.9/5.5 MB | 222/245 kB | 98/155 kB
Progress (3): 0.9/5.5 MB | 222/245 kB | 98/155 kB
Progress (3): 0.9/5.5 MB | 226/245 kB | 98/155 kB
Progress (3): 0.9/5.5 MB | 226/245 kB | 102/155 kB
Progress (3): 0.9/5.5 MB | 226/245 kB | 102/155 kB
Progress (3): 0.9/5.5 MB | 226/245 kB | 106/155 kB
Progress (3): 0.9/5.5 MB | 230/245 kB | 106/155 kB
Progress (3): 0.9/5.5 MB | 230/245 kB | 106/155 kB
Progress (3): 0.9/5.5 MB | 230/245 kB | 110/155 kB
Progress (3): 0.9/5.5 MB | 234/245 kB | 110/155 kB
Progress (3): 0.9/5.5 MB | 234/245 kB | 114/155 kB
Progress (3): 0.9/5.5 MB | 234/245 kB | 114/155 kB
Progress (3): 0.9/5.5 MB | 234/245 kB | 118/155 kB
Progress (3): 0.9/5.5 MB | 238/245 kB | 118/155 kB
Progress (3): 0.9/5.5 MB | 238/245 kB | 122/155 kB
Progress (3): 0.9/5.5 MB | 238/245 kB | 122/155 kB
Progress (3): 0.9/5.5 MB | 242/245 kB | 122/155 kB
Progress (3): 0.9/5.5 MB | 242/245 kB | 122/155 kB
Progress (3): 0.9/5.5 MB | 242/245 kB | 126/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 126/155 kB    
Progress (3): 0.9/5.5 MB | 245 kB | 126/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 130/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 130/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 134/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 134/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 138/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 138/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 142/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 142/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 146/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 146/155 kB
Progress (3): 0.9/5.5 MB | 245 kB | 150/155 kB
Progress (3): 1.0/5.5 MB | 245 kB | 150/155 kB
Progress (3): 1.0/5.5 MB | 245 kB | 154/155 kB
Progress (3): 1.0/5.5 MB | 245 kB | 154/155 kB
Progress (3): 1.0/5.5 MB | 245 kB | 155 kB    
Progress (3): 1.0/5.5 MB | 245 kB | 155 kB
Progress (3): 1.0/5.5 MB | 245 kB | 155 kB
Progress (3): 1.0/5.5 MB | 245 kB | 155 kB
Progress (3): 1.0/5.5 MB | 245 kB | 155 kB
Progress (3): 1.0/5.5 MB | 245 kB | 155 kB
Progress (4): 1.0/5.5 MB | 245 kB | 155 kB | 4.1/233 kB
Progress (4): 1.0/5.5 MB | 245 kB | 155 kB | 4.1/233 kB
Progress (4): 1.0/5.5 MB | 245 kB | 155 kB | 7.7/233 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 7.7/233 kB | 4.1/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 7.7/233 kB | 4.1/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 12/233 kB | 4.1/32 kB 
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 12/233 kB | 7.7/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 16/233 kB | 7.7/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 16/233 kB | 7.7/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 16/233 kB | 12/32 kB 
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 16/233 kB | 12/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 20/233 kB | 12/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 20/233 kB | 12/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 20/233 kB | 16/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 24/233 kB | 16/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 24/233 kB | 20/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 24/233 kB | 20/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 28/233 kB | 20/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 28/233 kB | 24/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 32/233 kB | 24/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 32/233 kB | 24/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 33/233 kB | 24/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 33/233 kB | 24/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 33/233 kB | 28/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 37/233 kB | 28/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 37/233 kB | 28/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 41/233 kB | 28/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 41/233 kB | 32/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 41/233 kB | 32/32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 41/233 kB | 32 kB   
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 41/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 45/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 45/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 49/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 49/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 53/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 53/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 57/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 57/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 61/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 61/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 65/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 65/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 66/233 kB | 32 kB
Progress (5): 1.0/5.5 MB | 245 kB | 155 kB | 66/233 kB | 32 kB
Progress (5): 1.1/5.5 MB | 245 kB | 155 kB | 66/233 kB | 32 kB
Progress (5): 1.1/5.5 MB | 245 kB | 155 kB | 70/233 kB | 32 kB
Progress (5): 1.1/5.5 MB | 245 kB | 155 kB | 70/233 kB | 32 kB
Progress (5): 1.1/5.5 MB | 245 kB | 155 kB | 74/233 kB | 32 kB
Progress (5): 1.1/5.5 MB | 245 kB | 155 kB | 74/233 kB | 32 kB
Progress (5): 1.1/5.5 MB | 245 kB | 155 kB | 78/233 kB | 32 kB
Progress (5): 1.1/5.5 MB | 245 kB | 155 kB | 78/233 kB | 32 kB
Progress (5): 1.1/5.5 MB | 245 kB | 155 kB | 82/233 kB | 32 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 40 kB/s)
09:56:59 Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 82/233 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
09:56:59 Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 86/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 86/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 90/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 90/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 94/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 94/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 98/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 98/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 98/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 98/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 98/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 102/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 102/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 106/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 106/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 110/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 110/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 114/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 114/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 118/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 118/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 122/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 122/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 122/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 122/233 kB
Progress (4): 1.1/5.5 MB | 245 kB | 155 kB | 122/233 kB
Progress (5): 1.1/5.5 MB | 245 kB | 155 kB | 122/233 kB | 4.1/26 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 191 kB/s)
09:56:59 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
09:56:59 Progress (4): 1.1/5.5 MB | 245 kB | 122/233 kB | 7.7/26 kB
Progress (4): 1.1/5.5 MB | 245 kB | 122/233 kB | 7.7/26 kB
Progress (4): 1.1/5.5 MB | 245 kB | 126/233 kB | 7.7/26 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 281 kB/s)
09:56:59 Progress (3): 1.1/5.5 MB | 130/233 kB | 7.7/26 kB
Progress (3): 1.1/5.5 MB | 130/233 kB | 7.7/26 kB
Progress (3): 1.1/5.5 MB | 130/233 kB | 12/26 kB 
Progress (3): 1.1/5.5 MB | 134/233 kB | 12/26 kB
Progress (3): 1.1/5.5 MB | 134/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
09:56:59 Progress (3): 1.1/5.5 MB | 134/233 kB | 12/26 kB
Progress (3): 1.1/5.5 MB | 138/233 kB | 12/26 kB
Progress (3): 1.1/5.5 MB | 138/233 kB | 16/26 kB
Progress (3): 1.1/5.5 MB | 138/233 kB | 16/26 kB
Progress (3): 1.1/5.5 MB | 142/233 kB | 16/26 kB
Progress (3): 1.1/5.5 MB | 142/233 kB | 20/26 kB
Progress (3): 1.1/5.5 MB | 146/233 kB | 20/26 kB
Progress (3): 1.2/5.5 MB | 146/233 kB | 20/26 kB
Progress (3): 1.2/5.5 MB | 146/233 kB | 24/26 kB
Progress (3): 1.2/5.5 MB | 150/233 kB | 24/26 kB
Progress (3): 1.2/5.5 MB | 150/233 kB | 24/26 kB
Progress (3): 1.2/5.5 MB | 154/233 kB | 24/26 kB
Progress (3): 1.2/5.5 MB | 154/233 kB | 26 kB   
Progress (3): 1.2/5.5 MB | 154/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 158/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 158/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 162/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 162/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 162/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 166/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 166/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 170/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 170/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 174/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 174/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 178/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 178/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 182/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 182/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 186/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 186/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 190/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 190/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 194/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 194/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 198/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 198/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 202/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 202/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 206/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 206/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 210/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 210/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 214/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 214/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 218/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 218/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 222/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 222/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 226/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 226/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 230/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 230/233 kB | 26 kB
Progress (3): 1.2/5.5 MB | 233 kB | 26 kB    
Progress (3): 1.2/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 30 kB/s)
09:56:59 Progress (2): 1.2/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
09:56:59 Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.3/5.5 MB | 233 kB
Progress (2): 1.4/5.5 MB | 233 kB
Progress (2): 1.4/5.5 MB | 233 kB
Progress (2): 1.4/5.5 MB | 233 kB
Progress (2): 1.4/5.5 MB | 233 kB
Progress (2): 1.4/5.5 MB | 233 kB
Progress (2): 1.4/5.5 MB | 233 kB
Progress (3): 1.4/5.5 MB | 233 kB | 4.1/21 kB
Progress (3): 1.4/5.5 MB | 233 kB | 4.1/21 kB
Progress (3): 1.4/5.5 MB | 233 kB | 7.7/21 kB
Progress (3): 1.4/5.5 MB | 233 kB | 7.7/21 kB
Progress (3): 1.4/5.5 MB | 233 kB | 12/21 kB 
Progress (3): 1.4/5.5 MB | 233 kB | 12/21 kB
Progress (3): 1.4/5.5 MB | 233 kB | 16/21 kB
Progress (3): 1.4/5.5 MB | 233 kB | 16/21 kB
Progress (3): 1.4/5.5 MB | 233 kB | 20/21 kB
Progress (3): 1.4/5.5 MB | 233 kB | 21 kB   
Progress (3): 1.4/5.5 MB | 233 kB | 21 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 4.1/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 4.1/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 7.7/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 7.7/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 12/575 kB 
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 12/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 16/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 16/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 20/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 20/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB
Progress (4): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB | 4.1/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB | 4.1/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB | 7.7/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB | 7.7/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB | 12/282 kB 
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB | 12/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB | 16/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB | 16/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 24/575 kB | 16/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 28/575 kB | 16/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 32/575 kB | 16/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 32/575 kB | 16/282 kB
Progress (5): 1.4/5.5 MB | 233 kB | 21 kB | 33/575 kB | 16/282 kB
Progress (5): 1.5/5.5 MB | 233 kB | 21 kB | 33/575 kB | 16/282 kB
Progress (5): 1.5/5.5 MB | 233 kB | 21 kB | 33/575 kB | 16/282 kB
Progress (5): 1.5/5.5 MB | 233 kB | 21 kB | 37/575 kB | 16/282 kB
Progress (5): 1.5/5.5 MB | 233 kB | 21 kB | 37/575 kB | 16/282 kB
Progress (5): 1.5/5.5 MB | 233 kB | 21 kB | 37/575 kB | 20/282 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 kB at 21 kB/s)
09:56:59 Progress (4): 1.5/5.5 MB | 233 kB | 37/575 kB | 24/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 37/575 kB | 24/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 41/575 kB | 24/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 41/575 kB | 24/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 41/575 kB | 28/282 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar
09:56:59 Progress (4): 1.5/5.5 MB | 233 kB | 41/575 kB | 32/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 41/575 kB | 32/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 41/575 kB | 32/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 45/575 kB | 32/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 45/575 kB | 32/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 45/575 kB | 33/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 45/575 kB | 33/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 49/575 kB | 33/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 49/575 kB | 37/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 49/575 kB | 37/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 53/575 kB | 37/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 53/575 kB | 41/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 57/575 kB | 41/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 57/575 kB | 41/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 57/575 kB | 45/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 61/575 kB | 45/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 61/575 kB | 49/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 61/575 kB | 49/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 65/575 kB | 49/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 65/575 kB | 53/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 65/575 kB | 53/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 65/575 kB | 57/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 66/575 kB | 57/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 66/575 kB | 57/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 66/575 kB | 61/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 66/575 kB | 61/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 70/575 kB | 61/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 70/575 kB | 61/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 70/575 kB | 61/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 70/575 kB | 65/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 74/575 kB | 65/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 74/575 kB | 66/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 74/575 kB | 66/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 78/575 kB | 66/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 78/575 kB | 66/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 78/575 kB | 70/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 78/575 kB | 70/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 82/575 kB | 70/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 82/575 kB | 70/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 82/575 kB | 74/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 82/575 kB | 74/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 86/575 kB | 74/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 86/575 kB | 78/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 86/575 kB | 78/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 86/575 kB | 82/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 90/575 kB | 82/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 90/575 kB | 82/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 90/575 kB | 86/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 90/575 kB | 86/282 kB
Progress (4): 1.5/5.5 MB | 233 kB | 94/575 kB | 86/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 94/575 kB | 86/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 94/575 kB | 90/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 94/575 kB | 90/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 98/575 kB | 90/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 98/575 kB | 90/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 98/575 kB | 94/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 98/575 kB | 94/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 98/575 kB | 94/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 98/575 kB | 94/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 98/575 kB | 98/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 102/575 kB | 98/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 102/575 kB | 98/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 106/575 kB | 98/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 106/575 kB | 98/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 106/575 kB | 102/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 110/575 kB | 102/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 110/575 kB | 102/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 110/575 kB | 102/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 110/575 kB | 102/282 kB
Progress (4): 1.6/5.5 MB | 233 kB | 110/575 kB | 102/282 kB
Progress (5): 1.6/5.5 MB | 233 kB | 110/575 kB | 102/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 110/575 kB | 102/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 110/575 kB | 102/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 114/575 kB | 102/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 114/575 kB | 106/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 114/575 kB | 106/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 114/575 kB | 106/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 114/575 kB | 110/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 118/575 kB | 110/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 118/575 kB | 114/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 118/575 kB | 114/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 118/575 kB | 114/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 118/575 kB | 114/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 118/575 kB | 118/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 122/575 kB | 118/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 122/575 kB | 122/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 122/575 kB | 122/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 122/575 kB | 122/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 122/575 kB | 126/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 122/575 kB | 126/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 126/575 kB | 126/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 126/575 kB | 126/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 126/575 kB | 130/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 126/575 kB | 130/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 126/575 kB | 134/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 126/575 kB | 134/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 130/575 kB | 134/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 130/575 kB | 134/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 130/575 kB | 138/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 130/575 kB | 138/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 130/575 kB | 142/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 130/575 kB | 142/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 131/575 kB | 142/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 131/575 kB | 142/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 135/575 kB | 142/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 135/575 kB | 146/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 135/575 kB | 146/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 135/575 kB | 150/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 135/575 kB | 150/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 139/575 kB | 150/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 139/575 kB | 150/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 143/575 kB | 150/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 143/575 kB | 150/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 143/575 kB | 150/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 143/575 kB | 154/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 143/575 kB | 154/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 143/575 kB | 158/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 143/575 kB | 162/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 143/575 kB | 166/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 143/575 kB | 170/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 143/575 kB | 174/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 147/575 kB | 174/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 147/575 kB | 178/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 147/575 kB | 178/282 kB | 0/1.5 MB
Progress (5): 1.6/5.5 MB | 233 kB | 147/575 kB | 178/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 147/575 kB | 178/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 147/575 kB | 182/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 151/575 kB | 182/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 151/575 kB | 186/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 151/575 kB | 186/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 151/575 kB | 186/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 151/575 kB | 186/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 151/575 kB | 190/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 155/575 kB | 190/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 155/575 kB | 194/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 155/575 kB | 194/282 kB | 0/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 155/575 kB | 194/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 155/575 kB | 194/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 155/575 kB | 198/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 159/575 kB | 198/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 159/575 kB | 202/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 159/575 kB | 202/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 159/575 kB | 206/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 159/575 kB | 206/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 159/575 kB | 210/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 159/575 kB | 210/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 163/575 kB | 210/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 163/575 kB | 210/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 163/575 kB | 214/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 163/575 kB | 214/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 163/575 kB | 218/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 163/575 kB | 218/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 164/575 kB | 218/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 164/575 kB | 218/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 164/575 kB | 222/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 164/575 kB | 222/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 164/575 kB | 226/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 164/575 kB | 226/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 168/575 kB | 226/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 172/575 kB | 226/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 172/575 kB | 226/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 172/575 kB | 230/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 172/575 kB | 230/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 172/575 kB | 234/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 172/575 kB | 234/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 176/575 kB | 234/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 176/575 kB | 238/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 176/575 kB | 238/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 176/575 kB | 242/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 180/575 kB | 242/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 180/575 kB | 242/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 184/575 kB | 242/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 184/575 kB | 246/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 184/575 kB | 246/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 184/575 kB | 250/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 188/575 kB | 250/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 188/575 kB | 250/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 192/575 kB | 250/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 192/575 kB | 254/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 192/575 kB | 254/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 192/575 kB | 258/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 196/575 kB | 258/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 196/575 kB | 258/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 258/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 262/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 262/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 200/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 204/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 204/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 204/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 204/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 208/575 kB | 266/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 208/575 kB | 270/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 208/575 kB | 270/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 212/575 kB | 270/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 212/575 kB | 270/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 216/575 kB | 270/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 216/575 kB | 270/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 216/575 kB | 274/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 216/575 kB | 274/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 220/575 kB | 274/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 220/575 kB | 274/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 224/575 kB | 274/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 224/575 kB | 274/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 224/575 kB | 278/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 224/575 kB | 278/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 228/575 kB | 278/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 228/575 kB | 278/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 232/575 kB | 278/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 232/575 kB | 278/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 232/575 kB | 282/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 232/575 kB | 282/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 236/575 kB | 282/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 236/575 kB | 282/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 240/575 kB | 282/282 kB | 0.1/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 240/575 kB | 282/282 kB | 0.2/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 240/575 kB | 282 kB | 0.2/1.5 MB    
Progress (5): 1.7/5.5 MB | 233 kB | 240/575 kB | 282 kB | 0.2/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 244/575 kB | 282 kB | 0.2/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 244/575 kB | 282 kB | 0.2/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 248/575 kB | 282 kB | 0.2/1.5 MB
Progress (5): 1.7/5.5 MB | 233 kB | 248/575 kB | 282 kB | 0.2/1.5 MB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 212 kB/s)
09:56:59 Progress (4): 1.7/5.5 MB | 248/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 252/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 252/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 256/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 256/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 256/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 256/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 256/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 256/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 256/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 260/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.7/5.5 MB | 260/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.8/5.5 MB | 260/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.8/5.5 MB | 264/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.8/5.5 MB | 264/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.8/5.5 MB | 264/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.8/5.5 MB | 264/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.8/5.5 MB | 268/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.8/5.5 MB | 272/575 kB | 282 kB | 0.2/1.5 MB
Progress (4): 1.8/5.5 MB | 276/575 kB | 282 kB | 0.2/1.5 MB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 241 kB/s)
09:57:00 Progress (3): 1.8/5.5 MB | 276/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 276/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 280/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 284/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 288/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 292/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 292/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 292/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 296/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 296/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 296/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 300/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 300/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 300/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 304/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 308/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 308/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 308/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 312/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 312/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 312/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 312/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 312/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 316/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 316/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 316/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 316/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 320/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 320/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 320/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 320/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 324/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 324/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 324/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 328/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 328/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 332/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 332/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 332/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 336/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 336/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 340/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 340/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 340/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 344/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 344/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 344/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 344/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 348/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 348/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 348/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 352/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 352/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 356/575 kB | 0.2/1.5 MB
Progress (3): 1.8/5.5 MB | 356/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 360/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 360/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 364/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 364/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 364/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 368/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 368/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 368/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 372/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 372/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 376/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 376/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 380/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 380/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 384/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 384/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 388/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 388/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 388/575 kB | 0.3/1.5 MB
Progress (3): 1.8/5.5 MB | 388/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 388/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 388/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 388/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 392/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 392/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 392/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 396/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 396/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 396/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 400/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 404/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 404/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 404/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 408/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 408/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 412/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 412/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 412/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 412/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 416/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 416/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 420/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 420/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 424/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 424/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 428/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 428/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 432/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 432/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 436/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 436/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 436/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 436/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 440/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 440/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 440/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 444/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 444/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 444/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 448/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 448/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 448/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 448/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 452/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 452/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 452/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 452/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 456/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 456/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 460/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 460/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 460/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 460/575 kB | 0.3/1.5 MB
Progress (3): 1.9/5.5 MB | 460/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 460/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 460/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 460/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 464/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 464/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 464/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 464/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 468/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 468/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 468/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 472/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 472/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 476/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 476/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 476/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 480/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 480/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 480/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 480/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 484/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 484/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 484/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 488/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 488/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 492/575 kB | 0.4/1.5 MB
Progress (3): 1.9/5.5 MB | 492/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 492/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 496/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 496/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 496/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 496/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 500/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 500/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 500/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 504/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 508/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 508/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 512/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 512/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 512/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 516/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 516/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 520/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 520/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 524/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 524/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 524/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 524/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 528/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 528/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 528/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 532/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 532/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 532/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 536/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 536/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 536/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 536/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 540/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 540/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 540/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 544/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 544/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 544/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 544/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 548/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 548/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 548/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 552/575 kB | 0.4/1.5 MB
Progress (3): 2.0/5.5 MB | 552/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 556/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 556/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 556/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 556/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 560/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 560/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 564/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 564/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 564/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 564/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 568/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 568/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 572/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 572/575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB    
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.0/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.5/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.1/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.6/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.2/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.3/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.3/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.3/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.3/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.3/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.3/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.3/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.3/5.5 MB | 575 kB | 0.7/1.5 MB
Progress (3): 2.3/5.5 MB | 575 kB | 0.7/1.5 MB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 442 kB/s)
09:57:00 Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.7/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.3/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.8/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.4/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 0.9/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.5/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.0/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.6/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.1/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.7/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.2/1.5 MB
Progress (2): 2.8/5.5 MB | 1.3/1.5 MB
Progress (2): 2.8/5.5 MB | 1.3/1.5 MB
Progress (2): 2.8/5.5 MB | 1.3/1.5 MB
Progress (2): 2.8/5.5 MB | 1.3/1.5 MB
Progress (2): 2.8/5.5 MB | 1.3/1.5 MB
Progress (2): 2.8/5.5 MB | 1.3/1.5 MB
Progress (2): 2.8/5.5 MB | 1.3/1.5 MB
Progress (2): 2.8/5.5 MB | 1.3/1.5 MB
Progress (2): 2.8/5.5 MB | 1.3/1.5 MB
Progress (2): 2.8/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.3/1.5 MB
Progress (2): 2.9/5.5 MB | 1.4/1.5 MB
Progress (2): 2.9/5.5 MB | 1.4/1.5 MB
Progress (2): 2.9/5.5 MB | 1.4/1.5 MB
Progress (2): 2.9/5.5 MB | 1.4/1.5 MB
Progress (2): 2.9/5.5 MB | 1.4/1.5 MB
Progress (2): 2.9/5.5 MB | 1.4/1.5 MB
Progress (2): 2.9/5.5 MB | 1.4/1.5 MB
Progress (2): 2.9/5.5 MB | 1.4/1.5 MB
Progress (2): 2.9/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.4/1.5 MB
Progress (2): 3.0/5.5 MB | 1.5/1.5 MB
Progress (2): 3.0/5.5 MB | 1.5/1.5 MB
Progress (2): 3.0/5.5 MB | 1.5/1.5 MB
Progress (2): 3.0/5.5 MB | 1.5/1.5 MB
Progress (2): 3.0/5.5 MB | 1.5/1.5 MB
Progress (2): 3.0/5.5 MB | 1.5/1.5 MB
Progress (2): 3.0/5.5 MB | 1.5/1.5 MB
Progress (2): 3.0/5.5 MB | 1.5/1.5 MB
Progress (2): 3.0/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5/1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB    
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.1/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.2/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.3/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.4/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.5/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.6/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.7/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.8/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 3.9/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.0/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.1/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
Progress (2): 4.2/5.5 MB | 1.5 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 890 kB/s)
09:57:02 Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5/5.5 MB
Progress (1): 5.5 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar (5.5 MB at 1.4 MB/s)
09:57:03 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
09:57:03 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
09:57:04 Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 9.6 MB/s)
09:57:04 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
09:57:04 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
09:57: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 7.8 MB/s)
09:57: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
09:57: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
09:57: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 6.7 MB/s)
09:57: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
09:57: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
09:57: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 1.2 MB/s)
09:57:05 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
09:57:05 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
09:57:05 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 60 kB/s)
09:57:05 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
09:57:05 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
09:57:05 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 2.8 MB/s)
09:57:05 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
09:57:05 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
09:57:05 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom (1.7 kB at 21 kB/s)
09:57:05 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
09:57:06 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
09:57:06 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 29 kB/s)
09:57:06 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
09:57:06 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
09:57:06 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (2.9 kB at 93 kB/s)
09:57:06 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
09:57:06 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
09:57: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/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 kB at 664 kB/s)
09:57:06 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
09:57:06 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
09:57:06 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 162 kB/s)
09:57:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
09:57:06 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
09:57:06 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 347 kB/s)
09:57:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
09:57:06 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
09:57:06 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 130 kB/s)
09:57:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
09:57:06 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
09:57:06 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 10 kB/s)
09:57:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
09:57:06 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
09:57: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/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 517 kB/s)
09:57:06 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
09:57:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
09:57:07 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
09:57:07 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
09:57:07 Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
Progress (2): 24 kB | 4.1/22 kB
Progress (2): 24 kB | 7.7/22 kB
Progress (2): 24 kB | 12/22 kB 
Progress (2): 24 kB | 16/22 kB
Progress (2): 24 kB | 20/22 kB
Progress (2): 24 kB | 22 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 662 kB/s)
09:57:07 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 574 kB/s)
09:57:07 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
09:57:07 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
09:57:07 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 539 kB/s)
09:57:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
09:57:07 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
09:57:07 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 230 kB/s)
09:57:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
09:57:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
09:57:07 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 881 kB/s)
09:57:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
09:57:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
09:57:07 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 388 kB/s)
09:57:07 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
09:57:07 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
09:57:07 Progress (1): 4.1/368 kB
Progress (1): 7.7/368 kB
Progress (1): 12/368 kB 
Progress (1): 16/368 kB
Progress (1): 20/368 kB
Progress (1): 24/368 kB
Progress (1): 28/368 kB
Progress (1): 32/368 kB
Progress (1): 36/368 kB
Progress (1): 40/368 kB
Progress (1): 44/368 kB
Progress (1): 48/368 kB
Progress (1): 52/368 kB
Progress (1): 56/368 kB
Progress (1): 60/368 kB
Progress (1): 64/368 kB
Progress (1): 68/368 kB
Progress (1): 72/368 kB
Progress (1): 76/368 kB
Progress (1): 80/368 kB
Progress (1): 84/368 kB
Progress (1): 88/368 kB
Progress (1): 92/368 kB
Progress (1): 96/368 kB
Progress (1): 100/368 kB
Progress (1): 104/368 kB
Progress (1): 108/368 kB
Progress (1): 112/368 kB
Progress (1): 116/368 kB
Progress (1): 120/368 kB
Progress (1): 124/368 kB
Progress (1): 128/368 kB
Progress (1): 132/368 kB
Progress (1): 136/368 kB
Progress (1): 140/368 kB
Progress (1): 144/368 kB
Progress (1): 148/368 kB
Progress (1): 152/368 kB
Progress (1): 156/368 kB
Progress (1): 160/368 kB
Progress (1): 164/368 kB
Progress (1): 168/368 kB
Progress (1): 172/368 kB
Progress (1): 176/368 kB
Progress (1): 180/368 kB
Progress (1): 184/368 kB
Progress (1): 188/368 kB
Progress (1): 192/368 kB
Progress (1): 196/368 kB
Progress (1): 200/368 kB
Progress (1): 204/368 kB
Progress (1): 208/368 kB
Progress (1): 212/368 kB
Progress (1): 216/368 kB
Progress (1): 220/368 kB
Progress (1): 224/368 kB
Progress (1): 228/368 kB
Progress (1): 232/368 kB
Progress (1): 236/368 kB
Progress (1): 240/368 kB
Progress (1): 244/368 kB
Progress (1): 248/368 kB
Progress (1): 252/368 kB
Progress (1): 256/368 kB
Progress (1): 260/368 kB
Progress (1): 264/368 kB
Progress (1): 268/368 kB
Progress (1): 272/368 kB
Progress (1): 276/368 kB
Progress (1): 280/368 kB
Progress (1): 284/368 kB
Progress (1): 288/368 kB
Progress (1): 292/368 kB
Progress (1): 296/368 kB
Progress (1): 300/368 kB
Progress (1): 304/368 kB
Progress (1): 308/368 kB
Progress (1): 312/368 kB
Progress (1): 316/368 kB
Progress (1): 320/368 kB
Progress (1): 324/368 kB
Progress (1): 328/368 kB
Progress (1): 332/368 kB
Progress (1): 336/368 kB
Progress (1): 340/368 kB
Progress (1): 344/368 kB
Progress (1): 348/368 kB
Progress (1): 352/368 kB
Progress (1): 356/368 kB
Progress (1): 360/368 kB
Progress (1): 364/368 kB
Progress (1): 368/368 kB
Progress (1): 368 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar (368 kB at 6.7 MB/s)
09:57:07 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
09:57:07 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
09:57:07 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 135 kB/s)
09:57:07 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
09:57:07 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
09:57:07 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 965 kB/s)
09:57:07 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
09:57:07 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
09:57:07 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)
09:57:07 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
09:57:08 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
09:57:08 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 35 kB/s)
09:57:08 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
09:57:08 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
09:57:08 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 39 kB/s)
09:57:08 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
09:57:08 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
09:57:08 Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 431 kB/s)
09:57:08 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
09:57:08 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
09:57: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/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar (7.2 kB at 25 kB/s)
09:57:08 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
09:57:08 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 86 kB/s)
09:57:08 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
09:57:08 Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.pom (5.6 kB at 234 kB/s)
09:57:08 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
09:57:08 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 556 kB/s)
09:57:08 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
09:57:08 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.4 MB/s)
09:57:08 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
09:57:08 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
09:57:08 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 42 kB/s)
09:57:08 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
09:57:08 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
09:57: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/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar (6.8 kB at 183 kB/s)
09:57:08 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
09:57:08 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
09:57:08 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 65 kB/s)
09:57:08 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
09:57:08 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
09:57:08 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 314 kB/s)
09:57:08 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
09:57:08 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
09:57:09 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 2.6 kB/s)
09:57:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
09:57:09 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
09:57: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-exec/1.2/commons-exec-1.2.pom (11 kB at 331 kB/s)
09:57:09 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
09:57:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
09:57:11 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 51 kB/s)
09:57:11 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
09:57:11 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
09:57:11 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 41 kB/s)
09:57:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
09:57:11 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
09:57:11 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 59 kB/s)
09:57:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom
09:57:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
09:57: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/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 244 kB/s)
09:57:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom
09:57:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom
09:57:11 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 95 kB/s)
09:57:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom
09:57:11 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
09:57:11 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)
09:57:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
09:57:11 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
09:57:12 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 3.0 kB/s)
09:57:13 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
09:57:13 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
09:57:13 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
09:57:13 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar
09:57:13 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
09:57:13 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar
09:57:13 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
09:57:14 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
09:57:14 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
09:57:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar
09:57:14 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
09:57:14 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
09:57:14 Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28 kB   
Progress (2): 28 kB | 4.1/50 kB
Progress (2): 28 kB | 7.7/50 kB
Progress (3): 28 kB | 7.7/50 kB | 4.1/114 kB
Progress (3): 28 kB | 7.7/50 kB | 7.7/114 kB
Progress (3): 28 kB | 12/50 kB | 7.7/114 kB 
Progress (4): 28 kB | 12/50 kB | 7.7/114 kB | 4.1/54 kB
Progress (4): 28 kB | 16/50 kB | 7.7/114 kB | 4.1/54 kB
Progress (4): 28 kB | 16/50 kB | 12/114 kB | 4.1/54 kB 
Progress (4): 28 kB | 16/50 kB | 12/114 kB | 7.7/54 kB
Progress (4): 28 kB | 16/50 kB | 16/114 kB | 7.7/54 kB
Progress (4): 28 kB | 20/50 kB | 16/114 kB | 7.7/54 kB
Progress (4): 28 kB | 20/50 kB | 20/114 kB | 7.7/54 kB
Progress (4): 28 kB | 24/50 kB | 20/114 kB | 7.7/54 kB
Progress (4): 28 kB | 24/50 kB | 24/114 kB | 7.7/54 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 602 kB/s)
09:57:14 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
09:57:14 Progress (3): 28/50 kB | 24/114 kB | 7.7/54 kB
Progress (3): 32/50 kB | 24/114 kB | 7.7/54 kB
Progress (3): 32/50 kB | 24/114 kB | 12/54 kB 
Progress (3): 32/50 kB | 24/114 kB | 16/54 kB
Progress (3): 36/50 kB | 24/114 kB | 16/54 kB
Progress (3): 40/50 kB | 24/114 kB | 16/54 kB
Progress (3): 40/50 kB | 24/114 kB | 20/54 kB
Progress (3): 44/50 kB | 24/114 kB | 20/54 kB
Progress (3): 44/50 kB | 24/114 kB | 24/54 kB
Progress (3): 48/50 kB | 24/114 kB | 24/54 kB
Progress (3): 48/50 kB | 24/114 kB | 28/54 kB
Progress (3): 50 kB | 24/114 kB | 28/54 kB   
Progress (3): 50 kB | 24/114 kB | 32/54 kB
Progress (3): 50 kB | 24/114 kB | 36/54 kB
Progress (3): 50 kB | 24/114 kB | 40/54 kB
Progress (3): 50 kB | 24/114 kB | 44/54 kB
Progress (3): 50 kB | 24/114 kB | 48/54 kB
Progress (3): 50 kB | 24/114 kB | 52/54 kB
Progress (3): 50 kB | 24/114 kB | 54 kB   
Progress (4): 50 kB | 24/114 kB | 54 kB | 4.1/81 kB
Progress (4): 50 kB | 24/114 kB | 54 kB | 7.7/81 kB
Progress (4): 50 kB | 24/114 kB | 54 kB | 12/81 kB 
Progress (4): 50 kB | 24/114 kB | 54 kB | 16/81 kB
Progress (4): 50 kB | 24/114 kB | 54 kB | 20/81 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 869 kB/s)
09:57:14 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
09:57:14 Progress (3): 24/114 kB | 54 kB | 24/81 kB
Progress (3): 24/114 kB | 54 kB | 28/81 kB
Progress (3): 24/114 kB | 54 kB | 32/81 kB
Progress (3): 24/114 kB | 54 kB | 36/81 kB
Progress (3): 24/114 kB | 54 kB | 40/81 kB
Progress (3): 24/114 kB | 54 kB | 44/81 kB
Progress (3): 24/114 kB | 54 kB | 48/81 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 870 kB/s)
09:57:14 Progress (2): 24/114 kB | 52/81 kB
Progress (2): 24/114 kB | 56/81 kB
Progress (2): 24/114 kB | 60/81 kB
Progress (2): 24/114 kB | 64/81 kB
Progress (2): 24/114 kB | 68/81 kB
Progress (2): 24/114 kB | 72/81 kB
Progress (2): 24/114 kB | 76/81 kB
Progress (2): 24/114 kB | 80/81 kB
Progress (2): 24/114 kB | 81 kB   
Progress (3): 24/114 kB | 81 kB | 4.1/20 kB
Progress (3): 24/114 kB | 81 kB | 7.7/20 kB
Progress (4): 24/114 kB | 81 kB | 7.7/20 kB | 4.1/33 kB
Progress (4): 24/114 kB | 81 kB | 12/20 kB | 4.1/33 kB 
Progress (4): 24/114 kB | 81 kB | 12/20 kB | 7.7/33 kB
Progress (4): 24/114 kB | 81 kB | 16/20 kB | 7.7/33 kB
Progress (4): 24/114 kB | 81 kB | 20 kB | 7.7/33 kB   
Progress (4): 24/114 kB | 81 kB | 20 kB | 12/33 kB 
Progress (4): 24/114 kB | 81 kB | 20 kB | 16/33 kB
Progress (4): 24/114 kB | 81 kB | 20 kB | 20/33 kB
Progress (4): 24/114 kB | 81 kB | 20 kB | 24/33 kB
Progress (4): 24/114 kB | 81 kB | 20 kB | 28/33 kB
Progress (4): 24/114 kB | 81 kB | 20 kB | 32/33 kB
Progress (4): 24/114 kB | 81 kB | 20 kB | 33 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 244 kB/s)
09:57:14 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 411 kB/s)
09:57:14 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 626 kB/s)
09:57:14 Progress (1): 28/114 kB
Progress (1): 32/114 kB
Progress (1): 36/114 kB
Progress (1): 40/114 kB
Progress (1): 44/114 kB
Progress (1): 48/114 kB
Progress (1): 52/114 kB
Progress (1): 56/114 kB
Progress (1): 60/114 kB
Progress (1): 64/114 kB
Progress (1): 68/114 kB
Progress (1): 72/114 kB
Progress (1): 76/114 kB
Progress (1): 80/114 kB
Progress (1): 84/114 kB
Progress (1): 88/114 kB
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    
                    
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 427 kB/s)
09:57:14 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
09:57:14 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
09:57:14 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 126 kB/s)
09:57:14 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
09:57:14 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
09:57:14 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 543 kB/s)
09:57:14 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
09:57:14 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
09:57:14 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.1 MB/s)
09:57:14 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
09:57:14 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
09:57:15 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 170 kB/s)
09:57:15 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
09:57:15 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
09:57:15 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 382 kB/s)
09:57:15 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
09:57:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
09:57:15 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 89 kB/s)
09:57:15 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
09:57:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
09:57:15 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 390 kB/s)
09:57:15 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
09:57:15 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
09:57:15 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 698 kB/s)
09:57:15 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
09:57:15 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
09:57:15 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 84 kB/s)
09:57:15 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
09:57:15 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
09:57:15 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 808 kB/s)
09:57:15 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
09:57:15 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
09:57:15 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 168 kB/s)
09:57:15 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
09:57:15 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
09:57:15 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 599 kB/s)
09:57:15 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
09:57:15 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
09:57:15 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 163 kB/s)
09:57:15 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
09:57:15 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
09:57:15 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 282 kB/s)
09:57:15 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
09:57:15 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
09:57:15 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 550 kB/s)
09:57:15 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
09:57:15 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
09:57:16 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 473 kB/s)
09:57:16 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
09:57:16 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
09:57:16 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.4 MB/s)
09:57:16 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
09:57:16 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
09:57:16 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)
09:57:16 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
09:57:16 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
09:57:16 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.6 MB/s)
09:57:16 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
09:57:16 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
09:57:16 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 103 kB/s)
09:57:16 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
09:57:16 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
09:57:16 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom (1.5 kB at 17 kB/s)
09:57:16 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
09:57:16 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
09:57:16 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)
09:57:16 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
09:57:16 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
09:57:16 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 29 kB/s)
09:57:16 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
09:57:16 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
09:57:16 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 60 kB/s)
09:57:16 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
09:57:16 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
09:57:16 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 71 kB/s)
09:57:16 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
09:57:16 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
09:57:16 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom (2.1 kB at 32 kB/s)
09:57:16 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
09:57:16 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
09:57:16 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 96 kB/s)
09:57:16 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
09:57:16 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
09:57:16 Progress (1): 4.1/27 kB
Progress (1): 7.7/27 kB
Progress (1): 12/27 kB 
Progress (1): 16/27 kB
Progress (1): 20/27 kB
Progress (1): 24/27 kB
Progress (1): 27 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 854 kB/s)
09:57:16 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
09:57:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
09:57:16 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 943 kB/s)
09:57:17 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
09:57:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
09:57:17 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 419 kB/s)
09:57:17 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
09:57:17 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
09:57:17 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 61 kB/s)
09:57:17 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
09:57:17 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
09:57:17 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 252 kB/s)
09:57:17 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
09:57:17 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
09:57:17 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 23 kB/s)
09:57:17 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
09:57:17 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
09:57:17 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 229 kB/s)
09:57:17 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
09:57:17 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
09:57:17 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)
09:57:17 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
09:57:17 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
09:57:17 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 59 kB/s)
09:57:17 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
09:57:17 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
09:57:17 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 622 kB/s)
09:57:17 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
09:57:17 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
09:57:17 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 31 kB/s)
09:57:17 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
09:57:17 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
09:57:17 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 52 kB/s)
09:57:17 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
09:57:17 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
09:57:17 Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 147 kB/s)
09:57:17 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
09:57:17 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
09:57:17 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 134 kB/s)
09:57:17 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom
09:57:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom
09:57:17 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 498 kB/s)
09:57:17 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
09:57:17 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
09:57:17 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 134 kB/s)
09:57:17 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
09:57:20 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
09:57:20 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 509 kB/s)
09:57:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
09:57:20 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
09:57:20 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 614 kB/s)
09:57:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom
09:57:20 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
09:57:20 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 83 kB/s)
09:57:20 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom
09:57:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
09:57:20 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 47 kB/s)
09:57:20 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
09:57:20 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
09:57:21 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 75 kB/s)
09:57:21 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
09:57:21 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
09:57:21 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 68 kB/s)
09:57:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
09:57:21 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
09:57:21 Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 30 kB/s)
09:57:21 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
09:57:21 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
09:57:21 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 167 kB/s)
09:57:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
09:57:21 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
09:57:21 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 306 kB/s)
09:57:21 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
09:57:21 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
09:57:21 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 97 kB/s)
09:57:21 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
09:57:21 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
09:57:21 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 22 kB/s)
09:57:21 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
09:57:21 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
09:57:21 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 25 kB/s)
09:57:21 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
09:57:21 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
09:57:21 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 60 kB/s)
09:57:21 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
09:57:21 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
09:57:21 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 93 kB/s)
09:57:21 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
09:57:21 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
09:57:21 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 64 kB/s)
09:57:21 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
09:57:21 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
09:57:21 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 55 kB/s)
09:57:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
09:57:21 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
09:57:21 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 86 kB/s)
09:57:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
09:57:21 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
09:57:21 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 417 kB/s)
09:57:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
09:57:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
09:57:21 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 199 kB/s)
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 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
09:57:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
09:57:21 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
09:57:22 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
09:57:22 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
09:57:22 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
09:57:22 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
09:57:22 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
09:57: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 (2): 24/25 kB | 4.1/185 kB
Progress (2): 24/25 kB | 7.7/185 kB
Progress (2): 24/25 kB | 12/185 kB 
Progress (2): 24/25 kB | 16/185 kB
Progress (2): 24/25 kB | 20/185 kB
Progress (2): 24/25 kB | 24/185 kB
Progress (2): 24/25 kB | 28/185 kB
Progress (2): 24/25 kB | 32/185 kB
Progress (2): 24/25 kB | 36/185 kB
Progress (2): 24/25 kB | 40/185 kB
Progress (2): 24/25 kB | 44/185 kB
Progress (2): 24/25 kB | 48/185 kB
Progress (2): 24/25 kB | 52/185 kB
Progress (2): 24/25 kB | 56/185 kB
Progress (2): 24/25 kB | 60/185 kB
Progress (2): 24/25 kB | 64/185 kB
Progress (2): 24/25 kB | 68/185 kB
Progress (2): 24/25 kB | 72/185 kB
Progress (2): 24/25 kB | 76/185 kB
Progress (2): 24/25 kB | 80/185 kB
Progress (2): 24/25 kB | 84/185 kB
Progress (2): 24/25 kB | 88/185 kB
Progress (2): 24/25 kB | 92/185 kB
Progress (2): 24/25 kB | 96/185 kB
Progress (2): 24/25 kB | 100/185 kB
Progress (2): 24/25 kB | 104/185 kB
Progress (2): 24/25 kB | 108/185 kB
Progress (2): 24/25 kB | 112/185 kB
Progress (2): 24/25 kB | 116/185 kB
Progress (2): 24/25 kB | 120/185 kB
Progress (2): 24/25 kB | 124/185 kB
Progress (2): 24/25 kB | 128/185 kB
Progress (2): 24/25 kB | 132/185 kB
Progress (2): 24/25 kB | 136/185 kB
Progress (2): 24/25 kB | 140/185 kB
Progress (2): 24/25 kB | 144/185 kB
Progress (2): 24/25 kB | 148/185 kB
Progress (2): 24/25 kB | 152/185 kB
Progress (2): 24/25 kB | 156/185 kB
Progress (2): 24/25 kB | 160/185 kB
Progress (2): 24/25 kB | 164/185 kB
Progress (2): 24/25 kB | 168/185 kB
Progress (2): 24/25 kB | 172/185 kB
Progress (2): 24/25 kB | 176/185 kB
Progress (2): 24/25 kB | 180/185 kB
Progress (2): 24/25 kB | 184/185 kB
Progress (2): 24/25 kB | 185 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 2.0 MB/s)
09:57:22 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
09:57:22 Progress (2): 24/25 kB | 4.1/110 kB
Progress (2): 24/25 kB | 7.7/110 kB
Progress (2): 24/25 kB | 12/110 kB 
Progress (2): 24/25 kB | 16/110 kB
Progress (2): 24/25 kB | 20/110 kB
Progress (2): 24/25 kB | 24/110 kB
Progress (2): 24/25 kB | 28/110 kB
Progress (2): 24/25 kB | 32/110 kB
Progress (2): 24/25 kB | 36/110 kB
Progress (2): 24/25 kB | 40/110 kB
Progress (2): 24/25 kB | 44/110 kB
Progress (2): 24/25 kB | 48/110 kB
Progress (2): 24/25 kB | 52/110 kB
Progress (2): 24/25 kB | 56/110 kB
Progress (2): 24/25 kB | 60/110 kB
Progress (2): 24/25 kB | 64/110 kB
Progress (2): 24/25 kB | 68/110 kB
Progress (2): 24/25 kB | 72/110 kB
Progress (2): 24/25 kB | 76/110 kB
Progress (2): 24/25 kB | 80/110 kB
Progress (2): 24/25 kB | 84/110 kB
Progress (2): 24/25 kB | 88/110 kB
Progress (2): 24/25 kB | 92/110 kB
Progress (2): 24/25 kB | 96/110 kB
Progress (2): 24/25 kB | 100/110 kB
Progress (2): 24/25 kB | 104/110 kB
Progress (2): 24/25 kB | 108/110 kB
Progress (2): 24/25 kB | 110 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 969 kB/s)
09:57:22 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
09:57:22 Progress (2): 24/25 kB | 4.1/186 kB
Progress (2): 24/25 kB | 7.7/186 kB
Progress (2): 24/25 kB | 12/186 kB 
Progress (2): 24/25 kB | 16/186 kB
Progress (2): 24/25 kB | 20/186 kB
Progress (2): 24/25 kB | 24/186 kB
Progress (2): 24/25 kB | 28/186 kB
Progress (2): 24/25 kB | 32/186 kB
Progress (2): 24/25 kB | 36/186 kB
Progress (2): 24/25 kB | 40/186 kB
Progress (2): 24/25 kB | 44/186 kB
Progress (2): 24/25 kB | 48/186 kB
Progress (2): 24/25 kB | 52/186 kB
Progress (2): 24/25 kB | 56/186 kB
Progress (2): 24/25 kB | 60/186 kB
Progress (2): 24/25 kB | 64/186 kB
Progress (2): 24/25 kB | 68/186 kB
Progress (2): 24/25 kB | 72/186 kB
Progress (2): 24/25 kB | 76/186 kB
Progress (2): 24/25 kB | 80/186 kB
Progress (2): 24/25 kB | 84/186 kB
Progress (2): 24/25 kB | 88/186 kB
Progress (2): 24/25 kB | 92/186 kB
Progress (2): 24/25 kB | 96/186 kB
Progress (2): 24/25 kB | 100/186 kB
Progress (2): 24/25 kB | 104/186 kB
Progress (2): 24/25 kB | 108/186 kB
Progress (2): 24/25 kB | 112/186 kB
Progress (2): 24/25 kB | 116/186 kB
Progress (2): 24/25 kB | 120/186 kB
Progress (2): 24/25 kB | 124/186 kB
Progress (2): 24/25 kB | 128/186 kB
Progress (2): 24/25 kB | 132/186 kB
Progress (2): 24/25 kB | 136/186 kB
Progress (2): 24/25 kB | 140/186 kB
Progress (2): 24/25 kB | 144/186 kB
Progress (2): 24/25 kB | 148/186 kB
Progress (2): 24/25 kB | 152/186 kB
Progress (2): 24/25 kB | 156/186 kB
Progress (2): 24/25 kB | 160/186 kB
Progress (2): 24/25 kB | 164/186 kB
Progress (2): 24/25 kB | 168/186 kB
Progress (2): 24/25 kB | 172/186 kB
Progress (2): 24/25 kB | 176/186 kB
Progress (2): 24/25 kB | 180/186 kB
Progress (2): 24/25 kB | 184/186 kB
Progress (2): 24/25 kB | 186 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 1.3 MB/s)
09:57:22 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
09:57:22 Progress (2): 24/25 kB | 4.1/13 kB
Progress (2): 24/25 kB | 7.7/13 kB
Progress (2): 24/25 kB | 12/13 kB 
Progress (2): 24/25 kB | 13 kB   
                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 86 kB/s)
09:57:22 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
09:57:22 Progress (2): 24/25 kB | 4.1/524 kB
Progress (2): 24/25 kB | 7.7/524 kB
Progress (2): 24/25 kB | 12/524 kB 
Progress (2): 24/25 kB | 16/524 kB
Progress (2): 24/25 kB | 20/524 kB
Progress (2): 24/25 kB | 24/524 kB
Progress (2): 24/25 kB | 28/524 kB
Progress (2): 24/25 kB | 32/524 kB
Progress (2): 24/25 kB | 36/524 kB
Progress (2): 24/25 kB | 40/524 kB
Progress (2): 24/25 kB | 44/524 kB
Progress (2): 24/25 kB | 48/524 kB
Progress (2): 24/25 kB | 52/524 kB
Progress (2): 24/25 kB | 56/524 kB
Progress (2): 24/25 kB | 60/524 kB
Progress (2): 24/25 kB | 64/524 kB
Progress (2): 24/25 kB | 68/524 kB
Progress (2): 24/25 kB | 72/524 kB
Progress (2): 24/25 kB | 76/524 kB
Progress (2): 24/25 kB | 80/524 kB
Progress (2): 24/25 kB | 84/524 kB
Progress (2): 24/25 kB | 88/524 kB
Progress (2): 24/25 kB | 92/524 kB
Progress (2): 24/25 kB | 96/524 kB
Progress (2): 24/25 kB | 100/524 kB
Progress (2): 24/25 kB | 104/524 kB
Progress (2): 24/25 kB | 108/524 kB
Progress (2): 24/25 kB | 112/524 kB
Progress (2): 24/25 kB | 116/524 kB
Progress (2): 24/25 kB | 120/524 kB
Progress (2): 24/25 kB | 124/524 kB
Progress (2): 24/25 kB | 128/524 kB
Progress (2): 24/25 kB | 132/524 kB
Progress (2): 24/25 kB | 136/524 kB
Progress (2): 24/25 kB | 140/524 kB
Progress (2): 24/25 kB | 144/524 kB
Progress (2): 24/25 kB | 148/524 kB
Progress (2): 24/25 kB | 152/524 kB
Progress (2): 24/25 kB | 156/524 kB
Progress (2): 24/25 kB | 160/524 kB
Progress (2): 24/25 kB | 164/524 kB
Progress (2): 24/25 kB | 168/524 kB
Progress (2): 24/25 kB | 172/524 kB
Progress (2): 24/25 kB | 176/524 kB
Progress (2): 24/25 kB | 180/524 kB
Progress (2): 24/25 kB | 184/524 kB
Progress (2): 24/25 kB | 188/524 kB
Progress (2): 24/25 kB | 192/524 kB
Progress (2): 24/25 kB | 196/524 kB
Progress (2): 24/25 kB | 200/524 kB
Progress (2): 24/25 kB | 204/524 kB
Progress (2): 24/25 kB | 208/524 kB
Progress (2): 24/25 kB | 212/524 kB
Progress (2): 24/25 kB | 216/524 kB
Progress (2): 24/25 kB | 220/524 kB
Progress (2): 24/25 kB | 224/524 kB
Progress (2): 24/25 kB | 228/524 kB
Progress (2): 24/25 kB | 232/524 kB
Progress (2): 24/25 kB | 236/524 kB
Progress (2): 24/25 kB | 240/524 kB
Progress (2): 24/25 kB | 244/524 kB
Progress (2): 24/25 kB | 248/524 kB
Progress (2): 24/25 kB | 252/524 kB
Progress (2): 24/25 kB | 256/524 kB
Progress (2): 24/25 kB | 260/524 kB
Progress (2): 24/25 kB | 264/524 kB
Progress (2): 24/25 kB | 268/524 kB
Progress (2): 24/25 kB | 272/524 kB
Progress (2): 24/25 kB | 276/524 kB
Progress (2): 24/25 kB | 280/524 kB
Progress (2): 24/25 kB | 284/524 kB
Progress (2): 24/25 kB | 288/524 kB
Progress (2): 24/25 kB | 292/524 kB
Progress (2): 24/25 kB | 296/524 kB
Progress (2): 24/25 kB | 300/524 kB
Progress (2): 24/25 kB | 304/524 kB
Progress (2): 24/25 kB | 308/524 kB
Progress (2): 24/25 kB | 312/524 kB
Progress (2): 24/25 kB | 316/524 kB
Progress (2): 24/25 kB | 320/524 kB
Progress (2): 24/25 kB | 324/524 kB
Progress (2): 24/25 kB | 328/524 kB
Progress (2): 24/25 kB | 332/524 kB
Progress (2): 24/25 kB | 336/524 kB
Progress (2): 24/25 kB | 340/524 kB
Progress (2): 24/25 kB | 344/524 kB
Progress (2): 24/25 kB | 348/524 kB
Progress (2): 24/25 kB | 352/524 kB
Progress (2): 24/25 kB | 356/524 kB
Progress (2): 24/25 kB | 360/524 kB
Progress (2): 24/25 kB | 364/524 kB
Progress (2): 24/25 kB | 368/524 kB
Progress (2): 24/25 kB | 372/524 kB
Progress (2): 24/25 kB | 376/524 kB
Progress (2): 24/25 kB | 380/524 kB
Progress (2): 24/25 kB | 384/524 kB
Progress (2): 24/25 kB | 388/524 kB
Progress (2): 24/25 kB | 392/524 kB
Progress (2): 24/25 kB | 396/524 kB
Progress (2): 24/25 kB | 400/524 kB
Progress (2): 24/25 kB | 404/524 kB
Progress (2): 24/25 kB | 408/524 kB
Progress (2): 24/25 kB | 412/524 kB
Progress (2): 24/25 kB | 416/524 kB
Progress (2): 24/25 kB | 420/524 kB
Progress (2): 24/25 kB | 424/524 kB
Progress (2): 24/25 kB | 428/524 kB
Progress (2): 24/25 kB | 432/524 kB
Progress (2): 24/25 kB | 436/524 kB
Progress (2): 24/25 kB | 440/524 kB
Progress (2): 24/25 kB | 444/524 kB
Progress (2): 24/25 kB | 448/524 kB
Progress (2): 24/25 kB | 452/524 kB
Progress (2): 24/25 kB | 456/524 kB
Progress (2): 24/25 kB | 460/524 kB
Progress (2): 24/25 kB | 464/524 kB
Progress (2): 24/25 kB | 468/524 kB
Progress (2): 24/25 kB | 472/524 kB
Progress (2): 24/25 kB | 476/524 kB
Progress (2): 24/25 kB | 480/524 kB
Progress (2): 24/25 kB | 484/524 kB
Progress (2): 24/25 kB | 488/524 kB
Progress (2): 24/25 kB | 492/524 kB
Progress (2): 24/25 kB | 496/524 kB
Progress (2): 24/25 kB | 500/524 kB
Progress (2): 24/25 kB | 504/524 kB
Progress (2): 24/25 kB | 508/524 kB
Progress (2): 24/25 kB | 512/524 kB
Progress (2): 24/25 kB | 516/524 kB
Progress (2): 24/25 kB | 520/524 kB
Progress (2): 24/25 kB | 524/524 kB
Progress (2): 24/25 kB | 524 kB    
Progress (3): 24/25 kB | 524 kB | 4.1/65 kB
Progress (3): 24/25 kB | 524 kB | 7.7/65 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 2.1 MB/s)
09:57:22 Progress (2): 24/25 kB | 12/65 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
09:57:22 Progress (3): 24/25 kB | 12/65 kB | 4.1/924 kB
Progress (3): 24/25 kB | 16/65 kB | 4.1/924 kB
Progress (3): 24/25 kB | 16/65 kB | 7.7/924 kB
Progress (3): 24/25 kB | 20/65 kB | 7.7/924 kB
Progress (3): 24/25 kB | 20/65 kB | 12/924 kB 
Progress (3): 24/25 kB | 24/65 kB | 12/924 kB
Progress (3): 24/25 kB | 24/65 kB | 16/924 kB
Progress (3): 24/25 kB | 28/65 kB | 16/924 kB
Progress (3): 24/25 kB | 32/65 kB | 16/924 kB
Progress (3): 24/25 kB | 32/65 kB | 20/924 kB
Progress (3): 24/25 kB | 36/65 kB | 20/924 kB
Progress (3): 24/25 kB | 36/65 kB | 24/924 kB
Progress (3): 24/25 kB | 40/65 kB | 24/924 kB
Progress (3): 24/25 kB | 40/65 kB | 28/924 kB
Progress (3): 24/25 kB | 44/65 kB | 28/924 kB
Progress (3): 24/25 kB | 44/65 kB | 32/924 kB
Progress (3): 24/25 kB | 48/65 kB | 32/924 kB
Progress (3): 24/25 kB | 48/65 kB | 36/924 kB
Progress (3): 24/25 kB | 52/65 kB | 36/924 kB
Progress (3): 24/25 kB | 52/65 kB | 40/924 kB
Progress (3): 24/25 kB | 56/65 kB | 40/924 kB
Progress (3): 24/25 kB | 56/65 kB | 44/924 kB
Progress (3): 24/25 kB | 60/65 kB | 44/924 kB
Progress (4): 24/25 kB | 60/65 kB | 44/924 kB | 4.1/424 kB
Progress (4): 24/25 kB | 60/65 kB | 48/924 kB | 4.1/424 kB
Progress (4): 24/25 kB | 60/65 kB | 48/924 kB | 7.7/424 kB
Progress (4): 24/25 kB | 64/65 kB | 48/924 kB | 7.7/424 kB
Progress (4): 24/25 kB | 64/65 kB | 52/924 kB | 7.7/424 kB
Progress (4): 24/25 kB | 65 kB | 52/924 kB | 7.7/424 kB   
Progress (4): 24/25 kB | 65 kB | 52/924 kB | 12/424 kB 
Progress (4): 24/25 kB | 65 kB | 56/924 kB | 12/424 kB
Progress (4): 24/25 kB | 65 kB | 56/924 kB | 16/424 kB
Progress (4): 24/25 kB | 65 kB | 60/924 kB | 16/424 kB
Progress (4): 24/25 kB | 65 kB | 60/924 kB | 20/424 kB
Progress (4): 24/25 kB | 65 kB | 64/924 kB | 20/424 kB
Progress (4): 24/25 kB | 65 kB | 64/924 kB | 24/424 kB
Progress (4): 24/25 kB | 65 kB | 68/924 kB | 24/424 kB
Progress (4): 24/25 kB | 65 kB | 68/924 kB | 28/424 kB
Progress (4): 24/25 kB | 65 kB | 72/924 kB | 28/424 kB
Progress (4): 24/25 kB | 65 kB | 72/924 kB | 32/424 kB
Progress (4): 24/25 kB | 65 kB | 76/924 kB | 32/424 kB
Progress (4): 24/25 kB | 65 kB | 76/924 kB | 36/424 kB
Progress (4): 24/25 kB | 65 kB | 80/924 kB | 36/424 kB
Progress (4): 24/25 kB | 65 kB | 80/924 kB | 40/424 kB
Progress (4): 24/25 kB | 65 kB | 84/924 kB | 40/424 kB
Progress (4): 24/25 kB | 65 kB | 84/924 kB | 44/424 kB
Progress (4): 24/25 kB | 65 kB | 88/924 kB | 44/424 kB
Progress (4): 24/25 kB | 65 kB | 88/924 kB | 48/424 kB
Progress (4): 24/25 kB | 65 kB | 92/924 kB | 48/424 kB
Progress (4): 24/25 kB | 65 kB | 92/924 kB | 52/424 kB
Progress (4): 24/25 kB | 65 kB | 96/924 kB | 52/424 kB
Progress (4): 24/25 kB | 65 kB | 96/924 kB | 56/424 kB
Progress (4): 24/25 kB | 65 kB | 100/924 kB | 56/424 kB
Progress (4): 24/25 kB | 65 kB | 100/924 kB | 60/424 kB
Progress (4): 24/25 kB | 65 kB | 104/924 kB | 60/424 kB
Progress (4): 24/25 kB | 65 kB | 104/924 kB | 64/424 kB
Progress (4): 24/25 kB | 65 kB | 108/924 kB | 64/424 kB
Progress (4): 24/25 kB | 65 kB | 108/924 kB | 68/424 kB
Progress (4): 24/25 kB | 65 kB | 112/924 kB | 68/424 kB
Progress (4): 24/25 kB | 65 kB | 112/924 kB | 72/424 kB
Progress (4): 24/25 kB | 65 kB | 116/924 kB | 72/424 kB
Progress (4): 24/25 kB | 65 kB | 116/924 kB | 76/424 kB
Progress (4): 24/25 kB | 65 kB | 120/924 kB | 76/424 kB
Progress (4): 24/25 kB | 65 kB | 120/924 kB | 80/424 kB
Progress (4): 24/25 kB | 65 kB | 124/924 kB | 80/424 kB
Progress (4): 24/25 kB | 65 kB | 124/924 kB | 84/424 kB
Progress (4): 24/25 kB | 65 kB | 128/924 kB | 84/424 kB
Progress (4): 24/25 kB | 65 kB | 128/924 kB | 88/424 kB
Progress (4): 24/25 kB | 65 kB | 132/924 kB | 88/424 kB
Progress (4): 24/25 kB | 65 kB | 132/924 kB | 92/424 kB
Progress (4): 24/25 kB | 65 kB | 136/924 kB | 92/424 kB
Progress (4): 24/25 kB | 65 kB | 136/924 kB | 96/424 kB
Progress (4): 24/25 kB | 65 kB | 140/924 kB | 96/424 kB
Progress (4): 24/25 kB | 65 kB | 144/924 kB | 96/424 kB
Progress (4): 24/25 kB | 65 kB | 144/924 kB | 100/424 kB
Progress (5): 24/25 kB | 65 kB | 144/924 kB | 100/424 kB | 4.1/273 kB
Progress (5): 24/25 kB | 65 kB | 144/924 kB | 104/424 kB | 4.1/273 kB
Progress (5): 24/25 kB | 65 kB | 148/924 kB | 104/424 kB | 4.1/273 kB
Progress (5): 24/25 kB | 65 kB | 148/924 kB | 108/424 kB | 4.1/273 kB
Progress (5): 24/25 kB | 65 kB | 148/924 kB | 108/424 kB | 7.7/273 kB
Progress (5): 24/25 kB | 65 kB | 148/924 kB | 112/424 kB | 7.7/273 kB
Progress (5): 24/25 kB | 65 kB | 152/924 kB | 112/424 kB | 7.7/273 kB
Progress (5): 24/25 kB | 65 kB | 152/924 kB | 116/424 kB | 7.7/273 kB
Progress (5): 24/25 kB | 65 kB | 152/924 kB | 116/424 kB | 12/273 kB 
Progress (5): 24/25 kB | 65 kB | 152/924 kB | 120/424 kB | 12/273 kB
Progress (5): 24/25 kB | 65 kB | 156/924 kB | 120/424 kB | 12/273 kB
Progress (5): 24/25 kB | 65 kB | 156/924 kB | 120/424 kB | 16/273 kB
Progress (5): 24/25 kB | 65 kB | 160/924 kB | 120/424 kB | 16/273 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 245 kB/s)
09:57:22 Progress (4): 24/25 kB | 160/924 kB | 124/424 kB | 16/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
09:57:22 Progress (4): 24/25 kB | 164/924 kB | 124/424 kB | 16/273 kB
Progress (4): 24/25 kB | 164/924 kB | 124/424 kB | 20/273 kB
Progress (4): 24/25 kB | 168/924 kB | 124/424 kB | 20/273 kB
Progress (4): 24/25 kB | 168/924 kB | 128/424 kB | 20/273 kB
Progress (4): 24/25 kB | 172/924 kB | 128/424 kB | 20/273 kB
Progress (4): 24/25 kB | 172/924 kB | 128/424 kB | 24/273 kB
Progress (4): 24/25 kB | 172/924 kB | 132/424 kB | 24/273 kB
Progress (4): 24/25 kB | 176/924 kB | 132/424 kB | 24/273 kB
Progress (4): 24/25 kB | 176/924 kB | 136/424 kB | 24/273 kB
Progress (4): 24/25 kB | 180/924 kB | 136/424 kB | 24/273 kB
Progress (4): 24/25 kB | 180/924 kB | 136/424 kB | 28/273 kB
Progress (4): 24/25 kB | 184/924 kB | 136/424 kB | 28/273 kB
Progress (4): 24/25 kB | 184/924 kB | 140/424 kB | 28/273 kB
Progress (4): 24/25 kB | 188/924 kB | 140/424 kB | 28/273 kB
Progress (4): 24/25 kB | 188/924 kB | 140/424 kB | 32/273 kB
Progress (4): 24/25 kB | 192/924 kB | 140/424 kB | 32/273 kB
Progress (4): 24/25 kB | 192/924 kB | 140/424 kB | 36/273 kB
Progress (4): 24/25 kB | 192/924 kB | 144/424 kB | 36/273 kB
Progress (4): 24/25 kB | 192/924 kB | 144/424 kB | 40/273 kB
Progress (4): 24/25 kB | 192/924 kB | 148/424 kB | 40/273 kB
Progress (4): 24/25 kB | 196/924 kB | 148/424 kB | 40/273 kB
Progress (4): 24/25 kB | 196/924 kB | 152/424 kB | 40/273 kB
Progress (4): 24/25 kB | 196/924 kB | 152/424 kB | 44/273 kB
Progress (4): 24/25 kB | 200/924 kB | 152/424 kB | 44/273 kB
Progress (4): 24/25 kB | 200/924 kB | 152/424 kB | 48/273 kB
Progress (4): 24/25 kB | 200/924 kB | 156/424 kB | 48/273 kB
Progress (4): 24/25 kB | 204/924 kB | 156/424 kB | 48/273 kB
Progress (4): 24/25 kB | 204/924 kB | 160/424 kB | 48/273 kB
Progress (4): 24/25 kB | 204/924 kB | 160/424 kB | 52/273 kB
Progress (4): 24/25 kB | 208/924 kB | 160/424 kB | 52/273 kB
Progress (4): 24/25 kB | 208/924 kB | 160/424 kB | 56/273 kB
Progress (4): 24/25 kB | 208/924 kB | 164/424 kB | 56/273 kB
Progress (4): 24/25 kB | 212/924 kB | 164/424 kB | 56/273 kB
Progress (4): 24/25 kB | 212/924 kB | 168/424 kB | 56/273 kB
Progress (4): 24/25 kB | 212/924 kB | 168/424 kB | 60/273 kB
Progress (4): 24/25 kB | 216/924 kB | 168/424 kB | 60/273 kB
Progress (4): 24/25 kB | 216/924 kB | 168/424 kB | 64/273 kB
Progress (4): 24/25 kB | 216/924 kB | 172/424 kB | 64/273 kB
Progress (4): 24/25 kB | 216/924 kB | 172/424 kB | 68/273 kB
Progress (4): 24/25 kB | 220/924 kB | 172/424 kB | 68/273 kB
Progress (4): 24/25 kB | 220/924 kB | 172/424 kB | 72/273 kB
Progress (4): 24/25 kB | 220/924 kB | 176/424 kB | 72/273 kB
Progress (4): 24/25 kB | 220/924 kB | 176/424 kB | 76/273 kB
Progress (4): 24/25 kB | 220/924 kB | 180/424 kB | 76/273 kB
Progress (4): 24/25 kB | 224/924 kB | 180/424 kB | 76/273 kB
Progress (4): 24/25 kB | 228/924 kB | 180/424 kB | 76/273 kB
Progress (4): 24/25 kB | 232/924 kB | 180/424 kB | 76/273 kB
Progress (4): 24/25 kB | 236/924 kB | 180/424 kB | 76/273 kB
Progress (4): 24/25 kB | 236/924 kB | 180/424 kB | 80/273 kB
Progress (4): 24/25 kB | 236/924 kB | 180/424 kB | 84/273 kB
Progress (4): 24/25 kB | 236/924 kB | 180/424 kB | 88/273 kB
Progress (4): 24/25 kB | 240/924 kB | 180/424 kB | 88/273 kB
Progress (4): 24/25 kB | 240/924 kB | 184/424 kB | 88/273 kB
Progress (4): 25 kB | 240/924 kB | 184/424 kB | 88/273 kB   
Progress (4): 25 kB | 240/924 kB | 188/424 kB | 88/273 kB
Progress (4): 25 kB | 244/924 kB | 188/424 kB | 88/273 kB
Progress (4): 25 kB | 244/924 kB | 188/424 kB | 92/273 kB
Progress (5): 25 kB | 244/924 kB | 188/424 kB | 92/273 kB | 4.1/39 kB
Progress (5): 25 kB | 244/924 kB | 188/424 kB | 96/273 kB | 4.1/39 kB
Progress (5): 25 kB | 248/924 kB | 188/424 kB | 96/273 kB | 4.1/39 kB
Progress (5): 25 kB | 248/924 kB | 192/424 kB | 96/273 kB | 4.1/39 kB
Progress (5): 25 kB | 248/924 kB | 192/424 kB | 100/273 kB | 4.1/39 kB
Progress (5): 25 kB | 248/924 kB | 196/424 kB | 100/273 kB | 4.1/39 kB
Progress (5): 25 kB | 248/924 kB | 196/424 kB | 100/273 kB | 7.7/39 kB
Progress (5): 25 kB | 248/924 kB | 200/424 kB | 100/273 kB | 7.7/39 kB
Progress (5): 25 kB | 248/924 kB | 200/424 kB | 104/273 kB | 7.7/39 kB
Progress (5): 25 kB | 252/924 kB | 200/424 kB | 104/273 kB | 7.7/39 kB
Progress (5): 25 kB | 252/924 kB | 200/424 kB | 108/273 kB | 7.7/39 kB
Progress (5): 25 kB | 252/924 kB | 204/424 kB | 108/273 kB | 7.7/39 kB
Progress (5): 25 kB | 252/924 kB | 204/424 kB | 108/273 kB | 12/39 kB 
Progress (5): 25 kB | 252/924 kB | 208/424 kB | 108/273 kB | 12/39 kB
Progress (5): 25 kB | 252/924 kB | 208/424 kB | 112/273 kB | 12/39 kB
Progress (5): 25 kB | 252/924 kB | 212/424 kB | 112/273 kB | 12/39 kB
Progress (5): 25 kB | 256/924 kB | 212/424 kB | 112/273 kB | 12/39 kB
Progress (5): 25 kB | 256/924 kB | 216/424 kB | 112/273 kB | 12/39 kB
Progress (5): 25 kB | 260/924 kB | 216/424 kB | 112/273 kB | 12/39 kB
Progress (5): 25 kB | 260/924 kB | 216/424 kB | 116/273 kB | 12/39 kB
Progress (5): 25 kB | 260/924 kB | 216/424 kB | 120/273 kB | 12/39 kB
Progress (5): 25 kB | 260/924 kB | 216/424 kB | 124/273 kB | 12/39 kB
Progress (5): 25 kB | 260/924 kB | 216/424 kB | 128/273 kB | 12/39 kB
Progress (5): 25 kB | 260/924 kB | 216/424 kB | 128/273 kB | 16/39 kB
Progress (5): 25 kB | 260/924 kB | 216/424 kB | 132/273 kB | 16/39 kB
Progress (5): 25 kB | 264/924 kB | 216/424 kB | 132/273 kB | 16/39 kB
Progress (5): 25 kB | 264/924 kB | 220/424 kB | 132/273 kB | 16/39 kB
Progress (5): 25 kB | 268/924 kB | 220/424 kB | 132/273 kB | 16/39 kB
Progress (5): 25 kB | 268/924 kB | 220/424 kB | 136/273 kB | 16/39 kB
Progress (5): 25 kB | 268/924 kB | 220/424 kB | 136/273 kB | 20/39 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 74 kB/s)
09:57:22 Progress (4): 268/924 kB | 220/424 kB | 140/273 kB | 20/39 kB
Progress (4): 272/924 kB | 220/424 kB | 140/273 kB | 20/39 kB
Progress (4): 272/924 kB | 224/424 kB | 140/273 kB | 20/39 kB
Progress (4): 276/924 kB | 224/424 kB | 140/273 kB | 20/39 kB
Progress (4): 276/924 kB | 224/424 kB | 144/273 kB | 20/39 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
09:57:22 Progress (4): 276/924 kB | 224/424 kB | 144/273 kB | 24/39 kB
Progress (4): 276/924 kB | 224/424 kB | 148/273 kB | 24/39 kB
Progress (4): 280/924 kB | 224/424 kB | 148/273 kB | 24/39 kB
Progress (4): 280/924 kB | 228/424 kB | 148/273 kB | 24/39 kB
Progress (4): 284/924 kB | 228/424 kB | 148/273 kB | 24/39 kB
Progress (4): 284/924 kB | 228/424 kB | 152/273 kB | 24/39 kB
Progress (4): 284/924 kB | 228/424 kB | 152/273 kB | 28/39 kB
Progress (4): 284/924 kB | 228/424 kB | 156/273 kB | 28/39 kB
Progress (4): 288/924 kB | 228/424 kB | 156/273 kB | 28/39 kB
Progress (4): 288/924 kB | 232/424 kB | 156/273 kB | 28/39 kB
Progress (4): 292/924 kB | 232/424 kB | 156/273 kB | 28/39 kB
Progress (4): 292/924 kB | 232/424 kB | 160/273 kB | 28/39 kB
Progress (4): 292/924 kB | 232/424 kB | 160/273 kB | 32/39 kB
Progress (4): 292/924 kB | 232/424 kB | 164/273 kB | 32/39 kB
Progress (4): 292/924 kB | 236/424 kB | 164/273 kB | 32/39 kB
Progress (4): 296/924 kB | 236/424 kB | 164/273 kB | 32/39 kB
Progress (4): 296/924 kB | 240/424 kB | 164/273 kB | 32/39 kB
Progress (4): 296/924 kB | 240/424 kB | 164/273 kB | 36/39 kB
Progress (4): 296/924 kB | 240/424 kB | 168/273 kB | 36/39 kB
Progress (4): 296/924 kB | 240/424 kB | 168/273 kB | 39 kB   
Progress (4): 296/924 kB | 244/424 kB | 168/273 kB | 39 kB
Progress (4): 300/924 kB | 244/424 kB | 168/273 kB | 39 kB
Progress (4): 300/924 kB | 248/424 kB | 168/273 kB | 39 kB
Progress (4): 300/924 kB | 248/424 kB | 172/273 kB | 39 kB
Progress (4): 300/924 kB | 252/424 kB | 172/273 kB | 39 kB
Progress (4): 304/924 kB | 252/424 kB | 172/273 kB | 39 kB
Progress (4): 304/924 kB | 256/424 kB | 172/273 kB | 39 kB
Progress (4): 304/924 kB | 256/424 kB | 176/273 kB | 39 kB
Progress (4): 304/924 kB | 260/424 kB | 176/273 kB | 39 kB
Progress (4): 308/924 kB | 260/424 kB | 176/273 kB | 39 kB
Progress (4): 308/924 kB | 264/424 kB | 176/273 kB | 39 kB
Progress (4): 308/924 kB | 264/424 kB | 180/273 kB | 39 kB
Progress (4): 308/924 kB | 268/424 kB | 180/273 kB | 39 kB
Progress (4): 308/924 kB | 268/424 kB | 184/273 kB | 39 kB
Progress (4): 312/924 kB | 268/424 kB | 184/273 kB | 39 kB
Progress (4): 312/924 kB | 268/424 kB | 188/273 kB | 39 kB
Progress (4): 312/924 kB | 272/424 kB | 188/273 kB | 39 kB
Progress (4): 312/924 kB | 272/424 kB | 192/273 kB | 39 kB
Progress (4): 316/924 kB | 272/424 kB | 192/273 kB | 39 kB
Progress (4): 316/924 kB | 272/424 kB | 196/273 kB | 39 kB
Progress (4): 316/924 kB | 276/424 kB | 196/273 kB | 39 kB
Progress (4): 316/924 kB | 276/424 kB | 200/273 kB | 39 kB
Progress (4): 320/924 kB | 276/424 kB | 200/273 kB | 39 kB
Progress (4): 320/924 kB | 276/424 kB | 204/273 kB | 39 kB
Progress (4): 320/924 kB | 280/424 kB | 204/273 kB | 39 kB
Progress (4): 320/924 kB | 280/424 kB | 208/273 kB | 39 kB
Progress (4): 324/924 kB | 280/424 kB | 208/273 kB | 39 kB
Progress (4): 324/924 kB | 280/424 kB | 212/273 kB | 39 kB
Progress (4): 324/924 kB | 284/424 kB | 212/273 kB | 39 kB
Progress (4): 324/924 kB | 284/424 kB | 216/273 kB | 39 kB
Progress (4): 328/924 kB | 284/424 kB | 216/273 kB | 39 kB
Progress (4): 328/924 kB | 284/424 kB | 220/273 kB | 39 kB
Progress (4): 328/924 kB | 288/424 kB | 220/273 kB | 39 kB
Progress (4): 332/924 kB | 288/424 kB | 220/273 kB | 39 kB
Progress (4): 332/924 kB | 288/424 kB | 224/273 kB | 39 kB
Progress (4): 336/924 kB | 288/424 kB | 224/273 kB | 39 kB
Progress (4): 336/924 kB | 292/424 kB | 224/273 kB | 39 kB
Progress (4): 340/924 kB | 292/424 kB | 224/273 kB | 39 kB
Progress (4): 340/924 kB | 292/424 kB | 228/273 kB | 39 kB
Progress (4): 344/924 kB | 292/424 kB | 228/273 kB | 39 kB
Progress (4): 344/924 kB | 296/424 kB | 228/273 kB | 39 kB
Progress (4): 344/924 kB | 296/424 kB | 232/273 kB | 39 kB
Progress (4): 344/924 kB | 300/424 kB | 232/273 kB | 39 kB
Progress (4): 348/924 kB | 300/424 kB | 232/273 kB | 39 kB
Progress (4): 348/924 kB | 300/424 kB | 236/273 kB | 39 kB
Progress (4): 348/924 kB | 304/424 kB | 236/273 kB | 39 kB
Progress (4): 348/924 kB | 304/424 kB | 240/273 kB | 39 kB
Progress (4): 352/924 kB | 304/424 kB | 240/273 kB | 39 kB
Progress (4): 352/924 kB | 308/424 kB | 240/273 kB | 39 kB
Progress (4): 352/924 kB | 308/424 kB | 244/273 kB | 39 kB
Progress (4): 352/924 kB | 312/424 kB | 244/273 kB | 39 kB
Progress (4): 356/924 kB | 312/424 kB | 244/273 kB | 39 kB
Progress (4): 356/924 kB | 312/424 kB | 248/273 kB | 39 kB
Progress (4): 360/924 kB | 312/424 kB | 248/273 kB | 39 kB
Progress (4): 360/924 kB | 316/424 kB | 248/273 kB | 39 kB
Progress (4): 364/924 kB | 316/424 kB | 248/273 kB | 39 kB
Progress (4): 364/924 kB | 316/424 kB | 252/273 kB | 39 kB
Progress (4): 368/924 kB | 316/424 kB | 252/273 kB | 39 kB
Progress (4): 368/924 kB | 320/424 kB | 252/273 kB | 39 kB
Progress (4): 372/924 kB | 320/424 kB | 252/273 kB | 39 kB
Progress (4): 372/924 kB | 320/424 kB | 256/273 kB | 39 kB
Progress (4): 376/924 kB | 320/424 kB | 256/273 kB | 39 kB
Progress (4): 376/924 kB | 324/424 kB | 256/273 kB | 39 kB
Progress (4): 376/924 kB | 324/424 kB | 260/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 110 kB/s)
09:57:22 Progress (3): 376/924 kB | 324/424 kB | 264/273 kB
Progress (3): 376/924 kB | 328/424 kB | 264/273 kB
Progress (3): 376/924 kB | 328/424 kB | 268/273 kB
Progress (3): 380/924 kB | 328/424 kB | 268/273 kB
Progress (3): 380/924 kB | 328/424 kB | 272/273 kB
Progress (4): 380/924 kB | 328/424 kB | 272/273 kB | 4.1/156 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
09:57:22 Progress (4): 380/924 kB | 328/424 kB | 272/273 kB | 7.7/156 kB
Progress (4): 380/924 kB | 328/424 kB | 273 kB | 7.7/156 kB    
Progress (4): 384/924 kB | 328/424 kB | 273 kB | 7.7/156 kB
Progress (4): 384/924 kB | 332/424 kB | 273 kB | 7.7/156 kB
Progress (4): 388/924 kB | 332/424 kB | 273 kB | 7.7/156 kB
Progress (4): 388/924 kB | 332/424 kB | 273 kB | 12/156 kB 
Progress (4): 392/924 kB | 332/424 kB | 273 kB | 12/156 kB
Progress (4): 392/924 kB | 336/424 kB | 273 kB | 12/156 kB
Progress (4): 396/924 kB | 336/424 kB | 273 kB | 12/156 kB
Progress (4): 396/924 kB | 336/424 kB | 273 kB | 16/156 kB
Progress (4): 400/924 kB | 336/424 kB | 273 kB | 16/156 kB
Progress (4): 400/924 kB | 340/424 kB | 273 kB | 16/156 kB
Progress (4): 400/924 kB | 344/424 kB | 273 kB | 16/156 kB
Progress (4): 400/924 kB | 348/424 kB | 273 kB | 16/156 kB
Progress (5): 400/924 kB | 348/424 kB | 273 kB | 16/156 kB | 4.1/35 kB
Progress (5): 400/924 kB | 348/424 kB | 273 kB | 16/156 kB | 7.7/35 kB
Progress (5): 400/924 kB | 348/424 kB | 273 kB | 16/156 kB | 12/35 kB 
Progress (5): 400/924 kB | 348/424 kB | 273 kB | 16/156 kB | 16/35 kB
Progress (5): 400/924 kB | 348/424 kB | 273 kB | 16/156 kB | 20/35 kB
Progress (5): 400/924 kB | 348/424 kB | 273 kB | 16/156 kB | 24/35 kB
Progress (5): 400/924 kB | 348/424 kB | 273 kB | 16/156 kB | 28/35 kB
Progress (5): 400/924 kB | 348/424 kB | 273 kB | 16/156 kB | 32/35 kB
Progress (5): 400/924 kB | 348/424 kB | 273 kB | 16/156 kB | 35 kB   
Progress (5): 404/924 kB | 348/424 kB | 273 kB | 16/156 kB | 35 kB
Progress (5): 408/924 kB | 348/424 kB | 273 kB | 16/156 kB | 35 kB
Progress (5): 408/924 kB | 348/424 kB | 273 kB | 20/156 kB | 35 kB
Progress (5): 412/924 kB | 348/424 kB | 273 kB | 20/156 kB | 35 kB
Progress (5): 412/924 kB | 352/424 kB | 273 kB | 20/156 kB | 35 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 629 kB/s)
09:57:22 Progress (4): 412/924 kB | 356/424 kB | 20/156 kB | 35 kB
Progress (4): 416/924 kB | 356/424 kB | 20/156 kB | 35 kB
Progress (4): 416/924 kB | 356/424 kB | 24/156 kB | 35 kB
Progress (4): 416/924 kB | 360/424 kB | 24/156 kB | 35 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
09:57:22 Progress (4): 416/924 kB | 364/424 kB | 24/156 kB | 35 kB
Progress (4): 416/924 kB | 364/424 kB | 28/156 kB | 35 kB
Progress (4): 420/924 kB | 364/424 kB | 28/156 kB | 35 kB
Progress (4): 420/924 kB | 364/424 kB | 32/156 kB | 35 kB
Progress (4): 420/924 kB | 368/424 kB | 32/156 kB | 35 kB
Progress (4): 424/924 kB | 368/424 kB | 32/156 kB | 35 kB
Progress (4): 424/924 kB | 368/424 kB | 36/156 kB | 35 kB
Progress (4): 428/924 kB | 368/424 kB | 36/156 kB | 35 kB
Progress (4): 428/924 kB | 372/424 kB | 36/156 kB | 35 kB
Progress (4): 432/924 kB | 372/424 kB | 36/156 kB | 35 kB
Progress (4): 432/924 kB | 372/424 kB | 40/156 kB | 35 kB
Progress (4): 436/924 kB | 372/424 kB | 40/156 kB | 35 kB
Progress (4): 436/924 kB | 376/424 kB | 40/156 kB | 35 kB
Progress (4): 440/924 kB | 376/424 kB | 40/156 kB | 35 kB
Progress (4): 440/924 kB | 376/424 kB | 44/156 kB | 35 kB
Progress (4): 444/924 kB | 376/424 kB | 44/156 kB | 35 kB
Progress (4): 444/924 kB | 380/424 kB | 44/156 kB | 35 kB
Progress (4): 448/924 kB | 380/424 kB | 44/156 kB | 35 kB
Progress (4): 448/924 kB | 380/424 kB | 48/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 80 kB/s)
09:57:22 Progress (3): 448/924 kB | 384/424 kB | 48/156 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
09:57:22 Progress (3): 448/924 kB | 384/424 kB | 52/156 kB
Progress (3): 452/924 kB | 384/424 kB | 52/156 kB
Progress (3): 452/924 kB | 384/424 kB | 56/156 kB
Progress (3): 452/924 kB | 388/424 kB | 56/156 kB
Progress (3): 452/924 kB | 388/424 kB | 60/156 kB
Progress (3): 456/924 kB | 388/424 kB | 60/156 kB
Progress (3): 456/924 kB | 388/424 kB | 64/156 kB
Progress (3): 456/924 kB | 392/424 kB | 64/156 kB
Progress (3): 460/924 kB | 392/424 kB | 64/156 kB
Progress (3): 460/924 kB | 392/424 kB | 68/156 kB
Progress (3): 464/924 kB | 392/424 kB | 68/156 kB
Progress (3): 464/924 kB | 392/424 kB | 72/156 kB
Progress (3): 468/924 kB | 392/424 kB | 72/156 kB
Progress (3): 468/924 kB | 396/424 kB | 72/156 kB
Progress (3): 472/924 kB | 396/424 kB | 72/156 kB
Progress (3): 472/924 kB | 396/424 kB | 76/156 kB
Progress (4): 472/924 kB | 396/424 kB | 76/156 kB | 4.1/68 kB
Progress (4): 472/924 kB | 396/424 kB | 80/156 kB | 4.1/68 kB
Progress (4): 476/924 kB | 396/424 kB | 80/156 kB | 4.1/68 kB
Progress (4): 476/924 kB | 396/424 kB | 84/156 kB | 4.1/68 kB
Progress (4): 476/924 kB | 400/424 kB | 84/156 kB | 4.1/68 kB
Progress (4): 476/924 kB | 400/424 kB | 88/156 kB | 4.1/68 kB
Progress (4): 480/924 kB | 400/424 kB | 88/156 kB | 4.1/68 kB
Progress (4): 480/924 kB | 400/424 kB | 88/156 kB | 7.7/68 kB
Progress (4): 480/924 kB | 400/424 kB | 92/156 kB | 7.7/68 kB
Progress (4): 480/924 kB | 400/424 kB | 92/156 kB | 12/68 kB 
Progress (4): 480/924 kB | 404/424 kB | 92/156 kB | 12/68 kB
Progress (4): 480/924 kB | 404/424 kB | 92/156 kB | 16/68 kB
Progress (4): 480/924 kB | 404/424 kB | 96/156 kB | 16/68 kB
Progress (4): 484/924 kB | 404/424 kB | 96/156 kB | 16/68 kB
Progress (4): 484/924 kB | 404/424 kB | 100/156 kB | 16/68 kB
Progress (4): 484/924 kB | 404/424 kB | 100/156 kB | 20/68 kB
Progress (4): 484/924 kB | 408/424 kB | 100/156 kB | 20/68 kB
Progress (4): 484/924 kB | 408/424 kB | 100/156 kB | 24/68 kB
Progress (4): 484/924 kB | 412/424 kB | 100/156 kB | 24/68 kB
Progress (4): 484/924 kB | 412/424 kB | 104/156 kB | 24/68 kB
Progress (4): 488/924 kB | 412/424 kB | 104/156 kB | 24/68 kB
Progress (4): 488/924 kB | 412/424 kB | 104/156 kB | 28/68 kB
Progress (4): 488/924 kB | 416/424 kB | 104/156 kB | 28/68 kB
Progress (4): 488/924 kB | 416/424 kB | 104/156 kB | 32/68 kB
Progress (4): 488/924 kB | 420/424 kB | 104/156 kB | 32/68 kB
Progress (4): 488/924 kB | 424/424 kB | 104/156 kB | 32/68 kB
Progress (4): 488/924 kB | 424 kB | 104/156 kB | 32/68 kB    
Progress (4): 492/924 kB | 424 kB | 104/156 kB | 32/68 kB
Progress (4): 492/924 kB | 424 kB | 108/156 kB | 32/68 kB
Progress (4): 496/924 kB | 424 kB | 108/156 kB | 32/68 kB
Progress (4): 496/924 kB | 424 kB | 108/156 kB | 33/68 kB
Progress (4): 500/924 kB | 424 kB | 108/156 kB | 33/68 kB
Progress (4): 500/924 kB | 424 kB | 108/156 kB | 37/68 kB
Progress (5): 500/924 kB | 424 kB | 108/156 kB | 37/68 kB | 4.1/332 kB
Progress (5): 500/924 kB | 424 kB | 112/156 kB | 37/68 kB | 4.1/332 kB
Progress (5): 500/924 kB | 424 kB | 112/156 kB | 37/68 kB | 7.7/332 kB
Progress (5): 500/924 kB | 424 kB | 112/156 kB | 41/68 kB | 7.7/332 kB
Progress (5): 504/924 kB | 424 kB | 112/156 kB | 41/68 kB | 7.7/332 kB
Progress (5): 504/924 kB | 424 kB | 112/156 kB | 45/68 kB | 7.7/332 kB
Progress (5): 508/924 kB | 424 kB | 112/156 kB | 45/68 kB | 7.7/332 kB
Progress (5): 508/924 kB | 424 kB | 112/156 kB | 45/68 kB | 12/332 kB 
Progress (5): 508/924 kB | 424 kB | 116/156 kB | 45/68 kB | 12/332 kB
Progress (5): 508/924 kB | 424 kB | 116/156 kB | 45/68 kB | 16/332 kB
Progress (5): 512/924 kB | 424 kB | 116/156 kB | 45/68 kB | 16/332 kB
Progress (5): 512/924 kB | 424 kB | 116/156 kB | 49/68 kB | 16/332 kB
Progress (5): 512/924 kB | 424 kB | 116/156 kB | 49/68 kB | 20/332 kB
Progress (5): 512/924 kB | 424 kB | 120/156 kB | 49/68 kB | 20/332 kB
Progress (5): 512/924 kB | 424 kB | 120/156 kB | 49/68 kB | 24/332 kB
Progress (5): 512/924 kB | 424 kB | 120/156 kB | 53/68 kB | 24/332 kB
Progress (5): 512/924 kB | 424 kB | 120/156 kB | 53/68 kB | 28/332 kB
Progress (5): 516/924 kB | 424 kB | 120/156 kB | 53/68 kB | 28/332 kB
Progress (5): 516/924 kB | 424 kB | 120/156 kB | 53/68 kB | 32/332 kB
Progress (5): 516/924 kB | 424 kB | 120/156 kB | 53/68 kB | 33/332 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 927 kB/s)
09:57:22 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
09:57:22 Progress (4): 516/924 kB | 120/156 kB | 57/68 kB | 33/332 kB
Progress (4): 516/924 kB | 124/156 kB | 57/68 kB | 33/332 kB
Progress (4): 516/924 kB | 124/156 kB | 57/68 kB | 37/332 kB
Progress (4): 520/924 kB | 124/156 kB | 57/68 kB | 37/332 kB
Progress (4): 520/924 kB | 124/156 kB | 57/68 kB | 41/332 kB
Progress (4): 520/924 kB | 128/156 kB | 57/68 kB | 41/332 kB
Progress (4): 520/924 kB | 128/156 kB | 61/68 kB | 41/332 kB
Progress (4): 520/924 kB | 128/156 kB | 61/68 kB | 45/332 kB
Progress (4): 524/924 kB | 128/156 kB | 61/68 kB | 45/332 kB
Progress (4): 524/924 kB | 128/156 kB | 61/68 kB | 49/332 kB
Progress (4): 524/924 kB | 128/156 kB | 65/68 kB | 49/332 kB
Progress (4): 524/924 kB | 132/156 kB | 65/68 kB | 49/332 kB
Progress (4): 524/924 kB | 132/156 kB | 68 kB | 49/332 kB   
Progress (4): 524/924 kB | 132/156 kB | 68 kB | 53/332 kB
Progress (4): 528/924 kB | 132/156 kB | 68 kB | 53/332 kB
Progress (4): 528/924 kB | 132/156 kB | 68 kB | 57/332 kB
Progress (4): 528/924 kB | 136/156 kB | 68 kB | 57/332 kB
Progress (4): 532/924 kB | 136/156 kB | 68 kB | 57/332 kB
Progress (4): 532/924 kB | 140/156 kB | 68 kB | 57/332 kB
Progress (4): 532/924 kB | 140/156 kB | 68 kB | 61/332 kB
Progress (4): 532/924 kB | 144/156 kB | 68 kB | 61/332 kB
Progress (4): 536/924 kB | 144/156 kB | 68 kB | 61/332 kB
Progress (4): 536/924 kB | 148/156 kB | 68 kB | 61/332 kB
Progress (4): 540/924 kB | 148/156 kB | 68 kB | 61/332 kB
Progress (4): 540/924 kB | 148/156 kB | 68 kB | 65/332 kB
Progress (4): 544/924 kB | 148/156 kB | 68 kB | 65/332 kB
Progress (4): 544/924 kB | 152/156 kB | 68 kB | 65/332 kB
Progress (4): 544/924 kB | 156/156 kB | 68 kB | 65/332 kB
Progress (4): 544/924 kB | 156 kB | 68 kB | 65/332 kB    
Progress (4): 548/924 kB | 156 kB | 68 kB | 65/332 kB
Progress (4): 548/924 kB | 156 kB | 68 kB | 66/332 kB
Progress (4): 552/924 kB | 156 kB | 68 kB | 66/332 kB
Progress (4): 552/924 kB | 156 kB | 68 kB | 70/332 kB
Progress (4): 552/924 kB | 156 kB | 68 kB | 74/332 kB
Progress (4): 556/924 kB | 156 kB | 68 kB | 74/332 kB
Progress (4): 556/924 kB | 156 kB | 68 kB | 78/332 kB
Progress (4): 560/924 kB | 156 kB | 68 kB | 78/332 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 127 kB/s)
09:57:22 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
09:57:22 Progress (3): 564/924 kB | 156 kB | 78/332 kB
Progress (3): 564/924 kB | 156 kB | 82/332 kB
Progress (3): 568/924 kB | 156 kB | 82/332 kB
Progress (3): 568/924 kB | 156 kB | 86/332 kB
Progress (3): 572/924 kB | 156 kB | 86/332 kB
Progress (3): 572/924 kB | 156 kB | 90/332 kB
Progress (3): 576/924 kB | 156 kB | 90/332 kB
Progress (3): 576/924 kB | 156 kB | 94/332 kB
Progress (3): 580/924 kB | 156 kB | 94/332 kB
Progress (3): 580/924 kB | 156 kB | 98/332 kB
Progress (3): 584/924 kB | 156 kB | 98/332 kB
Progress (3): 584/924 kB | 156 kB | 98/332 kB
Progress (3): 588/924 kB | 156 kB | 98/332 kB
Progress (3): 588/924 kB | 156 kB | 102/332 kB
Progress (3): 592/924 kB | 156 kB | 102/332 kB
Progress (3): 592/924 kB | 156 kB | 106/332 kB
Progress (3): 596/924 kB | 156 kB | 106/332 kB
Progress (3): 596/924 kB | 156 kB | 110/332 kB
Progress (3): 600/924 kB | 156 kB | 110/332 kB
Progress (3): 600/924 kB | 156 kB | 114/332 kB
Progress (3): 604/924 kB | 156 kB | 114/332 kB
Progress (3): 604/924 kB | 156 kB | 118/332 kB
Progress (3): 608/924 kB | 156 kB | 118/332 kB
Progress (3): 608/924 kB | 156 kB | 122/332 kB
Progress (3): 612/924 kB | 156 kB | 122/332 kB
Progress (3): 612/924 kB | 156 kB | 126/332 kB
Progress (3): 616/924 kB | 156 kB | 126/332 kB
Progress (3): 616/924 kB | 156 kB | 130/332 kB
Progress (3): 620/924 kB | 156 kB | 130/332 kB
Progress (3): 620/924 kB | 156 kB | 134/332 kB
Progress (3): 624/924 kB | 156 kB | 134/332 kB
Progress (3): 624/924 kB | 156 kB | 138/332 kB
Progress (3): 628/924 kB | 156 kB | 138/332 kB
Progress (3): 628/924 kB | 156 kB | 142/332 kB
Progress (3): 632/924 kB | 156 kB | 142/332 kB
Progress (3): 632/924 kB | 156 kB | 146/332 kB
Progress (3): 636/924 kB | 156 kB | 146/332 kB
Progress (3): 636/924 kB | 156 kB | 150/332 kB
Progress (3): 640/924 kB | 156 kB | 150/332 kB
Progress (3): 640/924 kB | 156 kB | 154/332 kB
Progress (3): 644/924 kB | 156 kB | 154/332 kB
Progress (3): 644/924 kB | 156 kB | 158/332 kB
Progress (3): 648/924 kB | 156 kB | 158/332 kB
Progress (3): 648/924 kB | 156 kB | 162/332 kB
Progress (3): 652/924 kB | 156 kB | 162/332 kB
Progress (3): 652/924 kB | 156 kB | 166/332 kB
Progress (3): 652/924 kB | 156 kB | 170/332 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 288 kB/s)
09:57:22 Progress (2): 656/924 kB | 170/332 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
09:57:22 Progress (2): 656/924 kB | 174/332 kB
Progress (3): 656/924 kB | 174/332 kB | 4.1/30 kB
Progress (3): 660/924 kB | 174/332 kB | 4.1/30 kB
Progress (3): 664/924 kB | 174/332 kB | 4.1/30 kB
Progress (3): 668/924 kB | 174/332 kB | 4.1/30 kB
Progress (3): 672/924 kB | 174/332 kB | 4.1/30 kB
Progress (3): 676/924 kB | 174/332 kB | 4.1/30 kB
Progress (3): 676/924 kB | 174/332 kB | 7.7/30 kB
Progress (3): 676/924 kB | 178/332 kB | 7.7/30 kB
Progress (3): 676/924 kB | 178/332 kB | 12/30 kB 
Progress (4): 676/924 kB | 178/332 kB | 12/30 kB | 4.1/38 kB
Progress (4): 680/924 kB | 178/332 kB | 12/30 kB | 4.1/38 kB
Progress (4): 680/924 kB | 178/332 kB | 12/30 kB | 7.7/38 kB
Progress (4): 680/924 kB | 178/332 kB | 12/30 kB | 12/38 kB 
Progress (4): 680/924 kB | 178/332 kB | 12/30 kB | 16/38 kB
Progress (4): 680/924 kB | 178/332 kB | 12/30 kB | 20/38 kB
Progress (4): 680/924 kB | 178/332 kB | 12/30 kB | 24/38 kB
Progress (4): 680/924 kB | 182/332 kB | 12/30 kB | 24/38 kB
Progress (4): 680/924 kB | 182/332 kB | 16/30 kB | 24/38 kB
Progress (4): 680/924 kB | 186/332 kB | 16/30 kB | 24/38 kB
Progress (4): 680/924 kB | 186/332 kB | 16/30 kB | 28/38 kB
Progress (4): 684/924 kB | 186/332 kB | 16/30 kB | 28/38 kB
Progress (4): 684/924 kB | 186/332 kB | 16/30 kB | 32/38 kB
Progress (4): 684/924 kB | 190/332 kB | 16/30 kB | 32/38 kB
Progress (4): 684/924 kB | 190/332 kB | 20/30 kB | 32/38 kB
Progress (4): 684/924 kB | 194/332 kB | 20/30 kB | 32/38 kB
Progress (4): 684/924 kB | 194/332 kB | 20/30 kB | 36/38 kB
Progress (4): 688/924 kB | 194/332 kB | 20/30 kB | 36/38 kB
Progress (4): 688/924 kB | 194/332 kB | 20/30 kB | 38 kB   
Progress (4): 688/924 kB | 198/332 kB | 20/30 kB | 38 kB
Progress (4): 688/924 kB | 198/332 kB | 24/30 kB | 38 kB
Progress (4): 688/924 kB | 202/332 kB | 24/30 kB | 38 kB
Progress (4): 692/924 kB | 202/332 kB | 24/30 kB | 38 kB
Progress (4): 692/924 kB | 202/332 kB | 28/30 kB | 38 kB
Progress (4): 696/924 kB | 202/332 kB | 28/30 kB | 38 kB
Progress (4): 696/924 kB | 206/332 kB | 28/30 kB | 38 kB
Progress (4): 696/924 kB | 206/332 kB | 30 kB | 38 kB   
Progress (4): 696/924 kB | 210/332 kB | 30 kB | 38 kB
Progress (4): 700/924 kB | 210/332 kB | 30 kB | 38 kB
Progress (5): 700/924 kB | 210/332 kB | 30 kB | 38 kB | 4.1/35 kB
Progress (5): 700/924 kB | 214/332 kB | 30 kB | 38 kB | 4.1/35 kB
Progress (5): 700/924 kB | 214/332 kB | 30 kB | 38 kB | 7.7/35 kB
Progress (5): 704/924 kB | 214/332 kB | 30 kB | 38 kB | 7.7/35 kB
Progress (5): 704/924 kB | 214/332 kB | 30 kB | 38 kB | 12/35 kB 
Progress (5): 704/924 kB | 218/332 kB | 30 kB | 38 kB | 12/35 kB
Progress (5): 704/924 kB | 218/332 kB | 30 kB | 38 kB | 16/35 kB
Progress (5): 708/924 kB | 218/332 kB | 30 kB | 38 kB | 16/35 kB
Progress (5): 708/924 kB | 218/332 kB | 30 kB | 38 kB | 20/35 kB
Progress (5): 708/924 kB | 222/332 kB | 30 kB | 38 kB | 20/35 kB
Progress (5): 708/924 kB | 222/332 kB | 30 kB | 38 kB | 24/35 kB
Progress (5): 712/924 kB | 222/332 kB | 30 kB | 38 kB | 24/35 kB
Progress (5): 712/924 kB | 222/332 kB | 30 kB | 38 kB | 28/35 kB
Progress (5): 716/924 kB | 222/332 kB | 30 kB | 38 kB | 28/35 kB
Progress (5): 716/924 kB | 226/332 kB | 30 kB | 38 kB | 28/35 kB
Progress (5): 720/924 kB | 226/332 kB | 30 kB | 38 kB | 28/35 kB
Progress (5): 720/924 kB | 226/332 kB | 30 kB | 38 kB | 32/35 kB
Progress (5): 724/924 kB | 226/332 kB | 30 kB | 38 kB | 32/35 kB
Progress (5): 724/924 kB | 230/332 kB | 30 kB | 38 kB | 32/35 kB
Progress (5): 728/924 kB | 230/332 kB | 30 kB | 38 kB | 32/35 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 68 kB/s)
09:57:22 Progress (4): 728/924 kB | 230/332 kB | 30 kB | 35 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
09:57:22 Progress (4): 732/924 kB | 230/332 kB | 30 kB | 35 kB
Progress (4): 732/924 kB | 234/332 kB | 30 kB | 35 kB
Progress (4): 736/924 kB | 234/332 kB | 30 kB | 35 kB
Progress (4): 736/924 kB | 238/332 kB | 30 kB | 35 kB
Progress (4): 740/924 kB | 238/332 kB | 30 kB | 35 kB
Progress (4): 740/924 kB | 242/332 kB | 30 kB | 35 kB
Progress (4): 744/924 kB | 242/332 kB | 30 kB | 35 kB
Progress (4): 744/924 kB | 246/332 kB | 30 kB | 35 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 53 kB/s)
09:57:22 Progress (3): 744/924 kB | 250/332 kB | 35 kB
Progress (3): 748/924 kB | 250/332 kB | 35 kB
Progress (3): 748/924 kB | 254/332 kB | 35 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
09:57:22 Progress (3): 748/924 kB | 258/332 kB | 35 kB
Progress (3): 752/924 kB | 258/332 kB | 35 kB
Progress (3): 752/924 kB | 262/332 kB | 35 kB
Progress (3): 756/924 kB | 262/332 kB | 35 kB
Progress (4): 756/924 kB | 262/332 kB | 35 kB | 4.1/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 55 kB/s)
09:57:22 Progress (4): 756/924 kB | 262/332 kB | 4.1/315 kB | 4.1/108 kB
Progress (4): 756/924 kB | 266/332 kB | 4.1/315 kB | 4.1/108 kB
Progress (4): 756/924 kB | 266/332 kB | 4.1/315 kB | 7.7/108 kB
Progress (4): 756/924 kB | 266/332 kB | 7.7/315 kB | 7.7/108 kB
Progress (4): 760/924 kB | 266/332 kB | 7.7/315 kB | 7.7/108 kB
Progress (4): 760/924 kB | 266/332 kB | 12/315 kB | 7.7/108 kB 
Progress (4): 760/924 kB | 266/332 kB | 12/315 kB | 12/108 kB 
Progress (4): 760/924 kB | 270/332 kB | 12/315 kB | 12/108 kB
Progress (4): 760/924 kB | 270/332 kB | 12/315 kB | 16/108 kB
Progress (4): 760/924 kB | 270/332 kB | 16/315 kB | 16/108 kB
Progress (4): 764/924 kB | 270/332 kB | 16/315 kB | 16/108 kB
Progress (4): 764/924 kB | 270/332 kB | 20/315 kB | 16/108 kB
Progress (4): 764/924 kB | 270/332 kB | 20/315 kB | 20/108 kB
Progress (4): 764/924 kB | 274/332 kB | 20/315 kB | 20/108 kB
Progress (4): 764/924 kB | 274/332 kB | 20/315 kB | 24/108 kB
Progress (4): 764/924 kB | 274/332 kB | 24/315 kB | 24/108 kB
Progress (4): 768/924 kB | 274/332 kB | 24/315 kB | 24/108 kB
Progress (4): 768/924 kB | 274/332 kB | 24/315 kB | 28/108 kB
Progress (4): 768/924 kB | 278/332 kB | 24/315 kB | 28/108 kB
Progress (4): 772/924 kB | 278/332 kB | 24/315 kB | 28/108 kB
Progress (4): 772/924 kB | 278/332 kB | 24/315 kB | 32/108 kB
Progress (4): 776/924 kB | 278/332 kB | 24/315 kB | 32/108 kB
Progress (4): 776/924 kB | 282/332 kB | 24/315 kB | 32/108 kB
Progress (4): 780/924 kB | 282/332 kB | 24/315 kB | 32/108 kB
Progress (4): 780/924 kB | 286/332 kB | 24/315 kB | 32/108 kB
Progress (4): 780/924 kB | 286/332 kB | 24/315 kB | 33/108 kB
Progress (4): 780/924 kB | 290/332 kB | 24/315 kB | 33/108 kB
Progress (4): 780/924 kB | 290/332 kB | 24/315 kB | 37/108 kB
Progress (4): 784/924 kB | 290/332 kB | 24/315 kB | 37/108 kB
Progress (4): 784/924 kB | 290/332 kB | 24/315 kB | 41/108 kB
Progress (4): 784/924 kB | 294/332 kB | 24/315 kB | 41/108 kB
Progress (4): 788/924 kB | 294/332 kB | 24/315 kB | 41/108 kB
Progress (4): 788/924 kB | 298/332 kB | 24/315 kB | 41/108 kB
Progress (4): 788/924 kB | 298/332 kB | 24/315 kB | 45/108 kB
Progress (4): 788/924 kB | 302/332 kB | 24/315 kB | 45/108 kB
Progress (4): 792/924 kB | 302/332 kB | 24/315 kB | 45/108 kB
Progress (4): 792/924 kB | 306/332 kB | 24/315 kB | 45/108 kB
Progress (4): 792/924 kB | 306/332 kB | 24/315 kB | 49/108 kB
Progress (4): 792/924 kB | 310/332 kB | 24/315 kB | 49/108 kB
Progress (4): 796/924 kB | 310/332 kB | 24/315 kB | 49/108 kB
Progress (4): 796/924 kB | 314/332 kB | 24/315 kB | 49/108 kB
Progress (4): 800/924 kB | 314/332 kB | 24/315 kB | 49/108 kB
Progress (4): 800/924 kB | 318/332 kB | 24/315 kB | 49/108 kB
Progress (4): 804/924 kB | 318/332 kB | 24/315 kB | 49/108 kB
Progress (4): 804/924 kB | 322/332 kB | 24/315 kB | 49/108 kB
Progress (4): 808/924 kB | 322/332 kB | 24/315 kB | 49/108 kB
Progress (4): 808/924 kB | 326/332 kB | 24/315 kB | 49/108 kB
Progress (4): 812/924 kB | 326/332 kB | 24/315 kB | 49/108 kB
Progress (4): 812/924 kB | 330/332 kB | 24/315 kB | 49/108 kB
Progress (4): 816/924 kB | 330/332 kB | 24/315 kB | 49/108 kB
Progress (4): 816/924 kB | 332 kB | 24/315 kB | 49/108 kB    
Progress (4): 820/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 824/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 828/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 832/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 836/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 840/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 844/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 848/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 852/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 856/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 860/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 864/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 868/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 872/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 876/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 880/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 884/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 888/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 892/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 896/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 900/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 904/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 908/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 912/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 916/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 920/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 924/924 kB | 332 kB | 24/315 kB | 49/108 kB
Progress (4): 924 kB | 332 kB | 24/315 kB | 49/108 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 511 kB/s)
09:57:22 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.4 MB/s)
09:57:22 Progress (2): 28/315 kB | 49/108 kB
Progress (2): 32/315 kB | 49/108 kB
Progress (2): 33/315 kB | 49/108 kB
Progress (2): 37/315 kB | 49/108 kB
Progress (2): 41/315 kB | 49/108 kB
Progress (2): 45/315 kB | 49/108 kB
Progress (2): 49/315 kB | 49/108 kB
Progress (2): 53/315 kB | 49/108 kB
Progress (2): 57/315 kB | 49/108 kB
Progress (2): 61/315 kB | 49/108 kB
Progress (2): 65/315 kB | 49/108 kB
Progress (2): 66/315 kB | 49/108 kB
Progress (2): 70/315 kB | 49/108 kB
Progress (2): 74/315 kB | 49/108 kB
Progress (2): 78/315 kB | 49/108 kB
Progress (2): 82/315 kB | 49/108 kB
Progress (2): 86/315 kB | 49/108 kB
Progress (2): 90/315 kB | 49/108 kB
Progress (2): 94/315 kB | 49/108 kB
Progress (2): 98/315 kB | 49/108 kB
Progress (2): 102/315 kB | 49/108 kB
Progress (2): 106/315 kB | 49/108 kB
Progress (2): 110/315 kB | 49/108 kB
Progress (2): 114/315 kB | 49/108 kB
Progress (2): 118/315 kB | 49/108 kB
Progress (2): 122/315 kB | 49/108 kB
Progress (2): 126/315 kB | 49/108 kB
Progress (2): 130/315 kB | 49/108 kB
Progress (2): 134/315 kB | 49/108 kB
Progress (2): 138/315 kB | 49/108 kB
Progress (2): 142/315 kB | 49/108 kB
Progress (2): 146/315 kB | 49/108 kB
Progress (2): 150/315 kB | 49/108 kB
Progress (2): 154/315 kB | 49/108 kB
Progress (2): 158/315 kB | 49/108 kB
Progress (2): 162/315 kB | 49/108 kB
Progress (2): 166/315 kB | 49/108 kB
Progress (2): 170/315 kB | 49/108 kB
Progress (2): 174/315 kB | 49/108 kB
Progress (2): 178/315 kB | 49/108 kB
Progress (2): 182/315 kB | 49/108 kB
Progress (2): 186/315 kB | 49/108 kB
Progress (2): 190/315 kB | 49/108 kB
Progress (2): 194/315 kB | 49/108 kB
Progress (2): 198/315 kB | 49/108 kB
Progress (2): 202/315 kB | 49/108 kB
Progress (2): 206/315 kB | 49/108 kB
Progress (2): 210/315 kB | 49/108 kB
Progress (2): 214/315 kB | 49/108 kB
Progress (2): 218/315 kB | 49/108 kB
Progress (2): 222/315 kB | 49/108 kB
Progress (2): 226/315 kB | 49/108 kB
Progress (2): 230/315 kB | 49/108 kB
Progress (2): 234/315 kB | 49/108 kB
Progress (2): 238/315 kB | 49/108 kB
Progress (2): 242/315 kB | 49/108 kB
Progress (2): 246/315 kB | 49/108 kB
Progress (2): 250/315 kB | 49/108 kB
Progress (2): 254/315 kB | 49/108 kB
Progress (2): 258/315 kB | 49/108 kB
Progress (2): 262/315 kB | 49/108 kB
Progress (2): 266/315 kB | 49/108 kB
Progress (2): 270/315 kB | 49/108 kB
Progress (2): 274/315 kB | 49/108 kB
Progress (2): 278/315 kB | 49/108 kB
Progress (2): 282/315 kB | 49/108 kB
Progress (2): 286/315 kB | 49/108 kB
Progress (2): 290/315 kB | 49/108 kB
Progress (2): 294/315 kB | 49/108 kB
Progress (2): 298/315 kB | 49/108 kB
Progress (2): 302/315 kB | 49/108 kB
Progress (2): 306/315 kB | 49/108 kB
Progress (2): 310/315 kB | 49/108 kB
Progress (2): 314/315 kB | 49/108 kB
Progress (2): 315 kB | 49/108 kB    
Progress (2): 315 kB | 53/108 kB
Progress (2): 315 kB | 57/108 kB
Progress (2): 315 kB | 61/108 kB
Progress (2): 315 kB | 65/108 kB
Progress (2): 315 kB | 66/108 kB
Progress (2): 315 kB | 70/108 kB
Progress (2): 315 kB | 74/108 kB
Progress (2): 315 kB | 78/108 kB
Progress (2): 315 kB | 82/108 kB
Progress (2): 315 kB | 86/108 kB
Progress (2): 315 kB | 90/108 kB
Progress (2): 315 kB | 94/108 kB
Progress (2): 315 kB | 98/108 kB
Progress (2): 315 kB | 102/108 kB
Progress (2): 315 kB | 106/108 kB
Progress (2): 315 kB | 108 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 360 kB/s)
09:57:23 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 100 kB/s)
09:57:23 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
09:57:23 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
09:57:23 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 764 kB/s)
09:57:23 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
09:57:23 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
09:57:23 Progress (1): 4.1/153 kB
Progress (1): 7.7/153 kB
Progress (1): 12/153 kB 
Progress (1): 16/153 kB
Progress (1): 20/153 kB
Progress (1): 24/153 kB
Progress (1): 28/153 kB
Progress (1): 32/153 kB
Progress (1): 33/153 kB
Progress (1): 37/153 kB
Progress (1): 41/153 kB
Progress (1): 45/153 kB
Progress (1): 49/153 kB
Progress (1): 53/153 kB
Progress (1): 57/153 kB
Progress (1): 61/153 kB
Progress (1): 65/153 kB
Progress (1): 66/153 kB
Progress (1): 70/153 kB
Progress (1): 74/153 kB
Progress (1): 78/153 kB
Progress (1): 82/153 kB
Progress (1): 86/153 kB
Progress (1): 90/153 kB
Progress (1): 94/153 kB
Progress (1): 98/153 kB
Progress (1): 98/153 kB
Progress (1): 102/153 kB
Progress (1): 106/153 kB
Progress (1): 110/153 kB
Progress (1): 114/153 kB
Progress (1): 118/153 kB
Progress (1): 122/153 kB
Progress (1): 126/153 kB
Progress (1): 130/153 kB
Progress (1): 134/153 kB
Progress (1): 138/153 kB
Progress (1): 142/153 kB
Progress (1): 146/153 kB
Progress (1): 150/153 kB
Progress (1): 153 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 6.4 MB/s)
09:57:23 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
09:57:23 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
09:57:23 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 543 kB/s)
09:57:23 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
09:57:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
09:57: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/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 345 kB/s)
09:57:23 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
09:57:23 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
09:57: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/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.jar (21 kB at 628 kB/s)
09:57:23 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
09:57:23 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
09:57:23 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 24 kB/s)
09:57:23 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
09:57:23 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
09:57:23 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 173 kB/s)
09:57:23 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
09:57:23 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
09:57:24 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 14 kB/s)
09:57:24 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
09:57:24 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
09:57:24 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 112 kB/s)
09:57:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
09:57:24 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
09:57:24 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 542 kB/s)
09:57:24 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
09:57:24 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
09:57:24 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 8.6 kB/s)
09:57:24 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
09:57:24 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
09:57:24 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 96 kB/s)
09:57:24 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
09:57:24 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
09:57:24 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 181 kB/s)
09:57:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
09:57:24 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
09:57:24 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 274 kB/s)
09:57:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
09:57:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
09:57: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/maven-parent/5/maven-parent-5.pom (15 kB at 391 kB/s)
09:57:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
09:57:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
09:57:24 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 95 kB/s)
09:57:24 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
09:57:24 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
09:57:24 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 77 kB/s)
09:57:24 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
09:57:24 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
09:57:24 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 132 kB/s)
09:57:24 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
09:57:24 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
09:57:24 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)
09:57:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
09:57:24 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
09:57:24 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 191 kB/s)
09:57:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom
09:57:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom
09:57:24 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)
09:57:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
09:57:24 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
09:57:24 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 12 kB/s)
09:57:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
09:57:24 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
09:57:24 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 235 kB/s)
09:57:24 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
09:57:24 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
09:57:24 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)
09:57:24 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
09:57:24 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
09:57:24 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 25 kB/s)
09:57:24 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
09:57:24 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
09:57:24 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 55 kB/s)
09:57:24 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
09:57:24 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
09:57:25 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 51 kB/s)
09:57:25 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
09:57:25 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
09:57:25 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)
09:57:25 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
09:57:25 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
09:57:25 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 135 kB/s)
09:57:25 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
09:57:25 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
09:57:25 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)
09:57:25 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
09:57:25 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
09:57: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.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 31 kB/s)
09:57:25 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
09:57:25 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
09:57:25 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 31 kB/s)
09:57:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
09:57:25 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
09:57:25 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 62 kB/s)
09:57:25 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
09:57:25 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
09:57:25 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 50 kB/s)
09:57:25 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
09:57:25 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
09:57:25 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 31 kB/s)
09:57:25 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
09:57:25 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
09:57:25 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 145 kB/s)
09:57:25 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
09:57:25 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
09:57:25 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 82 kB/s)
09:57:25 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
09:57:25 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
09:57:25 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 42 kB/s)
09:57:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom
09:57:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
09:57:25 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)
09:57:25 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
09:57:25 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
09:57:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
09:57:25 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 6.6 kB/s)
09:57:25 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
09:57:25 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
09:57:25 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 54 kB/s)
09:57:25 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
09:57:25 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
09:57:25 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 50 kB/s)
09:57:25 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
09:57:25 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
09:57:25 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 52 kB/s)
09:57:25 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
09:57:25 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
09:57:25 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 57 kB/s)
09:57:25 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
09:57:26 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
09:57:26 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 29 kB/s)
09:57:26 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
09:57:26 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
09:57:26 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 60 kB/s)
09:57:26 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
09:57:26 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
09:57:26 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 51 kB/s)
09:57:26 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
09:57:26 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
09:57:26 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 49 kB/s)
09:57:26 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
09:57:26 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
09:57:26 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
09:57:26 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 (2): 0.1/1.5 MB | 4.1/4.2 kB
Progress (2): 0.1/1.5 MB | 4.2 kB    
Progress (2): 0.1/1.5 MB | 4.2 kB
Progress (2): 0.1/1.5 MB | 4.2 kB
Progress (2): 0.1/1.5 MB | 4.2 kB
Progress (2): 0.1/1.5 MB | 4.2 kB
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.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.3/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 53 kB/s)
09:57:26 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 9.1 MB/s)
09:57:26 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
09:57:26 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
09:57:27 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 20 kB/s)
09:57:27 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
09:57:27 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
09:57:27 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 221 kB/s)
09:57:27 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
09:57:27 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
09:57:27 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 39 kB/s)
09:57:27 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
09:57:27 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
09:57:27 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 478 kB/s)
09:57:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
09:57:27 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
09:57: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/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 398 kB/s)
09:57:27 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
09:57:27 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
09:57:27 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 6.3 MB/s)
09:57:27 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.common/pom.xml
09:57:27 [INFO] Fetching p2.index from http://download.eclipse.org/staging/2019-12/
09:57:27 [INFO] Adding repository http://download.eclipse.org/staging/2019-12
09:57:27 [INFO] Fetching content.jar from http://download.eclipse.org/staging/2019-12/ (3.03MB)
09:57:27 [INFO] Fetching content.jar from http://download.eclipse.org/staging/2019-12/ (3.03MB)
09:57:30 [INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/snapshots/
09:57:30 [INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/snapshots/
09:57:30 [INFO] Adding repository http://download.eclipse.org/technology/swtbot/snapshots
09:57:30 [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/snapshots/
09:57:30 [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/snapshots/
09:57:30 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository/
09:57:30 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository/
09:57:31 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository
09:57:31 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository/
09:57:31 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository/
09:57:31 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
09:57:31 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
09:57:31 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/
09:57:31 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/
09:57:31 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/
09:57:31 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/
09:57:32 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.common/pom.xml
09:57:34 [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (458.65kB)
09:57:34 [INFO] The user operation is waiting for background work to complete.
09:57:34 [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (458.65kB)
09:57:34 [INFO] Unpacking org.eclipse.osgi_3.15.100.v20191114-1701...
09:57:35 [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)
09:57:35 [INFO] The user operation is waiting for background work to complete.
09:57:35 [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)
09:57:35 [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619...
09:57:35 [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)
09:57:35 [INFO] The user operation is waiting for background work to complete.
09:57:35 [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)
09:57:35 [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
09:57:35 [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)
09:57:35 [INFO] The user operation is waiting for background work to complete.
09:57:35 [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)
09:57:36 [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
09:57:36 [INFO] Fetching org.eclipse.swt_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.04kB)
09:57:36 [INFO] The user operation is waiting for background work to complete.
09:57:36 [INFO] Fetching org.eclipse.swt_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.04kB)
09:57:36 [INFO] Unpacking org.eclipse.swt_3.113.0.v20191204-0601...
09:57:36 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.18kB)
09:57:36 [INFO] The user operation is waiting for background work to complete.
09:57:36 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.18kB)
09:57:36 [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
09:57:36 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (819.53kB)
09:57:36 [INFO] The user operation is waiting for background work to complete.
09:57:36 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (819.53kB)
09:57:36 [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601...
09:57:37 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.1MB)
09:57:37 [INFO] The user operation is waiting for background work to complete.
09:57:37 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.1MB)
09:57:37 [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601...
09:57:38 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,008.75kB)
09:57:38 [INFO] The user operation is waiting for background work to complete.
09:57:38 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,008.75kB)
09:57:38 [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601...
09:57:39 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.common/pom.xml
09:57:39 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.core/pom.xml
09:57:39 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.core/pom.xml
09:57:40 [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (83.5kB)
09:57:40 [INFO] The user operation is waiting for background work to complete.
09:57:40 [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (83.5kB)
09:57:40 [INFO] Unpacking com.ibm.icu.base_58.2.0.v20181010-1334...
09:57:40 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2019-12/plugins/ (35.59kB)
09:57:40 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2019-12/plugins/ (35.59kB)
09:57:40 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2019-12/plugins/ (95.26kB)
09:57:40 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2019-12/plugins/ (95.26kB)
09:57:40 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.71kB)
09:57:40 [INFO] The user operation is waiting for background work to complete.
09:57:40 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.71kB)
09:57:40 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
09:57:40 [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (258.72kB)
09:57:40 [INFO] The user operation is waiting for background work to complete.
09:57:40 [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (258.72kB)
09:57:40 [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
09:57:40 [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)
09:57:40 [INFO] The user operation is waiting for background work to complete.
09:57:40 [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)
09:57:41 [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
09:57:41 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.35kB)
09:57:41 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.35kB)
09:57:41 [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)
09:57:41 [INFO] The user operation is waiting for background work to complete.
09:57:41 [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)
09:57:41 [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
09:57:41 [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)
09:57:41 [INFO] The user operation is waiting for background work to complete.
09:57:41 [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)
09:57:41 [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
09:57:41 [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)
09:57:41 [INFO] The user operation is waiting for background work to complete.
09:57:41 [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)
09:57:41 [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
09:57:41 [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)
09:57:41 [INFO] The user operation is waiting for background work to complete.
09:57:41 [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)
09:57:41 [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
09:57:41 [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)
09:57:41 [INFO] The user operation is waiting for background work to complete.
09:57:41 [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)
09:57:41 [INFO] Unpacking org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703...
09:57:42 [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)
09:57:42 [INFO] The user operation is waiting for background work to complete.
09:57:42 [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)
09:57:42 [INFO] Unpacking org.eclipse.core.commands_3.9.600.v20191122-2109...
09:57:42 [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)
09:57:42 [INFO] The user operation is waiting for background work to complete.
09:57:42 [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)
09:57:42 [INFO] Unpacking org.eclipse.equinox.common_3.10.600.v20191004-1420...
09:57:42 [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)
09:57:42 [INFO] The user operation is waiting for background work to complete.
09:57:42 [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)
09:57:42 [INFO] Unpacking org.eclipse.core.contenttype_3.7.500.v20190916-2125...
09:57:42 [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)
09:57:42 [INFO] The user operation is waiting for background work to complete.
09:57:42 [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)
09:57:42 [INFO] Unpacking org.eclipse.equinox.preferences_3.7.600.v20191017-2055...
09:57:42 [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)
09:57:42 [INFO] The user operation is waiting for background work to complete.
09:57:42 [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)
09:57:42 [INFO] Unpacking org.eclipse.equinox.registry_3.8.600.v20191017-2055...
09:57:43 [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)
09:57:43 [INFO] The user operation is waiting for background work to complete.
09:57:43 [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)
09:57:43 [INFO] Unpacking org.eclipse.core.databinding_1.7.700.v20191122-2109...
09:57:43 [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)
09:57:43 [INFO] The user operation is waiting for background work to complete.
09:57:43 [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)
09:57:43 [INFO] Unpacking org.eclipse.core.databinding.observable_1.8.100.v20191118-0932...
09:57:43 [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)
09:57:43 [INFO] The user operation is waiting for background work to complete.
09:57:43 [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)
09:57:43 [INFO] Unpacking org.eclipse.core.databinding.property_1.7.200.v20191105-1311...
09:57:43 [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)
09:57:43 [INFO] The user operation is waiting for background work to complete.
09:57:43 [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)
09:57:43 [INFO] Unpacking org.eclipse.core.expressions_3.6.600.v20191122-2104...
09:57:43 [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)
09:57:43 [INFO] The user operation is waiting for background work to complete.
09:57:43 [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)
09:57:43 [INFO] Unpacking org.eclipse.core.runtime_3.17.0.v20191122-2104...
09:57:43 [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)
09:57:43 [INFO] The user operation is waiting for background work to complete.
09:57:43 [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)
09:57:43 [INFO] Unpacking org.eclipse.core.jobs_3.10.600.v20191122-2104...
09:57:43 [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)
09:57:43 [INFO] The user operation is waiting for background work to complete.
09:57:43 [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)
09:57:44 [INFO] Unpacking org.eclipse.equinox.app_1.4.300.v20190815-1535...
09:57:44 [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)
09:57:44 [INFO] The user operation is waiting for background work to complete.
09:57:44 [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)
09:57:44 [INFO] Unpacking org.eclipse.e4.core.commands_0.12.800.v20190926-0808...
09:57:44 [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)
09:57:44 [INFO] The user operation is waiting for background work to complete.
09:57:44 [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)
09:57:44 [INFO] Unpacking org.eclipse.e4.core.di_1.7.500.v20190916-2125...
09:57:44 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/staging/2019-12/plugins/ (14.07kB)
09:57:44 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/staging/2019-12/plugins/ (14.07kB)
09:57:44 [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)
09:57:44 [INFO] The user operation is waiting for background work to complete.
09:57:44 [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)
09:57:44 [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.300.v20191017-1404...
09:57:44 [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)
09:57:44 [INFO] The user operation is waiting for background work to complete.
09:57:44 [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)
09:57:44 [INFO] Unpacking org.eclipse.e4.core.services_2.2.100.v20191122-2104...
09:57:44 [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)
09:57:44 [INFO] The user operation is waiting for background work to complete.
09:57:44 [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)
09:57:45 [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538...
09:57:45 [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)
09:57:45 [INFO] The user operation is waiting for background work to complete.
09:57:45 [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)
09:57:45 [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104...
09:57:45 [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)
09:57:45 [INFO] The user operation is waiting for background work to complete.
09:57:45 [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)
09:57:45 [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707...
09:57:45 [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)
09:57:45 [INFO] The user operation is waiting for background work to complete.
09:57:45 [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)
09:57:45 [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408...
09:57:45 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (107.16kB)
09:57:45 [INFO] The user operation is waiting for background work to complete.
09:57:45 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (107.16kB)
09:57:45 [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
09:57:46 [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)
09:57:46 [INFO] The user operation is waiting for background work to complete.
09:57:46 [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)
09:57:46 [INFO] Unpacking org.eclipse.emf.ecore_2.20.0.v20190920-0401...
09:57:47 [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)
09:57:47 [INFO] The user operation is waiting for background work to complete.
09:57:47 [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)
09:57:47 [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310...
09:57:47 [INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (360.91kB)
09:57:47 [INFO] The user operation is waiting for background work to complete.
09:57:47 [INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (360.91kB)
09:57:47 [INFO] Unpacking org.eclipse.jface_3.18.0.v20191122-2109...
09:57:47 [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)
09:57:47 [INFO] The user operation is waiting for background work to complete.
09:57:47 [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)
09:57:47 [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716...
09:57:47 [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)
09:57:47 [INFO] The user operation is waiting for background work to complete.
09:57:47 [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)
09:57:48 [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031...
09:57:48 [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)
09:57:48 [INFO] The user operation is waiting for background work to complete.
09:57:48 [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)
09:57:48 [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011...
09:57:48 [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)
09:57:48 [INFO] The user operation is waiting for background work to complete.
09:57:48 [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)
09:57:48 [INFO] Unpacking org.eclipse.e4.ui.di_1.2.700.v20191114-0830...
09:57:48 [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)
09:57:48 [INFO] The user operation is waiting for background work to complete.
09:57:48 [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)
09:57:48 [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636...
09:57:48 [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)
09:57:48 [INFO] The user operation is waiting for background work to complete.
09:57:48 [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)
09:57:48 [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503...
09:57:48 [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)
09:57:48 [INFO] The user operation is waiting for background work to complete.
09:57:48 [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)
09:57:48 [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643...
09:57:49 [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)
09:57:49 [INFO] The user operation is waiting for background work to complete.
09:57:49 [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)
09:57:49 [INFO] Unpacking org.eclipse.equinox.event_1.5.300.v20191001-1333...
09:57:49 [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)
09:57:49 [INFO] The user operation is waiting for background work to complete.
09:57:49 [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)
09:57:49 [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808...
09:57:49 [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)
09:57:49 [INFO] The user operation is waiting for background work to complete.
09:57:49 [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)
09:57:49 [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917...
09:57:49 [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)
09:57:49 [INFO] The user operation is waiting for background work to complete.
09:57:49 [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)
09:57:49 [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
09:57:50 [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)
09:57:50 [INFO] The user operation is waiting for background work to complete.
09:57:50 [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)
09:57:50 [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
09:57:50 [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)
09:57:50 [INFO] The user operation is waiting for background work to complete.
09:57:50 [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)
09:57:50 [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314...
09:57:51 [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)
09:57:51 [INFO] The user operation is waiting for background work to complete.
09:57:51 [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)
09:57:51 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715...
09:57:51 [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)
09:57:51 [INFO] The user operation is waiting for background work to complete.
09:57:51 [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)
09:57:51 [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643...
09:57:51 [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)
09:57:51 [INFO] The user operation is waiting for background work to complete.
09:57:51 [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)
09:57:51 [INFO] Unpacking org.eclipse.jface.databinding_1.9.200.v20191113-1050...
09:57:51 [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)
09:57:51 [INFO] The user operation is waiting for background work to complete.
09:57:51 [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)
09:57:51 [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808...
09:57:51 [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)
09:57:51 [INFO] The user operation is waiting for background work to complete.
09:57:51 [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)
09:57:51 [INFO] Unpacking org.eclipse.emf.common_2.17.0.v20190920-0401...
09:57:51 [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.97kB)
09:57:51 [INFO] The user operation is waiting for background work to complete.
09:57:51 [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.97kB)
09:57:52 [INFO] Unpacking org.eclipse.help_3.8.600.v20191123-0656...
09:57:52 [INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (364.34kB)
09:57:52 [INFO] The user operation is waiting for background work to complete.
09:57:52 [INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (364.34kB)
09:57:52 [INFO] Unpacking org.eclipse.ui_3.115.0.v20191127-1056...
09:57:52 [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)
09:57:52 [INFO] The user operation is waiting for background work to complete.
09:57:52 [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)
09:57:52 [INFO] Unpacking org.eclipse.ui.workbench_3.117.0.v20191126-1131...
09:57:53 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.core/pom.xml
09:57:54 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.swt/pom.xml
09:57:54 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.swt/pom.xml
09:57:54 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.swt/pom.xml
09:57:54 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.workbench/pom.xml
09:57:54 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.workbench/pom.xml
09:57:54 [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)
09:57:54 [INFO] The user operation is waiting for background work to complete.
09:57:54 [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)
09:57:54 [INFO] Unpacking org.eclipse.compare.core_3.6.700.v20191122-2107...
09:57:54 [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)
09:57:54 [INFO] The user operation is waiting for background work to complete.
09:57:54 [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)
09:57:54 [INFO] Unpacking org.eclipse.core.filebuffers_3.6.800.v20191122-2108...
09:57:54 [INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (100.78kB)
09:57:54 [INFO] The user operation is waiting for background work to complete.
09:57:54 [INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (100.78kB)
09:57:54 [INFO] Unpacking org.eclipse.text_3.10.0.v20191122-2108...
09:57:54 [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)
09:57:54 [INFO] The user operation is waiting for background work to complete.
09:57:54 [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)
09:57:55 [INFO] Unpacking org.eclipse.core.filesystem_1.7.600.v20191122-2104...
09:57:55 [INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/staging/2019-12/plugins/ (873.23kB)
09:57:55 [INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/staging/2019-12/plugins/ (873.23kB)
09:57:55 [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)
09:57:55 [INFO] The user operation is waiting for background work to complete.
09:57:55 [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)
09:57:55 [INFO] Unpacking org.eclipse.equinox.bidi_1.2.200.v20191008-0718...
09:57:55 [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)
09:57:55 [INFO] The user operation is waiting for background work to complete.
09:57:55 [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)
09:57:55 [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.200.v20191014-1220...
09:57:55 [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)
09:57:55 [INFO] The user operation is waiting for background work to complete.
09:57:55 [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)
09:57:55 [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645...
09:57:55 [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)
09:57:55 [INFO] The user operation is waiting for background work to complete.
09:57:55 [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)
09:57:55 [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702...
09:57:55 [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)
09:57:55 [INFO] The user operation is waiting for background work to complete.
09:57:55 [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)
09:57:55 [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702...
09:57:56 [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)
09:57:56 [INFO] The user operation is waiting for background work to complete.
09:57:56 [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)
09:57:56 [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510...
09:57:56 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.42kB)
09:57:56 [INFO] The user operation is waiting for background work to complete.
09:57:56 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.42kB)
09:57:56 [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
09:57:56 [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)
09:57:56 [INFO] The user operation is waiting for background work to complete.
09:57:56 [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)
09:57:56 [INFO] Unpacking org.eclipse.equinox.security_1.3.400.v20191008-0645...
09:57:56 [INFO] Fetching org.eclipse.jface.text_3.16.100.v20191203-1634.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (319.42kB)
09:57:56 [INFO] The user operation is waiting for background work to complete.
09:57:56 [INFO] Fetching org.eclipse.jface.text_3.16.100.v20191203-1634.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (319.42kB)
09:57:56 [INFO] Unpacking org.eclipse.jface.text_3.16.100.v20191203-1634...
09:57:56 [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191203-1122.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (204.63kB)
09:57:56 [INFO] The user operation is waiting for background work to complete.
09:57:56 [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191203-1122.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (204.63kB)
09:57:57 [INFO] Unpacking org.eclipse.ui.editors_3.13.0.v20191203-1122...
09:57:57 [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)
09:57:57 [INFO] The user operation is waiting for background work to complete.
09:57:57 [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)
09:57:57 [INFO] Unpacking org.eclipse.ui.ide_3.16.100.v20191122-2109...
09:57:58 [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)
09:57:58 [INFO] The user operation is waiting for background work to complete.
09:57:58 [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)
09:57:58 [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108...
09:57:58 [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)
09:57:58 [INFO] The user operation is waiting for background work to complete.
09:57:58 [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)
09:57:58 [INFO] Unpacking org.eclipse.ui.navigator_3.9.100.v20191122-2109...
09:57:58 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.workbench/pom.xml
09:57:59 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.workbench.core/pom.xml
09:57:59 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.workbench.core/pom.xml
09:57:59 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.workbench.core/pom.xml
09:57:59 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
09:57:59 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
09:58:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
09:58:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.e4.workbench/pom.xml
09:58:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.e4.workbench/pom.xml
09:58:01 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.e4.workbench/pom.xml
09:58:01 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.uiforms/pom.xml
09:58:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.uiforms/pom.xml
09:58:02 [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)
09:58:02 [INFO] The user operation is waiting for background work to complete.
09:58:02 [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)
09:58:02 [INFO] Unpacking org.eclipse.ui.forms_3.8.200.v20191114-0830...
09:58:02 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.uiforms/pom.xml
09:58:03 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.jface/pom.xml
09:58:03 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.jface/pom.xml
09:58:03 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.jface/pom.xml
09:58:03 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.eclipse/pom.xml
09:58:03 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.eclipse/pom.xml
09:58:03 [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)
09:58:03 [INFO] The user operation is waiting for background work to complete.
09:58:03 [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)
09:58:04 [INFO] Unpacking com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522...
09:58:04 [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)
09:58:04 [INFO] The user operation is waiting for background work to complete.
09:58:04 [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)
09:58:04 [INFO] Unpacking com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522...
09:58:04 [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)
09:58:04 [INFO] The user operation is waiting for background work to complete.
09:58:04 [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)
09:58:04 [INFO] Unpacking com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522...
09:58:04 [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)
09:58:04 [INFO] The user operation is waiting for background work to complete.
09:58:04 [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)
09:58:04 [INFO] Unpacking org.eclipse.core.variables_3.4.700.v20191114-1848...
09:58:04 [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)
09:58:04 [INFO] The user operation is waiting for background work to complete.
09:58:04 [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)
09:58:05 [INFO] Unpacking org.eclipse.debug.core_3.14.100.v20191115-1406...
09:58:05 [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)
09:58:05 [INFO] The user operation is waiting for background work to complete.
09:58:05 [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)
09:58:05 [INFO] Unpacking org.eclipse.debug.ui_3.14.300.v20191116-2105...
09:58:06 [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)
09:58:06 [INFO] The user operation is waiting for background work to complete.
09:58:06 [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)
09:58:06 [INFO] Unpacking org.eclipse.ui.console_3.9.0.v20191126-0912...
09:58:06 [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)
09:58:06 [INFO] The user operation is waiting for background work to complete.
09:58:06 [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)
09:58:06 [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702...
09:58:06 [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)
09:58:06 [INFO] The user operation is waiting for background work to complete.
09:58:06 [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)
09:58:06 [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207...
09:58:06 [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)
09:58:06 [INFO] The user operation is waiting for background work to complete.
09:58:06 [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)
09:58:06 [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504...
09:58:06 [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)
09:58:06 [INFO] The user operation is waiting for background work to complete.
09:58:06 [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)
09:58:06 [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732...
09:58:06 [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)
09:58:06 [INFO] The user operation is waiting for background work to complete.
09:58:06 [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)
09:58:06 [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.500.v20191014-1220...
09:58:07 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (116.64kB)
09:58:07 [INFO] The user operation is waiting for background work to complete.
09:58:07 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (116.64kB)
09:58:07 [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
09:58:07 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (81.19kB)
09:58:07 [INFO] The user operation is waiting for background work to complete.
09:58:07 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (81.19kB)
09:58:07 [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
09:58:07 [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)
09:58:07 [INFO] The user operation is waiting for background work to complete.
09:58:07 [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)
09:58:07 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836...
09:58:07 [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)
09:58:07 [INFO] The user operation is waiting for background work to complete.
09:58:07 [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)
09:58:07 [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507...
09:58:07 [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)
09:58:07 [INFO] The user operation is waiting for background work to complete.
09:58:07 [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)
09:58:07 [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507...
09:58:07 [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)
09:58:07 [INFO] The user operation is waiting for background work to complete.
09:58:07 [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)
09:58:07 [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256...
09:58:07 [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)
09:58:08 [INFO] The user operation is waiting for background work to complete.
09:58:08 [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)
09:58:08 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836...
09:58:08 [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)
09:58:08 [INFO] The user operation is waiting for background work to complete.
09:58:08 [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)
09:58:08 [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517...
09:58:08 [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)
09:58:08 [INFO] The user operation is waiting for background work to complete.
09:58:08 [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)
09:58:08 [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.500.v20191003-0536...
09:58:08 [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)
09:58:08 [INFO] The user operation is waiting for background work to complete.
09:58:08 [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)
09:58:08 [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515...
09:58:08 [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (284.7kB)
09:58:08 [INFO] The user operation is waiting for background work to complete.
09:58:08 [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (284.7kB)
09:58:08 [INFO] Unpacking org.junit_4.12.0.v201504281640...
09:58:08 [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)
09:58:08 [INFO] The user operation is waiting for background work to complete.
09:58:08 [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)
09:58:08 [INFO] Unpacking org.eclipse.ui.browser_3.6.600.v20191122-2109...
09:58:08 [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)
09:58:08 [INFO] The user operation is waiting for background work to complete.
09:58:08 [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)
09:58:09 [INFO] Unpacking org.eclipse.ui.views.log_1.2.900.v20191122-2109...
09:58:09 [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/
09:58:09 [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/
09:58:09 [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)
09:58:09 [INFO] The user operation is waiting for background work to complete.
09:58:09 [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)
09:58:09 [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220...
09:58:09 [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (124.47kB)
09:58:09 [INFO] The user operation is waiting for background work to complete.
09:58:09 [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (124.47kB)
09:58:09 [INFO] Unpacking org.eclipse.wst.server.core_1.10.100.v201910252115...
09:58:09 [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (274.66kB)
09:58:09 [INFO] The user operation is waiting for background work to complete.
09:58:09 [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (274.66kB)
09:58:09 [INFO] Unpacking org.eclipse.wst.server.ui_1.5.600.v201910252115...
09:58:10 [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.69kB)
09:58:10 [INFO] The user operation is waiting for background work to complete.
09:58:10 [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.69kB)
09:58:10 [INFO] Unpacking org.json_1.0.0.v201011060100...
09:58:10 [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.12kB)
09:58:10 [INFO] The user operation is waiting for background work to complete.
09:58:10 [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.12kB)
09:58:10 [INFO] Unpacking org.yaml.snakeyaml_1.14.0.v201604211500...
09:58:10 [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.09kB)
09:58:10 [INFO] The user operation is waiting for background work to complete.
09:58:10 [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.09kB)
09:58:10 [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010...
09:58:10 [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.23kB)
09:58:10 [INFO] The user operation is waiting for background work to complete.
09:58:10 [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.23kB)
09:58:10 [INFO] Unpacking org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115...
09:58:10 [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)
09:58:10 [INFO] The user operation is waiting for background work to complete.
09:58:10 [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)
09:58:10 [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.200.v201910252115...
09:58:11 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.eclipse/pom.xml
09:58:11 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.gef/pom.xml
09:58:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.gef/pom.xml
09:58:11 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (215.67kB)
09:58:11 [INFO] The user operation is waiting for background work to complete.
09:58:11 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (215.67kB)
09:58:11 [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308...
09:58:12 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (366.65kB)
09:58:12 [INFO] The user operation is waiting for background work to complete.
09:58:12 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (366.65kB)
09:58:12 [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308...
09:58:12 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.gef/pom.xml
09:58:12 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.gef.spy/pom.xml
09:58:13 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.gef.spy/pom.xml
09:58:13 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.gef.spy/pom.xml
09:58:13 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.graphiti/pom.xml
09:58:13 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.graphiti/pom.xml
09:58:13 [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.5MB)
09:58:13 [INFO] The user operation is waiting for background work to complete.
09:58:13 [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.5MB)
09:58:14 [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
09:58:18 [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)
09:58:18 [INFO] The user operation is waiting for background work to complete.
09:58:18 [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)
09:58:18 [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402...
09:58:18 [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)
09:58:18 [INFO] The user operation is waiting for background work to complete.
09:58:18 [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)
09:58:18 [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401...
09:58:19 [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)
09:58:19 [INFO] The user operation is waiting for background work to complete.
09:58:19 [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)
09:58:19 [INFO] Unpacking org.eclipse.emf.edit.ui_2.17.0.v20190920-0412...
09:58:19 [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)
09:58:19 [INFO] The user operation is waiting for background work to complete.
09:58:19 [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)
09:58:19 [INFO] Unpacking org.eclipse.ui.views_3.10.100.v20191114-0830...
09:58:19 [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (169.13kB)
09:58:19 [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (169.13kB)
09:58:19 [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2019-12/plugins/ (403.76kB)
09:58:19 [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2019-12/plugins/ (403.76kB)
09:58:19 [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (85.1kB)
09:58:19 [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (85.1kB)
09:58:19 [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (95.62kB)
09:58:19 [INFO] The user operation is waiting for background work to complete.
09:58:19 [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (95.62kB)
09:58:19 [INFO] Unpacking org.eclipse.graphiti_0.16.1.201909061426...
09:58:20 [INFO] Fetching org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58kB)
09:58:20 [INFO] The user operation is waiting for background work to complete.
09:58:20 [INFO] Fetching org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58kB)
09:58:20 [INFO] Unpacking org.eclipse.graphiti.mm_0.16.1.201909061426...
09:58:20 [INFO] Fetching org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (226.24kB)
09:58:20 [INFO] The user operation is waiting for background work to complete.
09:58:20 [INFO] Fetching org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (226.24kB)
09:58:20 [INFO] Unpacking org.eclipse.graphiti.ui_0.16.1.201909061426...
09:58:20 [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)
09:58:20 [INFO] The user operation is waiting for background work to complete.
09:58:20 [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)
09:58:20 [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939...
09:58:21 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.graphiti/pom.xml
09:58:21 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.direct/pom.xml
09:58:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.direct/pom.xml
09:58:21 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.direct/pom.xml
09:58:22 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.junit/pom.xml
09:58:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.junit/pom.xml
09:58:22 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.junit/pom.xml
09:58:22 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.jdt.junit/pom.xml
09:58:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.jdt.junit/pom.xml
09:58:22 [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)
09:58:22 [INFO] The user operation is waiting for background work to complete.
09:58:22 [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)
09:58:22 [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651...
09:58:22 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.jdt.junit/pom.xml
09:58:22 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.junit.extension/pom.xml
09:58:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.junit.extension/pom.xml
09:58:23 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.junit.extension/pom.xml
09:58:23 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.selenium/pom.xml
09:58:23 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.selenium/pom.xml
09:58:24 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.selenium/pom.xml
09:58:24 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.requirements/pom.xml
09:58:24 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.requirements/pom.xml
09:58:25 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.requirements/pom.xml
09:58:25 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.ui/pom.xml
09:58:25 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.ui/pom.xml
09:58:25 [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.83MB)
09:58:25 [INFO] The user operation is waiting for background work to complete.
09:58:25 [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.83MB)
09:58:25 [INFO] Unpacking org.apache.ant_1.10.7.v20190926-0324...
09:58:26 [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)
09:58:26 [INFO] The user operation is waiting for background work to complete.
09:58:26 [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)
09:58:26 [INFO] Unpacking org.eclipse.ant.core_3.5.600.v20191122-2102...
09:58:27 [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)
09:58:27 [INFO] The user operation is waiting for background work to complete.
09:58:27 [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)
09:58:27 [INFO] Unpacking org.eclipse.ant.launching_1.2.700.v20191127-0426...
09:58:27 [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)
09:58:27 [INFO] The user operation is waiting for background work to complete.
09:58:27 [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)
09:58:27 [INFO] Unpacking org.eclipse.jdt.launching_3.16.0.v20191108-0353...
09:58:27 [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)
09:58:27 [INFO] The user operation is waiting for background work to complete.
09:58:27 [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)
09:58:27 [INFO] Unpacking org.eclipse.core.externaltools_1.1.500.v20191014-1300...
09:58:27 [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191203-2131.jar from http://download.eclipse.org/staging/2019-12/plugins/ (6.71MB)
09:58:27 [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191203-2131.jar from http://download.eclipse.org/staging/2019-12/plugins/ (6.71MB)
09:58:28 [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)
09:58:28 [INFO] The user operation is waiting for background work to complete.
09:58:28 [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)
09:58:28 [INFO] Unpacking org.eclipse.ant.ui_3.7.600.v20191122-2102...
09:58:28 [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)
09:58:28 [INFO] The user operation is waiting for background work to complete.
09:58:28 [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)
09:58:29 [INFO] Unpacking org.eclipse.ui.externaltools_3.4.500.v20191025-1523...
09:58:29 [INFO] Fetching org.eclipse.jdt.ui_3.20.0.v20191203-1301.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.9MB)
09:58:29 [INFO] The user operation is waiting for background work to complete.
09:58:29 [INFO] Fetching org.eclipse.jdt.ui_3.20.0.v20191203-1301.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.9MB)
09:58:29 [INFO] Unpacking org.eclipse.jdt.ui_3.20.0.v20191203-1301...
09:58:32 [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191130-0156.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.66MB)
09:58:32 [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191130-0156.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.66MB)
09:58:32 [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)
09:58:32 [INFO] The user operation is waiting for background work to complete.
09:58:32 [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)
09:58:32 [INFO] Unpacking org.eclipse.team.core_3.8.800.v20191122-2107...
09:58:32 [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)
09:58:32 [INFO] The user operation is waiting for background work to complete.
09:58:32 [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)
09:58:32 [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954...
09:58:33 [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)
09:58:33 [INFO] The user operation is waiting for background work to complete.
09:58:33 [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)
09:58:33 [INFO] Unpacking org.eclipse.jdt.junit_3.11.600.v20191115-1651...
09:58:33 [INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (304.82kB)
09:58:33 [INFO] The user operation is waiting for background work to complete.
09:58:33 [INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (304.82kB)
09:58:33 [INFO] Unpacking org.eclipse.compare_3.7.800.v20191122-2107...
09:58:33 [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)
09:58:33 [INFO] The user operation is waiting for background work to complete.
09:58:33 [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)
09:58:33 [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945...
09:58:33 [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)
09:58:33 [INFO] The user operation is waiting for background work to complete.
09:58:33 [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)
09:58:34 [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207...
09:58:34 [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)
09:58:34 [INFO] The user operation is waiting for background work to complete.
09:58:34 [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)
09:58:34 [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510...
09:58:34 [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)
09:58:34 [INFO] The user operation is waiting for background work to complete.
09:58:34 [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)
09:58:34 [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206...
09:58:34 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191203-0859.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (485.06kB)
09:58:34 [INFO] The user operation is waiting for background work to complete.
09:58:34 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191203-0859.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (485.06kB)
09:58:34 [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.13.0.v20191203-0859...
09:58:34 [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)
09:58:34 [INFO] The user operation is waiting for background work to complete.
09:58:34 [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)
09:58:35 [INFO] Unpacking org.eclipse.jdt.debug_3.14.0.v20191105-0758...
09:58:35 [INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (216.5kB)
09:58:35 [INFO] The user operation is waiting for background work to complete.
09:58:35 [INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (216.5kB)
09:58:35 [INFO] Unpacking org.eclipse.search_3.11.800.v20191122-2108...
09:58:35 [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)
09:58:35 [INFO] The user operation is waiting for background work to complete.
09:58:35 [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)
09:58:35 [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119...
09:58:35 [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)
09:58:35 [INFO] The user operation is waiting for background work to complete.
09:58:35 [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)
09:58:35 [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.500.v20191115-1651...
09:58:35 [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)
09:58:35 [INFO] The user operation is waiting for background work to complete.
09:58:35 [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)
09:58:35 [INFO] Unpacking org.eclipse.team.ui_3.8.700.v20191122-2107...
09:58:37 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191209-1336.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.13kB)
09:58:37 [INFO] The user operation is waiting for background work to complete.
09:58:37 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191209-1336.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.13kB)
09:58:37 [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.100.v20191209-1336...
09:58:37 [INFO] Fetching org.eclipse.pde.build_3.10.600.v20191011-0535.jar from http://download.eclipse.org/staging/2019-12/plugins/ (478.7kB)
09:58:37 [INFO] Fetching org.eclipse.pde.build_3.10.600.v20191011-0535.jar from http://download.eclipse.org/staging/2019-12/plugins/ (478.7kB)
09:58:37 [INFO] Fetching org.eclipse.pde.core_3.13.200.v20191202-2135.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB)
09:58:37 [INFO] Fetching org.eclipse.pde.core_3.13.200.v20191202-2135.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB)
09:58:37 [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)
09:58:37 [INFO] The user operation is waiting for background work to complete.
09:58:37 [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)
09:58:37 [INFO] Unpacking org.eclipse.update.configurator_3.4.400.v20191122-2102...
09:58:37 [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)
09:58:37 [INFO] The user operation is waiting for background work to complete.
09:58:37 [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)
09:58:38 [INFO] Unpacking org.eclipse.pde.launching_3.8.0.v20191112-0655...
09:58:38 [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)
09:58:38 [INFO] The user operation is waiting for background work to complete.
09:58:38 [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)
09:58:38 [INFO] Unpacking org.eclipse.pde.ui_3.11.200.v20191112-0626...
09:58:39 [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)
09:58:39 [INFO] The user operation is waiting for background work to complete.
09:58:39 [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)
09:58:39 [INFO] Unpacking org.eclipse.ui.intro_3.5.800.v20191123-0656...
09:58:39 [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)
09:58:39 [INFO] The user operation is waiting for background work to complete.
09:58:39 [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)
09:58:39 [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656...
09:58:39 [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)
09:58:39 [INFO] The user operation is waiting for background work to complete.
09:58:39 [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)
09:58:39 [INFO] Unpacking org.eclipse.ui.trace_1.1.700.v20191105-1619...
09:58:40 [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)
09:58:40 [INFO] The user operation is waiting for background work to complete.
09:58:40 [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)
09:58:40 [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.600.v20191114-0832...
09:58:40 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.ui/pom.xml
09:58:40 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.spy/pom.xml
09:58:40 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.spy/pom.xml
09:58:41 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.spy/pom.xml
09:58:41 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.recorder/pom.xml
09:58:41 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.recorder/pom.xml
09:58:41 [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (39.29kB)
09:58:41 [INFO] The user operation is waiting for background work to complete.
09:58:42 [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (39.29kB)
09:58:42 [INFO] Unpacking org.eclipse.swtbot.generator_2.9.0.201909110845...
09:58:42 [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)
09:58:42 [INFO] The user operation is waiting for background work to complete.
09:58:42 [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)
09:58:42 [INFO] Unpacking org.eclipse.swtbot.generator.jdt_2.9.0.201909110845...
09:58:42 [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)
09:58:42 [INFO] The user operation is waiting for background work to complete.
09:58:42 [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)
09:58:42 [INFO] Unpacking org.eclipse.swtbot.generator.ui_2.9.0.201909110845...
09:58:42 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.recorder/pom.xml
09:58:43 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.go/pom.xml
09:58:43 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.go/pom.xml
09:58:43 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.go/pom.xml
09:58:43 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.logparser/pom.xml
09:58:43 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.logparser/pom.xml
09:58:44 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.logparser/pom.xml
09:58:44 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.codegen/pom.xml
09:58:44 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.codegen/pom.xml
09:58:45 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/plugins/org.eclipse.reddeer.codegen/pom.xml
09:58:45 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/test-apps/org.eclipse.reddeer.e4/pom.xml
09:58:45 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/test-apps/org.eclipse.reddeer.e4/pom.xml
09:58:45 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.32kB)
09:58:45 [INFO] The user operation is waiting for background work to complete.
09:58:45 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.32kB)
09:58:45 [INFO] Unpacking javax.annotation_1.2.0.v201602091430...
09:58:45 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/test-apps/org.eclipse.reddeer.e4/pom.xml
09:58:45 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.common.test/pom.xml
09:58:45 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.common.test/pom.xml
09:58:46 [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)
09:58:46 [INFO] The user operation is waiting for background work to complete.
09:58:46 [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)
09:58:46 [INFO] Unpacking org.eclipse.core.net_1.3.700.v20191122-2107...
09:58:46 [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)
09:58:46 [INFO] The user operation is waiting for background work to complete.
09:58:46 [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)
09:58:46 [INFO] Unpacking org.eclipse.equinox.launcher_1.5.600.v20191014-2022...
09:58:46 [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)
09:58:46 [INFO] The user operation is waiting for background work to complete.
09:58:46 [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)
09:58:46 [INFO] Unpacking org.eclipse.ui.ide.application_1.3.500.v20191122-2109...
09:58:46 [INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.45kB)
09:58:46 [INFO] The user operation is waiting for background work to complete.
09:58:46 [INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.45kB)
09:58:46 [INFO] Unpacking org.eclipse.urischeme_1.0.500.v20191122-2109...
09:58:47 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.common.test/pom.xml
09:58:47 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.core.test/pom.xml
09:58:47 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.core.test/pom.xml
09:58:47 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (743.15kB)
09:58:47 [INFO] The user operation is waiting for background work to complete.
09:58:47 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (743.15kB)
09:58:47 [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946...
09:58:48 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2019-12/plugins/ (249kB)
09:58:48 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2019-12/plugins/ (249kB)
09:58:48 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (122.3kB)
09:58:48 [INFO] The user operation is waiting for background work to complete.
09:58:48 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (122.3kB)
09:58:48 [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
09:58:48 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB)
09:58:48 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB)
09:58:49 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (45.51kB)
09:58:49 [INFO] The user operation is waiting for background work to complete.
09:58:49 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (45.51kB)
09:58:49 [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
09:58:49 [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)
09:58:49 [INFO] The user operation is waiting for background work to complete.
09:58:49 [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)
09:58:49 [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.0.v20191118-0932...
09:58:49 [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)
09:58:49 [INFO] The user operation is waiting for background work to complete.
09:58:49 [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)
09:58:49 [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
09:58:49 [INFO] Fetching org.eclipse.m2e.archetype.common_1.14.0.20191209-1923.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.91MB)
09:58:49 [INFO] Fetching org.eclipse.m2e.archetype.common_1.14.0.20191209-1923.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.91MB)
09:58:49 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.14.0.20191209-1923.jar from http://download.eclipse.org/staging/2019-12/plugins/ (7.22MB)
09:58:49 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.14.0.20191209-1923.jar from http://download.eclipse.org/staging/2019-12/plugins/ (7.22MB)
09:58:50 [INFO] Fetching org.eclipse.m2e.core_1.14.0.20191209-1925.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (197.9kB)
09:58:50 [INFO] The user operation is waiting for background work to complete.
09:58:50 [INFO] Fetching org.eclipse.m2e.core_1.14.0.20191209-1925.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (197.9kB)
09:58:50 [INFO] Unpacking org.eclipse.m2e.core_1.14.0.20191209-1925...
09:58:50 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.14.0.20191209-1923.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.08MB)
09:58:50 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.14.0.20191209-1923.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.08MB)
09:58:50 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.56kB)
09:58:50 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.56kB)
09:58:50 [INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (20.57kB)
09:58:50 [INFO] The user operation is waiting for background work to complete.
09:58:50 [INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (20.57kB)
09:58:51 [INFO] Unpacking org.slf4j.api_1.7.10.v20170428-1633...
09:58:51 [INFO] Fetching org.eclipse.m2e.core.ui_1.14.0.20191209-1925.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (211.56kB)
09:58:51 [INFO] The user operation is waiting for background work to complete.
09:58:51 [INFO] Fetching org.eclipse.m2e.core.ui_1.14.0.20191209-1925.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (211.56kB)
09:58:51 [INFO] Unpacking org.eclipse.m2e.core.ui_1.14.0.20191209-1925...
09:58:51 [INFO] Fetching org.eclipse.m2e.model.edit_1.14.0.20191209-1925.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (127.48kB)
09:58:51 [INFO] The user operation is waiting for background work to complete.
09:58:51 [INFO] Fetching org.eclipse.m2e.model.edit_1.14.0.20191209-1925.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (127.48kB)
09:58:51 [INFO] Unpacking org.eclipse.m2e.model.edit_1.14.0.20191209-1925...
09:58:51 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.14.0.20191209-1923.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.43kB)
09:58:51 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.14.0.20191209-1923.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.43kB)
09:58:51 [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.28kB)
09:58:51 [INFO] The user operation is waiting for background work to complete.
09:58:51 [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.28kB)
09:58:51 [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201903222010...
09:58:51 [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (155.15kB)
09:58:51 [INFO] The user operation is waiting for background work to complete.
09:58:51 [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (155.15kB)
09:58:52 [INFO] Unpacking org.eclipse.wst.sse.core_1.2.100.v201901310548...
09:58:52 [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (255.24kB)
09:58:52 [INFO] The user operation is waiting for background work to complete.
09:58:52 [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (255.24kB)
09:58:52 [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201911262147...
09:58:52 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.27kB)
09:58:52 [INFO] The user operation is waiting for background work to complete.
09:58:52 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.27kB)
09:58:52 [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010...
09:58:52 [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.13kB)
09:58:52 [INFO] The user operation is waiting for background work to complete.
09:58:52 [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.13kB)
09:58:52 [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010...
09:58:52 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.68kB)
09:58:52 [INFO] The user operation is waiting for background work to complete.
09:58:52 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.68kB)
09:58:52 [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010...
09:58:53 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.core.test/pom.xml
09:58:53 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.swt.test/pom.xml
09:58:53 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.swt.test/pom.xml
09:58:54 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.swt.test/pom.xml
09:58:54 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.workbench.test/pom.xml
09:58:54 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.workbench.test/pom.xml
09:58:55 [INFO] Fetching org.eclipse.jdt_3.18.200.v20191210-0610.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.1kB)
09:58:55 [INFO] The user operation is waiting for background work to complete.
09:58:55 [INFO] Fetching org.eclipse.jdt_3.18.200.v20191210-0610.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.1kB)
09:58:55 [INFO] Unpacking org.eclipse.jdt_3.18.200.v20191210-0610...
09:58:55 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.workbench.test/pom.xml
09:58:55 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.uiforms.test/pom.xml
09:58:55 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.uiforms.test/pom.xml
09:58:56 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.uiforms.test/pom.xml
09:58:56 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.jface.test/pom.xml
09:58:56 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.jface.test/pom.xml
09:58:57 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.jface.test/pom.xml
09:58:57 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.eclipse.test/pom.xml
09:58:57 [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
09:58:57 [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
09:58:57 [INFO] Adding repository http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository
09:58:57 [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
09:58:57 [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
09:58:58 [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
09:58:58 [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
09:58:58 [INFO] Adding repository http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository
09:58:58 [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
09:58:58 [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
09:58:58 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.eclipse.test/pom.xml
09:59:00 [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.97kB)
09:59:00 [INFO] The user operation is waiting for background work to complete.
09:59:00 [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.97kB)
09:59:00 [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110...
09:59:00 [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.55MB)
09:59:00 [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.55MB)
09:59:01 [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.14MB)
09:59:01 [INFO] The user operation is waiting for background work to complete.
09:59:01 [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.14MB)
09:59:01 [INFO] Unpacking com.google.javascript_0.0.20160315.v20161124-1903...
09:59:02 [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/staging/2019-12/plugins/ (611.72kB)
09:59:02 [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/staging/2019-12/plugins/ (611.72kB)
09:59:02 [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)
09:59:02 [INFO] The user operation is waiting for background work to complete.
09:59:02 [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)
09:59:02 [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845...
09:59:02 [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)
09:59:02 [INFO] The user operation is waiting for background work to complete.
09:59:02 [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)
09:59:02 [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
09:59:02 [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)
09:59:02 [INFO] The user operation is waiting for background work to complete.
09:59:02 [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)
09:59:02 [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214...
09:59:02 [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)
09:59:02 [INFO] The user operation is waiting for background work to complete.
09:59:02 [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)
09:59:03 [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009...
09:59:03 [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (693.29kB)
09:59:03 [INFO] The user operation is waiting for background work to complete.
09:59:03 [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (693.29kB)
09:59:03 [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532...
09:59:04 [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (899.36kB)
09:59:04 [INFO] The user operation is waiting for background work to complete.
09:59:04 [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (899.36kB)
09:59:04 [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532...
09:59:05 [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)
09:59:05 [INFO] The user operation is waiting for background work to complete.
09:59:05 [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)
09:59:05 [INFO] Unpacking org.apache.lucene.core_8.0.0.v20190404-1858...
09:59:06 [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)
09:59:06 [INFO] The user operation is waiting for background work to complete.
09:59:06 [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)
09:59:06 [INFO] Unpacking org.apache.lucene.misc_7.5.0.v20181003-1532...
09:59:06 [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)
09:59:06 [INFO] The user operation is waiting for background work to complete.
09:59:06 [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)
09:59:06 [INFO] Unpacking org.apache.lucene.misc_8.0.0.v20190418-1455...
09:59:06 [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (135.97kB)
09:59:06 [INFO] The user operation is waiting for background work to complete.
09:59:06 [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (135.97kB)
09:59:06 [INFO] Unpacking org.apache.lucene.queryparser_7.5.0.v20181003-1532...
09:59:06 [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from http://download.eclipse.org/staging/2019-12/plugins/ (271.01kB)
09:59:06 [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from http://download.eclipse.org/staging/2019-12/plugins/ (271.01kB)
09:59:06 [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.58kB)
09:59:06 [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.58kB)
09:59:06 [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (13.22kB)
09:59:06 [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (13.22kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (566.23kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (566.23kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (166.46kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (166.46kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (344.1kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (344.1kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (563.53kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (563.53kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.92kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.92kB)
09:59:07 [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)
09:59:07 [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)
09:59:07 [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (621.79kB)
09:59:07 [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (621.79kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (228.74kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (228.74kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (91.99kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (91.99kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2019-12/plugins/ (97.49kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2019-12/plugins/ (97.49kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (189.45kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (189.45kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (130.23kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (130.23kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.85kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.85kB)
09:59:08 [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)
09:59:08 [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)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (369.84kB)
09:59:08 [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (369.84kB)
09:59:09 [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (462.63kB)
09:59:09 [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (462.63kB)
09:59:09 [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (139.67kB)
09:59:09 [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (139.67kB)
09:59:09 [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)
09:59:09 [INFO] The user operation is waiting for background work to complete.
09:59:09 [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)
09:59:09 [INFO] Unpacking org.eclipse.emf.codegen_2.19.0.v20190821-1536...
09:59:09 [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)
09:59:09 [INFO] The user operation is waiting for background work to complete.
09:59:09 [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)
09:59:09 [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146...
09:59:09 [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)
09:59:09 [INFO] The user operation is waiting for background work to complete.
09:59:09 [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)
09:59:09 [INFO] Unpacking org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806...
09:59:09 [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (124.12kB)
09:59:09 [INFO] The user operation is waiting for background work to complete.
09:59:09 [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (124.12kB)
09:59:09 [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430...
09:59:10 [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)
09:59:10 [INFO] The user operation is waiting for background work to complete.
09:59:10 [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)
09:59:10 [INFO] Unpacking org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806...
09:59:10 [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)
09:59:10 [INFO] The user operation is waiting for background work to complete.
09:59:10 [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)
09:59:10 [INFO] Unpacking org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231...
09:59:10 [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)
09:59:10 [INFO] The user operation is waiting for background work to complete.
09:59:10 [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)
09:59:10 [INFO] Unpacking org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231...
09:59:10 [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)
09:59:10 [INFO] The user operation is waiting for background work to complete.
09:59:10 [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)
09:59:10 [INFO] Unpacking org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231...
09:59:10 [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)
09:59:10 [INFO] The user operation is waiting for background work to complete.
09:59:10 [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)
09:59:10 [INFO] Unpacking org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231...
09:59:10 [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (93.18kB)
09:59:10 [INFO] The user operation is waiting for background work to complete.
09:59:10 [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (93.18kB)
09:59:11 [INFO] Unpacking org.eclipse.jem_2.0.600.v201903222024...
09:59:11 [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (47.5kB)
09:59:11 [INFO] The user operation is waiting for background work to complete.
09:59:11 [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (47.5kB)
09:59:11 [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201903222010...
09:59:11 [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.01kB)
09:59:11 [INFO] The user operation is waiting for background work to complete.
09:59:11 [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.01kB)
09:59:11 [INFO] Unpacking org.eclipse.jem.workbench_2.0.400.v201903222024...
09:59:11 [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.23kB)
09:59:11 [INFO] The user operation is waiting for background work to complete.
09:59:11 [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.23kB)
09:59:11 [INFO] Unpacking org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024...
09:59:11 [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.67kB)
09:59:11 [INFO] The user operation is waiting for background work to complete.
09:59:11 [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.67kB)
09:59:11 [INFO] Unpacking org.eclipse.jst.common.annotations.core_1.1.300.v201903222024...
09:59:11 [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.43kB)
09:59:11 [INFO] The user operation is waiting for background work to complete.
09:59:11 [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.43kB)
09:59:11 [INFO] Unpacking org.eclipse.jst.common.frameworks_1.1.701.v201903222024...
09:59:11 [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (130.38kB)
09:59:11 [INFO] The user operation is waiting for background work to complete.
09:59:11 [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (130.38kB)
09:59:12 [INFO] Unpacking org.eclipse.wst.common.modulecore_1.3.100.v201903222010...
09:59:12 [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.01kB)
09:59:12 [INFO] The user operation is waiting for background work to complete.
09:59:12 [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.01kB)
09:59:12 [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010...
09:59:12 [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (134.72kB)
09:59:12 [INFO] The user operation is waiting for background work to complete.
09:59:12 [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (134.72kB)
09:59:12 [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137...
09:59:12 [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.62kB)
09:59:12 [INFO] The user operation is waiting for background work to complete.
09:59:12 [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.62kB)
09:59:12 [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010...
09:59:12 [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.4kB)
09:59:12 [INFO] The user operation is waiting for background work to complete.
09:59:12 [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.4kB)
09:59:12 [INFO] Unpacking org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755...
09:59:13 [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.14kB)
09:59:13 [INFO] The user operation is waiting for background work to complete.
09:59:13 [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.14kB)
09:59:13 [INFO] Unpacking org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010...
09:59:13 [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.94kB)
09:59:13 [INFO] The user operation is waiting for background work to complete.
09:59:13 [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.94kB)
09:59:13 [INFO] Unpacking org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010...
09:59:13 [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.05kB)
09:59:13 [INFO] The user operation is waiting for background work to complete.
09:59:13 [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.05kB)
09:59:13 [INFO] Unpacking org.eclipse.jst.common.ui_1.0.301.v201903222024...
09:59:13 [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.55kB)
09:59:13 [INFO] The user operation is waiting for background work to complete.
09:59:13 [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.55kB)
09:59:13 [INFO] Unpacking org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010...
09:59:13 [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (330.41kB)
09:59:13 [INFO] The user operation is waiting for background work to complete.
09:59:13 [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (330.41kB)
09:59:13 [INFO] Unpacking org.eclipse.jst.ejb.ui_1.1.911.v201903222024...
09:59:13 [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.4kB)
09:59:13 [INFO] The user operation is waiting for background work to complete.
09:59:13 [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.4kB)
09:59:13 [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010...
09:59:14 [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (120.08kB)
09:59:14 [INFO] The user operation is waiting for background work to complete.
09:59:14 [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (120.08kB)
09:59:14 [INFO] Unpacking org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024...
09:59:14 [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (852.7kB)
09:59:14 [INFO] The user operation is waiting for background work to complete.
09:59:14 [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (852.7kB)
09:59:14 [INFO] Unpacking org.eclipse.jst.j2ee_1.2.301.v201903222025...
09:59:14 [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (590.31kB)
09:59:14 [INFO] The user operation is waiting for background work to complete.
09:59:14 [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (590.31kB)
09:59:15 [INFO] Unpacking org.eclipse.jst.j2ee.core_1.4.1.v201903222024...
09:59:15 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (361.54kB)
09:59:15 [INFO] The user operation is waiting for background work to complete.
09:59:15 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (361.54kB)
09:59:16 [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v201903222025...
09:59:16 [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.86kB)
09:59:16 [INFO] The user operation is waiting for background work to complete.
09:59:16 [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.86kB)
09:59:16 [INFO] Unpacking org.eclipse.wst.web.ui_1.2.100.v201902281912...
09:59:16 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.29kB)
09:59:16 [INFO] The user operation is waiting for background work to complete.
09:59:16 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.29kB)
09:59:16 [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201903222010...
09:59:16 [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.62kB)
09:59:16 [INFO] The user operation is waiting for background work to complete.
09:59:16 [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.62kB)
09:59:16 [INFO] Unpacking org.eclipse.wst.web_1.2.100.v201905161255...
09:59:16 [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (73.05kB)
09:59:16 [INFO] The user operation is waiting for background work to complete.
09:59:16 [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (73.05kB)
09:59:16 [INFO] Unpacking org.eclipse.jst.jee.ui_1.0.901.v201903222025...
09:59:16 [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.74kB)
09:59:16 [INFO] The user operation is waiting for background work to complete.
09:59:16 [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.74kB)
09:59:16 [INFO] Unpacking org.eclipse.jst.server.core_1.2.600.v201910252115...
09:59:16 [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.91kB)
09:59:16 [INFO] The user operation is waiting for background work to complete.
09:59:16 [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.91kB)
09:59:17 [INFO] Unpacking org.eclipse.jst.jee_1.0.902.v201905281719...
09:59:17 [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.34kB)
09:59:17 [INFO] The user operation is waiting for background work to complete.
09:59:17 [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.34kB)
09:59:17 [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429...
09:59:17 [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.24kB)
09:59:17 [INFO] The user operation is waiting for background work to complete.
09:59:17 [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.24kB)
09:59:17 [INFO] Unpacking org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346...
09:59:17 [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)
09:59:17 [INFO] The user operation is waiting for background work to complete.
09:59:17 [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)
09:59:17 [INFO] Unpacking org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346...
09:59:17 [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.27kB)
09:59:17 [INFO] The user operation is waiting for background work to complete.
09:59:17 [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.27kB)
09:59:17 [INFO] Unpacking org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024...
09:59:17 [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (222.71kB)
09:59:17 [INFO] The user operation is waiting for background work to complete.
09:59:17 [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (222.71kB)
09:59:17 [INFO] Unpacking org.eclipse.jst.j2ee.web_1.1.911.v201903222025...
09:59:17 [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.83kB)
09:59:17 [INFO] The user operation is waiting for background work to complete.
09:59:17 [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.83kB)
09:59:18 [INFO] Unpacking org.eclipse.wst.common.ui_1.1.700.v201905071717...
09:59:18 [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.52kB)
09:59:18 [INFO] The user operation is waiting for background work to complete.
09:59:18 [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.52kB)
09:59:18 [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.921.v201903222025...
09:59:18 [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)
09:59:18 [INFO] The user operation is waiting for background work to complete.
09:59:18 [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)
09:59:18 [INFO] Unpacking org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231...
09:59:18 [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)
09:59:18 [INFO] The user operation is waiting for background work to complete.
09:59:18 [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)
09:59:18 [INFO] Unpacking org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231...
09:59:18 [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (181.31kB)
09:59:18 [INFO] The user operation is waiting for background work to complete.
09:59:18 [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (181.31kB)
09:59:18 [INFO] Unpacking org.eclipse.wst.css.core_1.2.0.v201904210526...
09:59:18 [INFO] Fetching org.eclipse.wst.css.ui_1.1.300.v201911262315.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.94kB)
09:59:18 [INFO] The user operation is waiting for background work to complete.
09:59:18 [INFO] Fetching org.eclipse.wst.css.ui_1.1.300.v201911262315.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.94kB)
09:59:18 [INFO] Unpacking org.eclipse.wst.css.ui_1.1.300.v201911262315...
09:59:19 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (334.86kB)
09:59:19 [INFO] The user operation is waiting for background work to complete.
09:59:19 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (334.86kB)
09:59:19 [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112...
09:59:19 [INFO] Fetching org.eclipse.wst.sse.ui_1.6.200.v201911262138.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (314.27kB)
09:59:19 [INFO] The user operation is waiting for background work to complete.
09:59:19 [INFO] Fetching org.eclipse.wst.sse.ui_1.6.200.v201911262138.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (314.27kB)
09:59:19 [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.200.v201911262138...
09:59:19 [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (201.39kB)
09:59:19 [INFO] The user operation is waiting for background work to complete.
09:59:19 [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (201.39kB)
09:59:20 [INFO] Unpacking org.eclipse.wst.html.core_1.3.200.v201910140306...
09:59:20 [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (115.7kB)
09:59:20 [INFO] The user operation is waiting for background work to complete.
09:59:20 [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (115.7kB)
09:59:20 [INFO] Unpacking org.eclipse.wst.html.ui_1.1.200.v201905301652...
09:59:20 [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)
09:59:20 [INFO] The user operation is waiting for background work to complete.
09:59:20 [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)
09:59:20 [INFO] Unpacking org.eclipse.wst.jsdt.core_2.0.302.v201903222047...
09:59:21 [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)
09:59:21 [INFO] The user operation is waiting for background work to complete.
09:59:21 [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)
09:59:21 [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047...
09:59:21 [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.401.v201912012351.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.32MB)
09:59:21 [INFO] The user operation is waiting for background work to complete.
09:59:21 [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.401.v201912012351.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.32MB)
09:59:21 [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.0.401.v201912012351...
09:59:27 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.eclipse.test/pom.xml
09:59:27 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.gef.test/pom.xml
09:59:27 [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/
09:59:27 [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/
09:59:27 [INFO] Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases
09:59:27 [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/
09:59:27 [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB)
09:59:28 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB)
09:59:29 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB)
09:59:30 [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB)
09:59:31 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.gef.test/pom.xml
09:59:35 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.gef.test/pom.xml
09:59:35 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.graphiti.test/pom.xml
09:59:35 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.graphiti.test/pom.xml
09:59:36 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.graphiti.test/pom.xml
09:59:36 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.direct.test/pom.xml
09:59:36 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.direct.test/pom.xml
09:59:37 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.direct.test/pom.xml
09:59:37 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.junit.test/pom.xml
09:59:37 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.junit.test/pom.xml
09:59:37 [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (634.79kB)
09:59:37 [INFO] The user operation is waiting for background work to complete.
09:59:37 [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (634.79kB)
09:59:38 [INFO] Unpacking net.bytebuddy.byte-buddy_1.9.0.v20181107-1410...
09:59:39 [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (23.9kB)
09:59:39 [INFO] The user operation is waiting for background work to complete.
09:59:39 [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (23.9kB)
09:59:39 [INFO] Unpacking net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534...
09:59:39 [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32.1kB)
09:59:39 [INFO] The user operation is waiting for background work to complete.
09:59:39 [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32.1kB)
09:59:39 [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246...
09:59:39 [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (170.56kB)
09:59:39 [INFO] The user operation is waiting for background work to complete.
09:59:39 [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (170.56kB)
09:59:39 [INFO] Unpacking org.mockito_2.23.0.v20190527-1420...
09:59:39 [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (27.19kB)
09:59:39 [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (27.19kB)
09:59:39 [INFO] The user operation is waiting for background work to complete.
09:59:39 [INFO] Unpacking org.objenesis_2.6.0.v20180420-1519...
09:59:40 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.junit.test/pom.xml
09:59:40 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.requirements.test/pom.xml
09:59:40 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.requirements.test/pom.xml
09:59:41 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.requirements.test/pom.xml
09:59:41 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.ui.test/pom.xml
09:59:41 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.ui.test/pom.xml
09:59:41 [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)
09:59:41 [INFO] The user operation is waiting for background work to complete.
09:59:41 [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)
09:59:41 [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947...
09:59:42 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.ui.test/pom.xml
09:59:42 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml
09:59:42 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml
09:59:42 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml
09:59:43 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.e4.feature/pom.xml
09:59:43 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.e4.feature/pom.xml
09:59:43 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.e4.feature/pom.xml
09:59:43 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.eclipse.feature/pom.xml
09:59:43 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.eclipse.feature/pom.xml
09:59:43 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.eclipse.feature/pom.xml
09:59:44 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.gef.spy.feature/pom.xml
09:59:44 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.gef.spy.feature/pom.xml
09:59:44 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.gef.spy.feature/pom.xml
09:59:44 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.swt.feature/pom.xml
09:59:44 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.swt.feature/pom.xml
09:59:45 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.swt.feature/pom.xml
09:59:45 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.tests.feature/pom.xml
09:59:45 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.tests.feature/pom.xml
09:59:46 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.tests.feature/pom.xml
09:59:46 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.ui.feature/pom.xml
09:59:46 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.ui.feature/pom.xml
09:59:47 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.ui.feature/pom.xml
09:59:47 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.recorder.feature/pom.xml
09:59:47 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.recorder.feature/pom.xml
09:59:47 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.recorder.feature/pom.xml
09:59:47 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.graphiti.feature/pom.xml
09:59:47 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.graphiti.feature/pom.xml
09:59:48 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.graphiti.feature/pom.xml
09:59:48 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.spy.feature/pom.xml
09:59:48 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.spy.feature/pom.xml
09:59:49 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.spy.feature/pom.xml
09:59:49 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.logparser.feature/pom.xml
09:59:49 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.logparser.feature/pom.xml
09:59:49 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.logparser.feature/pom.xml
09:59:49 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.selenium.feature/pom.xml
09:59:49 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.selenium.feature/pom.xml
09:59:50 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.selenium.feature/pom.xml
09:59:50 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.codegen.feature/pom.xml
09:59:50 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.codegen.feature/pom.xml
09:59:52 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/features/org.eclipse.reddeer.codegen.feature/pom.xml
09:59:52 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/site/pom.xml
09:59:52 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/site/pom.xml
09:59:53 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.release/site/pom.xml
09:59:53 [INFO] ------------------------------------------------------------------------
09:59:53 [INFO] Reactor Build Order:
09:59:53 [INFO] 
09:59:53 [INFO] RedDeer Parent POM File                                            [pom]
09:59:53 [INFO] RedDeer Plugins                                                    [pom]
09:59:53 [INFO] RedDeer Common                                          [eclipse-plugin]
09:59:53 [INFO] RedDeer Workbench Core                                  [eclipse-plugin]
09:59:53 [INFO] RedDeer E4 Workbench Core                               [eclipse-plugin]
09:59:53 [INFO] RedDeer Core                                            [eclipse-plugin]
09:59:53 [INFO] RedDeer SWT                                             [eclipse-plugin]
09:59:53 [INFO] RedDeer JFace                                           [eclipse-plugin]
09:59:53 [INFO] RedDeer Workbench                                       [eclipse-plugin]
09:59:53 [INFO] RedDeer E4 Workbench                                    [eclipse-plugin]
09:59:53 [INFO] RedDeer UIForms                                         [eclipse-plugin]
09:59:53 [INFO] RedDeer Direct                                          [eclipse-plugin]
09:59:53 [INFO] RedDeer JUnit                                           [eclipse-plugin]
09:59:53 [INFO] RedDeer Eclipse                                         [eclipse-plugin]
09:59:53 [INFO] RedDeer GEF                                             [eclipse-plugin]
09:59:53 [INFO] RedDeer GEF Spy                                         [eclipse-plugin]
09:59:53 [INFO] RedDeer Graphiti                                        [eclipse-plugin]
09:59:53 [INFO] RedDeer JDT Junit                                       [eclipse-plugin]
09:59:53 [INFO] RedDeer JUnit Extensions                                [eclipse-plugin]
09:59:53 [INFO] RedDeer Selenium                                        [eclipse-plugin]
09:59:53 [INFO] RedDeer Requirements                                    [eclipse-plugin]
09:59:53 [INFO] RedDeer UI                                              [eclipse-plugin]
09:59:53 [INFO] RedDeer Spy                                             [eclipse-plugin]
09:59:53 [INFO] RedDeer Recorder                                        [eclipse-plugin]
09:59:53 [INFO] RedDeer Go                                              [eclipse-plugin]
09:59:53 [INFO] RedDeer Log Parser                                      [eclipse-plugin]
09:59:53 [INFO] RedDeer CodeGen                                         [eclipse-plugin]
09:59:53 [INFO] RedDeer Test-Apps                                                  [pom]
09:59:53 [INFO] RedDeer E4 Test App                                     [eclipse-plugin]
09:59:53 [INFO] RedDeer Tests                                                      [pom]
09:59:53 [INFO] RedDeer Common Tests                               [eclipse-test-plugin]
09:59:53 [INFO] RedDeer SWT Tests                                  [eclipse-test-plugin]
09:59:53 [INFO] RedDeer Core Tests                                 [eclipse-test-plugin]
09:59:53 [INFO] RedDeer Workbench Tests                            [eclipse-test-plugin]
09:59:53 [INFO] RedDeer UIForms Test                               [eclipse-test-plugin]
09:59:53 [INFO] RedDeer JFace Tests                                [eclipse-test-plugin]
09:59:53 [INFO] RedDeer Eclipse Tests                              [eclipse-test-plugin]
09:59:53 [INFO] RedDeer GEF Tests                                  [eclipse-test-plugin]
09:59:53 [INFO] RedDeer Graphiti Tests                             [eclipse-test-plugin]
09:59:53 [INFO] RedDeer Direct Tests                               [eclipse-test-plugin]
09:59:53 [INFO] RedDeer JUnit Tests                                [eclipse-test-plugin]
09:59:53 [INFO] RedDeer Requirements Tests                         [eclipse-test-plugin]
09:59:53 [INFO] RedDeer UI Tests                                   [eclipse-test-plugin]
09:59:53 [INFO] RedDeer E4 Workbench Tests                         [eclipse-test-plugin]
09:59:53 [INFO] RedDeer Features                                                   [pom]
09:59:53 [INFO] RedDeer E4 Feature                                     [eclipse-feature]
09:59:53 [INFO] RedDeer Eclipse Feature                                [eclipse-feature]
09:59:53 [INFO] RedDeer GEF Spy Feature                                [eclipse-feature]
09:59:53 [INFO] RedDeer SWT Feature                                    [eclipse-feature]
09:59:53 [INFO] RedDeer Tests Feature                                  [eclipse-feature]
09:59:53 [INFO] RedDeer UI Feature                                     [eclipse-feature]
09:59:53 [INFO] RedDeer Recorder Feature                               [eclipse-feature]
09:59:53 [INFO] RedDeer GEF/Graphiti Feature                           [eclipse-feature]
09:59:53 [INFO] RedDeer Spy Feature                                    [eclipse-feature]
09:59:53 [INFO] RedDeer Log Parser Feature                             [eclipse-feature]
09:59:53 [INFO] RedDeer Selenium Feature                               [eclipse-feature]
09:59:53 [INFO] RedDeer CodeGen Feature                                [eclipse-feature]
09:59:53 [INFO] RedDeer Site                                        [eclipse-repository]
09:59:53 [INFO] RedDeer Archetype                                      [maven-archetype]
09:59:53 [INFO] 
09:59:53 [INFO] ---------------------< org.eclipse.reddeer:parent >---------------------
09:59:53 [INFO] Building RedDeer Parent POM File 2.8.0-SNAPSHOT                   [1/59]
09:59:53 [INFO] --------------------------------[ pom ]---------------------------------
09:59:53 [INFO] 
09:59:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
09:59:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
09:59:53 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
09:59:53 Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 151 kB/s)
09:59:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
09:59:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
09:59:53 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 261 kB/s)
09:59:53 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
09:59:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
09:59:53 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
09:59:53 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
09:59:53 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
Progress (2): 13 kB | 92/226 kB
Progress (2): 13 kB | 96/226 kB
Progress (2): 13 kB | 100/226 kB
Progress (2): 13 kB | 104/226 kB
Progress (2): 13 kB | 108/226 kB
Progress (2): 13 kB | 112/226 kB
Progress (2): 13 kB | 116/226 kB
Progress (2): 13 kB | 120/226 kB
Progress (2): 13 kB | 124/226 kB
Progress (2): 13 kB | 128/226 kB
Progress (2): 13 kB | 132/226 kB
Progress (2): 13 kB | 136/226 kB
Progress (2): 13 kB | 140/226 kB
Progress (2): 13 kB | 144/226 kB
Progress (2): 13 kB | 148/226 kB
Progress (2): 13 kB | 152/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 338 kB/s)
09:59:53 Progress (1): 156/226 kB
Progress (1): 160/226 kB
Progress (1): 164/226 kB
Progress (1): 168/226 kB
Progress (1): 172/226 kB
Progress (1): 176/226 kB
Progress (1): 180/226 kB
Progress (1): 184/226 kB
Progress (1): 188/226 kB
Progress (1): 192/226 kB
Progress (1): 196/226 kB
Progress (1): 200/226 kB
Progress (1): 204/226 kB
Progress (1): 208/226 kB
Progress (1): 212/226 kB
Progress (1): 216/226 kB
Progress (1): 220/226 kB
Progress (1): 224/226 kB
Progress (1): 226 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.6 MB/s)
09:59:53 [INFO] 
09:59:53 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ parent ---
09:59:53 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
09:59:53 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
09:59:53 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 81 kB/s)
09:59:53 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
09:59:53 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
09:59:53 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 68 kB/s)
09:59:53 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
09:59:53 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
09:59:53 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 95 kB/s)
09:59:53 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
09:59:53 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
09:59:53 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 214 kB/s)
09:59:53 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom
09:59:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom
09:59:53 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 49 kB/s)
09:59:53 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
09:59:53 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
09:59:53 Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 214 kB/s)
09:59:53 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
09:59:53 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
09:59:54 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 109 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 149 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 272 kB/s)
09:59:54 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom
09:59:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
09:59:54 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 995 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 123 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 89 kB/s)
09:59:54 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom
09:59:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
09:59:54 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 559 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 19 kB/s)
09:59:54 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
09:59:54 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
09:59:54 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 387 kB/s)
09:59:54 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
09:59: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.pom
09:59:54 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 4.9 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 27 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 20 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 26 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 9.5 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 188 kB/s)
09:59:54 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
09:59:54 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
09:59:54 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 87 kB/s)
09:59:54 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
09:59:54 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
09:59:54 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 272 kB/s)
09:59:54 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
09:59:54 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
09:59:55 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 156 kB/s)
09:59:55 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
09:59:55 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
09:59:55 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 316 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 58 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 42 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 62 kB/s)
09:59:55 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
09:59:55 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
09:59: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/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 389 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 44 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 37 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 34 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 73 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 47 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 137 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 301 kB/s)
09:59:55 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
09:59:55 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
09:59:55 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 77 kB/s)
09:59:55 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
09:59:55 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
09:59:55 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 41 kB/s)
09:59:55 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
09:59:55 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
09:59:55 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 284 kB/s)
09:59:55 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
09:59:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
09:59:55 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 1.0 MB/s)
09:59:55 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
09:59:55 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
09:59:55 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 69 kB/s)
09:59:55 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
09:59:55 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
09:59:55 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 639 kB/s)
09:59:55 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
09:59:55 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
09:59:56 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 75 kB/s)
09:59:56 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
09:59:56 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
09:59:56 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 76 kB/s)
09:59:56 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
09:59:56 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
09:59:56 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 177 kB/s)
09:59:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
09:59:56 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
09:59:56 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 36 kB/s)
09:59:56 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
09:59:56 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
09:59:56 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 62 kB/s)
09:59:56 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
09:59:56 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
09:59:56 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 38 kB/s)
09:59:56 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
09:59:56 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
09:59:56 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 47 kB/s)
09:59:56 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
09:59:56 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
09:59:56 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 35 kB/s)
09:59:56 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
09:59:56 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
09:59:56 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 67 kB/s)
09:59:56 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
09:59:56 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
09:59:56 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 33 kB/s)
09:59:56 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
09:59:56 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
09:59:56 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 48 kB/s)
09:59:56 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
09:59:56 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
09:59:56 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 422 kB/s)
09:59:56 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
09:59:56 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
09:59:56 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 53 kB/s)
09:59:56 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
09:59:56 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
09:59:56 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 101 kB/s)
09:59:56 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
09:59:56 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
09:59:56 Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 182 kB/s)
09:59:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
09:59:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
09:59:56 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 69 kB/s)
09:59:56 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
09:59:56 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
09:59:56 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 23 kB/s)
09:59:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom
09:59:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
09:59:56 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 83 kB/s)
09:59:56 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
09:59:56 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
09:59:57 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 243 kB/s)
09:59:57 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
09:59:58 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
09:59:58 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 160 kB/s)
09:59:58 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
09:59:58 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
09:59:58 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 128 kB/s)
09:59:58 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
09:59:58 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
09:59:58 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 191 kB/s)
09:59:58 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
09:59:58 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
09:59:58 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 413 kB/s)
09:59:58 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
09:59:58 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
09:59:58 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 93 kB/s)
09:59:58 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
09:59:58 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
09:59:58 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 49 kB/s)
09:59:58 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
09:59:58 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
09:59:58 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 64 kB/s)
09:59:58 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
09:59:58 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
09:59:58 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 172 kB/s)
09:59:58 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
09:59:58 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
09:59:58 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 33 kB/s)
09:59:58 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
09:59:58 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
09:59:58 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 97 kB/s)
09:59:58 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
09:59:58 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
09:59:59 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 33 kB/s)
09:59:59 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
09:59:59 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
09:59:59 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)
09:59:59 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
09:59:59 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
09:59:59 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 45 kB/s)
09:59:59 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
09:59:59 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
09:59:59 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 43 kB/s)
09:59:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
09:59:59 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
09:59:59 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 31 kB/s)
09:59:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
09:59:59 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
09:59:59 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)
09:59:59 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
09:59:59 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
09:59:59 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 52 kB/s)
09:59:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
09:59:59 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
09:59:59 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 31 kB/s)
09:59:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
09:59:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
09:59:59 Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 235 kB/s)
09:59:59 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
09:59:59 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
09:59:59 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 400 kB/s)
09:59:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
09:59:59 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
09:59:59 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 255 kB/s)
09:59:59 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom
09:59:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
10:00:00 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 560 B/s)
10:00:00 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
10:00:00 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
10:00:00 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 284 kB/s)
10:00:00 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
10:00:00 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
10:00:00 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)
10:00:00 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
10:00:00 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
10:00:00 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 20 kB/s)
10:00:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
10:00:00 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
10:00:00 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 30 kB/s)
10:00:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
10:00:00 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
10:00:00 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 72 kB/s)
10:00:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
10:00:00 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
10:00:00 Progress (1): 163 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 4.9 kB/s)
10:00:00 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
10:00:00 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
10:00:00 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 12 kB/s)
10:00:00 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
10:00:00 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
10:00:00 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 212 kB/s)
10:00:00 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
10:00:00 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
10:00:00 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 136 kB/s)
10:00:00 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
10:00:00 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
10:00:00 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 70 kB/s)
10:00:00 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom
10:00:02 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
10:00:02 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 92 kB/s)
10:00:03 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
10:00:03 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
10:00:03 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 94 kB/s)
10:00:03 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
10:00:03 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
10:00:03 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 95 kB/s)
10:00:03 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
10:00:03 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
10:00:03 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 96 kB/s)
10:00:03 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
10:00:03 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
10:00:03 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 45 kB/s)
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar
10:00:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
10:00:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
10:00:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
10:00:04 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
10:00:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar
10:00:04 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
10:00:04 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
10:00:04 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 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
10:00:04 Progress (1): 4.1/49 kB
Progress (1): 7.7/49 kB
Progress (1): 12/49 kB 
Progress (1): 16/49 kB
Progress (1): 20/49 kB
Progress (1): 24/49 kB
Progress (1): 28/49 kB
Progress (1): 32/49 kB
Progress (1): 36/49 kB
Progress (1): 40/49 kB
Progress (1): 44/49 kB
Progress (1): 48/49 kB
Progress (1): 49 kB   
Progress (2): 49 kB | 4.1/51 kB
Progress (3): 49 kB | 4.1/51 kB | 4.1/26 kB
Progress (3): 49 kB | 7.7/51 kB | 4.1/26 kB
Progress (3): 49 kB | 7.7/51 kB | 7.7/26 kB
Progress (3): 49 kB | 12/51 kB | 7.7/26 kB 
Progress (3): 49 kB | 12/51 kB | 12/26 kB 
Progress (4): 49 kB | 12/51 kB | 12/26 kB | 4.1/88 kB
Progress (4): 49 kB | 12/51 kB | 16/26 kB | 4.1/88 kB
Progress (4): 49 kB | 16/51 kB | 16/26 kB | 4.1/88 kB
Progress (5): 49 kB | 16/51 kB | 16/26 kB | 4.1/88 kB | 4.1/12 kB
Progress (5): 49 kB | 20/51 kB | 16/26 kB | 4.1/88 kB | 4.1/12 kB
Progress (5): 49 kB | 20/51 kB | 20/26 kB | 4.1/88 kB | 4.1/12 kB
Progress (5): 49 kB | 20/51 kB | 20/26 kB | 7.7/88 kB | 4.1/12 kB
Progress (5): 49 kB | 20/51 kB | 24/26 kB | 7.7/88 kB | 4.1/12 kB
Progress (5): 49 kB | 24/51 kB | 24/26 kB | 7.7/88 kB | 4.1/12 kB
Progress (5): 49 kB | 24/51 kB | 24/26 kB | 7.7/88 kB | 7.7/12 kB
Progress (5): 49 kB | 24/51 kB | 26 kB | 7.7/88 kB | 7.7/12 kB   
Progress (5): 49 kB | 24/51 kB | 26 kB | 12/88 kB | 7.7/12 kB 
Progress (5): 49 kB | 24/51 kB | 26 kB | 12/88 kB | 12/12 kB 
Progress (5): 49 kB | 28/51 kB | 26 kB | 12/88 kB | 12/12 kB
Progress (5): 49 kB | 28/51 kB | 26 kB | 12/88 kB | 12 kB   
Progress (5): 49 kB | 28/51 kB | 26 kB | 16/88 kB | 12 kB
Progress (5): 49 kB | 32/51 kB | 26 kB | 16/88 kB | 12 kB
Progress (5): 49 kB | 32/51 kB | 26 kB | 20/88 kB | 12 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 1.3 MB/s)
10:00:04 Progress (4): 32/51 kB | 26 kB | 24/88 kB | 12 kB
Progress (4): 36/51 kB | 26 kB | 24/88 kB | 12 kB
                                                 
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
10:00:04 Progress (4): 40/51 kB | 26 kB | 24/88 kB | 12 kB
Progress (4): 40/51 kB | 26 kB | 28/88 kB | 12 kB
Progress (4): 44/51 kB | 26 kB | 28/88 kB | 12 kB
Progress (4): 44/51 kB | 26 kB | 32/88 kB | 12 kB
Progress (4): 48/51 kB | 26 kB | 32/88 kB | 12 kB
Progress (4): 48/51 kB | 26 kB | 36/88 kB | 12 kB
Progress (4): 51 kB | 26 kB | 36/88 kB | 12 kB   
Progress (4): 51 kB | 26 kB | 40/88 kB | 12 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 611 kB/s)
10:00:04 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 288 kB/s)
10:00:04 Progress (2): 51 kB | 44/88 kB
                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar
10:00:04 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
10:00:04 Progress (2): 51 kB | 48/88 kB
Progress (2): 51 kB | 52/88 kB
Progress (2): 51 kB | 56/88 kB
Progress (2): 51 kB | 60/88 kB
Progress (2): 51 kB | 64/88 kB
Progress (2): 51 kB | 68/88 kB
Progress (2): 51 kB | 72/88 kB
Progress (2): 51 kB | 76/88 kB
Progress (2): 51 kB | 80/88 kB
Progress (2): 51 kB | 84/88 kB
Progress (2): 51 kB | 88 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.0 MB/s)
10:00:04 Progress (2): 88 kB | 4.1/80 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
10:00:04 Progress (2): 88 kB | 7.7/80 kB
Progress (2): 88 kB | 12/80 kB 
Progress (2): 88 kB | 16/80 kB
Progress (2): 88 kB | 20/80 kB
Progress (2): 88 kB | 24/80 kB
Progress (2): 88 kB | 28/80 kB
Progress (2): 88 kB | 32/80 kB
Progress (3): 88 kB | 32/80 kB | 4.1/237 kB
Progress (3): 88 kB | 36/80 kB | 4.1/237 kB
Progress (3): 88 kB | 36/80 kB | 7.7/237 kB
Progress (3): 88 kB | 40/80 kB | 7.7/237 kB
Progress (4): 88 kB | 40/80 kB | 7.7/237 kB | 4.1/194 kB
Progress (4): 88 kB | 44/80 kB | 7.7/237 kB | 4.1/194 kB
Progress (4): 88 kB | 44/80 kB | 12/237 kB | 4.1/194 kB 
Progress (4): 88 kB | 48/80 kB | 12/237 kB | 4.1/194 kB
Progress (4): 88 kB | 48/80 kB | 12/237 kB | 7.7/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.6 MB/s)
10:00:04 Progress (3): 48/80 kB | 12/237 kB | 12/194 kB
Progress (3): 52/80 kB | 12/237 kB | 12/194 kB
Progress (3): 52/80 kB | 16/237 kB | 12/194 kB
Progress (3): 56/80 kB | 16/237 kB | 12/194 kB
Progress (3): 56/80 kB | 16/237 kB | 16/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
10:00:04 Progress (3): 56/80 kB | 16/237 kB | 20/194 kB
Progress (3): 60/80 kB | 16/237 kB | 20/194 kB
Progress (3): 60/80 kB | 20/237 kB | 20/194 kB
Progress (3): 64/80 kB | 20/237 kB | 20/194 kB
Progress (3): 64/80 kB | 20/237 kB | 24/194 kB
Progress (3): 64/80 kB | 24/237 kB | 24/194 kB
Progress (3): 68/80 kB | 24/237 kB | 24/194 kB
Progress (3): 68/80 kB | 24/237 kB | 28/194 kB
Progress (3): 72/80 kB | 24/237 kB | 28/194 kB
Progress (3): 72/80 kB | 28/237 kB | 28/194 kB
Progress (3): 72/80 kB | 28/237 kB | 32/194 kB
Progress (3): 72/80 kB | 32/237 kB | 32/194 kB
Progress (3): 76/80 kB | 32/237 kB | 32/194 kB
Progress (3): 76/80 kB | 33/237 kB | 32/194 kB
Progress (3): 76/80 kB | 33/237 kB | 33/194 kB
Progress (3): 80/80 kB | 33/237 kB | 33/194 kB
Progress (3): 80/80 kB | 37/237 kB | 33/194 kB
Progress (3): 80/80 kB | 37/237 kB | 37/194 kB
Progress (3): 80 kB | 37/237 kB | 37/194 kB   
Progress (3): 80 kB | 37/237 kB | 41/194 kB
Progress (3): 80 kB | 41/237 kB | 41/194 kB
Progress (3): 80 kB | 41/237 kB | 45/194 kB
Progress (3): 80 kB | 45/237 kB | 45/194 kB
Progress (3): 80 kB | 45/237 kB | 49/194 kB
Progress (3): 80 kB | 45/237 kB | 53/194 kB
Progress (3): 80 kB | 45/237 kB | 57/194 kB
Progress (3): 80 kB | 45/237 kB | 61/194 kB
Progress (3): 80 kB | 45/237 kB | 65/194 kB
Progress (3): 80 kB | 45/237 kB | 69/194 kB
Progress (3): 80 kB | 45/237 kB | 73/194 kB
Progress (3): 80 kB | 45/237 kB | 77/194 kB
Progress (3): 80 kB | 45/237 kB | 81/194 kB
Progress (3): 80 kB | 45/237 kB | 85/194 kB
Progress (3): 80 kB | 45/237 kB | 89/194 kB
Progress (3): 80 kB | 45/237 kB | 93/194 kB
Progress (3): 80 kB | 45/237 kB | 97/194 kB
Progress (4): 80 kB | 45/237 kB | 97/194 kB | 4.1/245 kB
Progress (4): 80 kB | 49/237 kB | 97/194 kB | 4.1/245 kB
Progress (4): 80 kB | 49/237 kB | 97/194 kB | 7.7/245 kB
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 7.7/245 kB
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 12/245 kB 
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 16/245 kB
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 20/245 kB
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 24/245 kB
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 28/245 kB
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 32/245 kB
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 36/245 kB
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 40/245 kB
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 44/245 kB
Progress (4): 80 kB | 53/237 kB | 97/194 kB | 48/245 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 820 kB/s)
10:00:04 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
10:00:04 Progress (3): 53/237 kB | 97/194 kB | 52/245 kB
Progress (3): 53/237 kB | 101/194 kB | 52/245 kB
Progress (4): 53/237 kB | 101/194 kB | 52/245 kB | 4.1/38 kB
Progress (4): 53/237 kB | 105/194 kB | 52/245 kB | 4.1/38 kB
Progress (4): 53/237 kB | 105/194 kB | 56/245 kB | 4.1/38 kB
Progress (4): 53/237 kB | 109/194 kB | 56/245 kB | 4.1/38 kB
Progress (4): 57/237 kB | 109/194 kB | 56/245 kB | 4.1/38 kB
Progress (4): 57/237 kB | 113/194 kB | 56/245 kB | 4.1/38 kB
Progress (4): 57/237 kB | 113/194 kB | 60/245 kB | 4.1/38 kB
Progress (4): 57/237 kB | 113/194 kB | 60/245 kB | 7.7/38 kB
Progress (4): 57/237 kB | 113/194 kB | 64/245 kB | 7.7/38 kB
Progress (4): 57/237 kB | 117/194 kB | 64/245 kB | 7.7/38 kB
Progress (4): 61/237 kB | 117/194 kB | 64/245 kB | 7.7/38 kB
Progress (4): 61/237 kB | 121/194 kB | 64/245 kB | 7.7/38 kB
Progress (4): 61/237 kB | 121/194 kB | 68/245 kB | 7.7/38 kB
Progress (4): 61/237 kB | 121/194 kB | 68/245 kB | 12/38 kB 
Progress (4): 61/237 kB | 121/194 kB | 72/245 kB | 12/38 kB
Progress (4): 61/237 kB | 125/194 kB | 72/245 kB | 12/38 kB
Progress (4): 65/237 kB | 125/194 kB | 72/245 kB | 12/38 kB
Progress (4): 65/237 kB | 129/194 kB | 72/245 kB | 12/38 kB
Progress (4): 65/237 kB | 129/194 kB | 76/245 kB | 12/38 kB
Progress (4): 65/237 kB | 129/194 kB | 76/245 kB | 16/38 kB
Progress (4): 65/237 kB | 129/194 kB | 80/245 kB | 16/38 kB
Progress (4): 65/237 kB | 133/194 kB | 80/245 kB | 16/38 kB
Progress (4): 69/237 kB | 133/194 kB | 80/245 kB | 16/38 kB
Progress (4): 69/237 kB | 137/194 kB | 80/245 kB | 16/38 kB
Progress (4): 69/237 kB | 137/194 kB | 84/245 kB | 16/38 kB
Progress (4): 69/237 kB | 137/194 kB | 84/245 kB | 20/38 kB
Progress (4): 69/237 kB | 137/194 kB | 88/245 kB | 20/38 kB
Progress (4): 69/237 kB | 141/194 kB | 88/245 kB | 20/38 kB
Progress (4): 73/237 kB | 141/194 kB | 88/245 kB | 20/38 kB
Progress (4): 73/237 kB | 141/194 kB | 92/245 kB | 20/38 kB
Progress (4): 73/237 kB | 145/194 kB | 92/245 kB | 20/38 kB
Progress (4): 73/237 kB | 145/194 kB | 92/245 kB | 24/38 kB
Progress (4): 73/237 kB | 145/194 kB | 96/245 kB | 24/38 kB
Progress (4): 73/237 kB | 145/194 kB | 96/245 kB | 28/38 kB
Progress (4): 77/237 kB | 145/194 kB | 96/245 kB | 28/38 kB
Progress (4): 77/237 kB | 145/194 kB | 96/245 kB | 32/38 kB
Progress (4): 77/237 kB | 145/194 kB | 100/245 kB | 32/38 kB
Progress (4): 77/237 kB | 149/194 kB | 100/245 kB | 32/38 kB
Progress (4): 77/237 kB | 149/194 kB | 104/245 kB | 32/38 kB
Progress (4): 77/237 kB | 149/194 kB | 104/245 kB | 36/38 kB
Progress (4): 77/237 kB | 149/194 kB | 108/245 kB | 36/38 kB
Progress (4): 81/237 kB | 149/194 kB | 108/245 kB | 36/38 kB
Progress (4): 81/237 kB | 149/194 kB | 112/245 kB | 36/38 kB
Progress (4): 81/237 kB | 149/194 kB | 112/245 kB | 38 kB   
Progress (4): 81/237 kB | 153/194 kB | 112/245 kB | 38 kB
Progress (4): 81/237 kB | 153/194 kB | 116/245 kB | 38 kB
Progress (4): 85/237 kB | 153/194 kB | 116/245 kB | 38 kB
Progress (4): 85/237 kB | 153/194 kB | 120/245 kB | 38 kB
Progress (4): 85/237 kB | 157/194 kB | 120/245 kB | 38 kB
Progress (4): 85/237 kB | 157/194 kB | 124/245 kB | 38 kB
Progress (4): 89/237 kB | 157/194 kB | 124/245 kB | 38 kB
Progress (4): 89/237 kB | 157/194 kB | 128/245 kB | 38 kB
Progress (4): 89/237 kB | 161/194 kB | 128/245 kB | 38 kB
Progress (4): 89/237 kB | 161/194 kB | 132/245 kB | 38 kB
Progress (4): 93/237 kB | 161/194 kB | 132/245 kB | 38 kB
Progress (4): 93/237 kB | 161/194 kB | 136/245 kB | 38 kB
Progress (4): 93/237 kB | 165/194 kB | 136/245 kB | 38 kB
Progress (4): 93/237 kB | 165/194 kB | 140/245 kB | 38 kB
Progress (4): 97/237 kB | 165/194 kB | 140/245 kB | 38 kB
Progress (4): 97/237 kB | 165/194 kB | 144/245 kB | 38 kB
Progress (4): 97/237 kB | 169/194 kB | 144/245 kB | 38 kB
Progress (4): 97/237 kB | 169/194 kB | 148/245 kB | 38 kB
Progress (4): 98/237 kB | 169/194 kB | 148/245 kB | 38 kB
Progress (4): 98/237 kB | 169/194 kB | 152/245 kB | 38 kB
Progress (4): 98/237 kB | 173/194 kB | 152/245 kB | 38 kB
Progress (4): 98/237 kB | 173/194 kB | 156/245 kB | 38 kB
Progress (4): 102/237 kB | 173/194 kB | 156/245 kB | 38 kB
Progress (4): 102/237 kB | 173/194 kB | 160/245 kB | 38 kB
Progress (4): 102/237 kB | 177/194 kB | 160/245 kB | 38 kB
Progress (4): 106/237 kB | 177/194 kB | 160/245 kB | 38 kB
Progress (4): 106/237 kB | 181/194 kB | 160/245 kB | 38 kB
Progress (4): 106/237 kB | 181/194 kB | 164/245 kB | 38 kB
Progress (4): 106/237 kB | 185/194 kB | 164/245 kB | 38 kB
Progress (4): 110/237 kB | 185/194 kB | 164/245 kB | 38 kB
Progress (4): 110/237 kB | 185/194 kB | 168/245 kB | 38 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 284 kB/s)
10:00:04 Progress (3): 114/237 kB | 185/194 kB | 168/245 kB
Progress (3): 114/237 kB | 189/194 kB | 168/245 kB
Progress (3): 118/237 kB | 189/194 kB | 168/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
10:00:04 Progress (3): 118/237 kB | 189/194 kB | 172/245 kB
Progress (4): 118/237 kB | 189/194 kB | 172/245 kB | 4.1/38 kB
Progress (4): 122/237 kB | 189/194 kB | 172/245 kB | 4.1/38 kB
Progress (4): 122/237 kB | 193/194 kB | 172/245 kB | 4.1/38 kB
Progress (4): 126/237 kB | 193/194 kB | 172/245 kB | 4.1/38 kB
Progress (4): 126/237 kB | 193/194 kB | 172/245 kB | 7.7/38 kB
Progress (4): 126/237 kB | 193/194 kB | 176/245 kB | 7.7/38 kB
Progress (4): 130/237 kB | 193/194 kB | 176/245 kB | 7.7/38 kB
Progress (4): 130/237 kB | 193/194 kB | 180/245 kB | 7.7/38 kB
Progress (4): 130/237 kB | 194 kB | 180/245 kB | 7.7/38 kB    
Progress (4): 130/237 kB | 194 kB | 184/245 kB | 7.7/38 kB
Progress (4): 134/237 kB | 194 kB | 184/245 kB | 7.7/38 kB
Progress (4): 134/237 kB | 194 kB | 188/245 kB | 7.7/38 kB
Progress (4): 134/237 kB | 194 kB | 188/245 kB | 12/38 kB 
Progress (4): 134/237 kB | 194 kB | 192/245 kB | 12/38 kB
Progress (4): 138/237 kB | 194 kB | 192/245 kB | 12/38 kB
Progress (4): 138/237 kB | 194 kB | 196/245 kB | 12/38 kB
Progress (4): 142/237 kB | 194 kB | 196/245 kB | 12/38 kB
Progress (4): 142/237 kB | 194 kB | 196/245 kB | 16/38 kB
Progress (4): 146/237 kB | 194 kB | 196/245 kB | 16/38 kB
Progress (4): 146/237 kB | 194 kB | 200/245 kB | 16/38 kB
Progress (4): 150/237 kB | 194 kB | 200/245 kB | 16/38 kB
Progress (4): 150/237 kB | 194 kB | 200/245 kB | 20/38 kB
Progress (4): 154/237 kB | 194 kB | 200/245 kB | 20/38 kB
Progress (4): 154/237 kB | 194 kB | 204/245 kB | 20/38 kB
Progress (4): 158/237 kB | 194 kB | 204/245 kB | 20/38 kB
Progress (4): 158/237 kB | 194 kB | 204/245 kB | 24/38 kB
Progress (4): 162/237 kB | 194 kB | 204/245 kB | 24/38 kB
Progress (4): 162/237 kB | 194 kB | 208/245 kB | 24/38 kB
Progress (4): 162/237 kB | 194 kB | 208/245 kB | 28/38 kB
Progress (4): 162/237 kB | 194 kB | 212/245 kB | 28/38 kB
Progress (4): 166/237 kB | 194 kB | 212/245 kB | 28/38 kB
Progress (4): 166/237 kB | 194 kB | 216/245 kB | 28/38 kB
Progress (4): 166/237 kB | 194 kB | 216/245 kB | 32/38 kB
Progress (4): 166/237 kB | 194 kB | 220/245 kB | 32/38 kB
Progress (4): 170/237 kB | 194 kB | 220/245 kB | 32/38 kB
Progress (4): 170/237 kB | 194 kB | 224/245 kB | 32/38 kB
Progress (4): 170/237 kB | 194 kB | 224/245 kB | 36/38 kB
Progress (4): 170/237 kB | 194 kB | 228/245 kB | 36/38 kB
Progress (4): 174/237 kB | 194 kB | 228/245 kB | 36/38 kB
Progress (4): 174/237 kB | 194 kB | 232/245 kB | 36/38 kB
Progress (4): 174/237 kB | 194 kB | 232/245 kB | 38 kB   
Progress (4): 178/237 kB | 194 kB | 232/245 kB | 38 kB
Progress (4): 178/237 kB | 194 kB | 236/245 kB | 38 kB
Progress (4): 182/237 kB | 194 kB | 236/245 kB | 38 kB
Progress (4): 182/237 kB | 194 kB | 240/245 kB | 38 kB
Progress (4): 186/237 kB | 194 kB | 240/245 kB | 38 kB
Progress (4): 186/237 kB | 194 kB | 244/245 kB | 38 kB
Progress (4): 190/237 kB | 194 kB | 244/245 kB | 38 kB
Progress (4): 190/237 kB | 194 kB | 245 kB | 38 kB    
Progress (4): 194/237 kB | 194 kB | 245 kB | 38 kB
Progress (4): 198/237 kB | 194 kB | 245 kB | 38 kB
Progress (4): 202/237 kB | 194 kB | 245 kB | 38 kB
Progress (4): 206/237 kB | 194 kB | 245 kB | 38 kB
Progress (4): 210/237 kB | 194 kB | 245 kB | 38 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.4 MB/s)
10:00:04 Progress (3): 214/237 kB | 245 kB | 38 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
10:00:04 Progress (3): 218/237 kB | 245 kB | 38 kB
Progress (3): 222/237 kB | 245 kB | 38 kB
Progress (3): 226/237 kB | 245 kB | 38 kB
Progress (3): 230/237 kB | 245 kB | 38 kB
Progress (3): 234/237 kB | 245 kB | 38 kB
Progress (3): 237 kB | 245 kB | 38 kB    
Progress (4): 237 kB | 245 kB | 38 kB | 4.1/39 kB
Progress (4): 237 kB | 245 kB | 38 kB | 7.7/39 kB
Progress (4): 237 kB | 245 kB | 38 kB | 12/39 kB 
Progress (4): 237 kB | 245 kB | 38 kB | 16/39 kB
Progress (4): 237 kB | 245 kB | 38 kB | 20/39 kB
Progress (4): 237 kB | 245 kB | 38 kB | 24/39 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 232 kB/s)
10:00:04 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.1 MB/s)
10:00:04 Progress (3): 237 kB | 24/39 kB | 4.1/43 kB
Progress (3): 237 kB | 28/39 kB | 4.1/43 kB
Progress (3): 237 kB | 28/39 kB | 7.7/43 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
10:00:04 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 1.1 MB/s)
10:00:04 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
10:00:04 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
10:00:04 Progress (2): 28/39 kB | 12/43 kB
Progress (2): 28/39 kB | 16/43 kB
Progress (2): 32/39 kB | 16/43 kB
Progress (2): 32/39 kB | 20/43 kB
Progress (2): 32/39 kB | 24/43 kB
Progress (2): 36/39 kB | 24/43 kB
Progress (2): 39 kB | 24/43 kB   
Progress (2): 39 kB | 28/43 kB
Progress (2): 39 kB | 32/43 kB
Progress (2): 39 kB | 36/43 kB
Progress (2): 39 kB | 40/43 kB
Progress (2): 39 kB | 43 kB   
Progress (3): 39 kB | 43 kB | 4.1/11 kB
Progress (4): 39 kB | 43 kB | 4.1/11 kB | 4.1/13 kB
Progress (4): 39 kB | 43 kB | 7.7/11 kB | 4.1/13 kB
Progress (4): 39 kB | 43 kB | 7.7/11 kB | 7.7/13 kB
Progress (4): 39 kB | 43 kB | 11 kB | 7.7/13 kB    
Progress (4): 39 kB | 43 kB | 11 kB | 12/13 kB 
Progress (4): 39 kB | 43 kB | 11 kB | 13 kB   
Progress (5): 39 kB | 43 kB | 11 kB | 13 kB | 4.1/9.8 kB
Progress (5): 39 kB | 43 kB | 11 kB | 13 kB | 7.7/9.8 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 46 kB/s)
10:00:04 Progress (4): 39 kB | 43 kB | 13 kB | 9.8 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
10:00:04 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 39 kB/s)
10:00:04 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
10:00:04 Progress (4): 39 kB | 43 kB | 13 kB | 4.1/17 kB
Progress (4): 39 kB | 43 kB | 13 kB | 7.7/17 kB
Progress (4): 39 kB | 43 kB | 13 kB | 12/17 kB 
Progress (4): 39 kB | 43 kB | 13 kB | 16/17 kB
Progress (4): 39 kB | 43 kB | 13 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 166 kB/s)
10:00:04 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 50 kB/s)
10:00:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
10:00:04 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
10:00:04 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 152 kB/s)
10:00:04 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
10:00:04 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 63 kB/s)
10:00:04 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
10:00:04 Progress (1): 4.1/158 kB
Progress (1): 7.7/158 kB
Progress (1): 12/158 kB 
Progress (1): 16/158 kB
Progress (1): 20/158 kB
Progress (1): 24/158 kB
Progress (2): 24/158 kB | 0/1.2 MB
Progress (2): 28/158 kB | 0/1.2 MB
Progress (2): 28/158 kB | 0/1.2 MB
Progress (2): 32/158 kB | 0/1.2 MB
Progress (3): 32/158 kB | 0/1.2 MB | 4.1/305 kB
Progress (3): 33/158 kB | 0/1.2 MB | 4.1/305 kB
Progress (3): 33/158 kB | 0/1.2 MB | 4.1/305 kB
Progress (3): 33/158 kB | 0/1.2 MB | 7.7/305 kB
Progress (3): 37/158 kB | 0/1.2 MB | 7.7/305 kB
Progress (3): 37/158 kB | 0/1.2 MB | 7.7/305 kB
Progress (3): 41/158 kB | 0/1.2 MB | 7.7/305 kB
Progress (3): 41/158 kB | 0/1.2 MB | 12/305 kB 
Progress (3): 41/158 kB | 0/1.2 MB | 12/305 kB
Progress (3): 45/158 kB | 0/1.2 MB | 12/305 kB
Progress (3): 45/158 kB | 0/1.2 MB | 16/305 kB
Progress (3): 49/158 kB | 0/1.2 MB | 16/305 kB
Progress (3): 49/158 kB | 0/1.2 MB | 16/305 kB
Progress (3): 49/158 kB | 0/1.2 MB | 20/305 kB
Progress (3): 53/158 kB | 0/1.2 MB | 20/305 kB
Progress (3): 53/158 kB | 0/1.2 MB | 24/305 kB
Progress (3): 53/158 kB | 0/1.2 MB | 24/305 kB
Progress (3): 53/158 kB | 0/1.2 MB | 28/305 kB
Progress (3): 57/158 kB | 0/1.2 MB | 28/305 kB
Progress (3): 57/158 kB | 0/1.2 MB | 32/305 kB
Progress (3): 57/158 kB | 0/1.2 MB | 32/305 kB
Progress (3): 61/158 kB | 0/1.2 MB | 32/305 kB
Progress (3): 61/158 kB | 0/1.2 MB | 33/305 kB
Progress (4): 61/158 kB | 0/1.2 MB | 33/305 kB | 4.1/30 kB
Progress (4): 65/158 kB | 0/1.2 MB | 33/305 kB | 4.1/30 kB
Progress (4): 65/158 kB | 0/1.2 MB | 33/305 kB | 4.1/30 kB
Progress (4): 66/158 kB | 0/1.2 MB | 33/305 kB | 4.1/30 kB
Progress (4): 66/158 kB | 0/1.2 MB | 33/305 kB | 7.7/30 kB
Progress (4): 66/158 kB | 0/1.2 MB | 37/305 kB | 7.7/30 kB
Progress (4): 66/158 kB | 0/1.2 MB | 37/305 kB | 12/30 kB 
Progress (4): 70/158 kB | 0/1.2 MB | 37/305 kB | 12/30 kB
Progress (4): 70/158 kB | 0/1.2 MB | 37/305 kB | 12/30 kB
Progress (4): 74/158 kB | 0/1.2 MB | 37/305 kB | 12/30 kB
Progress (4): 74/158 kB | 0/1.2 MB | 37/305 kB | 16/30 kB
Progress (5): 74/158 kB | 0/1.2 MB | 37/305 kB | 16/30 kB | 4.1/50 kB
Progress (5): 74/158 kB | 0/1.2 MB | 41/305 kB | 16/30 kB | 4.1/50 kB
Progress (5): 74/158 kB | 0/1.2 MB | 41/305 kB | 16/30 kB | 7.7/50 kB
Progress (5): 74/158 kB | 0/1.2 MB | 41/305 kB | 20/30 kB | 7.7/50 kB
Progress (5): 78/158 kB | 0/1.2 MB | 41/305 kB | 20/30 kB | 7.7/50 kB
Progress (5): 78/158 kB | 0/1.2 MB | 41/305 kB | 20/30 kB | 7.7/50 kB
Progress (5): 82/158 kB | 0/1.2 MB | 41/305 kB | 20/30 kB | 7.7/50 kB
Progress (5): 82/158 kB | 0/1.2 MB | 41/305 kB | 24/30 kB | 7.7/50 kB
Progress (5): 82/158 kB | 0/1.2 MB | 41/305 kB | 24/30 kB | 12/50 kB 
Progress (5): 82/158 kB | 0/1.2 MB | 45/305 kB | 24/30 kB | 12/50 kB
Progress (5): 82/158 kB | 0/1.2 MB | 45/305 kB | 24/30 kB | 16/50 kB
Progress (5): 82/158 kB | 0/1.2 MB | 45/305 kB | 28/30 kB | 16/50 kB
Progress (5): 86/158 kB | 0/1.2 MB | 45/305 kB | 28/30 kB | 16/50 kB
Progress (5): 86/158 kB | 0/1.2 MB | 45/305 kB | 28/30 kB | 16/50 kB
Progress (5): 90/158 kB | 0/1.2 MB | 45/305 kB | 28/30 kB | 16/50 kB
Progress (5): 90/158 kB | 0/1.2 MB | 45/305 kB | 30 kB | 16/50 kB   
Progress (5): 90/158 kB | 0/1.2 MB | 45/305 kB | 30 kB | 20/50 kB
Progress (5): 90/158 kB | 0/1.2 MB | 49/305 kB | 30 kB | 20/50 kB
Progress (5): 90/158 kB | 0/1.2 MB | 49/305 kB | 30 kB | 24/50 kB
Progress (5): 94/158 kB | 0/1.2 MB | 49/305 kB | 30 kB | 24/50 kB
Progress (5): 94/158 kB | 0/1.2 MB | 49/305 kB | 30 kB | 24/50 kB
Progress (5): 98/158 kB | 0/1.2 MB | 49/305 kB | 30 kB | 24/50 kB
Progress (5): 98/158 kB | 0/1.2 MB | 49/305 kB | 30 kB | 24/50 kB
Progress (5): 102/158 kB | 0/1.2 MB | 49/305 kB | 30 kB | 24/50 kB
Progress (5): 102/158 kB | 0/1.2 MB | 49/305 kB | 30 kB | 28/50 kB
Progress (5): 102/158 kB | 0/1.2 MB | 53/305 kB | 30 kB | 28/50 kB
Progress (5): 102/158 kB | 0/1.2 MB | 53/305 kB | 30 kB | 32/50 kB
Progress (5): 106/158 kB | 0/1.2 MB | 53/305 kB | 30 kB | 32/50 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 94 kB/s)
10:00:04 Progress (4): 106/158 kB | 0.1/1.2 MB | 53/305 kB | 32/50 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
10:00:04 Progress (4): 110/158 kB | 0.1/1.2 MB | 53/305 kB | 32/50 kB
Progress (4): 110/158 kB | 0.1/1.2 MB | 53/305 kB | 36/50 kB
Progress (4): 110/158 kB | 0.1/1.2 MB | 53/305 kB | 40/50 kB
Progress (4): 110/158 kB | 0.1/1.2 MB | 57/305 kB | 40/50 kB
Progress (4): 110/158 kB | 0.1/1.2 MB | 57/305 kB | 44/50 kB
Progress (4): 114/158 kB | 0.1/1.2 MB | 57/305 kB | 44/50 kB
Progress (4): 114/158 kB | 0.1/1.2 MB | 57/305 kB | 44/50 kB
Progress (4): 118/158 kB | 0.1/1.2 MB | 57/305 kB | 44/50 kB
Progress (4): 118/158 kB | 0.1/1.2 MB | 57/305 kB | 48/50 kB
Progress (4): 118/158 kB | 0.1/1.2 MB | 61/305 kB | 48/50 kB
Progress (4): 118/158 kB | 0.1/1.2 MB | 61/305 kB | 50 kB   
Progress (4): 122/158 kB | 0.1/1.2 MB | 61/305 kB | 50 kB
Progress (4): 122/158 kB | 0.1/1.2 MB | 61/305 kB | 50 kB
Progress (4): 122/158 kB | 0.1/1.2 MB | 65/305 kB | 50 kB
Progress (4): 122/158 kB | 0.1/1.2 MB | 65/305 kB | 50 kB
Progress (4): 126/158 kB | 0.1/1.2 MB | 65/305 kB | 50 kB
Progress (4): 126/158 kB | 0.1/1.2 MB | 65/305 kB | 50 kB
Progress (4): 126/158 kB | 0.1/1.2 MB | 66/305 kB | 50 kB
Progress (4): 126/158 kB | 0.1/1.2 MB | 66/305 kB | 50 kB
Progress (4): 130/158 kB | 0.1/1.2 MB | 66/305 kB | 50 kB
Progress (4): 130/158 kB | 0.1/1.2 MB | 66/305 kB | 50 kB
Progress (4): 130/158 kB | 0.1/1.2 MB | 70/305 kB | 50 kB
Progress (4): 134/158 kB | 0.1/1.2 MB | 70/305 kB | 50 kB
Progress (4): 134/158 kB | 0.1/1.2 MB | 74/305 kB | 50 kB
Progress (4): 134/158 kB | 0.1/1.2 MB | 74/305 kB | 50 kB
Progress (4): 138/158 kB | 0.1/1.2 MB | 74/305 kB | 50 kB
Progress (4): 138/158 kB | 0.1/1.2 MB | 74/305 kB | 50 kB
Progress (4): 138/158 kB | 0.1/1.2 MB | 78/305 kB | 50 kB
Progress (4): 142/158 kB | 0.1/1.2 MB | 78/305 kB | 50 kB
Progress (4): 142/158 kB | 0.1/1.2 MB | 82/305 kB | 50 kB
Progress (4): 142/158 kB | 0.1/1.2 MB | 82/305 kB | 50 kB
Progress (4): 146/158 kB | 0.1/1.2 MB | 82/305 kB | 50 kB
Progress (4): 146/158 kB | 0.1/1.2 MB | 82/305 kB | 50 kB
Progress (4): 146/158 kB | 0.1/1.2 MB | 86/305 kB | 50 kB
Progress (4): 150/158 kB | 0.1/1.2 MB | 86/305 kB | 50 kB
Progress (4): 150/158 kB | 0.1/1.2 MB | 90/305 kB | 50 kB
Progress (4): 150/158 kB | 0.1/1.2 MB | 90/305 kB | 50 kB
Progress (4): 154/158 kB | 0.1/1.2 MB | 90/305 kB | 50 kB
Progress (4): 154/158 kB | 0.1/1.2 MB | 90/305 kB | 50 kB
Progress (4): 154/158 kB | 0.1/1.2 MB | 94/305 kB | 50 kB
Progress (4): 154/158 kB | 0.1/1.2 MB | 94/305 kB | 50 kB
Progress (4): 158 kB | 0.1/1.2 MB | 94/305 kB | 50 kB    
Progress (4): 158 kB | 0.1/1.2 MB | 94/305 kB | 50 kB
Progress (4): 158 kB | 0.1/1.2 MB | 98/305 kB | 50 kB
Progress (4): 158 kB | 0.1/1.2 MB | 98/305 kB | 50 kB
Progress (4): 158 kB | 0.1/1.2 MB | 98/305 kB | 50 kB
Progress (4): 158 kB | 0.1/1.2 MB | 98/305 kB | 50 kB
Progress (4): 158 kB | 0.1/1.2 MB | 102/305 kB | 50 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 152 kB/s)
10:00:04 Progress (4): 158 kB | 0.1/1.2 MB | 102/305 kB | 4.1/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 106/305 kB | 4.1/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 106/305 kB | 4.1/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 110/305 kB | 4.1/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 110/305 kB | 7.7/52 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
10:00:04 Progress (4): 158 kB | 0.1/1.2 MB | 110/305 kB | 12/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 114/305 kB | 12/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 114/305 kB | 12/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 114/305 kB | 16/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 114/305 kB | 16/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 118/305 kB | 16/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 118/305 kB | 20/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 122/305 kB | 20/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 122/305 kB | 20/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 126/305 kB | 20/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 126/305 kB | 24/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 130/305 kB | 24/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 130/305 kB | 24/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 131/305 kB | 24/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 131/305 kB | 28/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 131/305 kB | 28/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 131/305 kB | 32/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 135/305 kB | 32/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 135/305 kB | 36/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 135/305 kB | 36/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 135/305 kB | 40/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 139/305 kB | 40/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 139/305 kB | 44/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 139/305 kB | 44/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 143/305 kB | 44/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 143/305 kB | 48/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 147/305 kB | 48/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 147/305 kB | 48/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 151/305 kB | 48/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 151/305 kB | 52/52 kB
Progress (4): 158 kB | 0.1/1.2 MB | 155/305 kB | 52/52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 155/305 kB | 52/52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 155/305 kB | 52 kB   
Progress (4): 158 kB | 0.2/1.2 MB | 155/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 159/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 159/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 163/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 163/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 164/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 164/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 168/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 168/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 172/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 172/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 176/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 176/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 180/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 180/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 184/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 184/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 188/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 188/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 192/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 192/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 196/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 196/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 200/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 200/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 204/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 204/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 208/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 208/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 212/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 212/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 216/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 216/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 220/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 220/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 224/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 224/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 228/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 228/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 232/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 232/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 236/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 236/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 240/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 240/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 244/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 244/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 248/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 248/305 kB | 52 kB
Progress (4): 158 kB | 0.2/1.2 MB | 252/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 252/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 256/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 256/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 260/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 260/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 264/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 264/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 268/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 268/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 272/305 kB | 52 kB
Progress (4): 158 kB | 0.3/1.2 MB | 272/305 kB | 52 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 148 kB/s)
10:00:04 Progress (3): 158 kB | 0.3/1.2 MB | 272/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 276/305 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
10:00:04 Progress (3): 158 kB | 0.3/1.2 MB | 280/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 280/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 284/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 284/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 288/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 288/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 292/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 292/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 296/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 296/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 300/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 300/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 304/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 304/305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB    
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.3/1.2 MB | 305 kB
Progress (3): 158 kB | 0.4/1.2 MB | 305 kB
Progress (3): 158 kB | 0.4/1.2 MB | 305 kB
Progress (3): 158 kB | 0.4/1.2 MB | 305 kB
Progress (3): 158 kB | 0.4/1.2 MB | 305 kB
Progress (3): 158 kB | 0.4/1.2 MB | 305 kB
Progress (3): 158 kB | 0.4/1.2 MB | 305 kB
Progress (4): 158 kB | 0.4/1.2 MB | 305 kB | 4.1/15 kB
Progress (4): 158 kB | 0.4/1.2 MB | 305 kB | 4.1/15 kB
Progress (4): 158 kB | 0.4/1.2 MB | 305 kB | 7.7/15 kB
Progress (4): 158 kB | 0.4/1.2 MB | 305 kB | 7.7/15 kB
Progress (4): 158 kB | 0.4/1.2 MB | 305 kB | 12/15 kB 
Progress (4): 158 kB | 0.4/1.2 MB | 305 kB | 12/15 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 377 kB/s)
10:00:04 Progress (4): 0.4/1.2 MB | 305 kB | 12/15 kB | 4.1/37 kB
Progress (4): 0.4/1.2 MB | 305 kB | 12/15 kB | 4.1/37 kB
Progress (4): 0.4/1.2 MB | 305 kB | 15 kB | 4.1/37 kB   
Progress (4): 0.4/1.2 MB | 305 kB | 15 kB | 7.7/37 kB
Progress (4): 0.4/1.2 MB | 305 kB | 15 kB | 12/37 kB 
Progress (4): 0.4/1.2 MB | 305 kB | 15 kB | 16/37 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
10:00:04 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 723 kB/s)
10:00:04 Progress (3): 0.4/1.2 MB | 15 kB | 20/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 20/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 24/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
10:00:04 Progress (3): 0.4/1.2 MB | 15 kB | 28/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 28/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 32/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 32/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 36/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 36/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 36/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 36/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 36/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 36/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 36/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 36/37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 37 kB   
Progress (3): 0.4/1.2 MB | 15 kB | 37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 37 kB
Progress (3): 0.4/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.5/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
Progress (3): 0.6/1.2 MB | 15 kB | 37 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 34 kB/s)
10:00:04 Progress (2): 0.6/1.2 MB | 37 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
10:00:04 Progress (2): 0.6/1.2 MB | 37 kB
Progress (2): 0.6/1.2 MB | 37 kB
Progress (2): 0.6/1.2 MB | 37 kB
Progress (2): 0.6/1.2 MB | 37 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 85 kB/s)
10:00:04 Progress (1): 0.6/1.2 MB
                        
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
10:00:04 Progress (2): 0.6/1.2 MB | 4.1/11 kB
Progress (2): 0.6/1.2 MB | 4.1/11 kB
Progress (2): 0.6/1.2 MB | 7.7/11 kB
Progress (2): 0.6/1.2 MB | 7.7/11 kB
Progress (2): 0.6/1.2 MB | 11 kB    
Progress (2): 0.6/1.2 MB | 11 kB
Progress (3): 0.6/1.2 MB | 11 kB | 4.1/7.7 kB
Progress (3): 0.6/1.2 MB | 11 kB | 4.1/7.7 kB
Progress (3): 0.6/1.2 MB | 11 kB | 7.7 kB    
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 11 kB | 7.7 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 24 kB/s)
10:00:04 Progress (2): 0.7/1.2 MB | 7.7 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
10:00:04 Progress (2): 0.7/1.2 MB | 7.7 kB
Progress (2): 0.7/1.2 MB | 7.7 kB
Progress (2): 0.7/1.2 MB | 7.7 kB
Progress (2): 0.7/1.2 MB | 7.7 kB
Progress (2): 0.7/1.2 MB | 7.7 kB
Progress (2): 0.8/1.2 MB | 7.7 kB
Progress (2): 0.8/1.2 MB | 7.7 kB
Progress (2): 0.8/1.2 MB | 7.7 kB
Progress (2): 0.8/1.2 MB | 7.7 kB
Progress (2): 0.8/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 17 kB/s)
10:00:04 Progress (1): 0.8/1.2 MB
Progress (2): 0.8/1.2 MB | 4.1/392 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
10:00:05 Progress (2): 0.8/1.2 MB | 4.1/392 kB
Progress (2): 0.8/1.2 MB | 7.7/392 kB
Progress (2): 0.8/1.2 MB | 7.7/392 kB
Progress (2): 0.8/1.2 MB | 12/392 kB 
Progress (3): 0.8/1.2 MB | 12/392 kB | 4.1/588 kB
Progress (3): 0.8/1.2 MB | 12/392 kB | 4.1/588 kB
Progress (3): 0.8/1.2 MB | 12/392 kB | 7.7/588 kB
Progress (3): 0.8/1.2 MB | 16/392 kB | 7.7/588 kB
Progress (3): 0.8/1.2 MB | 16/392 kB | 7.7/588 kB
Progress (3): 0.8/1.2 MB | 20/392 kB | 7.7/588 kB
Progress (3): 0.8/1.2 MB | 20/392 kB | 12/588 kB 
Progress (3): 0.8/1.2 MB | 20/392 kB | 12/588 kB
Progress (3): 0.8/1.2 MB | 24/392 kB | 12/588 kB
Progress (3): 0.8/1.2 MB | 24/392 kB | 12/588 kB
Progress (3): 0.8/1.2 MB | 28/392 kB | 12/588 kB
Progress (3): 0.8/1.2 MB | 28/392 kB | 16/588 kB
Progress (3): 0.8/1.2 MB | 28/392 kB | 16/588 kB
Progress (3): 0.8/1.2 MB | 28/392 kB | 20/588 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 20/588 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 24/588 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 24/588 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 28/588 kB
Progress (3): 0.8/1.2 MB | 33/392 kB | 28/588 kB
Progress (3): 0.8/1.2 MB | 33/392 kB | 32/588 kB
Progress (3): 0.8/1.2 MB | 33/392 kB | 32/588 kB
Progress (3): 0.8/1.2 MB | 37/392 kB | 32/588 kB
Progress (3): 0.8/1.2 MB | 37/392 kB | 32/588 kB
Progress (3): 0.8/1.2 MB | 37/392 kB | 36/588 kB
Progress (3): 0.8/1.2 MB | 41/392 kB | 36/588 kB
Progress (3): 0.8/1.2 MB | 41/392 kB | 40/588 kB
Progress (3): 0.8/1.2 MB | 41/392 kB | 40/588 kB
Progress (3): 0.8/1.2 MB | 45/392 kB | 40/588 kB
Progress (3): 0.8/1.2 MB | 45/392 kB | 40/588 kB
Progress (3): 0.8/1.2 MB | 45/392 kB | 44/588 kB
Progress (3): 0.8/1.2 MB | 45/392 kB | 44/588 kB
Progress (3): 0.8/1.2 MB | 49/392 kB | 44/588 kB
Progress (3): 0.8/1.2 MB | 49/392 kB | 44/588 kB
Progress (3): 0.8/1.2 MB | 53/392 kB | 44/588 kB
Progress (3): 0.8/1.2 MB | 53/392 kB | 48/588 kB
Progress (3): 0.8/1.2 MB | 53/392 kB | 48/588 kB
Progress (3): 0.8/1.2 MB | 57/392 kB | 48/588 kB
Progress (4): 0.8/1.2 MB | 57/392 kB | 48/588 kB | 4.1/189 kB
Progress (4): 0.8/1.2 MB | 61/392 kB | 48/588 kB | 4.1/189 kB
Progress (4): 0.8/1.2 MB | 61/392 kB | 48/588 kB | 4.1/189 kB
Progress (4): 0.8/1.2 MB | 61/392 kB | 52/588 kB | 4.1/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 52/588 kB | 4.1/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 52/588 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 66/392 kB | 52/588 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 66/392 kB | 52/588 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 66/392 kB | 56/588 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 66/392 kB | 56/588 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 70/392 kB | 56/588 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 70/392 kB | 56/588 kB | 12/189 kB 
Progress (4): 0.8/1.2 MB | 74/392 kB | 56/588 kB | 12/189 kB
Progress (4): 0.8/1.2 MB | 74/392 kB | 56/588 kB | 12/189 kB
Progress (4): 0.8/1.2 MB | 74/392 kB | 60/588 kB | 12/189 kB
Progress (4): 0.9/1.2 MB | 74/392 kB | 60/588 kB | 12/189 kB
Progress (4): 0.9/1.2 MB | 74/392 kB | 60/588 kB | 12/189 kB
Progress (4): 0.9/1.2 MB | 74/392 kB | 60/588 kB | 12/189 kB
Progress (4): 0.9/1.2 MB | 74/392 kB | 60/588 kB | 12/189 kB
Progress (4): 0.9/1.2 MB | 74/392 kB | 60/588 kB | 12/189 kB
Progress (4): 0.9/1.2 MB | 78/392 kB | 60/588 kB | 12/189 kB
Progress (4): 0.9/1.2 MB | 78/392 kB | 60/588 kB | 16/189 kB
Progress (4): 0.9/1.2 MB | 82/392 kB | 60/588 kB | 16/189 kB
Progress (4): 0.9/1.2 MB | 82/392 kB | 60/588 kB | 16/189 kB
Progress (4): 0.9/1.2 MB | 82/392 kB | 64/588 kB | 16/189 kB
Progress (4): 0.9/1.2 MB | 82/392 kB | 64/588 kB | 16/189 kB
Progress (4): 0.9/1.2 MB | 86/392 kB | 64/588 kB | 16/189 kB
Progress (4): 0.9/1.2 MB | 86/392 kB | 64/588 kB | 20/189 kB
Progress (4): 0.9/1.2 MB | 86/392 kB | 64/588 kB | 20/189 kB
Progress (4): 0.9/1.2 MB | 90/392 kB | 64/588 kB | 20/189 kB
Progress (4): 0.9/1.2 MB | 90/392 kB | 68/588 kB | 20/189 kB
Progress (4): 0.9/1.2 MB | 94/392 kB | 68/588 kB | 20/189 kB
Progress (4): 0.9/1.2 MB | 94/392 kB | 68/588 kB | 20/189 kB
Progress (4): 0.9/1.2 MB | 94/392 kB | 68/588 kB | 24/189 kB
Progress (4): 0.9/1.2 MB | 98/392 kB | 68/588 kB | 24/189 kB
Progress (4): 0.9/1.2 MB | 98/392 kB | 68/588 kB | 28/189 kB
Progress (4): 0.9/1.2 MB | 98/392 kB | 72/588 kB | 28/189 kB
Progress (4): 0.9/1.2 MB | 98/392 kB | 72/588 kB | 32/189 kB
Progress (4): 0.9/1.2 MB | 98/392 kB | 72/588 kB | 32/189 kB
Progress (4): 0.9/1.2 MB | 98/392 kB | 72/588 kB | 32/189 kB
Progress (4): 0.9/1.2 MB | 102/392 kB | 72/588 kB | 32/189 kB
Progress (4): 0.9/1.2 MB | 102/392 kB | 76/588 kB | 32/189 kB
Progress (4): 0.9/1.2 MB | 102/392 kB | 76/588 kB | 33/189 kB
Progress (4): 0.9/1.2 MB | 102/392 kB | 80/588 kB | 33/189 kB
Progress (4): 0.9/1.2 MB | 106/392 kB | 80/588 kB | 33/189 kB
Progress (4): 0.9/1.2 MB | 106/392 kB | 84/588 kB | 33/189 kB
Progress (4): 0.9/1.2 MB | 106/392 kB | 84/588 kB | 33/189 kB
Progress (4): 0.9/1.2 MB | 106/392 kB | 88/588 kB | 33/189 kB
Progress (4): 0.9/1.2 MB | 110/392 kB | 88/588 kB | 33/189 kB
Progress (4): 0.9/1.2 MB | 110/392 kB | 88/588 kB | 37/189 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 88/588 kB | 37/189 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 92/588 kB | 37/189 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 92/588 kB | 37/189 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 96/588 kB | 37/189 kB
Progress (4): 0.9/1.2 MB | 118/392 kB | 96/588 kB | 37/189 kB
Progress (4): 0.9/1.2 MB | 118/392 kB | 96/588 kB | 41/189 kB
Progress (4): 0.9/1.2 MB | 122/392 kB | 96/588 kB | 41/189 kB
Progress (4): 0.9/1.2 MB | 122/392 kB | 96/588 kB | 45/189 kB
Progress (4): 0.9/1.2 MB | 122/392 kB | 100/588 kB | 45/189 kB
Progress (4): 0.9/1.2 MB | 122/392 kB | 100/588 kB | 45/189 kB
Progress (4): 0.9/1.2 MB | 122/392 kB | 104/588 kB | 45/189 kB
Progress (4): 0.9/1.2 MB | 122/392 kB | 104/588 kB | 49/189 kB
Progress (4): 0.9/1.2 MB | 126/392 kB | 104/588 kB | 49/189 kB
Progress (4): 0.9/1.2 MB | 126/392 kB | 104/588 kB | 53/189 kB
Progress (4): 0.9/1.2 MB | 126/392 kB | 108/588 kB | 53/189 kB
Progress (4): 0.9/1.2 MB | 126/392 kB | 108/588 kB | 53/189 kB
Progress (4): 0.9/1.2 MB | 126/392 kB | 112/588 kB | 53/189 kB
Progress (4): 0.9/1.2 MB | 126/392 kB | 112/588 kB | 57/189 kB
Progress (4): 0.9/1.2 MB | 130/392 kB | 112/588 kB | 57/189 kB
Progress (4): 0.9/1.2 MB | 130/392 kB | 116/588 kB | 57/189 kB
Progress (4): 0.9/1.2 MB | 130/392 kB | 116/588 kB | 57/189 kB
Progress (4): 0.9/1.2 MB | 130/392 kB | 120/588 kB | 57/189 kB
Progress (4): 0.9/1.2 MB | 134/392 kB | 120/588 kB | 57/189 kB
Progress (4): 0.9/1.2 MB | 134/392 kB | 120/588 kB | 61/189 kB
Progress (4): 0.9/1.2 MB | 138/392 kB | 120/588 kB | 61/189 kB
Progress (4): 0.9/1.2 MB | 138/392 kB | 124/588 kB | 61/189 kB
Progress (4): 0.9/1.2 MB | 142/392 kB | 124/588 kB | 61/189 kB
Progress (4): 0.9/1.2 MB | 142/392 kB | 124/588 kB | 61/189 kB
Progress (4): 0.9/1.2 MB | 146/392 kB | 124/588 kB | 61/189 kB
Progress (4): 0.9/1.2 MB | 146/392 kB | 128/588 kB | 61/189 kB
Progress (4): 0.9/1.2 MB | 150/392 kB | 128/588 kB | 61/189 kB
Progress (4): 0.9/1.2 MB | 150/392 kB | 132/588 kB | 61/189 kB
Progress (4): 0.9/1.2 MB | 150/392 kB | 132/588 kB | 65/189 kB
Progress (4): 0.9/1.2 MB | 150/392 kB | 136/588 kB | 65/189 kB
Progress (4): 0.9/1.2 MB | 154/392 kB | 136/588 kB | 65/189 kB
Progress (4): 0.9/1.2 MB | 154/392 kB | 140/588 kB | 65/189 kB
Progress (4): 0.9/1.2 MB | 154/392 kB | 140/588 kB | 65/189 kB
Progress (4): 0.9/1.2 MB | 154/392 kB | 144/588 kB | 65/189 kB
Progress (4): 0.9/1.2 MB | 158/392 kB | 144/588 kB | 65/189 kB
Progress (4): 0.9/1.2 MB | 158/392 kB | 148/588 kB | 65/189 kB
Progress (4): 0.9/1.2 MB | 158/392 kB | 148/588 kB | 66/189 kB
Progress (4): 0.9/1.2 MB | 158/392 kB | 152/588 kB | 66/189 kB
Progress (4): 0.9/1.2 MB | 158/392 kB | 152/588 kB | 70/189 kB
Progress (4): 0.9/1.2 MB | 162/392 kB | 152/588 kB | 70/189 kB
Progress (4): 0.9/1.2 MB | 162/392 kB | 152/588 kB | 70/189 kB
Progress (4): 0.9/1.2 MB | 166/392 kB | 152/588 kB | 70/189 kB
Progress (4): 0.9/1.2 MB | 166/392 kB | 152/588 kB | 74/189 kB
Progress (4): 0.9/1.2 MB | 166/392 kB | 156/588 kB | 74/189 kB
Progress (4): 0.9/1.2 MB | 166/392 kB | 156/588 kB | 78/189 kB
Progress (4): 0.9/1.2 MB | 170/392 kB | 156/588 kB | 78/189 kB
Progress (4): 0.9/1.2 MB | 170/392 kB | 156/588 kB | 78/189 kB
Progress (4): 0.9/1.2 MB | 174/392 kB | 156/588 kB | 78/189 kB
Progress (4): 0.9/1.2 MB | 174/392 kB | 156/588 kB | 82/189 kB
Progress (4): 0.9/1.2 MB | 174/392 kB | 160/588 kB | 82/189 kB
Progress (4): 0.9/1.2 MB | 174/392 kB | 160/588 kB | 86/189 kB
Progress (4): 0.9/1.2 MB | 174/392 kB | 164/588 kB | 86/189 kB
Progress (4): 0.9/1.2 MB | 178/392 kB | 164/588 kB | 86/189 kB
Progress (4): 0.9/1.2 MB | 178/392 kB | 164/588 kB | 86/189 kB
Progress (4): 0.9/1.2 MB | 182/392 kB | 164/588 kB | 86/189 kB
Progress (4): 0.9/1.2 MB | 182/392 kB | 168/588 kB | 86/189 kB
Progress (5): 0.9/1.2 MB | 182/392 kB | 168/588 kB | 86/189 kB | 4.1/91 kB
Progress (5): 0.9/1.2 MB | 182/392 kB | 168/588 kB | 90/189 kB | 4.1/91 kB
Progress (5): 0.9/1.2 MB | 182/392 kB | 168/588 kB | 90/189 kB | 7.7/91 kB
Progress (5): 0.9/1.2 MB | 182/392 kB | 172/588 kB | 90/189 kB | 7.7/91 kB
Progress (5): 0.9/1.2 MB | 182/392 kB | 172/588 kB | 90/189 kB | 12/91 kB 
Progress (5): 0.9/1.2 MB | 186/392 kB | 172/588 kB | 90/189 kB | 12/91 kB
Progress (5): 0.9/1.2 MB | 186/392 kB | 172/588 kB | 90/189 kB | 12/91 kB
Progress (5): 0.9/1.2 MB | 190/392 kB | 172/588 kB | 90/189 kB | 12/91 kB
Progress (5): 0.9/1.2 MB | 190/392 kB | 172/588 kB | 90/189 kB | 16/91 kB
Progress (5): 0.9/1.2 MB | 190/392 kB | 176/588 kB | 90/189 kB | 16/91 kB
Progress (5): 0.9/1.2 MB | 190/392 kB | 176/588 kB | 94/189 kB | 16/91 kB
Progress (5): 0.9/1.2 MB | 190/392 kB | 176/588 kB | 94/189 kB | 20/91 kB
Progress (5): 0.9/1.2 MB | 194/392 kB | 176/588 kB | 94/189 kB | 20/91 kB
Progress (5): 0.9/1.2 MB | 194/392 kB | 176/588 kB | 94/189 kB | 20/91 kB
Progress (5): 0.9/1.2 MB | 198/392 kB | 176/588 kB | 94/189 kB | 20/91 kB
Progress (5): 0.9/1.2 MB | 198/392 kB | 176/588 kB | 94/189 kB | 24/91 kB
Progress (5): 0.9/1.2 MB | 198/392 kB | 176/588 kB | 98/189 kB | 24/91 kB
Progress (5): 0.9/1.2 MB | 198/392 kB | 176/588 kB | 98/189 kB | 28/91 kB
Progress (5): 0.9/1.2 MB | 198/392 kB | 180/588 kB | 98/189 kB | 28/91 kB
Progress (5): 0.9/1.2 MB | 198/392 kB | 180/588 kB | 98/189 kB | 32/91 kB
Progress (5): 0.9/1.2 MB | 198/392 kB | 180/588 kB | 102/189 kB | 32/91 kB
Progress (5): 0.9/1.2 MB | 202/392 kB | 180/588 kB | 102/189 kB | 32/91 kB
Progress (5): 0.9/1.2 MB | 202/392 kB | 180/588 kB | 102/189 kB | 32/91 kB
Progress (5): 0.9/1.2 MB | 206/392 kB | 180/588 kB | 102/189 kB | 32/91 kB
Progress (5): 0.9/1.2 MB | 206/392 kB | 180/588 kB | 106/189 kB | 32/91 kB
Progress (5): 0.9/1.2 MB | 206/392 kB | 180/588 kB | 106/189 kB | 33/91 kB
Progress (5): 0.9/1.2 MB | 206/392 kB | 184/588 kB | 106/189 kB | 33/91 kB
Progress (5): 0.9/1.2 MB | 206/392 kB | 184/588 kB | 106/189 kB | 37/91 kB
Progress (5): 0.9/1.2 MB | 206/392 kB | 184/588 kB | 110/189 kB | 37/91 kB
Progress (5): 0.9/1.2 MB | 206/392 kB | 184/588 kB | 110/189 kB | 37/91 kB
Progress (5): 0.9/1.2 MB | 210/392 kB | 184/588 kB | 110/189 kB | 37/91 kB
Progress (5): 0.9/1.2 MB | 210/392 kB | 184/588 kB | 110/189 kB | 37/91 kB
Progress (5): 0.9/1.2 MB | 210/392 kB | 184/588 kB | 114/189 kB | 37/91 kB
Progress (5): 0.9/1.2 MB | 210/392 kB | 184/588 kB | 114/189 kB | 41/91 kB
Progress (5): 0.9/1.2 MB | 210/392 kB | 184/588 kB | 118/189 kB | 41/91 kB
Progress (5): 0.9/1.2 MB | 210/392 kB | 188/588 kB | 118/189 kB | 41/91 kB
Progress (5): 0.9/1.2 MB | 210/392 kB | 188/588 kB | 122/189 kB | 41/91 kB
Progress (5): 0.9/1.2 MB | 210/392 kB | 188/588 kB | 122/189 kB | 45/91 kB
Progress (5): 1.0/1.2 MB | 210/392 kB | 188/588 kB | 122/189 kB | 45/91 kB
Progress (5): 1.0/1.2 MB | 214/392 kB | 188/588 kB | 122/189 kB | 45/91 kB
Progress (5): 1.0/1.2 MB | 214/392 kB | 188/588 kB | 122/189 kB | 45/91 kB
Progress (5): 1.0/1.2 MB | 214/392 kB | 188/588 kB | 122/189 kB | 49/91 kB
Progress (5): 1.0/1.2 MB | 214/392 kB | 188/588 kB | 126/189 kB | 49/91 kB
Progress (5): 1.0/1.2 MB | 214/392 kB | 192/588 kB | 126/189 kB | 49/91 kB
Progress (5): 1.0/1.2 MB | 214/392 kB | 192/588 kB | 130/189 kB | 49/91 kB
Progress (5): 1.0/1.2 MB | 214/392 kB | 196/588 kB | 130/189 kB | 49/91 kB
Progress (5): 1.0/1.2 MB | 214/392 kB | 196/588 kB | 130/189 kB | 53/91 kB
Progress (5): 1.0/1.2 MB | 214/392 kB | 196/588 kB | 130/189 kB | 53/91 kB
Progress (5): 1.0/1.2 MB | 218/392 kB | 196/588 kB | 130/189 kB | 53/91 kB
Progress (5): 1.0/1.2 MB | 218/392 kB | 196/588 kB | 130/189 kB | 53/91 kB
Progress (5): 1.0/1.2 MB | 218/392 kB | 196/588 kB | 130/189 kB | 57/91 kB
Progress (5): 1.0/1.2 MB | 218/392 kB | 196/588 kB | 130/189 kB | 57/91 kB
Progress (5): 1.0/1.2 MB | 218/392 kB | 200/588 kB | 130/189 kB | 57/91 kB
Progress (5): 1.0/1.2 MB | 218/392 kB | 200/588 kB | 134/189 kB | 57/91 kB
Progress (5): 1.0/1.2 MB | 218/392 kB | 204/588 kB | 134/189 kB | 57/91 kB
Progress (5): 1.0/1.2 MB | 218/392 kB | 204/588 kB | 134/189 kB | 57/91 kB
Progress (5): 1.0/1.2 MB | 218/392 kB | 204/588 kB | 134/189 kB | 61/91 kB
Progress (5): 1.0/1.2 MB | 222/392 kB | 204/588 kB | 134/189 kB | 61/91 kB
Progress (5): 1.0/1.2 MB | 222/392 kB | 204/588 kB | 134/189 kB | 65/91 kB
Progress (5): 1.0/1.2 MB | 222/392 kB | 204/588 kB | 134/189 kB | 65/91 kB
Progress (5): 1.0/1.2 MB | 222/392 kB | 208/588 kB | 134/189 kB | 65/91 kB
Progress (5): 1.0/1.2 MB | 222/392 kB | 208/588 kB | 138/189 kB | 65/91 kB
Progress (5): 1.0/1.2 MB | 222/392 kB | 212/588 kB | 138/189 kB | 65/91 kB
Progress (5): 1.0/1.2 MB | 222/392 kB | 212/588 kB | 138/189 kB | 65/91 kB
Progress (5): 1.0/1.2 MB | 222/392 kB | 212/588 kB | 138/189 kB | 69/91 kB
Progress (5): 1.0/1.2 MB | 226/392 kB | 212/588 kB | 138/189 kB | 69/91 kB
Progress (5): 1.0/1.2 MB | 226/392 kB | 212/588 kB | 138/189 kB | 73/91 kB
Progress (5): 1.0/1.2 MB | 226/392 kB | 212/588 kB | 138/189 kB | 73/91 kB
Progress (5): 1.0/1.2 MB | 226/392 kB | 216/588 kB | 138/189 kB | 73/91 kB
Progress (5): 1.0/1.2 MB | 226/392 kB | 216/588 kB | 142/189 kB | 73/91 kB
Progress (5): 1.0/1.2 MB | 226/392 kB | 220/588 kB | 142/189 kB | 73/91 kB
Progress (5): 1.0/1.2 MB | 226/392 kB | 220/588 kB | 142/189 kB | 73/91 kB
Progress (5): 1.0/1.2 MB | 226/392 kB | 220/588 kB | 142/189 kB | 77/91 kB
Progress (5): 1.0/1.2 MB | 230/392 kB | 220/588 kB | 142/189 kB | 77/91 kB
Progress (5): 1.0/1.2 MB | 230/392 kB | 220/588 kB | 142/189 kB | 81/91 kB
Progress (5): 1.0/1.2 MB | 230/392 kB | 220/588 kB | 142/189 kB | 81/91 kB
Progress (5): 1.0/1.2 MB | 230/392 kB | 224/588 kB | 142/189 kB | 81/91 kB
Progress (5): 1.0/1.2 MB | 230/392 kB | 224/588 kB | 146/189 kB | 81/91 kB
Progress (5): 1.0/1.2 MB | 230/392 kB | 224/588 kB | 146/189 kB | 81/91 kB
Progress (5): 1.0/1.2 MB | 230/392 kB | 224/588 kB | 146/189 kB | 85/91 kB
Progress (5): 1.0/1.2 MB | 234/392 kB | 224/588 kB | 146/189 kB | 85/91 kB
Progress (5): 1.0/1.2 MB | 234/392 kB | 224/588 kB | 146/189 kB | 89/91 kB
Progress (5): 1.0/1.2 MB | 234/392 kB | 224/588 kB | 146/189 kB | 89/91 kB
Progress (5): 1.0/1.2 MB | 234/392 kB | 224/588 kB | 150/189 kB | 89/91 kB
Progress (5): 1.0/1.2 MB | 234/392 kB | 228/588 kB | 150/189 kB | 89/91 kB
Progress (5): 1.0/1.2 MB | 234/392 kB | 228/588 kB | 154/189 kB | 89/91 kB
Progress (5): 1.0/1.2 MB | 234/392 kB | 228/588 kB | 154/189 kB | 89/91 kB
Progress (5): 1.0/1.2 MB | 234/392 kB | 228/588 kB | 154/189 kB | 91 kB   
Progress (5): 1.0/1.2 MB | 238/392 kB | 228/588 kB | 154/189 kB | 91 kB
Progress (5): 1.0/1.2 MB | 238/392 kB | 228/588 kB | 154/189 kB | 91 kB
Progress (5): 1.0/1.2 MB | 238/392 kB | 228/588 kB | 158/189 kB | 91 kB
Progress (5): 1.0/1.2 MB | 238/392 kB | 232/588 kB | 158/189 kB | 91 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 147 kB/s)
10:00:05 Progress (4): 1.0/1.2 MB | 238/392 kB | 232/588 kB | 162/189 kB
Progress (4): 1.0/1.2 MB | 238/392 kB | 232/588 kB | 162/189 kB
Progress (4): 1.0/1.2 MB | 238/392 kB | 232/588 kB | 166/189 kB
Progress (4): 1.0/1.2 MB | 238/392 kB | 232/588 kB | 166/189 kB
Progress (4): 1.0/1.2 MB | 242/392 kB | 232/588 kB | 166/189 kB
Progress (4): 1.0/1.2 MB | 242/392 kB | 232/588 kB | 166/189 kB
Progress (4): 1.0/1.2 MB | 242/392 kB | 232/588 kB | 170/189 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
10:00:05 Progress (4): 1.0/1.2 MB | 242/392 kB | 236/588 kB | 170/189 kB
Progress (4): 1.0/1.2 MB | 242/392 kB | 236/588 kB | 174/189 kB
Progress (4): 1.0/1.2 MB | 242/392 kB | 236/588 kB | 174/189 kB
Progress (4): 1.0/1.2 MB | 246/392 kB | 236/588 kB | 174/189 kB
Progress (4): 1.0/1.2 MB | 246/392 kB | 236/588 kB | 174/189 kB
Progress (4): 1.0/1.2 MB | 246/392 kB | 236/588 kB | 178/189 kB
Progress (4): 1.0/1.2 MB | 246/392 kB | 240/588 kB | 178/189 kB
Progress (4): 1.0/1.2 MB | 246/392 kB | 240/588 kB | 182/189 kB
Progress (4): 1.0/1.2 MB | 246/392 kB | 240/588 kB | 182/189 kB
Progress (4): 1.0/1.2 MB | 250/392 kB | 240/588 kB | 182/189 kB
Progress (4): 1.0/1.2 MB | 250/392 kB | 240/588 kB | 182/189 kB
Progress (4): 1.0/1.2 MB | 250/392 kB | 240/588 kB | 186/189 kB
Progress (4): 1.0/1.2 MB | 250/392 kB | 240/588 kB | 186/189 kB
Progress (4): 1.0/1.2 MB | 250/392 kB | 244/588 kB | 186/189 kB
Progress (4): 1.0/1.2 MB | 250/392 kB | 244/588 kB | 186/189 kB
Progress (4): 1.0/1.2 MB | 250/392 kB | 244/588 kB | 189 kB    
Progress (4): 1.0/1.2 MB | 254/392 kB | 244/588 kB | 189 kB
Progress (4): 1.0/1.2 MB | 254/392 kB | 244/588 kB | 189 kB
Progress (4): 1.0/1.2 MB | 254/392 kB | 248/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 254/392 kB | 248/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 258/392 kB | 248/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 258/392 kB | 248/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 258/392 kB | 252/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 258/392 kB | 252/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 262/392 kB | 252/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 262/392 kB | 252/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 262/392 kB | 256/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 262/392 kB | 256/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 266/392 kB | 256/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 266/392 kB | 260/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 266/392 kB | 260/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 266/392 kB | 264/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 270/392 kB | 264/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 270/392 kB | 264/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 274/392 kB | 264/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 274/392 kB | 268/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 274/392 kB | 268/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 274/392 kB | 272/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 278/392 kB | 272/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 278/392 kB | 276/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 278/392 kB | 276/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 278/392 kB | 280/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 282/392 kB | 280/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 282/392 kB | 280/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 286/392 kB | 280/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 286/392 kB | 284/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 290/392 kB | 284/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 290/392 kB | 284/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 294/392 kB | 284/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 294/392 kB | 288/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 298/392 kB | 288/588 kB | 189 kB
Progress (4): 1.1/1.2 MB | 298/392 kB | 288/588 kB | 189 kB
Progress (5): 1.1/1.2 MB | 298/392 kB | 288/588 kB | 189 kB | 4.1/168 kB
Progress (5): 1.1/1.2 MB | 298/392 kB | 288/588 kB | 189 kB | 4.1/168 kB
Progress (5): 1.1/1.2 MB | 302/392 kB | 288/588 kB | 189 kB | 4.1/168 kB
Progress (5): 1.1/1.2 MB | 302/392 kB | 292/588 kB | 189 kB | 4.1/168 kB
Progress (5): 1.1/1.2 MB | 306/392 kB | 292/588 kB | 189 kB | 4.1/168 kB
Progress (5): 1.1/1.2 MB | 306/392 kB | 292/588 kB | 189 kB | 4.1/168 kB
Progress (5): 1.1/1.2 MB | 310/392 kB | 292/588 kB | 189 kB | 4.1/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 299 kB/s)
10:00:05 Progress (4): 1.1/1.2 MB | 310/392 kB | 292/588 kB | 7.7/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
10:00:05 Progress (4): 1.1/1.2 MB | 314/392 kB | 292/588 kB | 7.7/168 kB
Progress (4): 1.1/1.2 MB | 314/392 kB | 292/588 kB | 7.7/168 kB
Progress (4): 1.1/1.2 MB | 314/392 kB | 296/588 kB | 7.7/168 kB
Progress (4): 1.1/1.2 MB | 314/392 kB | 296/588 kB | 7.7/168 kB
Progress (4): 1.1/1.2 MB | 318/392 kB | 296/588 kB | 7.7/168 kB
Progress (4): 1.1/1.2 MB | 318/392 kB | 296/588 kB | 12/168 kB 
Progress (4): 1.1/1.2 MB | 322/392 kB | 296/588 kB | 12/168 kB
Progress (4): 1.1/1.2 MB | 322/392 kB | 296/588 kB | 12/168 kB
Progress (4): 1.1/1.2 MB | 322/392 kB | 300/588 kB | 12/168 kB
Progress (4): 1.1/1.2 MB | 322/392 kB | 300/588 kB | 12/168 kB
Progress (4): 1.1/1.2 MB | 326/392 kB | 300/588 kB | 12/168 kB
Progress (4): 1.1/1.2 MB | 326/392 kB | 300/588 kB | 16/168 kB
Progress (4): 1.1/1.2 MB | 330/392 kB | 300/588 kB | 16/168 kB
Progress (4): 1.1/1.2 MB | 330/392 kB | 300/588 kB | 16/168 kB
Progress (4): 1.1/1.2 MB | 330/392 kB | 304/588 kB | 16/168 kB
Progress (4): 1.1/1.2 MB | 334/392 kB | 304/588 kB | 16/168 kB
Progress (4): 1.1/1.2 MB | 334/392 kB | 304/588 kB | 20/168 kB
Progress (4): 1.1/1.2 MB | 338/392 kB | 304/588 kB | 20/168 kB
Progress (4): 1.1/1.2 MB | 338/392 kB | 308/588 kB | 20/168 kB
Progress (4): 1.1/1.2 MB | 342/392 kB | 308/588 kB | 20/168 kB
Progress (4): 1.1/1.2 MB | 342/392 kB | 308/588 kB | 20/168 kB
Progress (4): 1.1/1.2 MB | 346/392 kB | 308/588 kB | 20/168 kB
Progress (4): 1.1/1.2 MB | 346/392 kB | 312/588 kB | 20/168 kB
Progress (4): 1.1/1.2 MB | 350/392 kB | 312/588 kB | 20/168 kB
Progress (4): 1.1/1.2 MB | 350/392 kB | 312/588 kB | 24/168 kB
Progress (4): 1.1/1.2 MB | 354/392 kB | 312/588 kB | 24/168 kB
Progress (4): 1.1/1.2 MB | 354/392 kB | 316/588 kB | 24/168 kB
Progress (4): 1.1/1.2 MB | 354/392 kB | 316/588 kB | 24/168 kB
Progress (4): 1.1/1.2 MB | 354/392 kB | 320/588 kB | 24/168 kB
Progress (4): 1.1/1.2 MB | 354/392 kB | 320/588 kB | 24/168 kB
Progress (4): 1.1/1.2 MB | 358/392 kB | 320/588 kB | 24/168 kB
Progress (4): 1.1/1.2 MB | 358/392 kB | 320/588 kB | 28/168 kB
Progress (4): 1.1/1.2 MB | 362/392 kB | 320/588 kB | 28/168 kB
Progress (4): 1.1/1.2 MB | 362/392 kB | 320/588 kB | 28/168 kB
Progress (4): 1.1/1.2 MB | 362/392 kB | 324/588 kB | 28/168 kB
Progress (4): 1.1/1.2 MB | 362/392 kB | 324/588 kB | 28/168 kB
Progress (4): 1.1/1.2 MB | 366/392 kB | 324/588 kB | 28/168 kB
Progress (4): 1.1/1.2 MB | 366/392 kB | 324/588 kB | 32/168 kB
Progress (4): 1.1/1.2 MB | 370/392 kB | 324/588 kB | 32/168 kB
Progress (4): 1.1/1.2 MB | 370/392 kB | 324/588 kB | 32/168 kB
Progress (4): 1.1/1.2 MB | 370/392 kB | 328/588 kB | 32/168 kB
Progress (4): 1.2/1.2 MB | 370/392 kB | 328/588 kB | 32/168 kB
Progress (4): 1.2/1.2 MB | 374/392 kB | 328/588 kB | 32/168 kB
Progress (4): 1.2/1.2 MB | 374/392 kB | 328/588 kB | 33/168 kB
Progress (4): 1.2/1.2 MB | 378/392 kB | 328/588 kB | 33/168 kB
Progress (4): 1.2/1.2 MB | 378/392 kB | 328/588 kB | 33/168 kB
Progress (4): 1.2/1.2 MB | 378/392 kB | 332/588 kB | 33/168 kB
Progress (4): 1.2/1.2 MB | 378/392 kB | 332/588 kB | 33/168 kB
Progress (4): 1.2/1.2 MB | 382/392 kB | 332/588 kB | 33/168 kB
Progress (4): 1.2/1.2 MB | 382/392 kB | 332/588 kB | 37/168 kB
Progress (4): 1.2/1.2 MB | 386/392 kB | 332/588 kB | 37/168 kB
Progress (5): 1.2/1.2 MB | 386/392 kB | 332/588 kB | 37/168 kB | 4.1/38 kB
Progress (5): 1.2/1.2 MB | 386/392 kB | 332/588 kB | 37/168 kB | 4.1/38 kB
Progress (5): 1.2/1.2 MB | 386/392 kB | 336/588 kB | 37/168 kB | 4.1/38 kB
Progress (5): 1.2/1.2 MB | 386/392 kB | 336/588 kB | 37/168 kB | 7.7/38 kB
Progress (5): 1.2/1.2 MB | 390/392 kB | 336/588 kB | 37/168 kB | 7.7/38 kB
Progress (5): 1.2/1.2 MB | 390/392 kB | 336/588 kB | 41/168 kB | 7.7/38 kB
Progress (5): 1.2/1.2 MB | 390/392 kB | 336/588 kB | 41/168 kB | 12/38 kB 
Progress (5): 1.2/1.2 MB | 392 kB | 336/588 kB | 41/168 kB | 12/38 kB    
Progress (5): 1.2/1.2 MB | 392 kB | 340/588 kB | 41/168 kB | 12/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 340/588 kB | 41/168 kB | 12/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 344/588 kB | 41/168 kB | 12/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 344/588 kB | 41/168 kB | 16/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 344/588 kB | 45/168 kB | 16/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 348/588 kB | 45/168 kB | 16/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 348/588 kB | 45/168 kB | 16/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 352/588 kB | 45/168 kB | 16/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 352/588 kB | 45/168 kB | 16/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 352/588 kB | 49/168 kB | 16/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 352/588 kB | 49/168 kB | 20/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 352/588 kB | 53/168 kB | 20/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 352/588 kB | 53/168 kB | 20/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 356/588 kB | 53/168 kB | 20/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 356/588 kB | 57/168 kB | 20/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 356/588 kB | 57/168 kB | 24/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 356/588 kB | 61/168 kB | 24/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 360/588 kB | 61/168 kB | 24/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 360/588 kB | 61/168 kB | 24/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 364/588 kB | 61/168 kB | 24/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 364/588 kB | 65/168 kB | 24/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 364/588 kB | 65/168 kB | 28/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 364/588 kB | 66/168 kB | 28/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 368/588 kB | 66/168 kB | 28/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 368/588 kB | 66/168 kB | 28/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 372/588 kB | 66/168 kB | 28/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 372/588 kB | 70/168 kB | 28/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 372/588 kB | 70/168 kB | 32/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 372/588 kB | 74/168 kB | 32/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 376/588 kB | 74/168 kB | 32/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 376/588 kB | 74/168 kB | 32/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 380/588 kB | 74/168 kB | 32/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 380/588 kB | 78/168 kB | 32/38 kB
Progress (5): 1.2/1.2 MB | 392 kB | 380/588 kB | 78/168 kB | 36/38 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 602 kB/s)
10:00:05 Progress (4): 1.2/1.2 MB | 380/588 kB | 82/168 kB | 36/38 kB
Progress (4): 1.2/1.2 MB | 384/588 kB | 82/168 kB | 36/38 kB
Progress (4): 1.2/1.2 MB | 384/588 kB | 82/168 kB | 36/38 kB
Progress (4): 1.2/1.2 MB | 388/588 kB | 82/168 kB | 36/38 kB
Progress (4): 1.2/1.2 MB | 388/588 kB | 86/168 kB | 36/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
10:00:05 Progress (4): 1.2/1.2 MB | 388/588 kB | 86/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 388/588 kB | 90/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 392/588 kB | 90/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 392/588 kB | 90/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 396/588 kB | 90/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 396/588 kB | 94/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 400/588 kB | 94/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 400/588 kB | 94/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 404/588 kB | 94/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 404/588 kB | 98/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 408/588 kB | 98/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 408/588 kB | 98/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 408/588 kB | 98/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 408/588 kB | 98/168 kB | 38 kB
Progress (4): 1.2/1.2 MB | 412/588 kB | 98/168 kB | 38 kB
Progress (4): 1.2 MB | 412/588 kB | 98/168 kB | 38 kB    
Progress (4): 1.2 MB | 412/588 kB | 102/168 kB | 38 kB
Progress (4): 1.2 MB | 416/588 kB | 102/168 kB | 38 kB
Progress (4): 1.2 MB | 416/588 kB | 106/168 kB | 38 kB
Progress (4): 1.2 MB | 420/588 kB | 106/168 kB | 38 kB
Progress (4): 1.2 MB | 420/588 kB | 110/168 kB | 38 kB
Progress (4): 1.2 MB | 424/588 kB | 110/168 kB | 38 kB
Progress (4): 1.2 MB | 424/588 kB | 114/168 kB | 38 kB
Progress (4): 1.2 MB | 428/588 kB | 114/168 kB | 38 kB
Progress (4): 1.2 MB | 428/588 kB | 118/168 kB | 38 kB
Progress (4): 1.2 MB | 432/588 kB | 118/168 kB | 38 kB
Progress (4): 1.2 MB | 432/588 kB | 122/168 kB | 38 kB
Progress (4): 1.2 MB | 436/588 kB | 122/168 kB | 38 kB
Progress (4): 1.2 MB | 436/588 kB | 126/168 kB | 38 kB
Progress (5): 1.2 MB | 436/588 kB | 126/168 kB | 38 kB | 4.1/65 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.7 MB/s)
10:00:05 Progress (4): 440/588 kB | 126/168 kB | 38 kB | 4.1/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 53 kB/s)
10:00:05 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
10:00:05 Progress (3): 440/588 kB | 126/168 kB | 7.7/65 kB
Progress (3): 440/588 kB | 130/168 kB | 7.7/65 kB
Progress (3): 440/588 kB | 130/168 kB | 12/65 kB 
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar
10:00:05 Progress (3): 444/588 kB | 130/168 kB | 12/65 kB
Progress (3): 444/588 kB | 134/168 kB | 12/65 kB
Progress (3): 444/588 kB | 134/168 kB | 16/65 kB
Progress (3): 444/588 kB | 138/168 kB | 16/65 kB
Progress (3): 448/588 kB | 138/168 kB | 16/65 kB
Progress (3): 448/588 kB | 142/168 kB | 16/65 kB
Progress (3): 448/588 kB | 142/168 kB | 20/65 kB
Progress (3): 452/588 kB | 142/168 kB | 20/65 kB
Progress (3): 452/588 kB | 146/168 kB | 20/65 kB
Progress (3): 456/588 kB | 146/168 kB | 20/65 kB
Progress (3): 456/588 kB | 146/168 kB | 24/65 kB
Progress (3): 456/588 kB | 150/168 kB | 24/65 kB
Progress (3): 456/588 kB | 150/168 kB | 28/65 kB
Progress (3): 460/588 kB | 150/168 kB | 28/65 kB
Progress (3): 460/588 kB | 150/168 kB | 32/65 kB
Progress (3): 460/588 kB | 154/168 kB | 32/65 kB
Progress (3): 464/588 kB | 154/168 kB | 32/65 kB
Progress (3): 464/588 kB | 154/168 kB | 36/65 kB
Progress (3): 464/588 kB | 158/168 kB | 36/65 kB
Progress (3): 464/588 kB | 158/168 kB | 40/65 kB
Progress (3): 468/588 kB | 158/168 kB | 40/65 kB
Progress (3): 468/588 kB | 162/168 kB | 40/65 kB
Progress (3): 472/588 kB | 162/168 kB | 40/65 kB
Progress (3): 472/588 kB | 162/168 kB | 44/65 kB
Progress (3): 472/588 kB | 166/168 kB | 44/65 kB
Progress (3): 472/588 kB | 166/168 kB | 48/65 kB
Progress (3): 476/588 kB | 166/168 kB | 48/65 kB
Progress (3): 476/588 kB | 168 kB | 48/65 kB    
Progress (3): 480/588 kB | 168 kB | 48/65 kB
Progress (3): 480/588 kB | 168 kB | 52/65 kB
Progress (3): 484/588 kB | 168 kB | 52/65 kB
Progress (3): 484/588 kB | 168 kB | 56/65 kB
Progress (3): 488/588 kB | 168 kB | 56/65 kB
Progress (3): 488/588 kB | 168 kB | 60/65 kB
Progress (3): 492/588 kB | 168 kB | 60/65 kB
Progress (3): 492/588 kB | 168 kB | 64/65 kB
Progress (3): 496/588 kB | 168 kB | 64/65 kB
Progress (3): 496/588 kB | 168 kB | 65 kB   
Progress (3): 500/588 kB | 168 kB | 65 kB
Progress (3): 504/588 kB | 168 kB | 65 kB
Progress (3): 508/588 kB | 168 kB | 65 kB
Progress (3): 512/588 kB | 168 kB | 65 kB
Progress (3): 516/588 kB | 168 kB | 65 kB
Progress (3): 520/588 kB | 168 kB | 65 kB
Progress (3): 524/588 kB | 168 kB | 65 kB
Progress (3): 528/588 kB | 168 kB | 65 kB
Progress (3): 532/588 kB | 168 kB | 65 kB
Progress (3): 536/588 kB | 168 kB | 65 kB
Progress (3): 540/588 kB | 168 kB | 65 kB
Progress (3): 544/588 kB | 168 kB | 65 kB
Progress (3): 548/588 kB | 168 kB | 65 kB
Progress (3): 552/588 kB | 168 kB | 65 kB
Progress (3): 556/588 kB | 168 kB | 65 kB
Progress (3): 560/588 kB | 168 kB | 65 kB
Progress (3): 564/588 kB | 168 kB | 65 kB
Progress (3): 568/588 kB | 168 kB | 65 kB
Progress (3): 572/588 kB | 168 kB | 65 kB
Progress (3): 576/588 kB | 168 kB | 65 kB
Progress (3): 580/588 kB | 168 kB | 65 kB
Progress (3): 584/588 kB | 168 kB | 65 kB
Progress (3): 588/588 kB | 168 kB | 65 kB
Progress (3): 588 kB | 168 kB | 65 kB    
Progress (4): 588 kB | 168 kB | 65 kB | 4.1/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 7.7/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 12/175 kB 
Progress (4): 588 kB | 168 kB | 65 kB | 16/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 20/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 24/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 28/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 32/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 33/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 37/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 41/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 45/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 49/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 53/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 57/175 kB
Progress (4): 588 kB | 168 kB | 65 kB | 61/175 kB
Progress (5): 588 kB | 168 kB | 65 kB | 61/175 kB | 4.1/270 kB
Progress (5): 588 kB | 168 kB | 65 kB | 65/175 kB | 4.1/270 kB
Progress (5): 588 kB | 168 kB | 65 kB | 65/175 kB | 7.7/270 kB
Progress (5): 588 kB | 168 kB | 65 kB | 66/175 kB | 7.7/270 kB
Progress (5): 588 kB | 168 kB | 65 kB | 66/175 kB | 12/270 kB 
Progress (5): 588 kB | 168 kB | 65 kB | 66/175 kB | 16/270 kB
Progress (5): 588 kB | 168 kB | 65 kB | 70/175 kB | 16/270 kB
Progress (5): 588 kB | 168 kB | 65 kB | 70/175 kB | 20/270 kB
Progress (5): 588 kB | 168 kB | 65 kB | 74/175 kB | 20/270 kB
Progress (5): 588 kB | 168 kB | 65 kB | 74/175 kB | 24/270 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 793 kB/s)
10:00:05 Progress (4): 168 kB | 65 kB | 74/175 kB | 28/270 kB
Progress (4): 168 kB | 65 kB | 78/175 kB | 28/270 kB
Progress (4): 168 kB | 65 kB | 78/175 kB | 32/270 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar
10:00:05 Progress (4): 168 kB | 65 kB | 78/175 kB | 33/270 kB
Progress (4): 168 kB | 65 kB | 82/175 kB | 33/270 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 226 kB/s)
10:00:05 Progress (3): 65 kB | 86/175 kB | 33/270 kB
Progress (3): 65 kB | 86/175 kB | 37/270 kB
Progress (3): 65 kB | 90/175 kB | 37/270 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
10:00:05 Progress (3): 65 kB | 94/175 kB | 37/270 kB
Progress (3): 65 kB | 94/175 kB | 41/270 kB
Progress (3): 65 kB | 98/175 kB | 41/270 kB
Progress (3): 65 kB | 98/175 kB | 41/270 kB
Progress (3): 65 kB | 98/175 kB | 45/270 kB
Progress (3): 65 kB | 102/175 kB | 45/270 kB
Progress (3): 65 kB | 102/175 kB | 49/270 kB
Progress (3): 65 kB | 106/175 kB | 49/270 kB
Progress (3): 65 kB | 106/175 kB | 53/270 kB
Progress (3): 65 kB | 110/175 kB | 53/270 kB
Progress (3): 65 kB | 110/175 kB | 57/270 kB
Progress (3): 65 kB | 114/175 kB | 57/270 kB
Progress (3): 65 kB | 114/175 kB | 61/270 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 87 kB/s)
10:00:05 Progress (2): 118/175 kB | 61/270 kB
Progress (2): 118/175 kB | 65/270 kB
Progress (2): 122/175 kB | 65/270 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar
10:00:05 Progress (2): 126/175 kB | 65/270 kB
Progress (2): 126/175 kB | 66/270 kB
Progress (2): 130/175 kB | 66/270 kB
Progress (2): 130/175 kB | 70/270 kB
Progress (2): 131/175 kB | 70/270 kB
Progress (2): 131/175 kB | 74/270 kB
Progress (2): 135/175 kB | 74/270 kB
Progress (2): 135/175 kB | 78/270 kB
Progress (2): 139/175 kB | 78/270 kB
Progress (2): 139/175 kB | 82/270 kB
Progress (2): 143/175 kB | 82/270 kB
Progress (2): 147/175 kB | 82/270 kB
Progress (2): 147/175 kB | 86/270 kB
Progress (2): 151/175 kB | 86/270 kB
Progress (2): 151/175 kB | 90/270 kB
Progress (2): 155/175 kB | 90/270 kB
Progress (2): 155/175 kB | 94/270 kB
Progress (2): 159/175 kB | 94/270 kB
Progress (2): 159/175 kB | 98/270 kB
Progress (2): 163/175 kB | 98/270 kB
Progress (2): 163/175 kB | 98/270 kB
Progress (2): 167/175 kB | 98/270 kB
Progress (2): 167/175 kB | 102/270 kB
Progress (2): 171/175 kB | 102/270 kB
Progress (2): 171/175 kB | 106/270 kB
Progress (2): 175/175 kB | 106/270 kB
Progress (2): 175 kB | 106/270 kB    
Progress (2): 175 kB | 110/270 kB
Progress (2): 175 kB | 114/270 kB
Progress (2): 175 kB | 118/270 kB
Progress (2): 175 kB | 122/270 kB
Progress (2): 175 kB | 126/270 kB
Progress (2): 175 kB | 130/270 kB
Progress (2): 175 kB | 131/270 kB
Progress (2): 175 kB | 135/270 kB
Progress (2): 175 kB | 139/270 kB
Progress (2): 175 kB | 143/270 kB
Progress (2): 175 kB | 147/270 kB
Progress (2): 175 kB | 151/270 kB
Progress (2): 175 kB | 155/270 kB
Progress (2): 175 kB | 159/270 kB
Progress (2): 175 kB | 163/270 kB
Progress (2): 175 kB | 164/270 kB
Progress (2): 175 kB | 168/270 kB
Progress (2): 175 kB | 172/270 kB
Progress (2): 175 kB | 176/270 kB
Progress (2): 175 kB | 180/270 kB
Progress (2): 175 kB | 184/270 kB
Progress (2): 175 kB | 188/270 kB
Progress (2): 175 kB | 192/270 kB
Progress (2): 175 kB | 196/270 kB
Progress (2): 175 kB | 197/270 kB
Progress (2): 175 kB | 201/270 kB
Progress (2): 175 kB | 205/270 kB
Progress (2): 175 kB | 209/270 kB
Progress (2): 175 kB | 213/270 kB
Progress (2): 175 kB | 217/270 kB
Progress (2): 175 kB | 221/270 kB
Progress (3): 175 kB | 221/270 kB | 4.1/113 kB
Progress (3): 175 kB | 225/270 kB | 4.1/113 kB
Progress (3): 175 kB | 225/270 kB | 7.7/113 kB
Progress (3): 175 kB | 229/270 kB | 7.7/113 kB
Progress (3): 175 kB | 229/270 kB | 12/113 kB 
Progress (3): 175 kB | 233/270 kB | 12/113 kB
Progress (3): 175 kB | 233/270 kB | 16/113 kB
Progress (3): 175 kB | 237/270 kB | 16/113 kB
Progress (3): 175 kB | 237/270 kB | 20/113 kB
Progress (3): 175 kB | 241/270 kB | 20/113 kB
Progress (3): 175 kB | 241/270 kB | 24/113 kB
Progress (3): 175 kB | 245/270 kB | 24/113 kB
Progress (3): 175 kB | 245/270 kB | 28/113 kB
Progress (3): 175 kB | 249/270 kB | 28/113 kB
Progress (3): 175 kB | 249/270 kB | 32/113 kB
Progress (3): 175 kB | 253/270 kB | 32/113 kB
Progress (3): 175 kB | 253/270 kB | 33/113 kB
Progress (3): 175 kB | 257/270 kB | 33/113 kB
Progress (3): 175 kB | 257/270 kB | 37/113 kB
Progress (3): 175 kB | 261/270 kB | 37/113 kB
Progress (3): 175 kB | 261/270 kB | 41/113 kB
Progress (3): 175 kB | 265/270 kB | 41/113 kB
Progress (3): 175 kB | 265/270 kB | 45/113 kB
Progress (3): 175 kB | 269/270 kB | 45/113 kB
Progress (3): 175 kB | 269/270 kB | 49/113 kB
Progress (3): 175 kB | 270 kB | 49/113 kB    
Progress (3): 175 kB | 270 kB | 53/113 kB
Progress (3): 175 kB | 270 kB | 57/113 kB
Progress (3): 175 kB | 270 kB | 61/113 kB
Progress (3): 175 kB | 270 kB | 65/113 kB
Progress (3): 175 kB | 270 kB | 66/113 kB
Progress (3): 175 kB | 270 kB | 70/113 kB
Progress (3): 175 kB | 270 kB | 74/113 kB
Progress (3): 175 kB | 270 kB | 78/113 kB
Progress (3): 175 kB | 270 kB | 82/113 kB
Progress (3): 175 kB | 270 kB | 86/113 kB
Progress (3): 175 kB | 270 kB | 90/113 kB
Progress (3): 175 kB | 270 kB | 94/113 kB
Progress (3): 175 kB | 270 kB | 98/113 kB
Progress (3): 175 kB | 270 kB | 102/113 kB
Progress (3): 175 kB | 270 kB | 106/113 kB
Progress (3): 175 kB | 270 kB | 110/113 kB
Progress (3): 175 kB | 270 kB | 113 kB    
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar (175 kB at 228 kB/s)
10:00:05 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
10:00:05 Progress (3): 270 kB | 113 kB | 4.1/33 kB
Progress (3): 270 kB | 113 kB | 7.7/33 kB
Progress (3): 270 kB | 113 kB | 12/33 kB 
Progress (3): 270 kB | 113 kB | 16/33 kB
Progress (3): 270 kB | 113 kB | 20/33 kB
Progress (3): 270 kB | 113 kB | 24/33 kB
Progress (3): 270 kB | 113 kB | 28/33 kB
Progress (3): 270 kB | 113 kB | 32/33 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar (270 kB at 350 kB/s)
10:00:05 Progress (2): 113 kB | 33 kB
                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar
10:00:05 Progress (3): 113 kB | 33 kB | 4.1/50 kB
Progress (3): 113 kB | 33 kB | 7.7/50 kB
Progress (3): 113 kB | 33 kB | 12/50 kB 
Progress (3): 113 kB | 33 kB | 16/50 kB
Progress (3): 113 kB | 33 kB | 20/50 kB
Progress (3): 113 kB | 33 kB | 24/50 kB
Progress (3): 113 kB | 33 kB | 28/50 kB
Progress (3): 113 kB | 33 kB | 32/50 kB
Progress (3): 113 kB | 33 kB | 36/50 kB
Progress (3): 113 kB | 33 kB | 40/50 kB
Progress (3): 113 kB | 33 kB | 44/50 kB
Progress (3): 113 kB | 33 kB | 48/50 kB
Progress (3): 113 kB | 33 kB | 50 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar (33 kB at 40 kB/s)
10:00:05 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 62 kB/s)
10:00:05 Progress (2): 113 kB | 4.1/79 kB
Progress (3): 113 kB | 4.1/79 kB | 4.1/128 kB
Progress (3): 113 kB | 7.7/79 kB | 4.1/128 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar (113 kB at 138 kB/s)
10:00:05 Progress (2): 12/79 kB | 4.1/128 kB
Progress (2): 12/79 kB | 7.7/128 kB
Progress (2): 16/79 kB | 7.7/128 kB
Progress (2): 16/79 kB | 12/128 kB 
Progress (2): 20/79 kB | 12/128 kB
Progress (2): 20/79 kB | 16/128 kB
Progress (2): 24/79 kB | 16/128 kB
Progress (2): 24/79 kB | 20/128 kB
Progress (2): 28/79 kB | 20/128 kB
Progress (2): 28/79 kB | 24/128 kB
Progress (2): 32/79 kB | 24/128 kB
Progress (2): 33/79 kB | 24/128 kB
Progress (2): 33/79 kB | 28/128 kB
Progress (2): 37/79 kB | 28/128 kB
Progress (2): 37/79 kB | 32/128 kB
Progress (2): 41/79 kB | 32/128 kB
Progress (2): 41/79 kB | 33/128 kB
Progress (2): 45/79 kB | 33/128 kB
Progress (2): 45/79 kB | 37/128 kB
Progress (2): 49/79 kB | 37/128 kB
Progress (2): 49/79 kB | 41/128 kB
Progress (2): 53/79 kB | 41/128 kB
Progress (2): 57/79 kB | 41/128 kB
Progress (2): 57/79 kB | 45/128 kB
Progress (2): 61/79 kB | 45/128 kB
Progress (2): 61/79 kB | 49/128 kB
Progress (2): 65/79 kB | 49/128 kB
Progress (2): 66/79 kB | 49/128 kB
Progress (2): 66/79 kB | 53/128 kB
Progress (2): 70/79 kB | 53/128 kB
Progress (2): 70/79 kB | 57/128 kB
Progress (2): 74/79 kB | 57/128 kB
Progress (2): 74/79 kB | 61/128 kB
Progress (2): 78/79 kB | 61/128 kB
Progress (2): 78/79 kB | 65/128 kB
Progress (2): 79 kB | 65/128 kB   
Progress (2): 79 kB | 66/128 kB
Progress (2): 79 kB | 70/128 kB
Progress (2): 79 kB | 74/128 kB
Progress (2): 79 kB | 78/128 kB
Progress (2): 79 kB | 82/128 kB
Progress (2): 79 kB | 86/128 kB
Progress (2): 79 kB | 90/128 kB
Progress (2): 79 kB | 94/128 kB
Progress (2): 79 kB | 98/128 kB
Progress (2): 79 kB | 102/128 kB
Progress (2): 79 kB | 106/128 kB
Progress (2): 79 kB | 110/128 kB
Progress (2): 79 kB | 114/128 kB
Progress (2): 79 kB | 118/128 kB
Progress (2): 79 kB | 122/128 kB
Progress (2): 79 kB | 126/128 kB
Progress (2): 79 kB | 128 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar (128 kB at 152 kB/s)
10:00:05 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 94 kB/s)
10:00: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.release/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:00:05 [INFO] 
10:00:05 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ parent ---
10:00:05 [INFO] 
10:00:05 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ parent ---
10:00:05 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
10:00:05 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
10:00:05 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 38 kB/s)
10:00:05 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
10:00:05 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
10:00:05 Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar (13 kB at 792 kB/s)
10:00:05 [INFO] 
10:00:05 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ parent ---
10:00:05 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
10:00:05 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
10:00:05 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 407 kB/s)
10:00:05 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
10:00:05 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
10:00: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/3.1.0/maven-3.1.0.pom (22 kB at 1.0 MB/s)
10:00:05 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
10:00:05 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
10:00:05 Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 127 kB/s)
10:00:05 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
10:00:05 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
10:00:05 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 81 kB/s)
10:00:05 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
10:00:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
10:00:05 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 585 kB/s)
10:00:05 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
10:00:05 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
10:00:05 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 50 kB/s)
10:00:05 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
10:00:05 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
10:00:05 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 55 kB/s)
10:00:05 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
10:00:05 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
10:00:05 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 37 kB/s)
10:00:05 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
10:00:05 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
10:00:05 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 76 kB/s)
10:00:05 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
10:00:06 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
10:00: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/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 30 kB/s)
10:00:06 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
10:00:06 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
10:00:06 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 43 kB/s)
10:00:06 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
10:00:06 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
10:00:06 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 90 kB/s)
10:00:06 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
10:00:06 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
10:00:06 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 134 kB/s)
10:00:06 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
10:00:06 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
10:00:06 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 283 kB/s)
10:00:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
10:00:06 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
10:00:06 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 46 kB/s)
10:00:06 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
10:00:06 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
10:00:06 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 65 kB/s)
10:00:06 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
10:00:06 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
10:00:06 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 226 kB/s)
10:00:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
10:00:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
10:00:06 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 647 kB/s)
10:00:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
10:00:06 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
10:00:06 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 24 kB/s)
10:00:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
10:00:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
10:00:06 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 12 kB/s)
10:00:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.pom
10:00:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom
10:00:06 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 175 kB/s)
10:00:06 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
10:00:06 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
10:00:06 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 291 kB/s)
10:00:06 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
10:00:06 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
10:00:06 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 290 kB/s)
10:00:06 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
10:00:06 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
10:00:07 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 312 kB/s)
10:00:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
10:00:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
10:00:07 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 10 kB/s)
10:00:07 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
10:00:07 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
10:00:07 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 92 kB/s)
10:00:07 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
10:00:07 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
10:00:07 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 217 kB/s)
10:00:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom
10:00:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
10:00:07 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 6.5 kB/s)
10:00:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
10:00:07 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
10:00:07 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 114 kB/s)
10:00:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
10:00:07 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
10:00:07 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 125 kB/s)
10:00:07 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
10:00:07 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
10:00:07 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 115 kB/s)
10:00:07 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
10:00:07 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
10:00:07 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 8.8 kB/s)
10:00:07 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
10:00:07 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
10:00:07 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 110 kB/s)
10:00:07 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
10:00:07 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
10:00:07 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 51 kB/s)
10:00:07 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
10:00:07 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
10:00:07 Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 871 kB/s)
10:00:07 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
10:00:07 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
10:00:07 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 59 kB/s)
10:00:07 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
10:00:07 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
10:00:07 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 55 kB/s)
10:00:07 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
10:00:07 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
10:00:07 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 90 kB/s)
10:00:07 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
10:00:07 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
10:00:07 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 110 kB/s)
10:00:07 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
10:00:08 Progress (1): 2.2 kB
                    
Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.pom (2.2 kB at 122 kB/s)
10:00:08 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
10:00:08 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
10:00:08 Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 521 kB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/43/commons-parent-43.pom
10:00:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom
10:00:08 Progress (1): 4.1/70 kB
Progress (1): 7.7/70 kB
Progress (1): 12/70 kB 
Progress (1): 16/70 kB
Progress (1): 20/70 kB
Progress (1): 24/70 kB
Progress (1): 28/70 kB
Progress (1): 32/70 kB
Progress (1): 36/70 kB
Progress (1): 40/70 kB
Progress (1): 44/70 kB
Progress (1): 48/70 kB
Progress (1): 52/70 kB
Progress (1): 56/70 kB
Progress (1): 60/70 kB
Progress (1): 64/70 kB
Progress (1): 68/70 kB
Progress (1): 70 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 2.1 MB/s)
10:00:08 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
10:00:08 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
10:00:08 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 148 kB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom
10:00:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom
10:00:08 Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 128 kB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom
10:00:08 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 213 kB/s)
10:00:08 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
10:00:08 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 110 kB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom
10:00:08 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
10:00:08 Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 213 kB/s)
10:00:08 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
10:00:08 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
10:00:08 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 522 kB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom
10:00:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
10:00:08 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 757 kB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom
10:00:08 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
10:00: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/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 146 kB/s)
10:00:08 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
10:00:08 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
10:00: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/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 464 kB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
10:00:08 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
10:00:08 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 662 kB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
10:00:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
10:00:08 Progress (1): 4.1/56 kB
Progress (1): 7.7/56 kB
Progress (1): 12/56 kB 
Progress (1): 16/56 kB
Progress (1): 20/56 kB
Progress (1): 24/56 kB
Progress (1): 28/56 kB
Progress (1): 32/56 kB
Progress (1): 36/56 kB
Progress (1): 40/56 kB
Progress (1): 44/56 kB
Progress (1): 48/56 kB
Progress (1): 52/56 kB
Progress (1): 56/56 kB
Progress (1): 56 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.4 MB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
10:00:08 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
10:00:08 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 372 kB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom
10:00:08 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
10:00:08 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 133 kB/s)
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
10:00:08 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
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
10:00:08 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
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 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
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.jar
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar
10:00:08 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
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
10:00:08 Progress (1): 4.1/66 kB
Progress (1): 7.7/66 kB
Progress (1): 12/66 kB 
Progress (1): 16/66 kB
Progress (1): 20/66 kB
Progress (1): 24/66 kB
Progress (1): 28/66 kB
Progress (1): 32/66 kB
Progress (1): 36/66 kB
Progress (1): 40/66 kB
Progress (1): 44/66 kB
Progress (1): 48/66 kB
Progress (1): 52/66 kB
Progress (1): 56/66 kB
Progress (1): 60/66 kB
Progress (1): 64/66 kB
Progress (1): 66 kB   
                   
Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar (66 kB at 406 kB/s)
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
10:00:08 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
10:00:08 Progress (1): 4.1/5.3 kB
                        
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/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar
10:00:08 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
10:00:08 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   
                            
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)
10:00:09 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 174 kB/s)
10:00:09 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
10:00:09 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
10:00:09 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
10:00:09 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
10:00:09 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
10:00:09 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 (2): 24/47 kB | 4.1/563 kB
Progress (2): 24/47 kB | 7.7/563 kB
Progress (2): 28/47 kB | 7.7/563 kB
Progress (2): 28/47 kB | 12/563 kB 
Progress (2): 32/47 kB | 12/563 kB
Progress (2): 32/47 kB | 16/563 kB
Progress (2): 36/47 kB | 16/563 kB
Progress (2): 36/47 kB | 20/563 kB
Progress (2): 40/47 kB | 20/563 kB
Progress (2): 40/47 kB | 24/563 kB
Progress (2): 44/47 kB | 24/563 kB
Progress (2): 47 kB | 24/563 kB   
Progress (2): 47 kB | 28/563 kB
Progress (2): 47 kB | 32/563 kB
Progress (2): 47 kB | 33/563 kB
Progress (2): 47 kB | 37/563 kB
Progress (2): 47 kB | 41/563 kB
Progress (2): 47 kB | 45/563 kB
Progress (2): 47 kB | 49/563 kB
Progress (2): 47 kB | 53/563 kB
Progress (2): 47 kB | 57/563 kB
Progress (2): 47 kB | 61/563 kB
Progress (2): 47 kB | 65/563 kB
Progress (2): 47 kB | 66/563 kB
Progress (2): 47 kB | 70/563 kB
Progress (2): 47 kB | 74/563 kB
Progress (3): 47 kB | 74/563 kB | 4.1/164 kB
Progress (3): 47 kB | 74/563 kB | 7.7/164 kB
Progress (3): 47 kB | 78/563 kB | 7.7/164 kB
Progress (3): 47 kB | 78/563 kB | 12/164 kB 
Progress (3): 47 kB | 82/563 kB | 12/164 kB
Progress (3): 47 kB | 82/563 kB | 16/164 kB
Progress (3): 47 kB | 86/563 kB | 16/164 kB
Progress (3): 47 kB | 86/563 kB | 20/164 kB
Progress (3): 47 kB | 90/563 kB | 20/164 kB
Progress (3): 47 kB | 90/563 kB | 24/164 kB
Progress (3): 47 kB | 94/563 kB | 24/164 kB
Progress (3): 47 kB | 94/563 kB | 28/164 kB
Progress (3): 47 kB | 98/563 kB | 28/164 kB
Progress (3): 47 kB | 98/563 kB | 32/164 kB
Progress (3): 47 kB | 102/563 kB | 32/164 kB
Progress (3): 47 kB | 102/563 kB | 36/164 kB
Progress (3): 47 kB | 106/563 kB | 36/164 kB
Progress (3): 47 kB | 106/563 kB | 40/164 kB
Progress (3): 47 kB | 110/563 kB | 40/164 kB
Progress (3): 47 kB | 110/563 kB | 44/164 kB
Progress (3): 47 kB | 114/563 kB | 44/164 kB
Progress (3): 47 kB | 114/563 kB | 48/164 kB
Progress (3): 47 kB | 118/563 kB | 48/164 kB
Progress (3): 47 kB | 118/563 kB | 52/164 kB
Progress (3): 47 kB | 122/563 kB | 52/164 kB
Progress (3): 47 kB | 122/563 kB | 56/164 kB
Progress (3): 47 kB | 126/563 kB | 56/164 kB
Progress (3): 47 kB | 126/563 kB | 60/164 kB
Progress (3): 47 kB | 130/563 kB | 60/164 kB
Progress (3): 47 kB | 130/563 kB | 64/164 kB
Progress (3): 47 kB | 134/563 kB | 64/164 kB
Progress (3): 47 kB | 134/563 kB | 68/164 kB
Progress (3): 47 kB | 138/563 kB | 68/164 kB
Progress (3): 47 kB | 138/563 kB | 72/164 kB
Progress (3): 47 kB | 142/563 kB | 72/164 kB
Progress (3): 47 kB | 146/563 kB | 72/164 kB
Progress (3): 47 kB | 146/563 kB | 76/164 kB
Progress (3): 47 kB | 150/563 kB | 76/164 kB
Progress (3): 47 kB | 150/563 kB | 80/164 kB
Progress (3): 47 kB | 154/563 kB | 80/164 kB
Progress (3): 47 kB | 154/563 kB | 84/164 kB
Progress (3): 47 kB | 154/563 kB | 88/164 kB
Progress (3): 47 kB | 158/563 kB | 88/164 kB
Progress (3): 47 kB | 158/563 kB | 92/164 kB
Progress (3): 47 kB | 162/563 kB | 92/164 kB
Progress (3): 47 kB | 162/563 kB | 96/164 kB
Progress (3): 47 kB | 166/563 kB | 96/164 kB
Progress (3): 47 kB | 166/563 kB | 100/164 kB
Progress (3): 47 kB | 170/563 kB | 100/164 kB
Progress (3): 47 kB | 170/563 kB | 104/164 kB
Progress (3): 47 kB | 170/563 kB | 108/164 kB
Progress (3): 47 kB | 174/563 kB | 108/164 kB
Progress (3): 47 kB | 174/563 kB | 112/164 kB
Progress (3): 47 kB | 178/563 kB | 112/164 kB
Progress (3): 47 kB | 178/563 kB | 116/164 kB
Progress (3): 47 kB | 178/563 kB | 120/164 kB
Progress (3): 47 kB | 182/563 kB | 120/164 kB
Progress (3): 47 kB | 182/563 kB | 124/164 kB
Progress (3): 47 kB | 186/563 kB | 124/164 kB
Progress (3): 47 kB | 186/563 kB | 128/164 kB
Progress (3): 47 kB | 190/563 kB | 128/164 kB
Progress (3): 47 kB | 190/563 kB | 132/164 kB
Progress (3): 47 kB | 194/563 kB | 132/164 kB
Progress (3): 47 kB | 194/563 kB | 136/164 kB
Progress (3): 47 kB | 194/563 kB | 140/164 kB
Progress (3): 47 kB | 198/563 kB | 140/164 kB
Progress (3): 47 kB | 198/563 kB | 144/164 kB
Progress (3): 47 kB | 202/563 kB | 144/164 kB
Progress (3): 47 kB | 202/563 kB | 148/164 kB
Progress (3): 47 kB | 202/563 kB | 152/164 kB
Progress (3): 47 kB | 206/563 kB | 152/164 kB
Progress (3): 47 kB | 206/563 kB | 156/164 kB
Progress (3): 47 kB | 210/563 kB | 156/164 kB
Progress (3): 47 kB | 210/563 kB | 160/164 kB
Progress (3): 47 kB | 214/563 kB | 160/164 kB
Progress (3): 47 kB | 214/563 kB | 164 kB    
Progress (3): 47 kB | 218/563 kB | 164 kB
Progress (3): 47 kB | 222/563 kB | 164 kB
Progress (3): 47 kB | 226/563 kB | 164 kB
Progress (3): 47 kB | 230/563 kB | 164 kB
Progress (3): 47 kB | 234/563 kB | 164 kB
Progress (3): 47 kB | 238/563 kB | 164 kB
Progress (3): 47 kB | 242/563 kB | 164 kB
Progress (3): 47 kB | 246/563 kB | 164 kB
Progress (3): 47 kB | 250/563 kB | 164 kB
Progress (3): 47 kB | 254/563 kB | 164 kB
Progress (3): 47 kB | 258/563 kB | 164 kB
Progress (3): 47 kB | 262/563 kB | 164 kB
Progress (3): 47 kB | 266/563 kB | 164 kB
Progress (3): 47 kB | 270/563 kB | 164 kB
Progress (3): 47 kB | 274/563 kB | 164 kB
Progress (3): 47 kB | 278/563 kB | 164 kB
Progress (3): 47 kB | 282/563 kB | 164 kB
Progress (3): 47 kB | 286/563 kB | 164 kB
Progress (3): 47 kB | 290/563 kB | 164 kB
Progress (3): 47 kB | 294/563 kB | 164 kB
Progress (3): 47 kB | 298/563 kB | 164 kB
Progress (3): 47 kB | 302/563 kB | 164 kB
Progress (3): 47 kB | 306/563 kB | 164 kB
Progress (3): 47 kB | 310/563 kB | 164 kB
Progress (3): 47 kB | 314/563 kB | 164 kB
Progress (3): 47 kB | 318/563 kB | 164 kB
Progress (3): 47 kB | 322/563 kB | 164 kB
Progress (3): 47 kB | 326/563 kB | 164 kB
Progress (3): 47 kB | 330/563 kB | 164 kB
Progress (3): 47 kB | 334/563 kB | 164 kB
Progress (3): 47 kB | 338/563 kB | 164 kB
Progress (3): 47 kB | 342/563 kB | 164 kB
Progress (3): 47 kB | 346/563 kB | 164 kB
Progress (3): 47 kB | 350/563 kB | 164 kB
Progress (3): 47 kB | 354/563 kB | 164 kB
Progress (3): 47 kB | 358/563 kB | 164 kB
Progress (3): 47 kB | 362/563 kB | 164 kB
Progress (3): 47 kB | 366/563 kB | 164 kB
Progress (3): 47 kB | 370/563 kB | 164 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 3.1 MB/s)
10:00:09 Progress (2): 47 kB | 374/563 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
10:00:09 Progress (2): 47 kB | 378/563 kB
Progress (2): 47 kB | 382/563 kB
Progress (2): 47 kB | 386/563 kB
Progress (2): 47 kB | 390/563 kB
Progress (2): 47 kB | 394/563 kB
Progress (2): 47 kB | 398/563 kB
Progress (2): 47 kB | 402/563 kB
Progress (2): 47 kB | 406/563 kB
Progress (2): 47 kB | 410/563 kB
Progress (2): 47 kB | 414/563 kB
Progress (2): 47 kB | 418/563 kB
Progress (2): 47 kB | 422/563 kB
Progress (2): 47 kB | 426/563 kB
Progress (2): 47 kB | 430/563 kB
Progress (2): 47 kB | 434/563 kB
Progress (2): 47 kB | 438/563 kB
Progress (2): 47 kB | 442/563 kB
Progress (2): 47 kB | 446/563 kB
Progress (2): 47 kB | 450/563 kB
Progress (2): 47 kB | 454/563 kB
Progress (2): 47 kB | 458/563 kB
Progress (2): 47 kB | 462/563 kB
Progress (2): 47 kB | 466/563 kB
Progress (2): 47 kB | 470/563 kB
Progress (2): 47 kB | 474/563 kB
Progress (2): 47 kB | 478/563 kB
Progress (2): 47 kB | 482/563 kB
Progress (2): 47 kB | 486/563 kB
Progress (2): 47 kB | 490/563 kB
Progress (2): 47 kB | 494/563 kB
Progress (2): 47 kB | 498/563 kB
Progress (2): 47 kB | 502/563 kB
Progress (2): 47 kB | 506/563 kB
Progress (2): 47 kB | 510/563 kB
Progress (2): 47 kB | 514/563 kB
Progress (2): 47 kB | 518/563 kB
Progress (2): 47 kB | 522/563 kB
Progress (2): 47 kB | 526/563 kB
Progress (2): 47 kB | 530/563 kB
Progress (2): 47 kB | 534/563 kB
Progress (2): 47 kB | 538/563 kB
Progress (2): 47 kB | 542/563 kB
Progress (2): 47 kB | 546/563 kB
Progress (2): 47 kB | 550/563 kB
Progress (2): 47 kB | 554/563 kB
Progress (2): 47 kB | 558/563 kB
Progress (2): 47 kB | 562/563 kB
Progress (2): 47 kB | 563 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 377 kB/s)
10:00:09 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 4.5 MB/s)
10:00:09 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
10:00:09 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
10:00:09 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   
Progress (2): 41 kB | 4.1/159 kB
Progress (2): 41 kB | 7.7/159 kB
Progress (2): 41 kB | 12/159 kB 
Progress (2): 41 kB | 16/159 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 278 kB/s)
10:00:09 Progress (1): 20/159 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
10:00:09 Progress (1): 24/159 kB
Progress (1): 28/159 kB
Progress (2): 28/159 kB | 4.1/60 kB
Progress (2): 32/159 kB | 4.1/60 kB
Progress (2): 32/159 kB | 7.7/60 kB
Progress (2): 33/159 kB | 7.7/60 kB
Progress (2): 33/159 kB | 12/60 kB 
Progress (2): 33/159 kB | 16/60 kB
Progress (2): 37/159 kB | 16/60 kB
Progress (2): 37/159 kB | 20/60 kB
Progress (2): 41/159 kB | 20/60 kB
Progress (3): 41/159 kB | 20/60 kB | 4.1/52 kB
Progress (3): 41/159 kB | 24/60 kB | 4.1/52 kB
Progress (3): 41/159 kB | 24/60 kB | 7.7/52 kB
Progress (3): 45/159 kB | 24/60 kB | 7.7/52 kB
Progress (3): 45/159 kB | 28/60 kB | 7.7/52 kB
Progress (3): 45/159 kB | 28/60 kB | 12/52 kB 
Progress (3): 49/159 kB | 28/60 kB | 12/52 kB
Progress (3): 49/159 kB | 28/60 kB | 16/52 kB
Progress (3): 49/159 kB | 32/60 kB | 16/52 kB
Progress (3): 53/159 kB | 32/60 kB | 16/52 kB
Progress (3): 53/159 kB | 36/60 kB | 16/52 kB
Progress (3): 57/159 kB | 36/60 kB | 16/52 kB
Progress (3): 57/159 kB | 36/60 kB | 20/52 kB
Progress (3): 57/159 kB | 40/60 kB | 20/52 kB
Progress (3): 57/159 kB | 40/60 kB | 24/52 kB
Progress (3): 61/159 kB | 40/60 kB | 24/52 kB
Progress (3): 61/159 kB | 44/60 kB | 24/52 kB
Progress (3): 65/159 kB | 44/60 kB | 24/52 kB
Progress (3): 65/159 kB | 44/60 kB | 28/52 kB
Progress (3): 66/159 kB | 44/60 kB | 28/52 kB
Progress (3): 66/159 kB | 48/60 kB | 28/52 kB
Progress (4): 66/159 kB | 48/60 kB | 28/52 kB | 4.1/30 kB
Progress (4): 66/159 kB | 48/60 kB | 32/52 kB | 4.1/30 kB
Progress (4): 66/159 kB | 48/60 kB | 32/52 kB | 7.7/30 kB
Progress (4): 66/159 kB | 52/60 kB | 32/52 kB | 7.7/30 kB
Progress (4): 70/159 kB | 52/60 kB | 32/52 kB | 7.7/30 kB
Progress (4): 70/159 kB | 56/60 kB | 32/52 kB | 7.7/30 kB
Progress (4): 70/159 kB | 56/60 kB | 32/52 kB | 12/30 kB 
Progress (4): 70/159 kB | 56/60 kB | 36/52 kB | 12/30 kB
Progress (4): 70/159 kB | 56/60 kB | 36/52 kB | 16/30 kB
Progress (5): 70/159 kB | 56/60 kB | 36/52 kB | 16/30 kB | 4.1/18 kB
Progress (5): 70/159 kB | 60/60 kB | 36/52 kB | 16/30 kB | 4.1/18 kB
Progress (5): 74/159 kB | 60/60 kB | 36/52 kB | 16/30 kB | 4.1/18 kB
Progress (5): 74/159 kB | 60 kB | 36/52 kB | 16/30 kB | 4.1/18 kB   
Progress (5): 74/159 kB | 60 kB | 36/52 kB | 16/30 kB | 7.7/18 kB
Progress (5): 74/159 kB | 60 kB | 36/52 kB | 20/30 kB | 7.7/18 kB
Progress (5): 74/159 kB | 60 kB | 40/52 kB | 20/30 kB | 7.7/18 kB
Progress (5): 74/159 kB | 60 kB | 40/52 kB | 24/30 kB | 7.7/18 kB
Progress (5): 74/159 kB | 60 kB | 40/52 kB | 24/30 kB | 12/18 kB 
Progress (5): 78/159 kB | 60 kB | 40/52 kB | 24/30 kB | 12/18 kB
Progress (5): 78/159 kB | 60 kB | 40/52 kB | 24/30 kB | 16/18 kB
Progress (5): 78/159 kB | 60 kB | 40/52 kB | 28/30 kB | 16/18 kB
Progress (5): 78/159 kB | 60 kB | 44/52 kB | 28/30 kB | 16/18 kB
Progress (5): 78/159 kB | 60 kB | 44/52 kB | 30 kB | 16/18 kB   
Progress (5): 78/159 kB | 60 kB | 44/52 kB | 30 kB | 18 kB   
Progress (5): 82/159 kB | 60 kB | 44/52 kB | 30 kB | 18 kB
Progress (5): 82/159 kB | 60 kB | 48/52 kB | 30 kB | 18 kB
Progress (5): 86/159 kB | 60 kB | 48/52 kB | 30 kB | 18 kB
Progress (5): 86/159 kB | 60 kB | 52/52 kB | 30 kB | 18 kB
Progress (5): 90/159 kB | 60 kB | 52/52 kB | 30 kB | 18 kB
Progress (5): 90/159 kB | 60 kB | 52 kB | 30 kB | 18 kB   
Progress (5): 94/159 kB | 60 kB | 52 kB | 30 kB | 18 kB
Progress (5): 98/159 kB | 60 kB | 52 kB | 30 kB | 18 kB
Progress (5): 98/159 kB | 60 kB | 52 kB | 30 kB | 18 kB
Progress (5): 102/159 kB | 60 kB | 52 kB | 30 kB | 18 kB
Progress (5): 106/159 kB | 60 kB | 52 kB | 30 kB | 18 kB
Progress (5): 110/159 kB | 60 kB | 52 kB | 30 kB | 18 kB
Progress (5): 114/159 kB | 60 kB | 52 kB | 30 kB | 18 kB
Progress (5): 118/159 kB | 60 kB | 52 kB | 30 kB | 18 kB
Progress (5): 122/159 kB | 60 kB | 52 kB | 30 kB | 18 kB
Progress (5): 126/159 kB | 60 kB | 52 kB | 30 kB | 18 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 180 kB/s)
10:00:09 Progress (4): 130/159 kB | 60 kB | 52 kB | 18 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
10:00:09 Progress (4): 134/159 kB | 60 kB | 52 kB | 18 kB
Progress (4): 138/159 kB | 60 kB | 52 kB | 18 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 105 kB/s)
10:00:09 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 355 kB/s)
10:00:09 Progress (2): 142/159 kB | 52 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
10:00:09 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
10:00:09 Progress (2): 146/159 kB | 52 kB
Progress (2): 150/159 kB | 52 kB
Progress (2): 154/159 kB | 52 kB
Progress (2): 158/159 kB | 52 kB
Progress (2): 159 kB | 52 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 886 kB/s)
10:00:09 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
10:00:09 Progress (2): 52 kB | 4.1/134 kB
Progress (2): 52 kB | 7.7/134 kB
Progress (2): 52 kB | 12/134 kB 
Progress (3): 52 kB | 12/134 kB | 4.1/134 kB
Progress (3): 52 kB | 16/134 kB | 4.1/134 kB
Progress (3): 52 kB | 16/134 kB | 7.7/134 kB
Progress (3): 52 kB | 20/134 kB | 7.7/134 kB
Progress (3): 52 kB | 24/134 kB | 7.7/134 kB
Progress (3): 52 kB | 24/134 kB | 12/134 kB 
Progress (3): 52 kB | 28/134 kB | 12/134 kB
Progress (3): 52 kB | 28/134 kB | 16/134 kB
Progress (3): 52 kB | 32/134 kB | 16/134 kB
Progress (3): 52 kB | 32/134 kB | 20/134 kB
Progress (3): 52 kB | 33/134 kB | 20/134 kB
Progress (3): 52 kB | 33/134 kB | 24/134 kB
Progress (3): 52 kB | 37/134 kB | 24/134 kB
Progress (3): 52 kB | 41/134 kB | 24/134 kB
Progress (3): 52 kB | 41/134 kB | 28/134 kB
Progress (3): 52 kB | 45/134 kB | 28/134 kB
Progress (3): 52 kB | 45/134 kB | 32/134 kB
Progress (3): 52 kB | 49/134 kB | 32/134 kB
Progress (3): 52 kB | 49/134 kB | 36/134 kB
Progress (3): 52 kB | 53/134 kB | 36/134 kB
Progress (3): 52 kB | 53/134 kB | 40/134 kB
Progress (3): 52 kB | 57/134 kB | 40/134 kB
Progress (3): 52 kB | 57/134 kB | 44/134 kB
Progress (3): 52 kB | 61/134 kB | 44/134 kB
Progress (3): 52 kB | 61/134 kB | 48/134 kB
Progress (3): 52 kB | 65/134 kB | 48/134 kB
Progress (3): 52 kB | 66/134 kB | 48/134 kB
Progress (3): 52 kB | 66/134 kB | 52/134 kB
Progress (3): 52 kB | 70/134 kB | 52/134 kB
Progress (3): 52 kB | 70/134 kB | 56/134 kB
Progress (3): 52 kB | 74/134 kB | 56/134 kB
Progress (3): 52 kB | 74/134 kB | 60/134 kB
Progress (3): 52 kB | 78/134 kB | 60/134 kB
Progress (3): 52 kB | 78/134 kB | 64/134 kB
Progress (3): 52 kB | 82/134 kB | 64/134 kB
Progress (3): 52 kB | 82/134 kB | 68/134 kB
Progress (3): 52 kB | 86/134 kB | 68/134 kB
Progress (3): 52 kB | 86/134 kB | 72/134 kB
Progress (3): 52 kB | 90/134 kB | 72/134 kB
Progress (3): 52 kB | 90/134 kB | 76/134 kB
Progress (3): 52 kB | 94/134 kB | 76/134 kB
Progress (3): 52 kB | 94/134 kB | 80/134 kB
Progress (3): 52 kB | 98/134 kB | 80/134 kB
Progress (3): 52 kB | 98/134 kB | 84/134 kB
Progress (3): 52 kB | 102/134 kB | 84/134 kB
Progress (3): 52 kB | 102/134 kB | 88/134 kB
Progress (3): 52 kB | 106/134 kB | 88/134 kB
Progress (3): 52 kB | 106/134 kB | 92/134 kB
Progress (3): 52 kB | 110/134 kB | 92/134 kB
Progress (3): 52 kB | 110/134 kB | 96/134 kB
Progress (3): 52 kB | 114/134 kB | 96/134 kB
Progress (3): 52 kB | 114/134 kB | 100/134 kB
Progress (3): 52 kB | 118/134 kB | 100/134 kB
Progress (3): 52 kB | 118/134 kB | 104/134 kB
Progress (3): 52 kB | 122/134 kB | 104/134 kB
Progress (3): 52 kB | 122/134 kB | 108/134 kB
Progress (3): 52 kB | 126/134 kB | 108/134 kB
Progress (3): 52 kB | 126/134 kB | 112/134 kB
Progress (3): 52 kB | 130/134 kB | 112/134 kB
Progress (3): 52 kB | 130/134 kB | 116/134 kB
Progress (3): 52 kB | 134 kB | 116/134 kB    
Progress (3): 52 kB | 134 kB | 120/134 kB
Progress (3): 52 kB | 134 kB | 124/134 kB
Progress (4): 52 kB | 134 kB | 124/134 kB | 4.1/145 kB
Progress (5): 52 kB | 134 kB | 124/134 kB | 4.1/145 kB | 4.1/202 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 215 kB/s)
10:00:09 Progress (4): 134 kB | 124/134 kB | 4.1/145 kB | 7.7/202 kB
Progress (4): 134 kB | 124/134 kB | 7.7/145 kB | 7.7/202 kB
Progress (4): 134 kB | 128/134 kB | 7.7/145 kB | 7.7/202 kB
Progress (4): 134 kB | 128/134 kB | 12/145 kB | 7.7/202 kB 
Progress (4): 134 kB | 128/134 kB | 12/145 kB | 12/202 kB 
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
10:00:09 Progress (4): 134 kB | 128/134 kB | 12/145 kB | 16/202 kB
Progress (4): 134 kB | 128/134 kB | 16/145 kB | 16/202 kB
Progress (4): 134 kB | 132/134 kB | 16/145 kB | 16/202 kB
Progress (4): 134 kB | 132/134 kB | 20/145 kB | 16/202 kB
Progress (4): 134 kB | 132/134 kB | 20/145 kB | 20/202 kB
Progress (4): 134 kB | 132/134 kB | 24/145 kB | 20/202 kB
Progress (4): 134 kB | 134 kB | 24/145 kB | 20/202 kB    
Progress (4): 134 kB | 134 kB | 28/145 kB | 20/202 kB
Progress (4): 134 kB | 134 kB | 28/145 kB | 24/202 kB
Progress (4): 134 kB | 134 kB | 32/145 kB | 24/202 kB
Progress (4): 134 kB | 134 kB | 32/145 kB | 28/202 kB
Progress (4): 134 kB | 134 kB | 33/145 kB | 28/202 kB
Progress (4): 134 kB | 134 kB | 33/145 kB | 32/202 kB
Progress (4): 134 kB | 134 kB | 37/145 kB | 32/202 kB
Progress (4): 134 kB | 134 kB | 37/145 kB | 33/202 kB
Progress (4): 134 kB | 134 kB | 41/145 kB | 33/202 kB
Progress (4): 134 kB | 134 kB | 41/145 kB | 37/202 kB
Progress (4): 134 kB | 134 kB | 41/145 kB | 41/202 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 536 kB/s)
10:00:09 Progress (3): 134 kB | 45/145 kB | 41/202 kB
                                            
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
10:00:09 Progress (3): 134 kB | 45/145 kB | 45/202 kB
Progress (3): 134 kB | 49/145 kB | 45/202 kB
Progress (3): 134 kB | 49/145 kB | 49/202 kB
Progress (3): 134 kB | 53/145 kB | 49/202 kB
Progress (3): 134 kB | 53/145 kB | 53/202 kB
Progress (3): 134 kB | 57/145 kB | 53/202 kB
Progress (3): 134 kB | 57/145 kB | 57/202 kB
Progress (3): 134 kB | 61/145 kB | 57/202 kB
Progress (3): 134 kB | 61/145 kB | 61/202 kB
Progress (3): 134 kB | 65/145 kB | 61/202 kB
Progress (3): 134 kB | 65/145 kB | 65/202 kB
Progress (3): 134 kB | 66/145 kB | 65/202 kB
Progress (4): 134 kB | 66/145 kB | 65/202 kB | 4.1/45 kB
Progress (4): 134 kB | 70/145 kB | 65/202 kB | 4.1/45 kB
Progress (4): 134 kB | 70/145 kB | 66/202 kB | 4.1/45 kB
Progress (4): 134 kB | 74/145 kB | 66/202 kB | 4.1/45 kB
Progress (4): 134 kB | 74/145 kB | 66/202 kB | 7.7/45 kB
Progress (4): 134 kB | 78/145 kB | 66/202 kB | 7.7/45 kB
Progress (4): 134 kB | 78/145 kB | 70/202 kB | 7.7/45 kB
Progress (4): 134 kB | 78/145 kB | 70/202 kB | 12/45 kB 
Progress (4): 134 kB | 82/145 kB | 70/202 kB | 12/45 kB
Progress (4): 134 kB | 82/145 kB | 70/202 kB | 16/45 kB
Progress (4): 134 kB | 82/145 kB | 74/202 kB | 16/45 kB
Progress (4): 134 kB | 86/145 kB | 74/202 kB | 16/45 kB
Progress (4): 134 kB | 86/145 kB | 78/202 kB | 16/45 kB
Progress (4): 134 kB | 86/145 kB | 78/202 kB | 20/45 kB
Progress (4): 134 kB | 86/145 kB | 82/202 kB | 20/45 kB
Progress (4): 134 kB | 90/145 kB | 82/202 kB | 20/45 kB
Progress (4): 134 kB | 90/145 kB | 82/202 kB | 24/45 kB
Progress (4): 134 kB | 94/145 kB | 82/202 kB | 24/45 kB
Progress (4): 134 kB | 94/145 kB | 86/202 kB | 24/45 kB
Progress (4): 134 kB | 98/145 kB | 86/202 kB | 24/45 kB
Progress (4): 134 kB | 98/145 kB | 86/202 kB | 28/45 kB
Progress (4): 134 kB | 98/145 kB | 86/202 kB | 28/45 kB
Progress (4): 134 kB | 98/145 kB | 90/202 kB | 28/45 kB
Progress (4): 134 kB | 98/145 kB | 90/202 kB | 32/45 kB
Progress (4): 134 kB | 98/145 kB | 94/202 kB | 32/45 kB
Progress (4): 134 kB | 102/145 kB | 94/202 kB | 32/45 kB
Progress (4): 134 kB | 102/145 kB | 98/202 kB | 32/45 kB
Progress (4): 134 kB | 102/145 kB | 98/202 kB | 36/45 kB
Progress (4): 134 kB | 102/145 kB | 98/202 kB | 36/45 kB
Progress (4): 134 kB | 106/145 kB | 98/202 kB | 36/45 kB
Progress (4): 134 kB | 106/145 kB | 102/202 kB | 36/45 kB
Progress (4): 134 kB | 106/145 kB | 102/202 kB | 40/45 kB
Progress (4): 134 kB | 106/145 kB | 106/202 kB | 40/45 kB
Progress (4): 134 kB | 110/145 kB | 106/202 kB | 40/45 kB
Progress (4): 134 kB | 110/145 kB | 110/202 kB | 40/45 kB
Progress (4): 134 kB | 110/145 kB | 110/202 kB | 44/45 kB
Progress (4): 134 kB | 110/145 kB | 114/202 kB | 44/45 kB
Progress (4): 134 kB | 114/145 kB | 114/202 kB | 44/45 kB
Progress (4): 134 kB | 114/145 kB | 118/202 kB | 44/45 kB
Progress (4): 134 kB | 118/145 kB | 118/202 kB | 44/45 kB
Progress (4): 134 kB | 118/145 kB | 118/202 kB | 45 kB   
Progress (4): 134 kB | 122/145 kB | 118/202 kB | 45 kB
Progress (4): 134 kB | 122/145 kB | 122/202 kB | 45 kB
Progress (4): 134 kB | 126/145 kB | 122/202 kB | 45 kB
Progress (4): 134 kB | 126/145 kB | 126/202 kB | 45 kB
Progress (4): 134 kB | 130/145 kB | 126/202 kB | 45 kB
Progress (4): 134 kB | 130/145 kB | 130/202 kB | 45 kB
Progress (4): 134 kB | 134/145 kB | 130/202 kB | 45 kB
Progress (4): 134 kB | 134/145 kB | 134/202 kB | 45 kB
Progress (4): 134 kB | 138/145 kB | 134/202 kB | 45 kB
Progress (4): 134 kB | 138/145 kB | 138/202 kB | 45 kB
Progress (4): 134 kB | 142/145 kB | 138/202 kB | 45 kB
Progress (4): 134 kB | 142/145 kB | 142/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 142/202 kB | 45 kB    
Progress (4): 134 kB | 145 kB | 146/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 150/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 154/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 158/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 162/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 166/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 170/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 174/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 178/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 182/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 186/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 190/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 194/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 198/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 202/202 kB | 45 kB
Progress (4): 134 kB | 145 kB | 202 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 541 kB/s)
10:00:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
10:00:09 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 738 kB/s)
10:00:09 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
10:00:09 Progress (3): 134 kB | 45 kB | 4.1/5.8 kB
Progress (3): 134 kB | 45 kB | 5.8 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 485 kB/s)
10:00:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
10:00:09 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 160 kB/s)
10:00:09 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
10:00:09 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 21 kB/s)
10:00:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
10:00:09 Progress (1): 2.5 kB
Progress (2): 2.5 kB | 4.1/357 kB
Progress (2): 2.5 kB | 7.7/357 kB
Progress (2): 2.5 kB | 12/357 kB 
Progress (2): 2.5 kB | 16/357 kB
Progress (2): 2.5 kB | 20/357 kB
Progress (3): 2.5 kB | 20/357 kB | 4.1/44 kB
Progress (3): 2.5 kB | 24/357 kB | 4.1/44 kB
Progress (3): 2.5 kB | 24/357 kB | 7.7/44 kB
Progress (3): 2.5 kB | 28/357 kB | 7.7/44 kB
Progress (3): 2.5 kB | 32/357 kB | 7.7/44 kB
Progress (3): 2.5 kB | 32/357 kB | 12/44 kB 
Progress (3): 2.5 kB | 36/357 kB | 12/44 kB
Progress (3): 2.5 kB | 36/357 kB | 16/44 kB
Progress (3): 2.5 kB | 40/357 kB | 16/44 kB
Progress (3): 2.5 kB | 40/357 kB | 20/44 kB
Progress (3): 2.5 kB | 44/357 kB | 20/44 kB
Progress (3): 2.5 kB | 44/357 kB | 24/44 kB
Progress (4): 2.5 kB | 44/357 kB | 24/44 kB | 4.1/4.5 kB
Progress (4): 2.5 kB | 48/357 kB | 24/44 kB | 4.1/4.5 kB
Progress (4): 2.5 kB | 48/357 kB | 28/44 kB | 4.1/4.5 kB
Progress (4): 2.5 kB | 48/357 kB | 28/44 kB | 4.5 kB    
Progress (4): 2.5 kB | 48/357 kB | 32/44 kB | 4.5 kB
Progress (4): 2.5 kB | 52/357 kB | 32/44 kB | 4.5 kB
Progress (4): 2.5 kB | 52/357 kB | 36/44 kB | 4.5 kB
Progress (4): 2.5 kB | 56/357 kB | 36/44 kB | 4.5 kB
Progress (4): 2.5 kB | 56/357 kB | 40/44 kB | 4.5 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 8.5 kB/s)
10:00:09 Progress (3): 56/357 kB | 44 kB | 4.5 kB
Progress (3): 60/357 kB | 44 kB | 4.5 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
10:00:09 Progress (3): 64/357 kB | 44 kB | 4.5 kB
Progress (3): 68/357 kB | 44 kB | 4.5 kB
Progress (3): 72/357 kB | 44 kB | 4.5 kB
Progress (3): 76/357 kB | 44 kB | 4.5 kB
Progress (3): 80/357 kB | 44 kB | 4.5 kB
Progress (3): 84/357 kB | 44 kB | 4.5 kB
Progress (3): 88/357 kB | 44 kB | 4.5 kB
Progress (3): 92/357 kB | 44 kB | 4.5 kB
Progress (3): 96/357 kB | 44 kB | 4.5 kB
Progress (3): 100/357 kB | 44 kB | 4.5 kB
Progress (3): 104/357 kB | 44 kB | 4.5 kB
Progress (3): 108/357 kB | 44 kB | 4.5 kB
Progress (3): 112/357 kB | 44 kB | 4.5 kB
Progress (3): 116/357 kB | 44 kB | 4.5 kB
Progress (3): 120/357 kB | 44 kB | 4.5 kB
Progress (3): 124/357 kB | 44 kB | 4.5 kB
Progress (3): 128/357 kB | 44 kB | 4.5 kB
Progress (3): 132/357 kB | 44 kB | 4.5 kB
Progress (3): 136/357 kB | 44 kB | 4.5 kB
Progress (3): 140/357 kB | 44 kB | 4.5 kB
Progress (3): 144/357 kB | 44 kB | 4.5 kB
Progress (3): 148/357 kB | 44 kB | 4.5 kB
Progress (3): 152/357 kB | 44 kB | 4.5 kB
Progress (3): 156/357 kB | 44 kB | 4.5 kB
Progress (3): 160/357 kB | 44 kB | 4.5 kB
Progress (3): 164/357 kB | 44 kB | 4.5 kB
Progress (3): 168/357 kB | 44 kB | 4.5 kB
Progress (3): 172/357 kB | 44 kB | 4.5 kB
Progress (3): 176/357 kB | 44 kB | 4.5 kB
Progress (3): 180/357 kB | 44 kB | 4.5 kB
Progress (3): 184/357 kB | 44 kB | 4.5 kB
Progress (3): 188/357 kB | 44 kB | 4.5 kB
Progress (3): 192/357 kB | 44 kB | 4.5 kB
Progress (3): 196/357 kB | 44 kB | 4.5 kB
Progress (3): 200/357 kB | 44 kB | 4.5 kB
Progress (3): 204/357 kB | 44 kB | 4.5 kB
Progress (3): 208/357 kB | 44 kB | 4.5 kB
Progress (3): 212/357 kB | 44 kB | 4.5 kB
Progress (3): 216/357 kB | 44 kB | 4.5 kB
Progress (3): 220/357 kB | 44 kB | 4.5 kB
Progress (3): 224/357 kB | 44 kB | 4.5 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 15 kB/s)
10:00:09 Progress (2): 228/357 kB | 44 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
10:00:09 Progress (2): 232/357 kB | 44 kB
Progress (2): 236/357 kB | 44 kB
Progress (3): 236/357 kB | 44 kB | 4.1/202 kB
Progress (3): 240/357 kB | 44 kB | 4.1/202 kB
Progress (3): 240/357 kB | 44 kB | 7.7/202 kB
Progress (3): 244/357 kB | 44 kB | 7.7/202 kB
Progress (3): 244/357 kB | 44 kB | 12/202 kB 
Progress (3): 248/357 kB | 44 kB | 12/202 kB
Progress (3): 248/357 kB | 44 kB | 16/202 kB
Progress (4): 248/357 kB | 44 kB | 16/202 kB | 4.1/61 kB
Progress (4): 252/357 kB | 44 kB | 16/202 kB | 4.1/61 kB
Progress (4): 252/357 kB | 44 kB | 16/202 kB | 7.7/61 kB
Progress (4): 252/357 kB | 44 kB | 20/202 kB | 7.7/61 kB
Progress (4): 256/357 kB | 44 kB | 20/202 kB | 7.7/61 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 142 kB/s)
10:00:09 Progress (3): 256/357 kB | 24/202 kB | 7.7/61 kB
Progress (3): 256/357 kB | 24/202 kB | 12/61 kB 
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
10:00:10 Progress (4): 256/357 kB | 24/202 kB | 12/61 kB | 4.1/231 kB
Progress (4): 256/357 kB | 24/202 kB | 12/61 kB | 7.7/231 kB
Progress (4): 260/357 kB | 24/202 kB | 12/61 kB | 7.7/231 kB
Progress (4): 260/357 kB | 24/202 kB | 12/61 kB | 12/231 kB 
Progress (4): 260/357 kB | 28/202 kB | 12/61 kB | 12/231 kB
Progress (4): 260/357 kB | 28/202 kB | 16/61 kB | 12/231 kB
Progress (4): 260/357 kB | 32/202 kB | 16/61 kB | 12/231 kB
Progress (4): 260/357 kB | 32/202 kB | 16/61 kB | 16/231 kB
Progress (4): 264/357 kB | 32/202 kB | 16/61 kB | 16/231 kB
Progress (4): 264/357 kB | 32/202 kB | 16/61 kB | 20/231 kB
Progress (4): 264/357 kB | 32/202 kB | 20/61 kB | 20/231 kB
Progress (4): 264/357 kB | 33/202 kB | 20/61 kB | 20/231 kB
Progress (4): 264/357 kB | 33/202 kB | 24/61 kB | 20/231 kB
Progress (4): 264/357 kB | 33/202 kB | 24/61 kB | 24/231 kB
Progress (4): 268/357 kB | 33/202 kB | 24/61 kB | 24/231 kB
Progress (4): 268/357 kB | 33/202 kB | 24/61 kB | 28/231 kB
Progress (4): 268/357 kB | 33/202 kB | 28/61 kB | 28/231 kB
Progress (4): 268/357 kB | 37/202 kB | 28/61 kB | 28/231 kB
Progress (4): 268/357 kB | 37/202 kB | 32/61 kB | 28/231 kB
Progress (4): 268/357 kB | 37/202 kB | 32/61 kB | 32/231 kB
Progress (4): 268/357 kB | 37/202 kB | 36/61 kB | 32/231 kB
Progress (4): 272/357 kB | 37/202 kB | 36/61 kB | 32/231 kB
Progress (5): 272/357 kB | 37/202 kB | 36/61 kB | 32/231 kB | 4.1/47 kB
Progress (5): 272/357 kB | 37/202 kB | 40/61 kB | 32/231 kB | 4.1/47 kB
Progress (5): 272/357 kB | 37/202 kB | 40/61 kB | 33/231 kB | 4.1/47 kB
Progress (5): 272/357 kB | 41/202 kB | 40/61 kB | 33/231 kB | 4.1/47 kB
Progress (5): 272/357 kB | 41/202 kB | 40/61 kB | 37/231 kB | 4.1/47 kB
Progress (5): 272/357 kB | 41/202 kB | 44/61 kB | 37/231 kB | 4.1/47 kB
Progress (5): 272/357 kB | 41/202 kB | 44/61 kB | 37/231 kB | 7.7/47 kB
Progress (5): 276/357 kB | 41/202 kB | 44/61 kB | 37/231 kB | 7.7/47 kB
Progress (5): 276/357 kB | 41/202 kB | 44/61 kB | 37/231 kB | 12/47 kB 
Progress (5): 276/357 kB | 41/202 kB | 48/61 kB | 37/231 kB | 12/47 kB
Progress (5): 276/357 kB | 41/202 kB | 48/61 kB | 41/231 kB | 12/47 kB
Progress (5): 276/357 kB | 45/202 kB | 48/61 kB | 41/231 kB | 12/47 kB
Progress (5): 276/357 kB | 45/202 kB | 52/61 kB | 41/231 kB | 12/47 kB
Progress (5): 276/357 kB | 45/202 kB | 52/61 kB | 41/231 kB | 16/47 kB
Progress (5): 280/357 kB | 45/202 kB | 52/61 kB | 41/231 kB | 16/47 kB
Progress (5): 280/357 kB | 45/202 kB | 52/61 kB | 41/231 kB | 20/47 kB
Progress (5): 280/357 kB | 45/202 kB | 56/61 kB | 41/231 kB | 20/47 kB
Progress (5): 280/357 kB | 49/202 kB | 56/61 kB | 41/231 kB | 20/47 kB
Progress (5): 280/357 kB | 49/202 kB | 56/61 kB | 45/231 kB | 20/47 kB
Progress (5): 280/357 kB | 53/202 kB | 56/61 kB | 45/231 kB | 20/47 kB
Progress (5): 280/357 kB | 53/202 kB | 60/61 kB | 45/231 kB | 20/47 kB
Progress (5): 280/357 kB | 53/202 kB | 60/61 kB | 45/231 kB | 24/47 kB
Progress (5): 284/357 kB | 53/202 kB | 60/61 kB | 45/231 kB | 24/47 kB
Progress (5): 284/357 kB | 53/202 kB | 60/61 kB | 45/231 kB | 28/47 kB
Progress (5): 284/357 kB | 53/202 kB | 61 kB | 45/231 kB | 28/47 kB   
Progress (5): 284/357 kB | 57/202 kB | 61 kB | 45/231 kB | 28/47 kB
Progress (5): 284/357 kB | 57/202 kB | 61 kB | 49/231 kB | 28/47 kB
Progress (5): 284/357 kB | 61/202 kB | 61 kB | 49/231 kB | 28/47 kB
Progress (5): 284/357 kB | 61/202 kB | 61 kB | 53/231 kB | 28/47 kB
Progress (5): 284/357 kB | 61/202 kB | 61 kB | 53/231 kB | 32/47 kB
Progress (5): 288/357 kB | 61/202 kB | 61 kB | 53/231 kB | 32/47 kB
Progress (5): 288/357 kB | 61/202 kB | 61 kB | 57/231 kB | 32/47 kB
Progress (5): 288/357 kB | 65/202 kB | 61 kB | 57/231 kB | 32/47 kB
Progress (5): 292/357 kB | 65/202 kB | 61 kB | 57/231 kB | 32/47 kB
Progress (5): 292/357 kB | 65/202 kB | 61 kB | 57/231 kB | 36/47 kB
Progress (5): 296/357 kB | 65/202 kB | 61 kB | 57/231 kB | 36/47 kB
Progress (5): 296/357 kB | 65/202 kB | 61 kB | 61/231 kB | 36/47 kB
Progress (5): 300/357 kB | 65/202 kB | 61 kB | 61/231 kB | 36/47 kB
Progress (5): 300/357 kB | 66/202 kB | 61 kB | 61/231 kB | 36/47 kB
Progress (5): 304/357 kB | 66/202 kB | 61 kB | 61/231 kB | 36/47 kB
Progress (5): 304/357 kB | 66/202 kB | 61 kB | 65/231 kB | 36/47 kB
Progress (5): 304/357 kB | 66/202 kB | 61 kB | 65/231 kB | 40/47 kB
Progress (5): 304/357 kB | 66/202 kB | 61 kB | 66/231 kB | 40/47 kB
Progress (5): 304/357 kB | 66/202 kB | 61 kB | 66/231 kB | 44/47 kB
Progress (5): 308/357 kB | 66/202 kB | 61 kB | 66/231 kB | 44/47 kB
Progress (5): 308/357 kB | 70/202 kB | 61 kB | 66/231 kB | 44/47 kB
Progress (5): 312/357 kB | 70/202 kB | 61 kB | 66/231 kB | 44/47 kB
Progress (5): 312/357 kB | 70/202 kB | 61 kB | 66/231 kB | 47 kB   
Progress (5): 312/357 kB | 70/202 kB | 61 kB | 70/231 kB | 47 kB
Progress (5): 316/357 kB | 70/202 kB | 61 kB | 70/231 kB | 47 kB
Progress (5): 316/357 kB | 74/202 kB | 61 kB | 70/231 kB | 47 kB
Progress (5): 320/357 kB | 74/202 kB | 61 kB | 70/231 kB | 47 kB
Progress (5): 320/357 kB | 74/202 kB | 61 kB | 74/231 kB | 47 kB
Progress (5): 324/357 kB | 74/202 kB | 61 kB | 74/231 kB | 47 kB
Progress (5): 324/357 kB | 78/202 kB | 61 kB | 74/231 kB | 47 kB
Progress (5): 328/357 kB | 78/202 kB | 61 kB | 74/231 kB | 47 kB
Progress (5): 328/357 kB | 78/202 kB | 61 kB | 78/231 kB | 47 kB
Progress (5): 332/357 kB | 78/202 kB | 61 kB | 78/231 kB | 47 kB
Progress (5): 332/357 kB | 82/202 kB | 61 kB | 78/231 kB | 47 kB
Progress (5): 336/357 kB | 82/202 kB | 61 kB | 78/231 kB | 47 kB
Progress (5): 336/357 kB | 82/202 kB | 61 kB | 82/231 kB | 47 kB
Progress (5): 340/357 kB | 82/202 kB | 61 kB | 82/231 kB | 47 kB
Progress (5): 340/357 kB | 86/202 kB | 61 kB | 82/231 kB | 47 kB
Progress (5): 344/357 kB | 86/202 kB | 61 kB | 82/231 kB | 47 kB
Progress (5): 344/357 kB | 86/202 kB | 61 kB | 86/231 kB | 47 kB
Progress (5): 348/357 kB | 86/202 kB | 61 kB | 86/231 kB | 47 kB
Progress (5): 348/357 kB | 90/202 kB | 61 kB | 86/231 kB | 47 kB
Progress (5): 352/357 kB | 90/202 kB | 61 kB | 86/231 kB | 47 kB
Progress (5): 352/357 kB | 90/202 kB | 61 kB | 90/231 kB | 47 kB
Progress (5): 356/357 kB | 90/202 kB | 61 kB | 90/231 kB | 47 kB
Progress (5): 356/357 kB | 94/202 kB | 61 kB | 90/231 kB | 47 kB
Progress (5): 357 kB | 94/202 kB | 61 kB | 90/231 kB | 47 kB    
Progress (5): 357 kB | 94/202 kB | 61 kB | 94/231 kB | 47 kB
Progress (5): 357 kB | 98/202 kB | 61 kB | 94/231 kB | 47 kB
Progress (5): 357 kB | 98/202 kB | 61 kB | 98/231 kB | 47 kB
Progress (5): 357 kB | 98/202 kB | 61 kB | 98/231 kB | 47 kB
Progress (5): 357 kB | 98/202 kB | 61 kB | 102/231 kB | 47 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 169 kB/s)
10:00:10 Progress (4): 357 kB | 102/202 kB | 102/231 kB | 47 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
10:00:10 Progress (4): 357 kB | 102/202 kB | 106/231 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 129 kB/s)
10:00:10 Progress (3): 357 kB | 106/202 kB | 106/231 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
10:00:10 Progress (3): 357 kB | 106/202 kB | 110/231 kB
Progress (3): 357 kB | 110/202 kB | 110/231 kB
Progress (3): 357 kB | 114/202 kB | 110/231 kB
Progress (3): 357 kB | 114/202 kB | 114/231 kB
Progress (3): 357 kB | 118/202 kB | 114/231 kB
Progress (3): 357 kB | 118/202 kB | 118/231 kB
Progress (3): 357 kB | 122/202 kB | 118/231 kB
Progress (3): 357 kB | 122/202 kB | 122/231 kB
Progress (3): 357 kB | 126/202 kB | 122/231 kB
Progress (3): 357 kB | 126/202 kB | 126/231 kB
Progress (3): 357 kB | 130/202 kB | 126/231 kB
Progress (3): 357 kB | 130/202 kB | 130/231 kB
Progress (3): 357 kB | 131/202 kB | 130/231 kB
Progress (3): 357 kB | 131/202 kB | 134/231 kB
Progress (3): 357 kB | 135/202 kB | 134/231 kB
Progress (3): 357 kB | 135/202 kB | 138/231 kB
Progress (3): 357 kB | 139/202 kB | 138/231 kB
Progress (3): 357 kB | 139/202 kB | 142/231 kB
Progress (3): 357 kB | 143/202 kB | 142/231 kB
Progress (3): 357 kB | 143/202 kB | 146/231 kB
Progress (3): 357 kB | 147/202 kB | 146/231 kB
Progress (3): 357 kB | 147/202 kB | 150/231 kB
Progress (3): 357 kB | 151/202 kB | 150/231 kB
Progress (3): 357 kB | 151/202 kB | 154/231 kB
Progress (3): 357 kB | 155/202 kB | 154/231 kB
Progress (3): 357 kB | 155/202 kB | 158/231 kB
Progress (3): 357 kB | 159/202 kB | 158/231 kB
Progress (3): 357 kB | 159/202 kB | 162/231 kB
Progress (3): 357 kB | 163/202 kB | 162/231 kB
Progress (3): 357 kB | 163/202 kB | 166/231 kB
Progress (3): 357 kB | 167/202 kB | 166/231 kB
Progress (3): 357 kB | 167/202 kB | 170/231 kB
Progress (3): 357 kB | 171/202 kB | 170/231 kB
Progress (3): 357 kB | 171/202 kB | 174/231 kB
Progress (3): 357 kB | 175/202 kB | 174/231 kB
Progress (3): 357 kB | 175/202 kB | 178/231 kB
Progress (3): 357 kB | 179/202 kB | 178/231 kB
Progress (3): 357 kB | 179/202 kB | 182/231 kB
Progress (3): 357 kB | 183/202 kB | 182/231 kB
Progress (3): 357 kB | 183/202 kB | 186/231 kB
Progress (3): 357 kB | 187/202 kB | 186/231 kB
Progress (3): 357 kB | 187/202 kB | 190/231 kB
Progress (3): 357 kB | 191/202 kB | 190/231 kB
Progress (3): 357 kB | 191/202 kB | 194/231 kB
Progress (3): 357 kB | 195/202 kB | 194/231 kB
Progress (3): 357 kB | 195/202 kB | 198/231 kB
Progress (3): 357 kB | 199/202 kB | 198/231 kB
Progress (3): 357 kB | 199/202 kB | 202/231 kB
Progress (3): 357 kB | 202 kB | 202/231 kB    
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 958 kB/s)
10:00:10 Progress (2): 202 kB | 206/231 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
10:00:10 Progress (2): 202 kB | 210/231 kB
Progress (2): 202 kB | 214/231 kB
Progress (2): 202 kB | 218/231 kB
Progress (2): 202 kB | 222/231 kB
Progress (2): 202 kB | 226/231 kB
Progress (2): 202 kB | 230/231 kB
Progress (2): 202 kB | 231 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 532 kB/s)
10:00:10 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
10:00:10 Progress (2): 231 kB | 4.1/560 kB
Progress (2): 231 kB | 7.7/560 kB
Progress (2): 231 kB | 12/560 kB 
Progress (2): 231 kB | 16/560 kB
Progress (2): 231 kB | 20/560 kB
Progress (2): 231 kB | 24/560 kB
Progress (2): 231 kB | 28/560 kB
Progress (2): 231 kB | 32/560 kB
Progress (2): 231 kB | 33/560 kB
Progress (2): 231 kB | 37/560 kB
Progress (2): 231 kB | 41/560 kB
Progress (2): 231 kB | 45/560 kB
Progress (2): 231 kB | 49/560 kB
Progress (2): 231 kB | 53/560 kB
Progress (2): 231 kB | 57/560 kB
Progress (2): 231 kB | 61/560 kB
Progress (2): 231 kB | 65/560 kB
Progress (2): 231 kB | 66/560 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 600 kB/s)
10:00:10 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
10:00:10 Progress (1): 70/560 kB
Progress (1): 74/560 kB
Progress (2): 74/560 kB | 4.1/50 kB
Progress (2): 78/560 kB | 4.1/50 kB
Progress (2): 78/560 kB | 7.7/50 kB
Progress (2): 82/560 kB | 7.7/50 kB
Progress (2): 82/560 kB | 12/50 kB 
Progress (2): 86/560 kB | 12/50 kB
Progress (2): 86/560 kB | 16/50 kB
Progress (2): 90/560 kB | 16/50 kB
Progress (2): 90/560 kB | 20/50 kB
Progress (2): 90/560 kB | 24/50 kB
Progress (2): 94/560 kB | 24/50 kB
Progress (2): 98/560 kB | 24/50 kB
Progress (2): 98/560 kB | 28/50 kB
Progress (2): 98/560 kB | 28/50 kB
Progress (2): 98/560 kB | 32/50 kB
Progress (2): 102/560 kB | 32/50 kB
Progress (2): 102/560 kB | 36/50 kB
Progress (2): 106/560 kB | 36/50 kB
Progress (2): 106/560 kB | 40/50 kB
Progress (2): 110/560 kB | 40/50 kB
Progress (2): 110/560 kB | 44/50 kB
Progress (3): 110/560 kB | 44/50 kB | 4.1/748 kB
Progress (3): 114/560 kB | 44/50 kB | 4.1/748 kB
Progress (3): 114/560 kB | 44/50 kB | 7.7/748 kB
Progress (3): 114/560 kB | 48/50 kB | 7.7/748 kB
Progress (4): 114/560 kB | 48/50 kB | 7.7/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 48/50 kB | 7.7/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 48/50 kB | 7.7/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 50 kB | 7.7/748 kB | 0/2.4 MB   
Progress (4): 118/560 kB | 50 kB | 12/748 kB | 0/2.4 MB 
Progress (4): 118/560 kB | 50 kB | 16/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 50 kB | 20/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 50 kB | 24/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 50 kB | 28/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 50 kB | 32/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 50 kB | 33/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 50 kB | 37/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 50 kB | 41/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 50 kB | 45/748 kB | 0/2.4 MB
Progress (4): 118/560 kB | 50 kB | 45/748 kB | 0/2.4 MB
Progress (4): 122/560 kB | 50 kB | 45/748 kB | 0/2.4 MB
Progress (4): 122/560 kB | 50 kB | 45/748 kB | 0/2.4 MB
Progress (4): 122/560 kB | 50 kB | 49/748 kB | 0/2.4 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 113 kB/s)
10:00:10 Progress (4): 122/560 kB | 49/748 kB | 0/2.4 MB | 4.1/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
10:00:10 Progress (4): 122/560 kB | 53/748 kB | 0/2.4 MB | 4.1/324 kB
Progress (4): 122/560 kB | 53/748 kB | 0/2.4 MB | 4.1/324 kB
Progress (4): 126/560 kB | 53/748 kB | 0/2.4 MB | 4.1/324 kB
Progress (4): 126/560 kB | 53/748 kB | 0/2.4 MB | 4.1/324 kB
Progress (4): 126/560 kB | 57/748 kB | 0/2.4 MB | 4.1/324 kB
Progress (4): 126/560 kB | 57/748 kB | 0/2.4 MB | 7.7/324 kB
Progress (4): 126/560 kB | 61/748 kB | 0/2.4 MB | 7.7/324 kB
Progress (4): 126/560 kB | 61/748 kB | 0/2.4 MB | 7.7/324 kB
Progress (4): 130/560 kB | 61/748 kB | 0/2.4 MB | 7.7/324 kB
Progress (4): 130/560 kB | 61/748 kB | 0/2.4 MB | 7.7/324 kB
Progress (4): 130/560 kB | 61/748 kB | 0/2.4 MB | 12/324 kB 
Progress (4): 130/560 kB | 65/748 kB | 0/2.4 MB | 12/324 kB
Progress (4): 130/560 kB | 65/748 kB | 0/2.4 MB | 16/324 kB
Progress (4): 130/560 kB | 65/748 kB | 0/2.4 MB | 16/324 kB
Progress (4): 131/560 kB | 65/748 kB | 0/2.4 MB | 16/324 kB
Progress (4): 131/560 kB | 65/748 kB | 0/2.4 MB | 16/324 kB
Progress (4): 131/560 kB | 65/748 kB | 0/2.4 MB | 20/324 kB
Progress (4): 131/560 kB | 66/748 kB | 0/2.4 MB | 20/324 kB
Progress (4): 131/560 kB | 66/748 kB | 0/2.4 MB | 24/324 kB
Progress (4): 131/560 kB | 66/748 kB | 0/2.4 MB | 24/324 kB
Progress (4): 135/560 kB | 66/748 kB | 0/2.4 MB | 24/324 kB
Progress (4): 135/560 kB | 66/748 kB | 0/2.4 MB | 24/324 kB
Progress (4): 135/560 kB | 66/748 kB | 0/2.4 MB | 28/324 kB
Progress (4): 135/560 kB | 70/748 kB | 0/2.4 MB | 28/324 kB
Progress (4): 135/560 kB | 70/748 kB | 0/2.4 MB | 32/324 kB
Progress (4): 135/560 kB | 70/748 kB | 0/2.4 MB | 33/324 kB
Progress (4): 135/560 kB | 70/748 kB | 0/2.4 MB | 33/324 kB
Progress (4): 135/560 kB | 70/748 kB | 0/2.4 MB | 37/324 kB
Progress (4): 139/560 kB | 70/748 kB | 0/2.4 MB | 37/324 kB
Progress (4): 139/560 kB | 70/748 kB | 0/2.4 MB | 41/324 kB
Progress (4): 139/560 kB | 70/748 kB | 0.1/2.4 MB | 41/324 kB
Progress (4): 139/560 kB | 74/748 kB | 0.1/2.4 MB | 41/324 kB
Progress (4): 139/560 kB | 74/748 kB | 0.1/2.4 MB | 41/324 kB
Progress (4): 139/560 kB | 74/748 kB | 0.1/2.4 MB | 45/324 kB
Progress (4): 143/560 kB | 74/748 kB | 0.1/2.4 MB | 45/324 kB
Progress (4): 143/560 kB | 74/748 kB | 0.1/2.4 MB | 49/324 kB
Progress (4): 143/560 kB | 74/748 kB | 0.1/2.4 MB | 49/324 kB
Progress (4): 143/560 kB | 78/748 kB | 0.1/2.4 MB | 49/324 kB
Progress (4): 143/560 kB | 78/748 kB | 0.1/2.4 MB | 49/324 kB
Progress (4): 143/560 kB | 78/748 kB | 0.1/2.4 MB | 53/324 kB
Progress (4): 147/560 kB | 78/748 kB | 0.1/2.4 MB | 53/324 kB
Progress (4): 147/560 kB | 78/748 kB | 0.1/2.4 MB | 57/324 kB
Progress (4): 147/560 kB | 78/748 kB | 0.1/2.4 MB | 57/324 kB
Progress (4): 147/560 kB | 82/748 kB | 0.1/2.4 MB | 57/324 kB
Progress (4): 147/560 kB | 82/748 kB | 0.1/2.4 MB | 57/324 kB
Progress (4): 147/560 kB | 82/748 kB | 0.1/2.4 MB | 61/324 kB
Progress (4): 151/560 kB | 82/748 kB | 0.1/2.4 MB | 61/324 kB
Progress (4): 151/560 kB | 82/748 kB | 0.1/2.4 MB | 65/324 kB
Progress (4): 151/560 kB | 82/748 kB | 0.1/2.4 MB | 65/324 kB
Progress (4): 151/560 kB | 82/748 kB | 0.1/2.4 MB | 69/324 kB
Progress (4): 151/560 kB | 82/748 kB | 0.1/2.4 MB | 69/324 kB
Progress (4): 151/560 kB | 86/748 kB | 0.1/2.4 MB | 69/324 kB
Progress (5): 151/560 kB | 86/748 kB | 0.1/2.4 MB | 69/324 kB | 4.1/62 kB
Progress (5): 151/560 kB | 86/748 kB | 0.1/2.4 MB | 69/324 kB | 4.1/62 kB
Progress (5): 151/560 kB | 86/748 kB | 0.1/2.4 MB | 73/324 kB | 4.1/62 kB
Progress (5): 151/560 kB | 86/748 kB | 0.1/2.4 MB | 73/324 kB | 4.1/62 kB
Progress (5): 155/560 kB | 86/748 kB | 0.1/2.4 MB | 73/324 kB | 4.1/62 kB
Progress (5): 155/560 kB | 86/748 kB | 0.1/2.4 MB | 73/324 kB | 4.1/62 kB
Progress (5): 155/560 kB | 86/748 kB | 0.1/2.4 MB | 77/324 kB | 4.1/62 kB
Progress (5): 155/560 kB | 86/748 kB | 0.1/2.4 MB | 77/324 kB | 7.7/62 kB
Progress (5): 155/560 kB | 90/748 kB | 0.1/2.4 MB | 77/324 kB | 7.7/62 kB
Progress (5): 155/560 kB | 90/748 kB | 0.1/2.4 MB | 77/324 kB | 12/62 kB 
Progress (5): 155/560 kB | 94/748 kB | 0.1/2.4 MB | 77/324 kB | 12/62 kB
Progress (5): 155/560 kB | 94/748 kB | 0.1/2.4 MB | 81/324 kB | 12/62 kB
Progress (5): 155/560 kB | 94/748 kB | 0.1/2.4 MB | 81/324 kB | 12/62 kB
Progress (5): 159/560 kB | 94/748 kB | 0.1/2.4 MB | 81/324 kB | 12/62 kB
Progress (5): 159/560 kB | 94/748 kB | 0.1/2.4 MB | 85/324 kB | 12/62 kB
Progress (5): 159/560 kB | 94/748 kB | 0.1/2.4 MB | 85/324 kB | 12/62 kB
Progress (5): 159/560 kB | 98/748 kB | 0.1/2.4 MB | 85/324 kB | 12/62 kB
Progress (5): 159/560 kB | 98/748 kB | 0.1/2.4 MB | 85/324 kB | 16/62 kB
Progress (5): 159/560 kB | 98/748 kB | 0.1/2.4 MB | 85/324 kB | 16/62 kB
Progress (5): 159/560 kB | 98/748 kB | 0.1/2.4 MB | 85/324 kB | 16/62 kB
Progress (5): 159/560 kB | 102/748 kB | 0.1/2.4 MB | 85/324 kB | 16/62 kB
Progress (5): 159/560 kB | 102/748 kB | 0.1/2.4 MB | 89/324 kB | 16/62 kB
Progress (5): 163/560 kB | 102/748 kB | 0.1/2.4 MB | 89/324 kB | 16/62 kB
Progress (5): 163/560 kB | 102/748 kB | 0.1/2.4 MB | 93/324 kB | 16/62 kB
Progress (5): 163/560 kB | 106/748 kB | 0.1/2.4 MB | 93/324 kB | 16/62 kB
Progress (5): 163/560 kB | 106/748 kB | 0.1/2.4 MB | 93/324 kB | 16/62 kB
Progress (5): 163/560 kB | 106/748 kB | 0.1/2.4 MB | 93/324 kB | 16/62 kB
Progress (5): 163/560 kB | 106/748 kB | 0.1/2.4 MB | 93/324 kB | 16/62 kB
Progress (5): 163/560 kB | 106/748 kB | 0.1/2.4 MB | 93/324 kB | 20/62 kB
Progress (5): 163/560 kB | 106/748 kB | 0.1/2.4 MB | 93/324 kB | 20/62 kB
Progress (5): 163/560 kB | 110/748 kB | 0.1/2.4 MB | 93/324 kB | 20/62 kB
Progress (5): 163/560 kB | 110/748 kB | 0.1/2.4 MB | 97/324 kB | 20/62 kB
Progress (5): 164/560 kB | 110/748 kB | 0.1/2.4 MB | 97/324 kB | 20/62 kB
Progress (5): 164/560 kB | 110/748 kB | 0.1/2.4 MB | 98/324 kB | 20/62 kB
Progress (5): 164/560 kB | 114/748 kB | 0.1/2.4 MB | 98/324 kB | 20/62 kB
Progress (5): 164/560 kB | 114/748 kB | 0.1/2.4 MB | 98/324 kB | 20/62 kB
Progress (5): 164/560 kB | 114/748 kB | 0.1/2.4 MB | 98/324 kB | 24/62 kB
Progress (5): 164/560 kB | 114/748 kB | 0.1/2.4 MB | 98/324 kB | 24/62 kB
Progress (5): 164/560 kB | 118/748 kB | 0.1/2.4 MB | 98/324 kB | 24/62 kB
Progress (5): 164/560 kB | 118/748 kB | 0.1/2.4 MB | 102/324 kB | 24/62 kB
Progress (5): 168/560 kB | 118/748 kB | 0.1/2.4 MB | 102/324 kB | 24/62 kB
Progress (5): 168/560 kB | 118/748 kB | 0.1/2.4 MB | 106/324 kB | 24/62 kB
Progress (5): 168/560 kB | 122/748 kB | 0.1/2.4 MB | 106/324 kB | 24/62 kB
Progress (5): 168/560 kB | 122/748 kB | 0.1/2.4 MB | 106/324 kB | 24/62 kB
Progress (5): 168/560 kB | 122/748 kB | 0.1/2.4 MB | 106/324 kB | 28/62 kB
Progress (5): 168/560 kB | 122/748 kB | 0.1/2.4 MB | 106/324 kB | 28/62 kB
Progress (5): 168/560 kB | 126/748 kB | 0.1/2.4 MB | 106/324 kB | 28/62 kB
Progress (5): 168/560 kB | 126/748 kB | 0.1/2.4 MB | 110/324 kB | 28/62 kB
Progress (5): 172/560 kB | 126/748 kB | 0.1/2.4 MB | 110/324 kB | 28/62 kB
Progress (5): 172/560 kB | 126/748 kB | 0.1/2.4 MB | 114/324 kB | 28/62 kB
Progress (5): 176/560 kB | 126/748 kB | 0.1/2.4 MB | 114/324 kB | 28/62 kB
Progress (5): 176/560 kB | 130/748 kB | 0.1/2.4 MB | 114/324 kB | 28/62 kB
Progress (5): 176/560 kB | 130/748 kB | 0.1/2.4 MB | 114/324 kB | 28/62 kB
Progress (5): 176/560 kB | 130/748 kB | 0.1/2.4 MB | 114/324 kB | 32/62 kB
Progress (5): 176/560 kB | 130/748 kB | 0.1/2.4 MB | 114/324 kB | 32/62 kB
Progress (5): 176/560 kB | 131/748 kB | 0.1/2.4 MB | 114/324 kB | 32/62 kB
Progress (5): 180/560 kB | 131/748 kB | 0.1/2.4 MB | 114/324 kB | 32/62 kB
Progress (5): 180/560 kB | 131/748 kB | 0.1/2.4 MB | 118/324 kB | 32/62 kB
Progress (5): 180/560 kB | 135/748 kB | 0.1/2.4 MB | 118/324 kB | 32/62 kB
Progress (5): 180/560 kB | 135/748 kB | 0.1/2.4 MB | 118/324 kB | 32/62 kB
Progress (5): 180/560 kB | 135/748 kB | 0.1/2.4 MB | 118/324 kB | 32/62 kB
Progress (5): 180/560 kB | 135/748 kB | 0.1/2.4 MB | 118/324 kB | 36/62 kB
Progress (5): 180/560 kB | 135/748 kB | 0.2/2.4 MB | 118/324 kB | 36/62 kB
Progress (5): 180/560 kB | 139/748 kB | 0.2/2.4 MB | 118/324 kB | 36/62 kB
Progress (5): 180/560 kB | 139/748 kB | 0.2/2.4 MB | 122/324 kB | 36/62 kB
Progress (5): 184/560 kB | 139/748 kB | 0.2/2.4 MB | 122/324 kB | 36/62 kB
Progress (5): 184/560 kB | 139/748 kB | 0.2/2.4 MB | 126/324 kB | 36/62 kB
Progress (5): 184/560 kB | 143/748 kB | 0.2/2.4 MB | 126/324 kB | 36/62 kB
Progress (5): 184/560 kB | 143/748 kB | 0.2/2.4 MB | 126/324 kB | 36/62 kB
Progress (5): 184/560 kB | 143/748 kB | 0.2/2.4 MB | 126/324 kB | 40/62 kB
Progress (5): 184/560 kB | 143/748 kB | 0.2/2.4 MB | 126/324 kB | 40/62 kB
Progress (5): 184/560 kB | 147/748 kB | 0.2/2.4 MB | 126/324 kB | 40/62 kB
Progress (5): 184/560 kB | 147/748 kB | 0.2/2.4 MB | 130/324 kB | 40/62 kB
Progress (5): 188/560 kB | 147/748 kB | 0.2/2.4 MB | 130/324 kB | 40/62 kB
Progress (5): 188/560 kB | 147/748 kB | 0.2/2.4 MB | 134/324 kB | 40/62 kB
Progress (5): 188/560 kB | 151/748 kB | 0.2/2.4 MB | 134/324 kB | 40/62 kB
Progress (5): 188/560 kB | 151/748 kB | 0.2/2.4 MB | 134/324 kB | 44/62 kB
Progress (5): 188/560 kB | 151/748 kB | 0.2/2.4 MB | 134/324 kB | 44/62 kB
Progress (5): 188/560 kB | 151/748 kB | 0.2/2.4 MB | 134/324 kB | 48/62 kB
Progress (5): 188/560 kB | 155/748 kB | 0.2/2.4 MB | 134/324 kB | 48/62 kB
Progress (5): 188/560 kB | 155/748 kB | 0.2/2.4 MB | 138/324 kB | 48/62 kB
Progress (5): 192/560 kB | 155/748 kB | 0.2/2.4 MB | 138/324 kB | 48/62 kB
Progress (5): 192/560 kB | 155/748 kB | 0.2/2.4 MB | 142/324 kB | 48/62 kB
Progress (5): 192/560 kB | 159/748 kB | 0.2/2.4 MB | 142/324 kB | 48/62 kB
Progress (5): 192/560 kB | 159/748 kB | 0.2/2.4 MB | 142/324 kB | 52/62 kB
Progress (5): 192/560 kB | 159/748 kB | 0.2/2.4 MB | 142/324 kB | 52/62 kB
Progress (5): 192/560 kB | 159/748 kB | 0.2/2.4 MB | 142/324 kB | 56/62 kB
Progress (5): 192/560 kB | 163/748 kB | 0.2/2.4 MB | 142/324 kB | 56/62 kB
Progress (5): 192/560 kB | 163/748 kB | 0.2/2.4 MB | 146/324 kB | 56/62 kB
Progress (5): 196/560 kB | 163/748 kB | 0.2/2.4 MB | 146/324 kB | 56/62 kB
Progress (5): 196/560 kB | 163/748 kB | 0.2/2.4 MB | 150/324 kB | 56/62 kB
Progress (5): 196/560 kB | 164/748 kB | 0.2/2.4 MB | 150/324 kB | 56/62 kB
Progress (5): 196/560 kB | 164/748 kB | 0.2/2.4 MB | 150/324 kB | 60/62 kB
Progress (5): 196/560 kB | 164/748 kB | 0.2/2.4 MB | 150/324 kB | 60/62 kB
Progress (5): 196/560 kB | 164/748 kB | 0.2/2.4 MB | 150/324 kB | 62 kB   
Progress (5): 196/560 kB | 168/748 kB | 0.2/2.4 MB | 150/324 kB | 62 kB
Progress (5): 196/560 kB | 168/748 kB | 0.2/2.4 MB | 154/324 kB | 62 kB
Progress (5): 200/560 kB | 168/748 kB | 0.2/2.4 MB | 154/324 kB | 62 kB
Progress (5): 200/560 kB | 168/748 kB | 0.2/2.4 MB | 158/324 kB | 62 kB
Progress (5): 200/560 kB | 172/748 kB | 0.2/2.4 MB | 158/324 kB | 62 kB
Progress (5): 200/560 kB | 172/748 kB | 0.2/2.4 MB | 158/324 kB | 62 kB
Progress (5): 200/560 kB | 172/748 kB | 0.2/2.4 MB | 162/324 kB | 62 kB
Progress (5): 204/560 kB | 172/748 kB | 0.2/2.4 MB | 162/324 kB | 62 kB
Progress (5): 204/560 kB | 172/748 kB | 0.2/2.4 MB | 166/324 kB | 62 kB
Progress (5): 204/560 kB | 172/748 kB | 0.2/2.4 MB | 166/324 kB | 62 kB
Progress (5): 204/560 kB | 176/748 kB | 0.2/2.4 MB | 166/324 kB | 62 kB
Progress (5): 204/560 kB | 176/748 kB | 0.2/2.4 MB | 166/324 kB | 62 kB
Progress (5): 204/560 kB | 176/748 kB | 0.2/2.4 MB | 170/324 kB | 62 kB
Progress (5): 208/560 kB | 176/748 kB | 0.2/2.4 MB | 170/324 kB | 62 kB
Progress (5): 208/560 kB | 176/748 kB | 0.2/2.4 MB | 174/324 kB | 62 kB
Progress (5): 208/560 kB | 176/748 kB | 0.2/2.4 MB | 174/324 kB | 62 kB
Progress (5): 208/560 kB | 180/748 kB | 0.2/2.4 MB | 174/324 kB | 62 kB
Progress (5): 208/560 kB | 180/748 kB | 0.2/2.4 MB | 178/324 kB | 62 kB
Progress (5): 212/560 kB | 180/748 kB | 0.2/2.4 MB | 178/324 kB | 62 kB
Progress (5): 212/560 kB | 180/748 kB | 0.2/2.4 MB | 182/324 kB | 62 kB
Progress (5): 216/560 kB | 180/748 kB | 0.2/2.4 MB | 182/324 kB | 62 kB
Progress (5): 216/560 kB | 184/748 kB | 0.2/2.4 MB | 182/324 kB | 62 kB
Progress (5): 216/560 kB | 184/748 kB | 0.2/2.4 MB | 182/324 kB | 62 kB
Progress (5): 216/560 kB | 188/748 kB | 0.2/2.4 MB | 182/324 kB | 62 kB
Progress (5): 220/560 kB | 188/748 kB | 0.2/2.4 MB | 182/324 kB | 62 kB
Progress (5): 220/560 kB | 188/748 kB | 0.2/2.4 MB | 186/324 kB | 62 kB
Progress (5): 220/560 kB | 192/748 kB | 0.2/2.4 MB | 186/324 kB | 62 kB
Progress (5): 220/560 kB | 192/748 kB | 0.2/2.4 MB | 186/324 kB | 62 kB
Progress (5): 220/560 kB | 196/748 kB | 0.2/2.4 MB | 186/324 kB | 62 kB
Progress (5): 220/560 kB | 196/748 kB | 0.2/2.4 MB | 190/324 kB | 62 kB
Progress (5): 220/560 kB | 196/748 kB | 0.2/2.4 MB | 194/324 kB | 62 kB
Progress (5): 220/560 kB | 196/748 kB | 0.2/2.4 MB | 198/324 kB | 62 kB
Progress (5): 220/560 kB | 196/748 kB | 0.2/2.4 MB | 202/324 kB | 62 kB
Progress (5): 220/560 kB | 196/748 kB | 0.2/2.4 MB | 206/324 kB | 62 kB
Progress (5): 220/560 kB | 196/748 kB | 0.2/2.4 MB | 210/324 kB | 62 kB
Progress (5): 220/560 kB | 196/748 kB | 0.2/2.4 MB | 214/324 kB | 62 kB
Progress (5): 220/560 kB | 196/748 kB | 0.2/2.4 MB | 218/324 kB | 62 kB
Progress (5): 224/560 kB | 196/748 kB | 0.2/2.4 MB | 218/324 kB | 62 kB
Progress (5): 224/560 kB | 196/748 kB | 0.2/2.4 MB | 222/324 kB | 62 kB
Progress (5): 224/560 kB | 196/748 kB | 0.2/2.4 MB | 226/324 kB | 62 kB
Progress (5): 224/560 kB | 196/748 kB | 0.2/2.4 MB | 226/324 kB | 62 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 114 kB/s)
10:00:10 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
10:00:10 Progress (4): 224/560 kB | 197/748 kB | 0.2/2.4 MB | 226/324 kB
Progress (4): 224/560 kB | 197/748 kB | 0.2/2.4 MB | 226/324 kB
Progress (4): 224/560 kB | 197/748 kB | 0.2/2.4 MB | 230/324 kB
Progress (4): 228/560 kB | 197/748 kB | 0.2/2.4 MB | 230/324 kB
Progress (4): 228/560 kB | 197/748 kB | 0.2/2.4 MB | 230/324 kB
Progress (4): 228/560 kB | 197/748 kB | 0.2/2.4 MB | 234/324 kB
Progress (4): 228/560 kB | 201/748 kB | 0.2/2.4 MB | 234/324 kB
Progress (4): 228/560 kB | 201/748 kB | 0.2/2.4 MB | 238/324 kB
Progress (4): 228/560 kB | 201/748 kB | 0.2/2.4 MB | 238/324 kB
Progress (4): 232/560 kB | 201/748 kB | 0.2/2.4 MB | 238/324 kB
Progress (4): 232/560 kB | 201/748 kB | 0.2/2.4 MB | 242/324 kB
Progress (4): 232/560 kB | 205/748 kB | 0.2/2.4 MB | 242/324 kB
Progress (4): 232/560 kB | 205/748 kB | 0.2/2.4 MB | 246/324 kB
Progress (4): 236/560 kB | 205/748 kB | 0.2/2.4 MB | 246/324 kB
Progress (4): 236/560 kB | 205/748 kB | 0.2/2.4 MB | 246/324 kB
Progress (4): 240/560 kB | 205/748 kB | 0.2/2.4 MB | 246/324 kB
Progress (4): 240/560 kB | 205/748 kB | 0.2/2.4 MB | 250/324 kB
Progress (4): 240/560 kB | 209/748 kB | 0.2/2.4 MB | 250/324 kB
Progress (4): 240/560 kB | 209/748 kB | 0.2/2.4 MB | 254/324 kB
Progress (4): 244/560 kB | 209/748 kB | 0.2/2.4 MB | 254/324 kB
Progress (4): 244/560 kB | 209/748 kB | 0.2/2.4 MB | 254/324 kB
Progress (4): 248/560 kB | 209/748 kB | 0.2/2.4 MB | 254/324 kB
Progress (4): 248/560 kB | 209/748 kB | 0.2/2.4 MB | 258/324 kB
Progress (4): 248/560 kB | 213/748 kB | 0.2/2.4 MB | 258/324 kB
Progress (4): 248/560 kB | 213/748 kB | 0.2/2.4 MB | 262/324 kB
Progress (4): 248/560 kB | 217/748 kB | 0.2/2.4 MB | 262/324 kB
Progress (4): 248/560 kB | 217/748 kB | 0.2/2.4 MB | 262/324 kB
Progress (4): 252/560 kB | 217/748 kB | 0.2/2.4 MB | 262/324 kB
Progress (4): 252/560 kB | 217/748 kB | 0.2/2.4 MB | 262/324 kB
Progress (4): 256/560 kB | 217/748 kB | 0.2/2.4 MB | 262/324 kB
Progress (4): 256/560 kB | 221/748 kB | 0.2/2.4 MB | 262/324 kB
Progress (4): 256/560 kB | 221/748 kB | 0.2/2.4 MB | 266/324 kB
Progress (4): 256/560 kB | 221/748 kB | 0.2/2.4 MB | 266/324 kB
Progress (4): 260/560 kB | 221/748 kB | 0.2/2.4 MB | 266/324 kB
Progress (4): 260/560 kB | 221/748 kB | 0.2/2.4 MB | 266/324 kB
Progress (4): 260/560 kB | 221/748 kB | 0.2/2.4 MB | 270/324 kB
Progress (4): 260/560 kB | 225/748 kB | 0.2/2.4 MB | 270/324 kB
Progress (4): 260/560 kB | 225/748 kB | 0.2/2.4 MB | 274/324 kB
Progress (4): 260/560 kB | 225/748 kB | 0.2/2.4 MB | 274/324 kB
Progress (4): 264/560 kB | 225/748 kB | 0.2/2.4 MB | 274/324 kB
Progress (4): 264/560 kB | 225/748 kB | 0.2/2.4 MB | 274/324 kB
Progress (4): 264/560 kB | 225/748 kB | 0.2/2.4 MB | 278/324 kB
Progress (4): 264/560 kB | 225/748 kB | 0.2/2.4 MB | 278/324 kB
Progress (4): 264/560 kB | 229/748 kB | 0.2/2.4 MB | 278/324 kB
Progress (5): 264/560 kB | 229/748 kB | 0.2/2.4 MB | 278/324 kB | 4.1/264 kB
Progress (5): 264/560 kB | 229/748 kB | 0.3/2.4 MB | 278/324 kB | 4.1/264 kB
Progress (5): 264/560 kB | 229/748 kB | 0.3/2.4 MB | 282/324 kB | 4.1/264 kB
Progress (5): 268/560 kB | 229/748 kB | 0.3/2.4 MB | 282/324 kB | 4.1/264 kB
Progress (5): 268/560 kB | 229/748 kB | 0.3/2.4 MB | 286/324 kB | 4.1/264 kB
Progress (5): 268/560 kB | 229/748 kB | 0.3/2.4 MB | 286/324 kB | 4.1/264 kB
Progress (5): 268/560 kB | 229/748 kB | 0.3/2.4 MB | 286/324 kB | 7.7/264 kB
Progress (5): 268/560 kB | 229/748 kB | 0.3/2.4 MB | 286/324 kB | 7.7/264 kB
Progress (5): 268/560 kB | 229/748 kB | 0.3/2.4 MB | 286/324 kB | 7.7/264 kB
Progress (5): 272/560 kB | 229/748 kB | 0.3/2.4 MB | 286/324 kB | 7.7/264 kB
Progress (5): 272/560 kB | 229/748 kB | 0.3/2.4 MB | 290/324 kB | 7.7/264 kB
Progress (5): 276/560 kB | 229/748 kB | 0.3/2.4 MB | 290/324 kB | 7.7/264 kB
Progress (5): 276/560 kB | 229/748 kB | 0.3/2.4 MB | 290/324 kB | 7.7/264 kB
Progress (5): 276/560 kB | 233/748 kB | 0.3/2.4 MB | 290/324 kB | 7.7/264 kB
Progress (5): 276/560 kB | 233/748 kB | 0.3/2.4 MB | 290/324 kB | 12/264 kB 
Progress (5): 276/560 kB | 237/748 kB | 0.3/2.4 MB | 290/324 kB | 12/264 kB
Progress (5): 276/560 kB | 237/748 kB | 0.3/2.4 MB | 290/324 kB | 12/264 kB
Progress (5): 280/560 kB | 237/748 kB | 0.3/2.4 MB | 290/324 kB | 12/264 kB
Progress (5): 280/560 kB | 237/748 kB | 0.3/2.4 MB | 294/324 kB | 12/264 kB
Progress (5): 284/560 kB | 237/748 kB | 0.3/2.4 MB | 294/324 kB | 12/264 kB
Progress (5): 284/560 kB | 237/748 kB | 0.3/2.4 MB | 294/324 kB | 12/264 kB
Progress (5): 284/560 kB | 241/748 kB | 0.3/2.4 MB | 294/324 kB | 12/264 kB
Progress (5): 284/560 kB | 241/748 kB | 0.3/2.4 MB | 294/324 kB | 16/264 kB
Progress (5): 284/560 kB | 245/748 kB | 0.3/2.4 MB | 294/324 kB | 16/264 kB
Progress (5): 284/560 kB | 245/748 kB | 0.3/2.4 MB | 294/324 kB | 16/264 kB
Progress (5): 288/560 kB | 245/748 kB | 0.3/2.4 MB | 294/324 kB | 16/264 kB
Progress (5): 288/560 kB | 245/748 kB | 0.3/2.4 MB | 298/324 kB | 16/264 kB
Progress (5): 292/560 kB | 245/748 kB | 0.3/2.4 MB | 298/324 kB | 16/264 kB
Progress (5): 292/560 kB | 245/748 kB | 0.3/2.4 MB | 298/324 kB | 16/264 kB
Progress (5): 292/560 kB | 249/748 kB | 0.3/2.4 MB | 298/324 kB | 16/264 kB
Progress (5): 292/560 kB | 249/748 kB | 0.3/2.4 MB | 298/324 kB | 20/264 kB
Progress (5): 292/560 kB | 253/748 kB | 0.3/2.4 MB | 298/324 kB | 20/264 kB
Progress (5): 292/560 kB | 253/748 kB | 0.3/2.4 MB | 298/324 kB | 20/264 kB
Progress (5): 296/560 kB | 253/748 kB | 0.3/2.4 MB | 298/324 kB | 20/264 kB
Progress (5): 296/560 kB | 253/748 kB | 0.3/2.4 MB | 302/324 kB | 20/264 kB
Progress (5): 300/560 kB | 253/748 kB | 0.3/2.4 MB | 302/324 kB | 20/264 kB
Progress (5): 300/560 kB | 253/748 kB | 0.3/2.4 MB | 302/324 kB | 20/264 kB
Progress (5): 300/560 kB | 257/748 kB | 0.3/2.4 MB | 302/324 kB | 20/264 kB
Progress (5): 300/560 kB | 257/748 kB | 0.3/2.4 MB | 302/324 kB | 24/264 kB
Progress (5): 300/560 kB | 261/748 kB | 0.3/2.4 MB | 302/324 kB | 24/264 kB
Progress (5): 300/560 kB | 261/748 kB | 0.3/2.4 MB | 302/324 kB | 24/264 kB
Progress (5): 304/560 kB | 261/748 kB | 0.3/2.4 MB | 302/324 kB | 24/264 kB
Progress (5): 304/560 kB | 261/748 kB | 0.3/2.4 MB | 306/324 kB | 24/264 kB
Progress (5): 308/560 kB | 261/748 kB | 0.3/2.4 MB | 306/324 kB | 24/264 kB
Progress (5): 308/560 kB | 261/748 kB | 0.3/2.4 MB | 306/324 kB | 24/264 kB
Progress (5): 312/560 kB | 261/748 kB | 0.3/2.4 MB | 306/324 kB | 24/264 kB
Progress (5): 312/560 kB | 262/748 kB | 0.3/2.4 MB | 306/324 kB | 24/264 kB
Progress (5): 312/560 kB | 266/748 kB | 0.3/2.4 MB | 306/324 kB | 24/264 kB
Progress (5): 312/560 kB | 266/748 kB | 0.3/2.4 MB | 306/324 kB | 28/264 kB
Progress (5): 312/560 kB | 270/748 kB | 0.3/2.4 MB | 306/324 kB | 28/264 kB
Progress (5): 316/560 kB | 270/748 kB | 0.3/2.4 MB | 306/324 kB | 28/264 kB
Progress (5): 316/560 kB | 270/748 kB | 0.3/2.4 MB | 306/324 kB | 28/264 kB
Progress (5): 316/560 kB | 270/748 kB | 0.3/2.4 MB | 310/324 kB | 28/264 kB
Progress (5): 316/560 kB | 270/748 kB | 0.3/2.4 MB | 310/324 kB | 28/264 kB
Progress (5): 320/560 kB | 270/748 kB | 0.3/2.4 MB | 310/324 kB | 28/264 kB
Progress (5): 320/560 kB | 274/748 kB | 0.3/2.4 MB | 310/324 kB | 28/264 kB
Progress (5): 320/560 kB | 274/748 kB | 0.3/2.4 MB | 310/324 kB | 32/264 kB
Progress (5): 320/560 kB | 278/748 kB | 0.3/2.4 MB | 310/324 kB | 32/264 kB
Progress (5): 324/560 kB | 278/748 kB | 0.3/2.4 MB | 310/324 kB | 32/264 kB
Progress (5): 324/560 kB | 278/748 kB | 0.3/2.4 MB | 310/324 kB | 32/264 kB
Progress (5): 328/560 kB | 278/748 kB | 0.3/2.4 MB | 310/324 kB | 32/264 kB
Progress (5): 328/560 kB | 278/748 kB | 0.3/2.4 MB | 314/324 kB | 32/264 kB
Progress (5): 332/560 kB | 278/748 kB | 0.3/2.4 MB | 314/324 kB | 32/264 kB
Progress (5): 332/560 kB | 278/748 kB | 0.3/2.4 MB | 314/324 kB | 32/264 kB
Progress (5): 332/560 kB | 282/748 kB | 0.3/2.4 MB | 314/324 kB | 32/264 kB
Progress (5): 332/560 kB | 282/748 kB | 0.3/2.4 MB | 314/324 kB | 33/264 kB
Progress (5): 332/560 kB | 286/748 kB | 0.3/2.4 MB | 314/324 kB | 33/264 kB
Progress (5): 332/560 kB | 286/748 kB | 0.3/2.4 MB | 314/324 kB | 33/264 kB
Progress (5): 336/560 kB | 286/748 kB | 0.3/2.4 MB | 314/324 kB | 33/264 kB
Progress (5): 336/560 kB | 286/748 kB | 0.3/2.4 MB | 318/324 kB | 33/264 kB
Progress (5): 340/560 kB | 286/748 kB | 0.3/2.4 MB | 318/324 kB | 33/264 kB
Progress (5): 340/560 kB | 286/748 kB | 0.3/2.4 MB | 318/324 kB | 33/264 kB
Progress (5): 340/560 kB | 290/748 kB | 0.3/2.4 MB | 318/324 kB | 33/264 kB
Progress (5): 340/560 kB | 290/748 kB | 0.3/2.4 MB | 318/324 kB | 37/264 kB
Progress (5): 340/560 kB | 294/748 kB | 0.3/2.4 MB | 318/324 kB | 37/264 kB
Progress (5): 340/560 kB | 294/748 kB | 0.3/2.4 MB | 318/324 kB | 37/264 kB
Progress (5): 344/560 kB | 294/748 kB | 0.3/2.4 MB | 318/324 kB | 37/264 kB
Progress (5): 344/560 kB | 294/748 kB | 0.3/2.4 MB | 322/324 kB | 37/264 kB
Progress (5): 348/560 kB | 294/748 kB | 0.3/2.4 MB | 322/324 kB | 37/264 kB
Progress (5): 348/560 kB | 294/748 kB | 0.3/2.4 MB | 322/324 kB | 37/264 kB
Progress (5): 348/560 kB | 295/748 kB | 0.3/2.4 MB | 322/324 kB | 37/264 kB
Progress (5): 348/560 kB | 295/748 kB | 0.3/2.4 MB | 322/324 kB | 41/264 kB
Progress (5): 348/560 kB | 299/748 kB | 0.3/2.4 MB | 322/324 kB | 41/264 kB
Progress (5): 348/560 kB | 299/748 kB | 0.3/2.4 MB | 322/324 kB | 45/264 kB
Progress (5): 348/560 kB | 299/748 kB | 0.3/2.4 MB | 322/324 kB | 45/264 kB
Progress (5): 352/560 kB | 299/748 kB | 0.3/2.4 MB | 322/324 kB | 45/264 kB
Progress (5): 352/560 kB | 299/748 kB | 0.3/2.4 MB | 324 kB | 45/264 kB    
Progress (5): 356/560 kB | 299/748 kB | 0.3/2.4 MB | 324 kB | 45/264 kB
Progress (5): 356/560 kB | 299/748 kB | 0.3/2.4 MB | 324 kB | 45/264 kB
Progress (5): 356/560 kB | 299/748 kB | 0.3/2.4 MB | 324 kB | 49/264 kB
Progress (5): 356/560 kB | 303/748 kB | 0.3/2.4 MB | 324 kB | 49/264 kB
Progress (5): 356/560 kB | 303/748 kB | 0.3/2.4 MB | 324 kB | 49/264 kB
Progress (5): 360/560 kB | 303/748 kB | 0.3/2.4 MB | 324 kB | 49/264 kB
Progress (5): 360/560 kB | 303/748 kB | 0.3/2.4 MB | 324 kB | 49/264 kB
Progress (5): 360/560 kB | 307/748 kB | 0.3/2.4 MB | 324 kB | 49/264 kB
Progress (5): 360/560 kB | 307/748 kB | 0.3/2.4 MB | 324 kB | 53/264 kB
Progress (5): 360/560 kB | 311/748 kB | 0.3/2.4 MB | 324 kB | 53/264 kB
Progress (5): 360/560 kB | 311/748 kB | 0.3/2.4 MB | 324 kB | 53/264 kB
Progress (5): 360/560 kB | 315/748 kB | 0.3/2.4 MB | 324 kB | 53/264 kB
Progress (5): 364/560 kB | 315/748 kB | 0.3/2.4 MB | 324 kB | 53/264 kB
Progress (5): 364/560 kB | 319/748 kB | 0.3/2.4 MB | 324 kB | 53/264 kB
Progress (5): 364/560 kB | 319/748 kB | 0.4/2.4 MB | 324 kB | 53/264 kB
Progress (5): 364/560 kB | 319/748 kB | 0.4/2.4 MB | 324 kB | 57/264 kB
Progress (5): 364/560 kB | 319/748 kB | 0.4/2.4 MB | 324 kB | 57/264 kB
Progress (5): 364/560 kB | 323/748 kB | 0.4/2.4 MB | 324 kB | 57/264 kB
Progress (5): 368/560 kB | 323/748 kB | 0.4/2.4 MB | 324 kB | 57/264 kB
Progress (5): 368/560 kB | 327/748 kB | 0.4/2.4 MB | 324 kB | 57/264 kB
Progress (5): 368/560 kB | 327/748 kB | 0.4/2.4 MB | 324 kB | 57/264 kB
Progress (5): 368/560 kB | 327/748 kB | 0.4/2.4 MB | 324 kB | 61/264 kB
Progress (5): 368/560 kB | 327/748 kB | 0.4/2.4 MB | 324 kB | 61/264 kB
Progress (5): 368/560 kB | 328/748 kB | 0.4/2.4 MB | 324 kB | 61/264 kB
Progress (5): 372/560 kB | 328/748 kB | 0.4/2.4 MB | 324 kB | 61/264 kB
Progress (5): 372/560 kB | 332/748 kB | 0.4/2.4 MB | 324 kB | 61/264 kB
Progress (5): 376/560 kB | 332/748 kB | 0.4/2.4 MB | 324 kB | 61/264 kB
Progress (5): 376/560 kB | 332/748 kB | 0.4/2.4 MB | 324 kB | 61/264 kB
Progress (5): 376/560 kB | 332/748 kB | 0.4/2.4 MB | 324 kB | 65/264 kB
Progress (5): 376/560 kB | 332/748 kB | 0.4/2.4 MB | 324 kB | 65/264 kB
Progress (5): 380/560 kB | 332/748 kB | 0.4/2.4 MB | 324 kB | 65/264 kB
Progress (5): 380/560 kB | 336/748 kB | 0.4/2.4 MB | 324 kB | 65/264 kB
Progress (5): 384/560 kB | 336/748 kB | 0.4/2.4 MB | 324 kB | 65/264 kB
Progress (5): 384/560 kB | 336/748 kB | 0.4/2.4 MB | 324 kB | 65/264 kB
Progress (5): 384/560 kB | 336/748 kB | 0.4/2.4 MB | 324 kB | 66/264 kB
Progress (5): 384/560 kB | 336/748 kB | 0.4/2.4 MB | 324 kB | 66/264 kB
Progress (5): 388/560 kB | 336/748 kB | 0.4/2.4 MB | 324 kB | 66/264 kB
Progress (5): 388/560 kB | 340/748 kB | 0.4/2.4 MB | 324 kB | 66/264 kB
Progress (5): 392/560 kB | 340/748 kB | 0.4/2.4 MB | 324 kB | 66/264 kB
Progress (5): 392/560 kB | 340/748 kB | 0.4/2.4 MB | 324 kB | 66/264 kB
Progress (5): 392/560 kB | 340/748 kB | 0.4/2.4 MB | 324 kB | 70/264 kB
Progress (5): 392/560 kB | 340/748 kB | 0.4/2.4 MB | 324 kB | 70/264 kB
Progress (5): 396/560 kB | 340/748 kB | 0.4/2.4 MB | 324 kB | 70/264 kB
Progress (5): 396/560 kB | 344/748 kB | 0.4/2.4 MB | 324 kB | 70/264 kB
Progress (5): 400/560 kB | 344/748 kB | 0.4/2.4 MB | 324 kB | 70/264 kB
Progress (5): 400/560 kB | 344/748 kB | 0.4/2.4 MB | 324 kB | 70/264 kB
Progress (5): 400/560 kB | 344/748 kB | 0.4/2.4 MB | 324 kB | 74/264 kB
Progress (5): 400/560 kB | 344/748 kB | 0.4/2.4 MB | 324 kB | 74/264 kB
Progress (5): 404/560 kB | 344/748 kB | 0.4/2.4 MB | 324 kB | 74/264 kB
Progress (5): 404/560 kB | 348/748 kB | 0.4/2.4 MB | 324 kB | 74/264 kB
Progress (5): 408/560 kB | 348/748 kB | 0.4/2.4 MB | 324 kB | 74/264 kB
Progress (5): 408/560 kB | 348/748 kB | 0.4/2.4 MB | 324 kB | 74/264 kB
Progress (5): 408/560 kB | 348/748 kB | 0.4/2.4 MB | 324 kB | 78/264 kB
Progress (5): 408/560 kB | 348/748 kB | 0.4/2.4 MB | 324 kB | 78/264 kB
Progress (5): 412/560 kB | 348/748 kB | 0.4/2.4 MB | 324 kB | 78/264 kB
Progress (5): 412/560 kB | 352/748 kB | 0.4/2.4 MB | 324 kB | 78/264 kB
Progress (5): 416/560 kB | 352/748 kB | 0.4/2.4 MB | 324 kB | 78/264 kB
Progress (5): 416/560 kB | 352/748 kB | 0.4/2.4 MB | 324 kB | 78/264 kB
Progress (5): 416/560 kB | 352/748 kB | 0.4/2.4 MB | 324 kB | 82/264 kB
Progress (5): 416/560 kB | 352/748 kB | 0.4/2.4 MB | 324 kB | 82/264 kB
Progress (5): 420/560 kB | 352/748 kB | 0.4/2.4 MB | 324 kB | 82/264 kB
Progress (5): 420/560 kB | 352/748 kB | 0.4/2.4 MB | 324 kB | 82/264 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (324 kB at 542 kB/s)
10:00:10 Progress (4): 420/560 kB | 352/748 kB | 0.4/2.4 MB | 82/264 kB
Progress (4): 420/560 kB | 356/748 kB | 0.4/2.4 MB | 82/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
10:00:10 Progress (4): 424/560 kB | 356/748 kB | 0.4/2.4 MB | 82/264 kB
Progress (4): 424/560 kB | 356/748 kB | 0.4/2.4 MB | 86/264 kB
Progress (4): 428/560 kB | 356/748 kB | 0.4/2.4 MB | 86/264 kB
Progress (4): 428/560 kB | 360/748 kB | 0.4/2.4 MB | 86/264 kB
Progress (4): 432/560 kB | 360/748 kB | 0.4/2.4 MB | 86/264 kB
Progress (4): 432/560 kB | 360/748 kB | 0.4/2.4 MB | 86/264 kB
Progress (4): 436/560 kB | 360/748 kB | 0.4/2.4 MB | 86/264 kB
Progress (4): 436/560 kB | 364/748 kB | 0.4/2.4 MB | 86/264 kB
Progress (4): 436/560 kB | 364/748 kB | 0.4/2.4 MB | 90/264 kB
Progress (4): 436/560 kB | 368/748 kB | 0.4/2.4 MB | 90/264 kB
Progress (4): 440/560 kB | 368/748 kB | 0.4/2.4 MB | 90/264 kB
Progress (4): 440/560 kB | 368/748 kB | 0.4/2.4 MB | 90/264 kB
Progress (4): 444/560 kB | 368/748 kB | 0.4/2.4 MB | 90/264 kB
Progress (4): 444/560 kB | 372/748 kB | 0.4/2.4 MB | 90/264 kB
Progress (4): 444/560 kB | 372/748 kB | 0.4/2.4 MB | 94/264 kB
Progress (4): 444/560 kB | 376/748 kB | 0.4/2.4 MB | 94/264 kB
Progress (4): 448/560 kB | 376/748 kB | 0.4/2.4 MB | 94/264 kB
Progress (4): 448/560 kB | 376/748 kB | 0.4/2.4 MB | 94/264 kB
Progress (4): 452/560 kB | 376/748 kB | 0.4/2.4 MB | 94/264 kB
Progress (4): 452/560 kB | 380/748 kB | 0.4/2.4 MB | 94/264 kB
Progress (4): 452/560 kB | 380/748 kB | 0.4/2.4 MB | 98/264 kB
Progress (4): 452/560 kB | 384/748 kB | 0.4/2.4 MB | 98/264 kB
Progress (4): 456/560 kB | 384/748 kB | 0.4/2.4 MB | 98/264 kB
Progress (4): 456/560 kB | 388/748 kB | 0.4/2.4 MB | 98/264 kB
Progress (4): 456/560 kB | 388/748 kB | 0.4/2.4 MB | 98/264 kB
Progress (4): 456/560 kB | 392/748 kB | 0.4/2.4 MB | 98/264 kB
Progress (4): 460/560 kB | 392/748 kB | 0.4/2.4 MB | 98/264 kB
Progress (4): 460/560 kB | 392/748 kB | 0.4/2.4 MB | 102/264 kB
Progress (4): 464/560 kB | 392/748 kB | 0.4/2.4 MB | 102/264 kB
Progress (4): 464/560 kB | 396/748 kB | 0.4/2.4 MB | 102/264 kB
Progress (4): 464/560 kB | 396/748 kB | 0.4/2.4 MB | 102/264 kB
Progress (4): 464/560 kB | 400/748 kB | 0.4/2.4 MB | 102/264 kB
Progress (4): 468/560 kB | 400/748 kB | 0.4/2.4 MB | 102/264 kB
Progress (4): 468/560 kB | 404/748 kB | 0.4/2.4 MB | 102/264 kB
Progress (4): 468/560 kB | 404/748 kB | 0.4/2.4 MB | 106/264 kB
Progress (4): 468/560 kB | 408/748 kB | 0.4/2.4 MB | 106/264 kB
Progress (4): 468/560 kB | 408/748 kB | 0.4/2.4 MB | 110/264 kB
Progress (4): 468/560 kB | 412/748 kB | 0.4/2.4 MB | 110/264 kB
Progress (4): 472/560 kB | 412/748 kB | 0.4/2.4 MB | 110/264 kB
Progress (4): 472/560 kB | 412/748 kB | 0.4/2.4 MB | 110/264 kB
Progress (4): 476/560 kB | 412/748 kB | 0.4/2.4 MB | 110/264 kB
Progress (4): 476/560 kB | 412/748 kB | 0.4/2.4 MB | 110/264 kB
Progress (4): 480/560 kB | 412/748 kB | 0.4/2.4 MB | 110/264 kB
Progress (4): 480/560 kB | 416/748 kB | 0.4/2.4 MB | 110/264 kB
Progress (4): 480/560 kB | 416/748 kB | 0.4/2.4 MB | 114/264 kB
Progress (4): 480/560 kB | 420/748 kB | 0.4/2.4 MB | 114/264 kB
Progress (4): 484/560 kB | 420/748 kB | 0.4/2.4 MB | 114/264 kB
Progress (4): 484/560 kB | 420/748 kB | 0.5/2.4 MB | 114/264 kB
Progress (4): 488/560 kB | 420/748 kB | 0.5/2.4 MB | 114/264 kB
Progress (4): 492/560 kB | 420/748 kB | 0.5/2.4 MB | 114/264 kB
Progress (4): 496/560 kB | 420/748 kB | 0.5/2.4 MB | 114/264 kB
Progress (4): 500/560 kB | 420/748 kB | 0.5/2.4 MB | 114/264 kB
Progress (4): 504/560 kB | 420/748 kB | 0.5/2.4 MB | 114/264 kB
Progress (4): 504/560 kB | 424/748 kB | 0.5/2.4 MB | 114/264 kB
Progress (4): 504/560 kB | 424/748 kB | 0.5/2.4 MB | 118/264 kB
Progress (4): 504/560 kB | 428/748 kB | 0.5/2.4 MB | 118/264 kB
Progress (5): 504/560 kB | 428/748 kB | 0.5/2.4 MB | 118/264 kB | 4.1/41 kB
Progress (5): 504/560 kB | 432/748 kB | 0.5/2.4 MB | 118/264 kB | 4.1/41 kB
Progress (5): 504/560 kB | 432/748 kB | 0.5/2.4 MB | 122/264 kB | 4.1/41 kB
Progress (5): 508/560 kB | 432/748 kB | 0.5/2.4 MB | 122/264 kB | 4.1/41 kB
Progress (5): 508/560 kB | 432/748 kB | 0.5/2.4 MB | 122/264 kB | 4.1/41 kB
Progress (5): 512/560 kB | 432/748 kB | 0.5/2.4 MB | 122/264 kB | 4.1/41 kB
Progress (5): 512/560 kB | 432/748 kB | 0.5/2.4 MB | 126/264 kB | 4.1/41 kB
Progress (5): 512/560 kB | 436/748 kB | 0.5/2.4 MB | 126/264 kB | 4.1/41 kB
Progress (5): 512/560 kB | 436/748 kB | 0.5/2.4 MB | 126/264 kB | 7.7/41 kB
Progress (5): 512/560 kB | 440/748 kB | 0.5/2.4 MB | 126/264 kB | 7.7/41 kB
Progress (5): 512/560 kB | 440/748 kB | 0.5/2.4 MB | 130/264 kB | 7.7/41 kB
Progress (5): 516/560 kB | 440/748 kB | 0.5/2.4 MB | 130/264 kB | 7.7/41 kB
Progress (5): 516/560 kB | 440/748 kB | 0.5/2.4 MB | 130/264 kB | 7.7/41 kB
Progress (5): 516/560 kB | 440/748 kB | 0.5/2.4 MB | 130/264 kB | 7.7/41 kB
Progress (5): 516/560 kB | 440/748 kB | 0.5/2.4 MB | 130/264 kB | 7.7/41 kB
Progress (5): 520/560 kB | 440/748 kB | 0.5/2.4 MB | 130/264 kB | 7.7/41 kB
Progress (5): 520/560 kB | 440/748 kB | 0.5/2.4 MB | 134/264 kB | 7.7/41 kB
Progress (5): 520/560 kB | 444/748 kB | 0.5/2.4 MB | 134/264 kB | 7.7/41 kB
Progress (5): 520/560 kB | 444/748 kB | 0.5/2.4 MB | 134/264 kB | 12/41 kB 
Progress (5): 520/560 kB | 448/748 kB | 0.5/2.4 MB | 134/264 kB | 12/41 kB
Progress (5): 520/560 kB | 448/748 kB | 0.5/2.4 MB | 138/264 kB | 12/41 kB
Progress (5): 524/560 kB | 448/748 kB | 0.5/2.4 MB | 138/264 kB | 12/41 kB
Progress (5): 524/560 kB | 448/748 kB | 0.5/2.4 MB | 138/264 kB | 12/41 kB
Progress (5): 524/560 kB | 448/748 kB | 0.5/2.4 MB | 142/264 kB | 12/41 kB
Progress (5): 524/560 kB | 452/748 kB | 0.5/2.4 MB | 142/264 kB | 12/41 kB
Progress (5): 524/560 kB | 452/748 kB | 0.5/2.4 MB | 142/264 kB | 16/41 kB
Progress (5): 524/560 kB | 456/748 kB | 0.5/2.4 MB | 142/264 kB | 16/41 kB
Progress (5): 524/560 kB | 460/748 kB | 0.5/2.4 MB | 142/264 kB | 16/41 kB
Progress (5): 524/560 kB | 460/748 kB | 0.5/2.4 MB | 146/264 kB | 16/41 kB
Progress (5): 524/560 kB | 460/748 kB | 0.5/2.4 MB | 146/264 kB | 16/41 kB
Progress (5): 528/560 kB | 460/748 kB | 0.5/2.4 MB | 146/264 kB | 16/41 kB
Progress (5): 528/560 kB | 460/748 kB | 0.5/2.4 MB | 146/264 kB | 16/41 kB
Progress (5): 528/560 kB | 460/748 kB | 0.5/2.4 MB | 150/264 kB | 16/41 kB
Progress (5): 528/560 kB | 464/748 kB | 0.5/2.4 MB | 150/264 kB | 16/41 kB
Progress (5): 528/560 kB | 464/748 kB | 0.5/2.4 MB | 150/264 kB | 20/41 kB
Progress (5): 528/560 kB | 468/748 kB | 0.5/2.4 MB | 150/264 kB | 20/41 kB
Progress (5): 528/560 kB | 468/748 kB | 0.5/2.4 MB | 154/264 kB | 20/41 kB
Progress (5): 528/560 kB | 468/748 kB | 0.5/2.4 MB | 154/264 kB | 20/41 kB
Progress (5): 532/560 kB | 468/748 kB | 0.5/2.4 MB | 154/264 kB | 20/41 kB
Progress (5): 532/560 kB | 468/748 kB | 0.5/2.4 MB | 154/264 kB | 20/41 kB
Progress (5): 532/560 kB | 468/748 kB | 0.5/2.4 MB | 158/264 kB | 20/41 kB
Progress (5): 532/560 kB | 472/748 kB | 0.5/2.4 MB | 158/264 kB | 20/41 kB
Progress (5): 532/560 kB | 472/748 kB | 0.5/2.4 MB | 158/264 kB | 24/41 kB
Progress (5): 532/560 kB | 476/748 kB | 0.5/2.4 MB | 158/264 kB | 24/41 kB
Progress (5): 532/560 kB | 476/748 kB | 0.5/2.4 MB | 162/264 kB | 24/41 kB
Progress (5): 532/560 kB | 476/748 kB | 0.5/2.4 MB | 162/264 kB | 24/41 kB
Progress (5): 536/560 kB | 476/748 kB | 0.5/2.4 MB | 162/264 kB | 24/41 kB
Progress (5): 536/560 kB | 476/748 kB | 0.5/2.4 MB | 162/264 kB | 24/41 kB
Progress (5): 536/560 kB | 476/748 kB | 0.5/2.4 MB | 166/264 kB | 24/41 kB
Progress (5): 536/560 kB | 480/748 kB | 0.5/2.4 MB | 166/264 kB | 24/41 kB
Progress (5): 536/560 kB | 480/748 kB | 0.5/2.4 MB | 166/264 kB | 28/41 kB
Progress (5): 536/560 kB | 484/748 kB | 0.5/2.4 MB | 166/264 kB | 28/41 kB
Progress (5): 536/560 kB | 484/748 kB | 0.5/2.4 MB | 170/264 kB | 28/41 kB
Progress (5): 536/560 kB | 484/748 kB | 0.5/2.4 MB | 170/264 kB | 28/41 kB
Progress (5): 540/560 kB | 484/748 kB | 0.5/2.4 MB | 170/264 kB | 28/41 kB
Progress (5): 540/560 kB | 484/748 kB | 0.5/2.4 MB | 170/264 kB | 28/41 kB
Progress (5): 540/560 kB | 484/748 kB | 0.5/2.4 MB | 174/264 kB | 28/41 kB
Progress (5): 540/560 kB | 488/748 kB | 0.5/2.4 MB | 174/264 kB | 28/41 kB
Progress (5): 540/560 kB | 488/748 kB | 0.5/2.4 MB | 174/264 kB | 32/41 kB
Progress (5): 540/560 kB | 492/748 kB | 0.5/2.4 MB | 174/264 kB | 32/41 kB
Progress (5): 540/560 kB | 492/748 kB | 0.5/2.4 MB | 178/264 kB | 32/41 kB
Progress (5): 540/560 kB | 492/748 kB | 0.5/2.4 MB | 178/264 kB | 32/41 kB
Progress (5): 544/560 kB | 492/748 kB | 0.5/2.4 MB | 178/264 kB | 32/41 kB
Progress (5): 544/560 kB | 492/748 kB | 0.5/2.4 MB | 178/264 kB | 32/41 kB
Progress (5): 544/560 kB | 492/748 kB | 0.5/2.4 MB | 182/264 kB | 32/41 kB
Progress (5): 544/560 kB | 496/748 kB | 0.5/2.4 MB | 182/264 kB | 32/41 kB
Progress (5): 544/560 kB | 496/748 kB | 0.5/2.4 MB | 182/264 kB | 36/41 kB
Progress (5): 544/560 kB | 500/748 kB | 0.5/2.4 MB | 182/264 kB | 36/41 kB
Progress (5): 544/560 kB | 504/748 kB | 0.5/2.4 MB | 182/264 kB | 36/41 kB
Progress (5): 544/560 kB | 504/748 kB | 0.5/2.4 MB | 186/264 kB | 36/41 kB
Progress (5): 544/560 kB | 504/748 kB | 0.5/2.4 MB | 186/264 kB | 36/41 kB
Progress (5): 548/560 kB | 504/748 kB | 0.5/2.4 MB | 186/264 kB | 36/41 kB
Progress (5): 548/560 kB | 504/748 kB | 0.5/2.4 MB | 186/264 kB | 36/41 kB
Progress (5): 548/560 kB | 504/748 kB | 0.5/2.4 MB | 190/264 kB | 36/41 kB
Progress (5): 548/560 kB | 508/748 kB | 0.5/2.4 MB | 190/264 kB | 36/41 kB
Progress (5): 548/560 kB | 508/748 kB | 0.5/2.4 MB | 190/264 kB | 40/41 kB
Progress (5): 548/560 kB | 508/748 kB | 0.5/2.4 MB | 190/264 kB | 41 kB   
Progress (5): 548/560 kB | 512/748 kB | 0.5/2.4 MB | 190/264 kB | 41 kB
Progress (5): 548/560 kB | 512/748 kB | 0.5/2.4 MB | 194/264 kB | 41 kB
Progress (5): 548/560 kB | 512/748 kB | 0.5/2.4 MB | 194/264 kB | 41 kB
Progress (5): 552/560 kB | 512/748 kB | 0.5/2.4 MB | 194/264 kB | 41 kB
Progress (5): 552/560 kB | 512/748 kB | 0.5/2.4 MB | 194/264 kB | 41 kB
Progress (5): 552/560 kB | 512/748 kB | 0.5/2.4 MB | 194/264 kB | 41 kB
Progress (5): 552/560 kB | 512/748 kB | 0.5/2.4 MB | 198/264 kB | 41 kB
Progress (5): 552/560 kB | 512/748 kB | 0.5/2.4 MB | 202/264 kB | 41 kB
Progress (5): 552/560 kB | 516/748 kB | 0.5/2.4 MB | 202/264 kB | 41 kB
Progress (5): 552/560 kB | 516/748 kB | 0.5/2.4 MB | 206/264 kB | 41 kB
Progress (5): 552/560 kB | 516/748 kB | 0.5/2.4 MB | 206/264 kB | 41 kB
Progress (5): 556/560 kB | 516/748 kB | 0.5/2.4 MB | 206/264 kB | 41 kB
Progress (5): 556/560 kB | 516/748 kB | 0.5/2.4 MB | 206/264 kB | 41 kB
Progress (5): 556/560 kB | 516/748 kB | 0.5/2.4 MB | 210/264 kB | 41 kB
Progress (5): 556/560 kB | 520/748 kB | 0.5/2.4 MB | 210/264 kB | 41 kB
Progress (5): 556/560 kB | 520/748 kB | 0.5/2.4 MB | 214/264 kB | 41 kB
Progress (5): 556/560 kB | 520/748 kB | 0.5/2.4 MB | 214/264 kB | 41 kB
Progress (5): 560 kB | 520/748 kB | 0.5/2.4 MB | 214/264 kB | 41 kB    
Progress (5): 560 kB | 520/748 kB | 0.5/2.4 MB | 214/264 kB | 41 kB
Progress (5): 560 kB | 520/748 kB | 0.5/2.4 MB | 218/264 kB | 41 kB
Progress (5): 560 kB | 524/748 kB | 0.5/2.4 MB | 218/264 kB | 41 kB
Progress (5): 560 kB | 524/748 kB | 0.5/2.4 MB | 222/264 kB | 41 kB
Progress (5): 560 kB | 524/748 kB | 0.6/2.4 MB | 222/264 kB | 41 kB
Progress (5): 560 kB | 524/748 kB | 0.6/2.4 MB | 226/264 kB | 41 kB
Progress (5): 560 kB | 528/748 kB | 0.6/2.4 MB | 226/264 kB | 41 kB
Progress (5): 560 kB | 528/748 kB | 0.6/2.4 MB | 230/264 kB | 41 kB
Progress (5): 560 kB | 528/748 kB | 0.6/2.4 MB | 230/264 kB | 41 kB
Progress (5): 560 kB | 532/748 kB | 0.6/2.4 MB | 230/264 kB | 41 kB
Progress (5): 560 kB | 532/748 kB | 0.6/2.4 MB | 234/264 kB | 41 kB
Progress (5): 560 kB | 536/748 kB | 0.6/2.4 MB | 234/264 kB | 41 kB
Progress (5): 560 kB | 536/748 kB | 0.6/2.4 MB | 234/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 60 kB/s)
10:00:10 Progress (4): 560 kB | 536/748 kB | 0.6/2.4 MB | 234/264 kB
Progress (4): 560 kB | 540/748 kB | 0.6/2.4 MB | 234/264 kB
Progress (4): 560 kB | 540/748 kB | 0.6/2.4 MB | 238/264 kB
Progress (4): 560 kB | 544/748 kB | 0.6/2.4 MB | 238/264 kB
Progress (4): 560 kB | 544/748 kB | 0.6/2.4 MB | 238/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
10:00:10 Progress (4): 560 kB | 544/748 kB | 0.6/2.4 MB | 238/264 kB
Progress (4): 560 kB | 548/748 kB | 0.6/2.4 MB | 238/264 kB
Progress (4): 560 kB | 548/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 548/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 242/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 246/264 kB
Progress (4): 560 kB | 552/748 kB | 0.6/2.4 MB | 246/264 kB
Progress (5): 560 kB | 552/748 kB | 0.6/2.4 MB | 246/264 kB | 0/1.6 MB
                                                                      
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 754 kB/s)
10:00:10 Progress (4): 556/748 kB | 0.6/2.4 MB | 246/264 kB | 0/1.6 MB
Progress (4): 556/748 kB | 0.6/2.4 MB | 246/264 kB | 0/1.6 MB
Progress (4): 556/748 kB | 0.6/2.4 MB | 246/264 kB | 0/1.6 MB
Progress (4): 556/748 kB | 0.6/2.4 MB | 250/264 kB | 0/1.6 MB
Progress (4): 556/748 kB | 0.6/2.4 MB | 250/264 kB | 0/1.6 MB
Progress (4): 556/748 kB | 0.6/2.4 MB | 250/264 kB | 0/1.6 MB
Progress (4): 560/748 kB | 0.6/2.4 MB | 250/264 kB | 0/1.6 MB
Progress (4): 560/748 kB | 0.6/2.4 MB | 250/264 kB | 0/1.6 MB
Progress (4): 560/748 kB | 0.6/2.4 MB | 250/264 kB | 0/1.6 MB
Progress (4): 560/748 kB | 0.6/2.4 MB | 254/264 kB | 0/1.6 MB
Progress (4): 560/748 kB | 0.6/2.4 MB | 254/264 kB | 0/1.6 MB
Progress (4): 560/748 kB | 0.6/2.4 MB | 254/264 kB | 0/1.6 MB
Progress (4): 564/748 kB | 0.6/2.4 MB | 254/264 kB | 0/1.6 MB
Progress (4): 564/748 kB | 0.6/2.4 MB | 254/264 kB | 0/1.6 MB
Progress (4): 564/748 kB | 0.6/2.4 MB | 254/264 kB | 0/1.6 MB
Progress (4): 564/748 kB | 0.6/2.4 MB | 258/264 kB | 0/1.6 MB
Progress (4): 564/748 kB | 0.6/2.4 MB | 258/264 kB | 0/1.6 MB
Progress (4): 564/748 kB | 0.6/2.4 MB | 258/264 kB | 0/1.6 MB
Progress (4): 568/748 kB | 0.6/2.4 MB | 258/264 kB | 0/1.6 MB
Progress (4): 568/748 kB | 0.6/2.4 MB | 258/264 kB | 0/1.6 MB
Progress (4): 568/748 kB | 0.6/2.4 MB | 258/264 kB | 0/1.6 MB
Progress (4): 568/748 kB | 0.6/2.4 MB | 262/264 kB | 0/1.6 MB
Progress (4): 568/748 kB | 0.7/2.4 MB | 262/264 kB | 0/1.6 MB
Progress (4): 568/748 kB | 0.7/2.4 MB | 262/264 kB | 0/1.6 MB
Progress (4): 572/748 kB | 0.7/2.4 MB | 262/264 kB | 0/1.6 MB
Progress (4): 572/748 kB | 0.7/2.4 MB | 262/264 kB | 0/1.6 MB
Progress (4): 572/748 kB | 0.7/2.4 MB | 262/264 kB | 0/1.6 MB
Progress (4): 572/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB    
Progress (4): 572/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB
Progress (4): 572/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB
Progress (4): 576/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB
Progress (4): 576/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB
Progress (4): 576/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB
Progress (4): 580/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB
Progress (4): 580/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB
Progress (4): 584/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB
Progress (4): 584/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB
Progress (4): 588/748 kB | 0.7/2.4 MB | 264 kB | 0/1.6 MB
Progress (4): 588/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 592/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 592/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 596/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 596/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 600/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 600/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 604/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 604/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 608/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 608/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 612/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 612/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 616/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 616/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 620/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 620/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 620/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 620/748 kB | 0.7/2.4 MB | 264 kB | 0.1/1.6 MB
Progress (4): 624/748 kB | 0.7/2.4 MB | 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 349 kB/s)
10:00:10 Progress (3): 624/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 628/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 628/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 632/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 632/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 632/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 636/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 636/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 640/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 640/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 644/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 644/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 648/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 648/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 652/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 656/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 656/748 kB | 0.7/2.4 MB | 0.1/1.6 MB
Progress (3): 656/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 660/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 660/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 660/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 664/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 664/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 664/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 664/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 668/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 668/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 672/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 672/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 676/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 676/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 680/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 680/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 684/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 684/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 688/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 688/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 692/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 692/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 696/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 696/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 700/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 700/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 700/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 704/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 704/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 704/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 708/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 708/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 708/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 708/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 712/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 712/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 716/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 716/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 720/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 720/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 724/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 724/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 728/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 728/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 728/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 728/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 732/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 732/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 732/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 732/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 736/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 736/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 736/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 736/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 740/748 kB | 0.8/2.4 MB | 0.1/1.6 MB
Progress (3): 740/748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 744/748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 744/748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748/748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748/748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB    
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.8/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/1.6 MB
Progress (3): 748 kB | 0.9/2.4 MB | 0.2/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 955 kB/s)
10:00:10 Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.2/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 0.9/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.3/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.0/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.4/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.1/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.5/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.2/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.6/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.3/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.7/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.4/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.8/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.5/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 0.9/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.6/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.0/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.7/2.4 MB | 1.1/1.6 MB
Progress (2): 1.8/2.4 MB | 1.1/1.6 MB
Progress (2): 1.8/2.4 MB | 1.1/1.6 MB
Progress (2): 1.8/2.4 MB | 1.1/1.6 MB
Progress (2): 1.8/2.4 MB | 1.1/1.6 MB
Progress (2): 1.8/2.4 MB | 1.1/1.6 MB
Progress (2): 1.8/2.4 MB | 1.1/1.6 MB
Progress (2): 1.8/2.4 MB | 1.1/1.6 MB
Progress (2): 1.8/2.4 MB | 1.1/1.6 MB
Progress (2): 1.8/2.4 MB | 1.1/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.8/2.4 MB | 1.2/1.6 MB
Progress (2): 1.9/2.4 MB | 1.2/1.6 MB
Progress (2): 1.9/2.4 MB | 1.2/1.6 MB
Progress (2): 1.9/2.4 MB | 1.2/1.6 MB
Progress (2): 1.9/2.4 MB | 1.2/1.6 MB
Progress (2): 1.9/2.4 MB | 1.2/1.6 MB
Progress (2): 1.9/2.4 MB | 1.2/1.6 MB
Progress (2): 1.9/2.4 MB | 1.2/1.6 MB
Progress (2): 1.9/2.4 MB | 1.2/1.6 MB
Progress (2): 1.9/2.4 MB | 1.2/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 1.9/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.3/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/2.4 MB | 1.4/1.6 MB
Progress (2): 2.0/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.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.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/2.4 MB | 1.5/1.6 MB
Progress (2): 2.1/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.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.6/1.6 MB
Progress (2): 2.2/2.4 MB | 1.6/1.6 MB
Progress (2): 2.2/2.4 MB | 1.6/1.6 MB
Progress (2): 2.2/2.4 MB | 1.6/1.6 MB
Progress (2): 2.2/2.4 MB | 1.6/1.6 MB
Progress (2): 2.2/2.4 MB | 1.6/1.6 MB
Progress (2): 2.2/2.4 MB | 1.6/1.6 MB
Progress (2): 2.2/2.4 MB | 1.6 MB    
Progress (2): 2.2/2.4 MB | 1.6 MB
Progress (2): 2.2/2.4 MB | 1.6 MB
Progress (2): 2.2/2.4 MB | 1.6 MB
Progress (2): 2.2/2.4 MB | 1.6 MB
Progress (2): 2.2/2.4 MB | 1.6 MB
Progress (2): 2.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 1.5 MB/s)
10:00:11 Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 2.3 MB/s)
10:00:11 [INFO] 
10:00:11 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ parent ---
10:00:11 [INFO] 
10:00:11 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ parent ---
10:00:11 [INFO] 
10:00:11 [INFO] --------------------< org.eclipse.reddeer:plugins >---------------------
10:00:11 [INFO] Building RedDeer Plugins 2.8.0-SNAPSHOT                           [2/59]
10:00:11 [INFO] --------------------------------[ pom ]---------------------------------
10:00:11 [INFO] 
10:00:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins ---
10:00:11 [INFO] 
10:00:11 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins ---
10:00:11 [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.release/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:00:11 [INFO] 
10:00:11 [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ plugins ---
10:00:11 [INFO] 
10:00:11 [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ plugins ---
10:00:11 [INFO] 
10:00:11 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ plugins ---
10:00:11 [INFO] 
10:00:11 [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ plugins ---
10:00:11 [INFO] 
10:00:11 [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ plugins ---
10:00:11 [INFO] 
10:00:11 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >-----------
10:00:11 [INFO] Building RedDeer Common 2.8.0-SNAPSHOT                            [3/59]
10:00:11 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:00:11 [INFO] 
10:00:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common ---
10:00:11 [INFO] 
10:00:11 [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common ---
10:00:11 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
10:00:11 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
10:00:11 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 68 kB/s)
10:00:11 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
10:00:11 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
10:00:11 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 211 kB/s)
10:00:11 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
10:00:11 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
10:00:11 Progress (1): 4.1/35 kB
Progress (1): 7.7/35 kB
Progress (1): 12/35 kB 
Progress (1): 16/35 kB
Progress (1): 20/35 kB
Progress (1): 24/35 kB
Progress (1): 28/35 kB
Progress (1): 32/35 kB
Progress (1): 35 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom (35 kB at 2.0 MB/s)
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
10:00:11 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
10:00:11 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 170 kB/s)
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
10:00:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
10:00:11 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 167 kB/s)
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
10:00:11 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
10:00:11 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 61 kB/s)
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
10:00:11 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
10:00:11 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 87 kB/s)
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
10:00:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
10:00:11 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 47 kB/s)
10:00:11 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
10:00:11 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
10:00:11 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 39 kB/s)
10:00:11 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
10:00:11 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
10:00:11 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 381 kB/s)
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom
10:00:11 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
10:00:11 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 31 kB/s)
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom
10:00:11 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
10:00:11 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 32 kB/s)
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom
10:00:11 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
10:00:11 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 43 kB/s)
10:00:11 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
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
10:00:11 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
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
10:00:11 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
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar
10:00:11 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar
10:00:11 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
10:00:11 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
10:00:11 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
10:00:11 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
10:00:11 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
10:00:11 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 (2): 24/70 kB | 4.1/166 kB
Progress (2): 28/70 kB | 4.1/166 kB
Progress (2): 28/70 kB | 7.7/166 kB
Progress (2): 32/70 kB | 7.7/166 kB
Progress (2): 32/70 kB | 12/166 kB 
Progress (2): 32/70 kB | 16/166 kB
Progress (2): 36/70 kB | 16/166 kB
Progress (2): 40/70 kB | 16/166 kB
Progress (2): 44/70 kB | 16/166 kB
Progress (2): 48/70 kB | 16/166 kB
Progress (2): 48/70 kB | 20/166 kB
Progress (2): 48/70 kB | 24/166 kB
Progress (2): 52/70 kB | 24/166 kB
Progress (2): 56/70 kB | 24/166 kB
Progress (2): 56/70 kB | 28/166 kB
Progress (2): 60/70 kB | 28/166 kB
Progress (2): 60/70 kB | 32/166 kB
Progress (2): 64/70 kB | 32/166 kB
Progress (2): 64/70 kB | 36/166 kB
Progress (2): 68/70 kB | 36/166 kB
Progress (2): 68/70 kB | 40/166 kB
Progress (2): 70 kB | 40/166 kB   
Progress (2): 70 kB | 44/166 kB
Progress (2): 70 kB | 48/166 kB
Progress (2): 70 kB | 52/166 kB
Progress (2): 70 kB | 56/166 kB
Progress (2): 70 kB | 60/166 kB
Progress (2): 70 kB | 64/166 kB
Progress (2): 70 kB | 66/166 kB
Progress (2): 70 kB | 70/166 kB
Progress (2): 70 kB | 74/166 kB
Progress (2): 70 kB | 78/166 kB
Progress (2): 70 kB | 82/166 kB
Progress (2): 70 kB | 86/166 kB
Progress (2): 70 kB | 90/166 kB
Progress (2): 70 kB | 94/166 kB
Progress (2): 70 kB | 98/166 kB
Progress (2): 70 kB | 102/166 kB
Progress (2): 70 kB | 106/166 kB
Progress (2): 70 kB | 110/166 kB
Progress (2): 70 kB | 114/166 kB
Progress (2): 70 kB | 118/166 kB
Progress (2): 70 kB | 122/166 kB
Progress (2): 70 kB | 126/166 kB
Progress (2): 70 kB | 130/166 kB
Progress (2): 70 kB | 134/166 kB
Progress (2): 70 kB | 138/166 kB
Progress (2): 70 kB | 142/166 kB
Progress (2): 70 kB | 146/166 kB
Progress (2): 70 kB | 150/166 kB
Progress (2): 70 kB | 154/166 kB
Progress (2): 70 kB | 158/166 kB
Progress (2): 70 kB | 162/166 kB
Progress (2): 70 kB | 166/166 kB
Progress (2): 70 kB | 166 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.jar (166 kB at 3.0 MB/s)
10:00:11 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
10:00:11 Progress (2): 70 kB | 4.1/26 kB
Progress (2): 70 kB | 7.7/26 kB
Progress (2): 70 kB | 12/26 kB 
Progress (2): 70 kB | 16/26 kB
Progress (2): 70 kB | 20/26 kB
Progress (2): 70 kB | 24/26 kB
Progress (2): 70 kB | 26 kB   
Progress (3): 70 kB | 26 kB | 4.1/281 kB
Progress (4): 70 kB | 26 kB | 4.1/281 kB | 4.1/11 kB
Progress (4): 70 kB | 26 kB | 7.7/281 kB | 4.1/11 kB
Progress (4): 70 kB | 26 kB | 7.7/281 kB | 7.7/11 kB
Progress (4): 70 kB | 26 kB | 12/281 kB | 7.7/11 kB 
Progress (4): 70 kB | 26 kB | 12/281 kB | 11 kB    
Progress (5): 70 kB | 26 kB | 12/281 kB | 11 kB | 0/2.7 MB
Progress (5): 70 kB | 26 kB | 16/281 kB | 11 kB | 0/2.7 MB
Progress (5): 70 kB | 26 kB | 16/281 kB | 11 kB | 0/2.7 MB
Progress (5): 70 kB | 26 kB | 20/281 kB | 11 kB | 0/2.7 MB
Progress (5): 70 kB | 26 kB | 20/281 kB | 11 kB | 0/2.7 MB
Progress (5): 70 kB | 26 kB | 24/281 kB | 11 kB | 0/2.7 MB
Progress (5): 70 kB | 26 kB | 24/281 kB | 11 kB | 0/2.7 MB
Progress (5): 70 kB | 26 kB | 28/281 kB | 11 kB | 0/2.7 MB
Progress (5): 70 kB | 26 kB | 32/281 kB | 11 kB | 0/2.7 MB
Progress (5): 70 kB | 26 kB | 32/281 kB | 11 kB | 0/2.7 MB
Progress (5): 70 kB | 26 kB | 36/281 kB | 11 kB | 0/2.7 MB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 548 kB/s)
10:00:11 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar (11 kB at 87 kB/s)
10:00:11 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 205 kB/s)
10:00:11 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
10:00:11 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
10:00:11 Progress (2): 40/281 kB | 0/2.7 MB
Progress (2): 40/281 kB | 0/2.7 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
10:00:11 Progress (2): 40/281 kB | 0/2.7 MB
Progress (2): 44/281 kB | 0/2.7 MB
Progress (2): 44/281 kB | 0/2.7 MB
Progress (2): 48/281 kB | 0/2.7 MB
Progress (2): 48/281 kB | 0/2.7 MB
Progress (2): 52/281 kB | 0/2.7 MB
Progress (2): 52/281 kB | 0/2.7 MB
Progress (2): 56/281 kB | 0/2.7 MB
Progress (2): 56/281 kB | 0/2.7 MB
Progress (2): 60/281 kB | 0/2.7 MB
Progress (2): 64/281 kB | 0/2.7 MB
Progress (2): 64/281 kB | 0/2.7 MB
Progress (2): 68/281 kB | 0/2.7 MB
Progress (2): 68/281 kB | 0/2.7 MB
Progress (2): 72/281 kB | 0/2.7 MB
Progress (2): 72/281 kB | 0.1/2.7 MB
Progress (2): 76/281 kB | 0.1/2.7 MB
Progress (2): 76/281 kB | 0.1/2.7 MB
Progress (2): 80/281 kB | 0.1/2.7 MB
Progress (2): 84/281 kB | 0.1/2.7 MB
Progress (2): 84/281 kB | 0.1/2.7 MB
Progress (2): 88/281 kB | 0.1/2.7 MB
Progress (2): 88/281 kB | 0.1/2.7 MB
Progress (2): 92/281 kB | 0.1/2.7 MB
Progress (2): 92/281 kB | 0.1/2.7 MB
Progress (2): 96/281 kB | 0.1/2.7 MB
Progress (2): 96/281 kB | 0.1/2.7 MB
Progress (2): 100/281 kB | 0.1/2.7 MB
Progress (2): 100/281 kB | 0.1/2.7 MB
Progress (2): 104/281 kB | 0.1/2.7 MB
Progress (2): 104/281 kB | 0.1/2.7 MB
Progress (2): 108/281 kB | 0.1/2.7 MB
Progress (2): 108/281 kB | 0.1/2.7 MB
Progress (2): 112/281 kB | 0.1/2.7 MB
Progress (2): 112/281 kB | 0.1/2.7 MB
Progress (2): 116/281 kB | 0.1/2.7 MB
Progress (2): 116/281 kB | 0.1/2.7 MB
Progress (2): 120/281 kB | 0.1/2.7 MB
Progress (2): 120/281 kB | 0.1/2.7 MB
Progress (2): 124/281 kB | 0.1/2.7 MB
Progress (2): 124/281 kB | 0.1/2.7 MB
Progress (2): 128/281 kB | 0.1/2.7 MB
Progress (2): 128/281 kB | 0.1/2.7 MB
Progress (2): 132/281 kB | 0.1/2.7 MB
Progress (2): 132/281 kB | 0.1/2.7 MB
Progress (2): 136/281 kB | 0.1/2.7 MB
Progress (2): 136/281 kB | 0.1/2.7 MB
Progress (2): 140/281 kB | 0.1/2.7 MB
Progress (2): 144/281 kB | 0.1/2.7 MB
Progress (2): 144/281 kB | 0.1/2.7 MB
Progress (2): 148/281 kB | 0.1/2.7 MB
Progress (2): 148/281 kB | 0.1/2.7 MB
Progress (2): 152/281 kB | 0.1/2.7 MB
Progress (2): 152/281 kB | 0.1/2.7 MB
Progress (2): 156/281 kB | 0.1/2.7 MB
Progress (2): 156/281 kB | 0.1/2.7 MB
Progress (2): 160/281 kB | 0.1/2.7 MB
Progress (2): 160/281 kB | 0.1/2.7 MB
Progress (2): 164/281 kB | 0.1/2.7 MB
Progress (2): 164/281 kB | 0.1/2.7 MB
Progress (2): 168/281 kB | 0.1/2.7 MB
Progress (2): 168/281 kB | 0.1/2.7 MB
Progress (2): 172/281 kB | 0.1/2.7 MB
Progress (2): 172/281 kB | 0.1/2.7 MB
Progress (2): 176/281 kB | 0.1/2.7 MB
Progress (2): 176/281 kB | 0.1/2.7 MB
Progress (2): 180/281 kB | 0.1/2.7 MB
Progress (2): 180/281 kB | 0.1/2.7 MB
Progress (2): 184/281 kB | 0.1/2.7 MB
Progress (2): 184/281 kB | 0.2/2.7 MB
Progress (2): 188/281 kB | 0.2/2.7 MB
Progress (2): 188/281 kB | 0.2/2.7 MB
Progress (2): 192/281 kB | 0.2/2.7 MB
Progress (2): 192/281 kB | 0.2/2.7 MB
Progress (2): 196/281 kB | 0.2/2.7 MB
Progress (2): 196/281 kB | 0.2/2.7 MB
Progress (2): 200/281 kB | 0.2/2.7 MB
Progress (2): 200/281 kB | 0.2/2.7 MB
Progress (2): 204/281 kB | 0.2/2.7 MB
Progress (2): 204/281 kB | 0.2/2.7 MB
Progress (2): 208/281 kB | 0.2/2.7 MB
Progress (2): 208/281 kB | 0.2/2.7 MB
Progress (2): 212/281 kB | 0.2/2.7 MB
Progress (2): 212/281 kB | 0.2/2.7 MB
Progress (2): 216/281 kB | 0.2/2.7 MB
Progress (2): 220/281 kB | 0.2/2.7 MB
Progress (2): 220/281 kB | 0.2/2.7 MB
Progress (2): 224/281 kB | 0.2/2.7 MB
Progress (2): 224/281 kB | 0.2/2.7 MB
Progress (2): 228/281 kB | 0.2/2.7 MB
Progress (2): 228/281 kB | 0.2/2.7 MB
Progress (2): 232/281 kB | 0.2/2.7 MB
Progress (2): 232/281 kB | 0.2/2.7 MB
Progress (2): 236/281 kB | 0.2/2.7 MB
Progress (2): 240/281 kB | 0.2/2.7 MB
Progress (2): 240/281 kB | 0.2/2.7 MB
Progress (2): 244/281 kB | 0.2/2.7 MB
Progress (2): 244/281 kB | 0.2/2.7 MB
Progress (2): 248/281 kB | 0.2/2.7 MB
Progress (2): 248/281 kB | 0.2/2.7 MB
Progress (2): 252/281 kB | 0.2/2.7 MB
Progress (2): 252/281 kB | 0.2/2.7 MB
Progress (2): 256/281 kB | 0.2/2.7 MB
Progress (2): 256/281 kB | 0.2/2.7 MB
Progress (2): 260/281 kB | 0.2/2.7 MB
Progress (2): 260/281 kB | 0.2/2.7 MB
Progress (2): 264/281 kB | 0.2/2.7 MB
Progress (2): 264/281 kB | 0.2/2.7 MB
Progress (2): 268/281 kB | 0.2/2.7 MB
Progress (2): 268/281 kB | 0.2/2.7 MB
Progress (2): 272/281 kB | 0.2/2.7 MB
Progress (2): 272/281 kB | 0.2/2.7 MB
Progress (2): 276/281 kB | 0.2/2.7 MB
Progress (2): 276/281 kB | 0.2/2.7 MB
Progress (2): 280/281 kB | 0.2/2.7 MB
Progress (2): 280/281 kB | 0.2/2.7 MB
Progress (2): 281 kB | 0.2/2.7 MB    
Progress (2): 281 kB | 0.2/2.7 MB
Progress (2): 281 kB | 0.2/2.7 MB
Progress (2): 281 kB | 0.3/2.7 MB
Progress (2): 281 kB | 0.3/2.7 MB
Progress (3): 281 kB | 0.3/2.7 MB | 4.1/320 kB
Progress (3): 281 kB | 0.3/2.7 MB | 4.1/320 kB
Progress (3): 281 kB | 0.3/2.7 MB | 7.7/320 kB
Progress (3): 281 kB | 0.3/2.7 MB | 7.7/320 kB
Progress (3): 281 kB | 0.3/2.7 MB | 12/320 kB 
Progress (3): 281 kB | 0.3/2.7 MB | 16/320 kB
Progress (4): 281 kB | 0.3/2.7 MB | 16/320 kB | 4.1/797 kB
Progress (4): 281 kB | 0.3/2.7 MB | 20/320 kB | 4.1/797 kB
Progress (4): 281 kB | 0.3/2.7 MB | 20/320 kB | 4.1/797 kB
Progress (4): 281 kB | 0.3/2.7 MB | 24/320 kB | 4.1/797 kB
Progress (4): 281 kB | 0.3/2.7 MB | 24/320 kB | 4.1/797 kB
Progress (4): 281 kB | 0.3/2.7 MB | 24/320 kB | 7.7/797 kB
Progress (4): 281 kB | 0.3/2.7 MB | 24/320 kB | 7.7/797 kB
Progress (4): 281 kB | 0.3/2.7 MB | 24/320 kB | 12/797 kB 
Progress (4): 281 kB | 0.3/2.7 MB | 28/320 kB | 12/797 kB
Progress (4): 281 kB | 0.3/2.7 MB | 28/320 kB | 16/797 kB
Progress (5): 281 kB | 0.3/2.7 MB | 28/320 kB | 16/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 28/320 kB | 16/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 28/320 kB | 16/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 28/320 kB | 20/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 28/320 kB | 20/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 32/320 kB | 20/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 32/320 kB | 20/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 32/320 kB | 24/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 32/320 kB | 24/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 32/320 kB | 28/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 32/320 kB | 28/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 36/320 kB | 28/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 36/320 kB | 28/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 36/320 kB | 32/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 36/320 kB | 32/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 36/320 kB | 32/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 40/320 kB | 32/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 40/320 kB | 32/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 44/320 kB | 32/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 44/320 kB | 32/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 44/320 kB | 36/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 44/320 kB | 36/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 48/320 kB | 36/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 48/320 kB | 36/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 52/320 kB | 36/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 52/320 kB | 36/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 52/320 kB | 36/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 52/320 kB | 40/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 52/320 kB | 40/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 52/320 kB | 40/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 56/320 kB | 40/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 56/320 kB | 40/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 56/320 kB | 40/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 56/320 kB | 44/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 56/320 kB | 44/797 kB | 0/4.2 MB
Progress (5): 281 kB | 0.3/2.7 MB | 60/320 kB | 44/797 kB | 0/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.2 MB/s)
10:00:12 Progress (4): 0.3/2.7 MB | 60/320 kB | 44/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 60/320 kB | 48/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 60/320 kB | 48/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 60/320 kB | 48/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 64/320 kB | 48/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 64/320 kB | 48/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 68/320 kB | 48/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 68/320 kB | 48/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 68/320 kB | 52/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 68/320 kB | 52/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 72/320 kB | 52/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 72/320 kB | 52/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 72/320 kB | 52/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 72/320 kB | 56/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 72/320 kB | 56/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 72/320 kB | 60/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 60/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 64/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 64/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 68/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 72/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 76/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 80/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 84/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 88/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 92/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 96/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 100/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 104/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 108/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 112/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 116/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 120/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 124/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 128/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 132/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 136/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 140/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 144/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 148/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 152/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 156/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 160/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 160/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 160/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 164/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 76/320 kB | 168/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 80/320 kB | 168/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 80/320 kB | 172/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 80/320 kB | 172/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 80/320 kB | 172/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 80/320 kB | 172/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 84/320 kB | 172/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 84/320 kB | 176/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 88/320 kB | 176/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 88/320 kB | 176/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 92/320 kB | 176/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 92/320 kB | 176/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 96/320 kB | 176/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 96/320 kB | 176/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 96/320 kB | 180/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 100/320 kB | 180/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 100/320 kB | 180/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 104/320 kB | 180/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 104/320 kB | 184/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 104/320 kB | 184/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 108/320 kB | 184/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 108/320 kB | 184/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 112/320 kB | 184/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 112/320 kB | 184/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 112/320 kB | 188/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 116/320 kB | 188/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 116/320 kB | 188/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 120/320 kB | 188/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 120/320 kB | 192/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 124/320 kB | 192/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 124/320 kB | 196/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 124/320 kB | 196/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 124/320 kB | 200/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 128/320 kB | 200/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 128/320 kB | 204/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 128/320 kB | 208/797 kB | 0.1/4.2 MB
Progress (4): 0.3/2.7 MB | 128/320 kB | 212/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 128/320 kB | 212/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 128/320 kB | 216/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 132/320 kB | 216/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 132/320 kB | 216/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 136/320 kB | 216/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 136/320 kB | 220/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 136/320 kB | 220/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 136/320 kB | 224/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 140/320 kB | 224/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 140/320 kB | 224/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 144/320 kB | 224/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 144/320 kB | 228/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 144/320 kB | 228/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 144/320 kB | 232/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 148/320 kB | 232/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 152/320 kB | 232/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 152/320 kB | 232/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 152/320 kB | 236/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 152/320 kB | 236/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 152/320 kB | 240/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 152/320 kB | 240/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 156/320 kB | 240/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 156/320 kB | 240/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 156/320 kB | 244/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 156/320 kB | 248/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 156/320 kB | 248/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 156/320 kB | 252/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 156/320 kB | 252/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 160/320 kB | 252/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 160/320 kB | 252/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 160/320 kB | 256/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 160/320 kB | 256/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 160/320 kB | 260/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 160/320 kB | 260/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 164/320 kB | 260/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 164/320 kB | 260/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 164/320 kB | 264/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 164/320 kB | 264/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 164/320 kB | 268/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 164/320 kB | 268/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 168/320 kB | 268/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 168/320 kB | 268/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 172/320 kB | 268/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 172/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 172/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 176/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 176/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.4/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.5/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.5/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.5/2.7 MB | 180/320 kB | 272/797 kB | 0.1/4.2 MB
Progress (4): 0.5/2.7 MB | 180/320 kB | 276/797 kB | 0.1/4.2 MB
Progress (4): 0.5/2.7 MB | 180/320 kB | 276/797 kB | 0.1/4.2 MB
Progress (4): 0.5/2.7 MB | 184/320 kB | 276/797 kB | 0.1/4.2 MB
Progress (4): 0.5/2.7 MB | 184/320 kB | 276/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 188/320 kB | 276/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 188/320 kB | 276/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 188/320 kB | 280/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 188/320 kB | 280/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 192/320 kB | 280/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 192/320 kB | 280/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 196/320 kB | 280/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 196/320 kB | 280/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 196/320 kB | 284/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 200/320 kB | 284/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 200/320 kB | 284/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 204/320 kB | 284/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 204/320 kB | 288/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 204/320 kB | 288/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 208/320 kB | 288/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 208/320 kB | 288/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 212/320 kB | 288/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 212/320 kB | 288/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 212/320 kB | 292/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 212/320 kB | 292/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 216/320 kB | 292/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 216/320 kB | 292/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 216/320 kB | 292/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 216/320 kB | 296/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 216/320 kB | 296/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 216/320 kB | 296/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 220/320 kB | 296/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 224/320 kB | 296/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 224/320 kB | 296/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 224/320 kB | 296/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 224/320 kB | 300/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 224/320 kB | 300/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 224/320 kB | 300/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 228/320 kB | 300/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 228/320 kB | 300/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 228/320 kB | 300/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 228/320 kB | 300/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 228/320 kB | 304/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 228/320 kB | 304/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 228/320 kB | 308/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 228/320 kB | 308/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 232/320 kB | 308/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 232/320 kB | 308/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 232/320 kB | 312/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 232/320 kB | 312/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 232/320 kB | 312/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 232/320 kB | 312/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 232/320 kB | 316/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 232/320 kB | 316/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 236/320 kB | 316/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 236/320 kB | 316/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 236/320 kB | 320/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 236/320 kB | 320/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 236/320 kB | 324/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 236/320 kB | 324/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 236/320 kB | 328/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 236/320 kB | 328/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 240/320 kB | 328/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 240/320 kB | 328/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 240/320 kB | 332/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 240/320 kB | 332/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 240/320 kB | 336/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 240/320 kB | 336/797 kB | 0.2/4.2 MB
Progress (4): 0.5/2.7 MB | 244/320 kB | 336/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 244/320 kB | 336/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 244/320 kB | 340/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 244/320 kB | 340/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 244/320 kB | 344/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 244/320 kB | 348/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 244/320 kB | 352/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 244/320 kB | 356/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 244/320 kB | 360/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 244/320 kB | 360/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 248/320 kB | 360/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 248/320 kB | 364/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 248/320 kB | 364/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 248/320 kB | 368/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 252/320 kB | 368/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 252/320 kB | 368/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 252/320 kB | 372/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 256/320 kB | 372/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 256/320 kB | 372/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 260/320 kB | 372/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 260/320 kB | 376/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 260/320 kB | 376/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 260/320 kB | 380/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 260/320 kB | 380/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 264/320 kB | 380/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 264/320 kB | 380/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 268/320 kB | 380/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 268/320 kB | 380/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 268/320 kB | 384/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 272/320 kB | 384/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 272/320 kB | 384/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 272/320 kB | 384/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 276/320 kB | 384/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 276/320 kB | 388/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 276/320 kB | 388/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 276/320 kB | 388/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 276/320 kB | 388/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 276/320 kB | 388/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 276/320 kB | 392/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 276/320 kB | 396/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 280/320 kB | 396/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 280/320 kB | 396/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 284/320 kB | 396/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 284/320 kB | 400/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 284/320 kB | 400/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 284/320 kB | 404/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 284/320 kB | 408/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 288/320 kB | 408/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 288/320 kB | 408/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 292/320 kB | 408/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 292/320 kB | 412/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 292/320 kB | 412/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 292/320 kB | 416/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 296/320 kB | 416/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 296/320 kB | 416/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 300/320 kB | 416/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 300/320 kB | 420/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 300/320 kB | 424/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 300/320 kB | 428/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 300/320 kB | 432/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 300/320 kB | 436/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 300/320 kB | 440/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 300/320 kB | 444/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 300/320 kB | 448/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 300/320 kB | 448/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 304/320 kB | 448/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 304/320 kB | 448/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 308/320 kB | 448/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 312/320 kB | 448/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 312/320 kB | 448/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 312/320 kB | 452/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 312/320 kB | 452/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 312/320 kB | 452/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 316/320 kB | 452/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 316/320 kB | 452/797 kB | 0.2/4.2 MB
Progress (4): 0.6/2.7 MB | 316/320 kB | 452/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 316/320 kB | 452/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320/320 kB | 452/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320/320 kB | 452/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320/320 kB | 456/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320/320 kB | 456/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 456/797 kB | 0.3/4.2 MB    
Progress (4): 0.6/2.7 MB | 320 kB | 456/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 456/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 456/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 460/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 464/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 464/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 464/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 464/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 468/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 468/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 468/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 468/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 468/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 468/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 468/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 472/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 476/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 480/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 480/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 480/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 480/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 484/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 484/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 484/797 kB | 0.3/4.2 MB
Progress (4): 0.6/2.7 MB | 320 kB | 488/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 488/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 488/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 488/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 492/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 492/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 492/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 492/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 496/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 496/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 496/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 496/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 500/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 500/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 504/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 504/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 504/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 508/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 508/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 512/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 512/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 512/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 516/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 516/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 520/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 520/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 524/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 524/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 528/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 528/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 528/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 528/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 532/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 532/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 532/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 532/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 536/797 kB | 0.3/4.2 MB
Progress (4): 0.7/2.7 MB | 320 kB | 536/797 kB | 0.3/4.2 MB
                                                           
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 725 kB/s)
10:00:12 Progress (3): 0.7/2.7 MB | 536/797 kB | 0.3/4.2 MB
Progress (3): 0.7/2.7 MB | 540/797 kB | 0.3/4.2 MB
Progress (3): 0.7/2.7 MB | 540/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 544/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 544/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 544/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 548/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 548/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 552/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 552/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 552/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 552/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 556/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 556/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 556/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 556/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 560/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 560/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 560/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 560/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 564/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 564/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 564/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 564/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 568/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 568/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 568/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 572/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 572/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 572/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 576/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 576/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 576/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 576/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 580/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 580/797 kB | 0.4/4.2 MB
Progress (3): 0.7/2.7 MB | 584/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 584/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 584/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 588/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 588/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 592/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 592/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 592/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 596/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 596/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 600/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 600/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 600/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 604/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 604/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 604/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 608/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 608/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 608/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 608/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 612/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 612/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 612/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 612/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 616/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 616/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 616/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 620/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 620/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 624/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 624/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 624/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 624/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 624/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 628/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 628/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 632/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 632/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 632/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 636/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 636/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 640/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 640/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 640/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 644/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 644/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 648/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 648/797 kB | 0.4/4.2 MB
Progress (3): 0.8/2.7 MB | 648/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 652/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 652/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 652/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 652/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 656/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 656/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 656/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 660/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 660/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 664/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 664/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 664/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 668/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 668/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 668/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 668/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 668/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 672/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 676/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 680/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 684/797 kB | 0.5/4.2 MB
Progress (3): 0.8/2.7 MB | 688/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 688/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 688/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 688/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 688/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 692/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 692/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 692/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 692/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 696/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 696/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 696/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 696/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 700/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 700/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 700/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 700/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 704/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 704/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 704/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 704/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 708/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 708/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 708/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 708/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 708/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 708/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 712/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 712/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 712/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 716/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 716/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 720/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 720/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 720/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 724/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 724/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 724/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 728/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 728/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 728/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 728/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 0.9/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 732/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 736/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 736/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 736/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 740/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 740/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 740/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 740/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 744/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 744/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 744/797 kB | 0.5/4.2 MB
Progress (3): 1.0/2.7 MB | 744/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 748/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 748/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 752/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 752/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 756/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 756/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 756/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 756/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 756/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 760/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 764/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 768/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 772/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 776/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 780/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 784/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 788/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 792/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 796/797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB    
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.0/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.6/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.1/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.2/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.2/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.2/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.2/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.2/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.2/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.2/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.2/2.7 MB | 797 kB | 0.7/4.2 MB
Progress (3): 1.2/2.7 MB | 797 kB | 0.7/4.2 MB
                                              
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.4 MB/s)
10:00:12 Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.7/4.2 MB
Progress (2): 1.2/2.7 MB | 0.8/4.2 MB
Progress (2): 1.2/2.7 MB | 0.8/4.2 MB
Progress (2): 1.2/2.7 MB | 0.8/4.2 MB
Progress (2): 1.2/2.7 MB | 0.8/4.2 MB
Progress (2): 1.2/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.8/4.2 MB
Progress (2): 1.3/2.7 MB | 0.9/4.2 MB
Progress (2): 1.3/2.7 MB | 0.9/4.2 MB
Progress (2): 1.3/2.7 MB | 0.9/4.2 MB
Progress (2): 1.3/2.7 MB | 0.9/4.2 MB
Progress (2): 1.3/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 0.9/4.2 MB
Progress (2): 1.4/2.7 MB | 1.0/4.2 MB
Progress (2): 1.4/2.7 MB | 1.0/4.2 MB
Progress (2): 1.4/2.7 MB | 1.0/4.2 MB
Progress (2): 1.4/2.7 MB | 1.0/4.2 MB
Progress (2): 1.4/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.0/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.5/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.1/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.6/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.2/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.7/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.3/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.8/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.4/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 1.9/2.7 MB | 1.5/4.2 MB
Progress (2): 2.0/2.7 MB | 1.5/4.2 MB
Progress (2): 2.0/2.7 MB | 1.5/4.2 MB
Progress (2): 2.0/2.7 MB | 1.5/4.2 MB
Progress (2): 2.0/2.7 MB | 1.5/4.2 MB
Progress (2): 2.0/2.7 MB | 1.5/4.2 MB
Progress (2): 2.0/2.7 MB | 1.5/4.2 MB
Progress (2): 2.0/2.7 MB | 1.5/4.2 MB
Progress (2): 2.0/2.7 MB | 1.5/4.2 MB
Progress (2): 2.0/2.7 MB | 1.5/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.0/2.7 MB | 1.6/4.2 MB
Progress (2): 2.1/2.7 MB | 1.6/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.1/2.7 MB | 1.7/4.2 MB
Progress (2): 2.2/2.7 MB | 1.7/4.2 MB
Progress (2): 2.2/2.7 MB | 1.7/4.2 MB
Progress (2): 2.2/2.7 MB | 1.7/4.2 MB
Progress (2): 2.2/2.7 MB | 1.7/4.2 MB
Progress (2): 2.2/2.7 MB | 1.7/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.2/2.7 MB | 1.8/4.2 MB
Progress (2): 2.3/2.7 MB | 1.8/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.3/2.7 MB | 1.9/4.2 MB
Progress (2): 2.4/2.7 MB | 1.9/4.2 MB
Progress (2): 2.4/2.7 MB | 1.9/4.2 MB
Progress (2): 2.4/2.7 MB | 1.9/4.2 MB
Progress (2): 2.4/2.7 MB | 1.9/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.4/2.7 MB | 2.0/4.2 MB
Progress (2): 2.5/2.7 MB | 2.0/4.2 MB
Progress (2): 2.5/2.7 MB | 2.0/4.2 MB
Progress (2): 2.5/2.7 MB | 2.0/4.2 MB
Progress (2): 2.5/2.7 MB | 2.0/4.2 MB
Progress (2): 2.5/2.7 MB | 2.0/4.2 MB
Progress (2): 2.5/2.7 MB | 2.0/4.2 MB
Progress (2): 2.5/2.7 MB | 2.0/4.2 MB
Progress (2): 2.5/2.7 MB | 2.0/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.5/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.1/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.6/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.2/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7/2.7 MB | 2.3/4.2 MB
Progress (2): 2.7 MB | 2.3/4.2 MB    
Progress (2): 2.7 MB | 2.3/4.2 MB
Progress (2): 2.7 MB | 2.3/4.2 MB
Progress (2): 2.7 MB | 2.3/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/4.2 MB
Progress (2): 2.7 MB | 2.4/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.6 MB/s)
10:00:12 Progress (1): 2.4/4.2 MB
Progress (1): 2.4/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.5/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.6/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.7/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.8/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 2.9/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.0/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.1/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.2/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.3/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.4/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.5/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.6/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.7/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.8/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 3.9/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.0/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.1/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2/4.2 MB
Progress (1): 4.2 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar (4.2 MB at 3.3 MB/s)
10:00:13 [INFO] ------------------------------------------------------------------------
10:00:13 [INFO] Reactor Summary for RedDeer Parent POM File 2.8.0-SNAPSHOT:
10:00:13 [INFO] 
10:00:13 [INFO] RedDeer Parent POM File ............................ SUCCESS [ 17.082 s]
10:00:13 [INFO] RedDeer Plugins .................................... SUCCESS [  0.013 s]
10:00:13 [INFO] RedDeer Common ..................................... FAILURE [  2.596 s]
10:00:13 [INFO] RedDeer Workbench Core ............................. SKIPPED
10:00:13 [INFO] RedDeer E4 Workbench Core .......................... SKIPPED
10:00:13 [INFO] RedDeer Core ....................................... SKIPPED
10:00:13 [INFO] RedDeer SWT ........................................ SKIPPED
10:00:13 [INFO] RedDeer JFace ...................................... SKIPPED
10:00:13 [INFO] RedDeer Workbench .................................. SKIPPED
10:00:13 [INFO] RedDeer E4 Workbench ............................... SKIPPED
10:00:13 [INFO] RedDeer UIForms .................................... SKIPPED
10:00:13 [INFO] RedDeer Direct ..................................... SKIPPED
10:00:13 [INFO] RedDeer JUnit ...................................... SKIPPED
10:00:13 [INFO] RedDeer Eclipse .................................... SKIPPED
10:00:13 [INFO] RedDeer GEF ........................................ SKIPPED
10:00:13 [INFO] RedDeer GEF Spy .................................... SKIPPED
10:00:13 [INFO] RedDeer Graphiti ................................... SKIPPED
10:00:13 [INFO] RedDeer JDT Junit .................................. SKIPPED
10:00:13 [INFO] RedDeer JUnit Extensions ........................... SKIPPED
10:00:13 [INFO] RedDeer Selenium ................................... SKIPPED
10:00:13 [INFO] RedDeer Requirements ............................... SKIPPED
10:00:13 [INFO] RedDeer UI ......................................... SKIPPED
10:00:13 [INFO] RedDeer Spy ........................................ SKIPPED
10:00:13 [INFO] RedDeer Recorder ................................... SKIPPED
10:00:13 [INFO] RedDeer Go ......................................... SKIPPED
10:00:13 [INFO] RedDeer Log Parser ................................. SKIPPED
10:00:13 [INFO] RedDeer CodeGen .................................... SKIPPED
10:00:13 [INFO] RedDeer Test-Apps .................................. SKIPPED
10:00:13 [INFO] RedDeer E4 Test App ................................ SKIPPED
10:00:13 [INFO] RedDeer Tests ...................................... SKIPPED
10:00:13 [INFO] RedDeer Common Tests ............................... SKIPPED
10:00:13 [INFO] RedDeer SWT Tests .................................. SKIPPED
10:00:13 [INFO] RedDeer Core Tests ................................. SKIPPED
10:00:13 [INFO] RedDeer Workbench Tests ............................ SKIPPED
10:00:13 [INFO] RedDeer UIForms Test ............................... SKIPPED
10:00:13 [INFO] RedDeer JFace Tests ................................ SKIPPED
10:00:13 [INFO] RedDeer Eclipse Tests .............................. SKIPPED
10:00:13 [INFO] RedDeer GEF Tests .................................. SKIPPED
10:00:13 [INFO] RedDeer Graphiti Tests ............................. SKIPPED
10:00:13 [INFO] RedDeer Direct Tests ............................... SKIPPED
10:00:13 [INFO] RedDeer JUnit Tests ................................ SKIPPED
10:00:13 [INFO] RedDeer Requirements Tests ......................... SKIPPED
10:00:13 [INFO] RedDeer UI Tests ................................... SKIPPED
10:00:13 [INFO] RedDeer E4 Workbench Tests ......................... SKIPPED
10:00:13 [INFO] RedDeer Features ................................... SKIPPED
10:00:13 [INFO] RedDeer E4 Feature ................................. SKIPPED
10:00:13 [INFO] RedDeer Eclipse Feature ............................ SKIPPED
10:00:13 [INFO] RedDeer GEF Spy Feature ............................ SKIPPED
10:00:13 [INFO] RedDeer SWT Feature ................................ SKIPPED
10:00:13 [INFO] RedDeer Tests Feature .............................. SKIPPED
10:00:13 [INFO] RedDeer UI Feature ................................. SKIPPED
10:00:13 [INFO] RedDeer Recorder Feature ........................... SKIPPED
10:00:13 [INFO] RedDeer GEF/Graphiti Feature ....................... SKIPPED
10:00:13 [INFO] RedDeer Spy Feature ................................ SKIPPED
10:00:13 [INFO] RedDeer Log Parser Feature ......................... SKIPPED
10:00:13 [INFO] RedDeer Selenium Feature ........................... SKIPPED
10:00:13 [INFO] RedDeer CodeGen Feature ............................ SKIPPED
10:00:13 [INFO] RedDeer Site ....................................... SKIPPED
10:00:13 [INFO] RedDeer Archetype .................................. SKIPPED
10:00:13 [INFO] ------------------------------------------------------------------------
10:00:13 [INFO] BUILD FAILURE
10:00:13 [INFO] ------------------------------------------------------------------------
10:00:13 [INFO] Total time:  03:27 min
10:00:13 [INFO] Finished at: 2019-12-11T15:00:13Z
10:00:13 [INFO] ------------------------------------------------------------------------
10:00:13 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) on project org.eclipse.reddeer.common: Invalid build qualifier '""v20191211-1456', it does not match the OSGi qualifier constraint ([0..9]|[a..zA..Z]|'_'|'-') -> [Help 1]
10:00:13 [ERROR] 
10:00:13 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
10:00:13 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
10:00:13 [ERROR] 
10:00:13 [ERROR] For more information about the errors and possible solutions, please read the following articles:
10:00:13 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
10:00:13 [ERROR] 
10:00:13 [ERROR] After correcting the problems, you can resume the build with the command
10:00:13 [ERROR]   mvn <goals> -rf :org.eclipse.reddeer.common
10:00:13 Build step 'Invoke top-level Maven targets' marked build as failure
10:00:13 $ ssh-agent -k
10:00:13 unset SSH_AUTH_SOCK;
10:00:13 unset SSH_AGENT_PID;
10:00:13 echo Agent pid 55 killed;
10:00:13 [ssh-agent] Stopped.
10:00:15 Sending e-mails to: rawagner@redhat.com odockal@redhat.com
10:00:21 Finished: FAILURE